Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c105 if (MIPSInst_RD(ir)) in mipsr6_emul()
114 if (MIPSInst_RD(ir)) in mipsr6_emul()
123 if (MIPSInst_RD(ir)) in mipsr6_emul()
132 if (MIPSInst_RD(ir)) in mipsr6_emul()
141 if (MIPSInst_RD(ir)) in mipsr6_emul()
150 if (MIPSInst_RD(ir)) in mipsr6_emul()
159 if (MIPSInst_RD(ir)) in mipsr6_emul()
168 if (MIPSInst_RD(ir)) in mipsr6_emul()
177 if (MIPSInst_RD(ir)) in mipsr6_emul()
338 if (MIPSInst_RD(ir)) in mfhi_func()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dinst.h45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c854 switch (MIPSInst_RD(ir)) { in cop1_cfc()
917 switch (MIPSInst_RD(ir)) { in cop1_ctc()
1127 MIPSInst_RD(ir)); in cop1Emulate()
1136 DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1146 MIPSInst_RD(ir)); in cop1Emulate()
1155 SITOHREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1162 MIPSInst_RD(ir)); in cop1Emulate()
1168 SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir)); in cop1Emulate()
1376 xcp->regs[MIPSInst_RD(ir)] = in cop1Emulate()