Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dmips-r2-to-r6-emul.c84 (s32)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
93 (s64)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
107 regs->regs[MIPSInst_RS(ir)] | in mipsr6_emul()
111 if (MIPSInst_RS(ir)) in mipsr6_emul()
120 if (MIPSInst_RS(ir)) in mipsr6_emul()
134 (s32)((u32)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
143 (s32)((u32)regs->regs[MIPSInst_RS(ir)] - in mipsr6_emul()
147 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul()
156 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul()
170 (u64)regs->regs[MIPSInst_RS(ir)] + in mipsr6_emul()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dinst.h29 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT) macro
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c1062 dva = (u64 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
1080 dva = (u64 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
1097 wva = (u32 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
1114 wva = (u32 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
1131 switch (MIPSInst_RS(ir)) { in cop1Emulate()
1205 switch (MIPSInst_RS(ir)) { in cop1Emulate()
1361 if (!(MIPSInst_RS(ir) & 0x10)) in cop1Emulate()
1389 xcp->regs[MIPSInst_RS(ir)]; in cop1Emulate()