Home
last modified time | relevance | path

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

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