HomeSort by relevance Sort by last modified time
    Searched full:contextdecision (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 42 ContextDecision* Tables[6];
131 /// emitContextDecision - Emits a ContextDecision and all its subsidiary
132 /// Opcode and ModRMDecisions. A ContextDecision is printed as:
134 /// struct ContextDecision NAME = {
144 /// NAME is the name of the ContextDecision (typically one of the four names
158 /// @param decision - The ContextDecision to emit along with its subsidiary
160 /// @param name - The name for the ContextDecision.
165 ContextDecision &decision,
215 /// emitContextDecisions - Prints all four ContextDecision structures using
X86DisassemblerTables.cpp 374 Tables[i] = new ContextDecision;
375 memset(Tables[i], 0, sizeof(ContextDecision));
506 ContextDecision &decision,
508 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
793 ContextDecision &decision = *Tables[type];
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 306 * ContextDecision - Specifies which opcode->instruction tables to look at given
312 struct ContextDecision {
X86DisassemblerDecoder.c 63 const struct ContextDecision* decision = 0;
    [all...]

Completed in 553 milliseconds