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

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 63 InstrUID id,
84 /// InstrUID modRMTablennnn[k] = {
237 InstrUID uid,
267 InstrUID uid,
276 InstructionSpecifier& specForUID(InstrUID uid) {
X86DisassemblerShared.h 32 InstrUID instructionIDs[256];
X86RecognizableInstr.h 37 InstrUID UID;
242 InstrUID uid);
254 InstrUID uid);
X86DisassemblerTables.cpp 173 void DisassemblerTables::emitOneID(raw_ostream &o, unsigned &i, InstrUID id,
638 o << "static const InstrUID modRMTable[] = {\n";
655 InstrUID uid,
701 InstrUID uid,
X86RecognizableInstr.cpp 210 InstrUID uid) {
281 InstrUID uid)
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 152 typedef uint16_t InstrUID;
X86DisassemblerDecoder.c 100 static InstrUID decode(OpcodeType type,
158 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) {
    [all...]

Completed in 208 milliseconds