Searched refs:INSN_SW_P (Results 1 – 2 of 2) sorted by relevance
421 #define INSN_SW_P(insn) (((insn) >> 26) == OP_SW) macro426 #define INSN_STORE_P(insn) (INSN_SD_P(insn) || INSN_SW_P(insn))
133 : INSN_SW_P(insn) ? "sw" : "sd", in mips_fixup_exceptions()