Home
last modified time | relevance | path

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

/freebsd/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;
268 InstructionSpecifier &specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.h25 struct InstructionSpecifier;
262 InstructionSpecifier *Spec;
H A DX86DisassemblerTables.cpp1083 InstructionSpecifier &newInfo = InstructionSpecifiers[uid]; in setTableFields()
1084 InstructionSpecifier &previousInfo = in setTableFields()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h669 struct InstructionSpecifier { struct
738 const InstructionSpecifier *spec;
H A DX86Disassembler.cpp1420 const struct InstructionSpecifier *spec; in getInstructionID()
1453 const struct InstructionSpecifier *spec; in getInstructionID()
1455 const struct InstructionSpecifier *specWithNewOpcode; in getInstructionID()