HomeSort by relevance Sort by last modified time
    Searched refs:InstrUID (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/TableGen/
X86DisassemblerShared.h 31 InstrUID instructionIDs[256];
X86DisassemblerTables.h 65 InstrUID id,
86 /// InstrUID modRMTablennnn[k] = {
239 InstrUID uid,
269 InstrUID uid,
278 InstructionSpecifier& specForUID(InstrUID uid) {
X86RecognizableInstr.h 39 InstrUID UID;
243 InstrUID uid);
255 InstrUID uid);
X86DisassemblerTables.cpp 170 InstrUID id,
197 o.indent(i * 2) << "static const InstrUID modRMEmptyTable[1] = { 0 };\n";
311 o1.indent(i1) << "static const InstrUID modRMTable" << thisTableNumber;
610 InstrUID uid,
658 InstrUID uid,
X86RecognizableInstr.cpp 201 InstrUID uid) {
270 InstrUID uid)
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 38 // of type InstrUID (X86DisassemblerDecoderCommon.h). Looking this ID up in
81 const InstrUID *instructionIDs;
X86DisassemblerDecoderCommon.h 147 typedef uint16_t InstrUID;
X86DisassemblerDecoder.h 27 const InstrUID *instructionIDs;
X86DisassemblerDecoder.c 102 static InstrUID decode(OpcodeType type,
156 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) {
    [all...]

Completed in 924 milliseconds