Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h2520 #define MATCH_TH_FMV_HW_X 0xa000100b macro
3968 DECLARE_INSN(th_fmv_hw_x, MATCH_TH_FMV_HW_X, MASK_TH_FMV_HW_X)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h2565 #define MATCH_TH_FMV_HW_X 0xa000100b macro
4030 DECLARE_INSN(th_fmv_hw_x, MATCH_TH_FMV_HW_X, MASK_TH_FMV_HW_X)
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c2172 {"th.fmv.hw.x", 32, INSN_CLASS_XTHEADFMV, "D,s", MATCH_TH_FMV_HW_X, MASK_TH_FMV_HW_X, match_opcod…
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c2267 {"th.fmv.hw.x", 32, INSN_CLASS_XTHEADFMV, "D,s", MATCH_TH_FMV_HW_X, MASK_TH_FMV_HW_X, match_opcod…
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git8293 * opcode/riscv-opc.h (MATCH_TH_FMV_HW_X): Correct coding.