Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dmips_opcode.h421 #define INSN_SW_P(insn) (((insn) >> 26) == OP_SW) macro
426 #define INSN_STORE_P(insn) (INSN_SD_P(insn) || INSN_SW_P(insn))
/netbsd-src/sys/arch/mips/mips/
H A Dmips_fixup.c131 : INSN_SW_P(insn) ? "sw" : "sd", in mips_fixup_exceptions()