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 44 ContextDecision* Tables[7];
119 /// emitContextDecision - Emits a ContextDecision and all its subsidiary
120 /// Opcode and ModRMDecisions. A ContextDecision is printed as:
122 /// struct ContextDecision NAME = {
132 /// NAME is the name of the ContextDecision (typically one of the four names
146 /// @param decision - The ContextDecision to emit along with its subsidiary
148 /// @param name - The name for the ContextDecision.
151 ContextDecision &decision, const char* name) const;
200 /// emitContextDecisions - Prints all four ContextDecision structures using
X86DisassemblerShared.h 50 struct ContextDecision {
X86DisassemblerTables.cpp 419 Tables[i] = new ContextDecision;
420 memset(Tables[i], 0, sizeof(ContextDecision));
567 ContextDecision &decision,
569 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
880 ContextDecision &decision = *Tables[type];
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 44 struct ContextDecision {
83 const struct ContextDecision* decision = nullptr;
    [all...]

Completed in 88 milliseconds