Lines Matching refs:MIPSInst_RT
80 if (MIPSInst_RT(ir)) in mipsr6_emul()
81 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
89 if (MIPSInst_RT(ir)) in mipsr6_emul()
90 regs->regs[MIPSInst_RT(ir)] = in mipsr6_emul()
106 regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul()
114 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
123 (s32)(((u32)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul()
133 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
142 (u32)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
150 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) << in mipsr6_emul()
159 (s64)(((u64)regs->regs[MIPSInst_RT(ir)]) >> in mipsr6_emul()
169 (u64)regs->regs[MIPSInst_RT(ir)]; in mipsr6_emul()
178 (u64)regs->regs[MIPSInst_RT(ir)]); in mipsr6_emul()
203 cond = fpucondbit[MIPSInst_RT(ir) >> 2]; in movf_func()
226 cond = fpucondbit[MIPSInst_RT(ir) >> 2]; in movt_func()
304 if (((regs->regs[MIPSInst_RT(ir)]) == 0) && MIPSInst_RD(ir)) in movz_func()
320 if (((regs->regs[MIPSInst_RT(ir)]) != 0) && MIPSInst_RD(ir)) in movn_func()
405 rt = regs->regs[MIPSInst_RT(ir)]; in mult_func()
432 rt = regs->regs[MIPSInst_RT(ir)]; in multu_func()
455 rt = regs->regs[MIPSInst_RT(ir)]; in div_func()
477 rt = regs->regs[MIPSInst_RT(ir)]; in divu_func()
503 rt = regs->regs[MIPSInst_RT(ir)]; in dmult_func()
535 rt = regs->regs[MIPSInst_RT(ir)]; in dmultu_func()
566 rt = regs->regs[MIPSInst_RT(ir)]; in ddiv_func()
591 rt = regs->regs[MIPSInst_RT(ir)]; in ddivu_func()
636 rt = regs->regs[MIPSInst_RT(ir)]; in madd_func()
665 rt = regs->regs[MIPSInst_RT(ir)]; in maddu_func()
694 rt = regs->regs[MIPSInst_RT(ir)]; in msub_func()
723 rt = regs->regs[MIPSInst_RT(ir)]; in msubu_func()
754 rt = regs->regs[MIPSInst_RT(ir)]; in mul_func()
938 rt = MIPSInst_RT(inst); in mipsr2_decoder()
1199 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1264 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1265 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1272 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1338 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1339 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1346 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1416 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1491 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1598 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1599 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1610 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1717 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
1718 regs->regs[MIPSInst_RT(inst)] = rt; in mipsr2_decoder()
1729 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
1847 rt = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2009 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2010 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2048 res = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2066 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2067 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2127 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2128 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()
2172 res = regs->regs[MIPSInst_RT(inst)]; in mipsr2_decoder()
2190 if (MIPSInst_RT(inst) && !err) in mipsr2_decoder()
2191 regs->regs[MIPSInst_RT(inst)] = res; in mipsr2_decoder()