Home
last modified time | relevance | path

Searched refs:MIPSInst_UIMM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dinst.h36 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dinst.h36 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff) macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A 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()

Completed in 7 milliseconds