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

  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 44 ContextDecision* Tables[6];
133 /// emitContextDecision - Emits a ContextDecision and all its subsidiary
134 /// Opcode and ModRMDecisions. A ContextDecision is printed as:
136 /// struct ContextDecision NAME = {
146 /// NAME is the name of the ContextDecision (typically one of the four names
160 /// @param decision - The ContextDecision to emit along with its subsidiary
162 /// @param name - The name for the ContextDecision.
167 ContextDecision &decision,
217 /// emitContextDecisions - Prints all four ContextDecision structures using
X86DisassemblerTables.cpp 273 Tables[i] = new ContextDecision;
274 memset(Tables[i], 0, sizeof(ContextDecision));
399 ContextDecision &decision,
401 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
663 ContextDecision &decision = *Tables[type];
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 195 * ContextDecision - Specifies which opcode->instruction tables to look at given
201 struct ContextDecision {
X86DisassemblerDecoder.c 63 const struct ContextDecision* decision = 0;
    [all...]

Completed in 45 milliseconds