Searched refs:ContextDecision (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerShared.h50 struct ContextDecision { struct
H A DX86DisassemblerTables.h44 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
H A DX86DisassemblerTables.cpp448 Tables[i] = new ContextDecision;
449 memset(Tables[i], 0, sizeof(ContextDecision));
596 ContextDecision &decision,
598 o2.indent(i2) << "static const struct ContextDecision " << name << " = {\n";
909 ContextDecision &decision = *Tables[type];
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp44 struct ContextDecision { struct
83 const struct ContextDecision* decision = nullptr;

Completed in 52 milliseconds