Searched refs:rt3_value (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | nanomips.c | 1762 uint64 rt3_value = extract_rt3_9_8_7(instruction); in ADDIU_R1_SP_() local 1764 const char *rt3 = GPR(decode_gpr_gpr3(rt3_value, info), info); in ADDIU_R1_SP_() 1781 uint64 rt3_value = extract_rt3_9_8_7(instruction); in ADDIU_R2_() local 1785 const char *rt3 = GPR(decode_gpr_gpr3(rt3_value, info), info); in ADDIU_R2_() 2063 uint64 rt3_value = extract_rt3_9_8_7(instruction); in ADDU_16_() local 2067 const char *rt3 = GPR(decode_gpr_gpr3(rt3_value, info), info); in ADDU_16_() 2324 uint64 rt3_value = extract_rt3_9_8_7(instruction); in AND_16_() local 2327 const char *rt3 = GPR(decode_gpr_gpr3(rt3_value, info), info); in AND_16_() 2369 uint64 rt3_value = extract_rt3_9_8_7(instruction); in ANDI_16_() local 2373 const char *rt3 = GPR(decode_gpr_gpr3(rt3_value, info), info); in ANDI_16_() [all …]
|