Home
last modified time | relevance | path

Searched refs:MIPSInst_RD (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c367 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()
/linux-3.4.99/arch/mips/include/asm/
Dinst.h390 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro