Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c103 if (MIPSInst_RD(ir)) in mipsr6_emul()
104 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
112 if (MIPSInst_RD(ir)) in mipsr6_emul()
113 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
121 if (MIPSInst_RD(ir)) in mipsr6_emul()
122 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
130 if (MIPSInst_RD(ir)) in mipsr6_emul()
131 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
139 if (MIPSInst_RD(ir)) in mipsr6_emul()
140 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
[all …]
/linux-4.1.27/arch/mips/include/asm/
Dinst.h45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro
/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c857 switch (MIPSInst_RD(ir)) { in cop1_cfc()
920 switch (MIPSInst_RD(ir)) { in cop1_ctc()
1129 MIPSInst_RD(ir)); in cop1Emulate()
1138 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1148 MIPSInst_RD(ir)); in cop1Emulate()
1157 SITOHREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1164 MIPSInst_RD(ir)); in cop1Emulate()
1170 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1369 xcp->regs[MIPSInst_RD(ir)] = in cop1Emulate()