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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerShared.h18 struct InstructionSpecifier { struct
24 InstructionSpecifier() { function in struct:InstructionSpecifier
H A DX86DisassemblerTables.h51 std::vector<InstructionSpecifier> InstructionSpecifiers;
157 /// struct InstructionSpecifier CONTEXTS_SYM[k] = {
263 InstructionSpecifier& specForUID(InstrUID uid) {
H A DX86RecognizableInstr.h104 InstructionSpecifier* Spec;
H A DX86DisassemblerTables.cpp660 o.indent(i * 2) << "static const struct InstructionSpecifier ";
871 InstructionSpecifier &newInfo =
873 InstructionSpecifier &previousInfo =
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h513 struct InstructionSpecifier { struct in namespace:llvm::X86Disassembler
583 const InstructionSpecifier *spec;
H A DX86DisassemblerDecoder.cpp184 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) {
1096 const struct InstructionSpecifier *spec;
1136 const struct InstructionSpecifier *spec;
1138 const struct InstructionSpecifier *specWithNewOpcode;

Completed in 91 milliseconds