Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h419 #define INSN_LUI_P(insn) (((insn) >> 26) == OP_LUI) macro
/netbsd-src/sys/arch/mips/cavium/
H A Docteon_cpunode.c181 KASSERT(INSN_LUI_P(new_insns[0])); in octeon_fixup_cpu_info_references()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c89 if (INSN_LUI_P(insn)) { in mips_fixup_exceptions()