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

/external/llvm/utils/TableGen/
H A DX86DisassemblerShared.h22 InstructionSpecifier() { \
H A DX86DisassemblerTables.h47 std::vector<InstructionSpecifier> InstructionSpecifiers;
174 /// struct InstructionSpecifier CONTEXTS_SYM[k] = {
278 InstructionSpecifier& specForUID(InstrUID uid) {
H A DX86RecognizableInstr.h101 InstructionSpecifier* Spec;
H A DX86DisassemblerTables.cpp464 o.indent(i * 2) << "static const struct InstructionSpecifier ";
647 InstructionSpecifier &newInfo =
649 InstructionSpecifier &previousInfo =
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c154 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) {
801 const struct InstructionSpecifier *spec;
803 const struct InstructionSpecifier *specWithWBit;
836 const struct InstructionSpecifier *spec;
876 const struct InstructionSpecifier *spec;
878 const struct InstructionSpecifier *specWithNewOpcode;
H A DX86DisassemblerDecoderCommon.h374 struct InstructionSpecifier { struct
H A DX86DisassemblerDecoder.h490 const struct InstructionSpecifier *spec;

Completed in 94 milliseconds