Home
last modified time | relevance | path

Searched refs:INSN_CLASS_H (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Driscv-opc.c2036 {"hfence.vvma", 0, INSN_CLASS_H, "", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA|MASK_RS1|MASK_RS2, m…
2037 {"hfence.vvma", 0, INSN_CLASS_H, "s", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA|MASK_RS2, match_opco…
2038 {"hfence.vvma", 0, INSN_CLASS_H, "s,t", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA, match_opcode, 0 },
2039 {"hfence.gvma", 0, INSN_CLASS_H, "", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA|MASK_RS1|MASK_RS2, m…
2040 {"hfence.gvma", 0, INSN_CLASS_H, "s", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA|MASK_RS2, match_opco…
2041 {"hfence.gvma", 0, INSN_CLASS_H, "s,t", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA, match_opcode, 0 },
2042 {"hlv.b", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_B, MASK_HLV_B, match_opcode, INSN_DREF|INSN_1_…
2043 {"hlv.bu", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_BU, MASK_HLV_BU, match_opcode, INSN_DREF|INSN_…
2044 {"hlv.h", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_H, MASK_HLV_H, match_opcode, INSN_DREF|INSN_2_…
2045 {"hlv.hu", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_HU, MASK_HLV_HU, match_opcode, INSN_DREF|INSN_…
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Driscv-opc.c2131 {"hfence.vvma", 0, INSN_CLASS_H, "", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA|MASK_RS1|MASK_RS2, m…
2132 {"hfence.vvma", 0, INSN_CLASS_H, "s", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA|MASK_RS2, match_opco…
2133 {"hfence.vvma", 0, INSN_CLASS_H, "s,t", MATCH_HFENCE_VVMA, MASK_HFENCE_VVMA, match_opcode, 0 },
2134 {"hfence.gvma", 0, INSN_CLASS_H, "", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA|MASK_RS1|MASK_RS2, m…
2135 {"hfence.gvma", 0, INSN_CLASS_H, "s", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA|MASK_RS2, match_opco…
2136 {"hfence.gvma", 0, INSN_CLASS_H, "s,t", MATCH_HFENCE_GVMA, MASK_HFENCE_GVMA, match_opcode, 0 },
2137 {"hlv.b", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_B, MASK_HLV_B, match_opcode, INSN_DREF|INSN_1_…
2138 {"hlv.bu", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_BU, MASK_HLV_BU, match_opcode, INSN_DREF|INSN_…
2139 {"hlv.h", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_H, MASK_HLV_H, match_opcode, INSN_DREF|INSN_2_…
2140 {"hlv.hu", 0, INSN_CLASS_H, "d,0(s)", MATCH_HLV_HU, MASK_HLV_HU, match_opcode, INSN_DREF|INSN_…
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv.h471 INSN_CLASS_H, enumerator
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfxx-riscv.c2573 case INSN_CLASS_H: in riscv_multi_subset_supports()
2825 case INSN_CLASS_H: in riscv_multi_subset_supports_ext()
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv.h489 INSN_CLASS_H, enumerator
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfxx-riscv.c2671 case INSN_CLASS_H: in riscv_multi_subset_supports()
2929 case INSN_CLASS_H: in riscv_multi_subset_supports_ext()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git116920 (riscv_multi_subset_supports): Handle INSN_CLASS_H for hypervisor instructions.
116943 * opcode/riscv.h (riscv_insn_class): Added INSN_CLASS_H.