Home
last modified time | relevance | path

Searched refs:MASK_C_ZEXT_W (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h2233 #define MASK_C_ZEXT_W 0xfc7f macro
3911 DECLARE_INSN(c_zext_w, MATCH_C_ZEXT_W, MASK_C_ZEXT_W)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h2269 #define MASK_C_ZEXT_W 0xfc7f macro
3968 DECLARE_INSN(c_zext_w, MATCH_C_ZEXT_W, MASK_C_ZEXT_W)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c1096 {"zext.w", 64, INSN_CLASS_ZCB_AND_ZBA, "Cs,Cw", MATCH_C_ZEXT_W, MASK_C_ZEXT_W, match_opcode, IN…
1992 {"c.zext.w", 64, INSN_CLASS_ZCB_AND_ZBA, "Cs", MATCH_C_ZEXT_W, MASK_C_ZEXT_W, match_opcode, 0 },
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c1185 {"zext.w", 64, INSN_CLASS_ZCB_AND_ZBA, "Cs,Cw", MATCH_C_ZEXT_W, MASK_C_ZEXT_W, match_opcode, IN…
2081 {"c.zext.w", 64, INSN_CLASS_ZCB_AND_ZBA, "Cs", MATCH_C_ZEXT_W, MASK_C_ZEXT_W, match_opcode, 0 },
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git38113 (MASK_C_ZEXT_W): New mask.