Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dmips-r2-to-r6-emul.c105 if (MIPSInst_RD(ir)) in mipsr6_emul()
106 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
114 if (MIPSInst_RD(ir)) in mipsr6_emul()
115 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
123 if (MIPSInst_RD(ir)) in mipsr6_emul()
124 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
132 if (MIPSInst_RD(ir)) in mipsr6_emul()
133 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
141 if (MIPSInst_RD(ir)) in mipsr6_emul()
142 regs->regs[MIPSInst_RD(ir)] = in mipsr6_emul()
[all …]
/linux-5.19.10/arch/mips/include/asm/
Dinst.h45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT) macro
/linux-5.19.10/arch/mips/math-emu/
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()