Home
last modified time | relevance | path

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

/arch/mips/math-emu/
Dcp1emu.c162 if (MIPSInst_RS(*i) == bc_op) in isBranchInstr()
279 u64 __user *va = (u64 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
300 u64 __user *va = (u64 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
320 u32 __user *va = (u32 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
340 u32 __user *va = (u32 __user *) (xcp->regs[MIPSInst_RS(ir)] + in cop1Emulate()
360 switch (MIPSInst_RS(ir)) { in cop1Emulate()
539 if (!(MIPSInst_RS(ir) & 0x10)) in cop1Emulate()
567 xcp->regs[MIPSInst_RS(ir)]; in cop1Emulate()
/arch/mips/include/asm/
Dinst.h393 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT) macro