Searched refs:MIPSInst_RD (Results 1 – 2 of 2) sorted by relevance
105 if (MIPSInst_RD(ir)) in mipsr6_emul()106 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()114 if (MIPSInst_RD(ir)) in mipsr6_emul()115 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()123 if (MIPSInst_RD(ir)) in mipsr6_emul()124 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()132 if (MIPSInst_RD(ir)) in mipsr6_emul()133 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()141 if (MIPSInst_RD(ir)) in mipsr6_emul()142 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()[all …]
45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro