Home
last modified time | relevance | path

Searched refs:MASK_SRET (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv-opc.h245 #define MASK_SRET 0xffffffff macro
2632 DECLARE_INSN(sret, MATCH_SRET, MASK_SRET)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv-opc.h245 #define MASK_SRET 0xffffffff macro
3587 DECLARE_INSN(sret, MATCH_SRET, MASK_SRET)
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c2282 return (((insn ^ MATCH_SRET) & MASK_SRET) == 0 in riscv_is_priv_insn()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c2572 return (((insn ^ MATCH_SRET) & MASK_SRET) == 0 in riscv_is_priv_insn()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c907 {"sret", 0, INSN_CLASS_I, "", MATCH_SRET, MASK_SRET, match_opcode, 0 },
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c2017 {"sret", 0, INSN_CLASS_I, "", MATCH_SRET, MASK_SRET, match_opcode, 0 },