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

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 86 return decision->opcodeDecisions[insnContext].modRMDecisions[opcode].
113 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
116 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
119 dec = &THREEBYTE38_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
122 dec = &THREEBYTE3A_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
125 dec = &THREEBYTEA6_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
128 dec = &THREEBYTEA7_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
    [all...]
X86DisassemblerDecoderCommon.h 191 struct ModRMDecision modRMDecisions[256];
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 380 emitModRMDecision(o1, o2, i1, i2, decision.modRMDecisions[index]);
671 setTableFields(decision.opcodeDecisions[index].modRMDecisions[opcode],

Completed in 38 milliseconds