Searched refs:rt4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1430 uint8_t rt6, rt4, rt2, rt0; in helper_precr_ob_qh() local 1438 rt4 = (rt >> 32) & MIPSDSP_Q0; in helper_precr_ob_qh() 1444 ((uint64_t)rt6 << 24) | ((uint64_t)rt4 << 16) | in helper_precr_ob_qh() 1490 uint8_t rt6, rt4, rt2, rt0; in helper_precrq_ob_qh() local 1498 rt4 = (rt >> 40) & MIPSDSP_Q0; in helper_precrq_ob_qh() 1504 ((uint64_t)rt6 << 24) | ((uint64_t)rt4 << 16) | in helper_precrq_ob_qh()
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 2115 const char *rt4 = GPR(decode_gpr_gpr4(rt4_value, info), info); in ADDU_4X4_() local 2117 return img_format("ADDU %s, %s", rs4, rt4); in ADDU_4X4_() 8719 const char *rt4 = GPR(decode_gpr_gpr4(rt4_value, info), info); in LW_4X4_() local 8722 return img_format("LW %s, 0x%" PRIx64 "(%s)", rt4, u_value, rs4); in LW_4X4_() 10073 const char *rt4 = GPR(decode_gpr_gpr4(rt4_value, info), info); in MOVEP_REV_() local 10078 return img_format("MOVEP %s, %s, %s, %s", rs4, rt4, rd2, rs2); in MOVEP_REV_() 10626 const char *rt4 = GPR(decode_gpr_gpr4(rt4_value, info), info); in MUL_4X4_() local 10628 return img_format("MUL %s, %s", rs4, rt4); in MUL_4X4_()
|