Lines Matching refs:MIPSInst_RT

82 		if (MIPSInst_RT(ir))  in mipsr6_emul()
83 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
91 if (MIPSInst_RT(ir)) in mipsr6_emul()
92 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
108 regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul()
116 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
125 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul()
135 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
144 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
152 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
161 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul()
171 (u64)regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul()
180 (u64)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
205 cond = fpucondbit[MIPSInst_RT(ir) >> 2]; in movf_func()
228 cond = fpucondbit[MIPSInst_RT(ir) >> 2]; in movt_func()
306 if (((regs->regs[MIPSInst_RT(ir)]) == 0) && MIPSInst_RD(ir)) in movz_func()
322 if (((regs->regs[MIPSInst_RT(ir)]) != 0) && MIPSInst_RD(ir)) in movn_func()
407 rt = regs->regs[MIPSInst_RT(ir)]; in mult_func()
434 rt = regs->regs[MIPSInst_RT(ir)]; in multu_func()
457 rt = regs->regs[MIPSInst_RT(ir)]; in div_func()
479 rt = regs->regs[MIPSInst_RT(ir)]; in divu_func()
505 rt = regs->regs[MIPSInst_RT(ir)]; in dmult_func()
537 rt = regs->regs[MIPSInst_RT(ir)]; in dmultu_func()
568 rt = regs->regs[MIPSInst_RT(ir)]; in ddiv_func()
593 rt = regs->regs[MIPSInst_RT(ir)]; in ddivu_func()
638 rt = regs->regs[MIPSInst_RT(ir)]; in madd_func()
667 rt = regs->regs[MIPSInst_RT(ir)]; in maddu_func()
696 rt = regs->regs[MIPSInst_RT(ir)]; in msub_func()
725 rt = regs->regs[MIPSInst_RT(ir)]; in msubu_func()
756 rt = regs->regs[MIPSInst_RT(ir)]; in mul_func()
940 rt = MIPSInst_RT(inst); in mipsr2_decoder()
1108 if (MIPSInst_RT(inst)) { in mipsr2_decoder()
1206 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1271 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1272 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1279 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1345 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1346 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1353 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1423 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1498 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1605 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1606 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1617 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1724 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1725 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1736 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1854 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2016 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2017 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2055 res = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2073 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2074 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2134 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2135 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2179 res = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2197 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2198 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()