Searched refs:MIPSInst_RD (Results 1 – 2 of 2) sorted by relevance
367 MIPSInst_RD(ir)); in cop1Emulate()373 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()381 MIPSInst_RD(ir)); in cop1Emulate()387 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()394 if (MIPSInst_RD(ir) == FPCREG_CSR) { in cop1Emulate()404 else if (MIPSInst_RD(ir) == FPCREG_RID) in cop1Emulate()424 if (MIPSInst_RD(ir) == FPCREG_CSR) { in cop1Emulate()566 xcp->regs[MIPSInst_RD(ir)] = in cop1Emulate()
390 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro