Searched refs:rs4 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1429 uint8_t rs6, rs4, rs2, rs0; in helper_precr_ob_qh() local 1434 rs4 = (rs >> 32) & MIPSDSP_Q0; in helper_precr_ob_qh() 1442 temp = ((uint64_t)rs6 << 56) | ((uint64_t)rs4 << 48) | in helper_precr_ob_qh() 1489 uint8_t rs6, rs4, rs2, rs0; in helper_precrq_ob_qh() local 1494 rs4 = (rs >> 40) & MIPSDSP_Q0; in helper_precrq_ob_qh() 1502 temp = ((uint64_t)rs6 << 56) | ((uint64_t)rs4 << 48) | in helper_precrq_ob_qh()
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 2114 const char *rs4 = GPR(decode_gpr_gpr4(rs4_value, info), info); in ADDU_4X4_() local 2117 return img_format("ADDU %s, %s", rs4, rt4); in ADDU_4X4_() 8720 const char *rs4 = GPR(decode_gpr_gpr4(rs4_value, info), info); in LW_4X4_() local 8722 return img_format("LW %s, 0x%" PRIx64 "(%s)", rt4, u_value, rs4); in LW_4X4_() 10072 const char *rs4 = GPR(decode_gpr_gpr4(rs4_value, info), info); in MOVEP_REV_() local 10078 return img_format("MOVEP %s, %s, %s, %s", rs4, rt4, rd2, rs2); in MOVEP_REV_() 10625 const char *rs4 = GPR(decode_gpr_gpr4(rs4_value, info), info); in MUL_4X4_() local 10628 return img_format("MUL %s, %s", rs4, rt4); in MUL_4X4_() 14880 const char *rs4 = GPR(decode_gpr_gpr4(rs4_value, info), info); in SW_4X4_() local 14882 return img_format("SW %s, 0x%" PRIx64 "(%s)", rtz4, u_value, rs4); in SW_4X4_()
|