Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerShared.h17 struct InstructionSpecifier { struct
23 InstructionSpecifier() { in InstructionSpecifier() argument
H A DX86DisassemblerTables.h58 std::vector<InstructionSpecifier> InstructionSpecifiers;
274 InstructionSpecifier& specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h25 struct InstructionSpecifier;
258 InstructionSpecifier *Spec;
H A DX86DisassemblerTables.cpp1070 InstructionSpecifier &newInfo = InstructionSpecifiers[uid]; in setTableFields()
1071 InstructionSpecifier &previousInfo = in setTableFields()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h662 struct InstructionSpecifier { struct
731 const InstructionSpecifier *spec;
H A DX86Disassembler.cpp1369 const struct InstructionSpecifier *spec; in getInstructionID()
1402 const struct InstructionSpecifier *spec; in getInstructionID()
1404 const struct InstructionSpecifier *specWithNewOpcode; in getInstructionID()