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

/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c105 if (MIPSInst_RD(ir))
106 regs->regs[MIPSInst_RD(ir)] =
114 if (MIPSInst_RD(ir))
115 regs->regs[MIPSInst_RD(ir)] =
123 if (MIPSInst_RD(ir))
124 regs->regs[MIPSInst_RD(ir)] =
132 if (MIPSInst_RD(ir))
133 regs->regs[MIPSInst_RD(ir)] =
141 if (MIPSInst_RD(ir))
142 regs->regs[MIPSInst_RD(i
[all...]
/linux-master/arch/mips/include/asm/
H A Dinst.h45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c854 switch (MIPSInst_RD(ir)) {
917 switch (MIPSInst_RD(ir)) {
1127 MIPSInst_RD(ir));
1136 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
1146 MIPSInst_RD(ir));
1155 SITOHREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
1162 MIPSInst_RD(ir));
1168 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
1376 xcp->regs[MIPSInst_RD(ir)] =

Completed in 99 milliseconds