Revision daf4f96e target-ppc/translate.c
b/target-ppc/translate.c | ||
---|---|---|
4991 | 4991 |
return; |
4992 | 4992 |
} |
4993 | 4993 |
gen_addr_reg_index(ctx); |
4994 |
gen_op_4xx_tlbsx(); |
|
4994 | 4995 |
if (Rc(ctx->opcode)) |
4995 |
gen_op_4xx_tlbsx_(); |
|
4996 |
else |
|
4997 |
gen_op_4xx_tlbsx(); |
|
4996 |
gen_op_4xx_tlbsx_check(); |
|
4998 | 4997 |
gen_op_store_T0_gpr(rD(ctx->opcode)); |
4999 | 4998 |
#endif |
5000 | 4999 |
} |
... | ... | |
5064 | 5063 |
return; |
5065 | 5064 |
} |
5066 | 5065 |
gen_addr_reg_index(ctx); |
5066 |
gen_op_440_tlbsx(); |
|
5067 | 5067 |
if (Rc(ctx->opcode)) |
5068 |
gen_op_440_tlbsx_(); |
|
5069 |
else |
|
5070 |
gen_op_440_tlbsx(); |
|
5068 |
gen_op_4xx_tlbsx_check(); |
|
5071 | 5069 |
gen_op_store_T0_gpr(rD(ctx->opcode)); |
5072 | 5070 |
#endif |
5073 | 5071 |
} |
Also available in: Unified diff