Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dinst.h36 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff) macro
/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c949 if (regs->regs[rs] >= MIPSInst_UIMM(inst)) in mipsr2_decoder()
963 if (regs->regs[rs] < MIPSInst_UIMM(inst)) in mipsr2_decoder()