Searched defs:decision (Results 1 – 6 of 6) sorted by relevance
1 struct decision struct4 struct decision *next; argument
596 static ModRMDecisionType getDecisionType(ModRMDecision &decision) { in getDecisionType()758 auto &decision = opDecision.modRMDecisions[index]; in emitOpcodeDecision() local792 ContextDecision &decision, in emitContextDecision()1024 void DisassemblerTables::setTableFields(ModRMDecision &decision, in setTableFields()1073 ContextDecision &decision = *Tables[type]; in setTableFields() local
123 struct decision struct125 struct decision_head success; /* Nodes to test on success. */ argument126 struct decision *next; /* Node to test on failure. */ argument127 struct decision *prev; /* Node whose failure tests us. */ argument128 struct decision *afterward; /* Node to test on success, argument133 struct decision_test *tests; /* The tests for this node. */ argument135 int number; /* Node number, used for labels */136 int subroutine_number; /* Number of subroutine this node starts */137 int need_label; /* Label needs to be output. */
124 struct decision struct126 struct decision_head success; /* Nodes to test on success. */ argument127 struct decision *next; /* Node to test on failure. */ argument128 struct decision *prev; /* Node whose failure tests us. */ argument129 struct decision *afterward; /* Node to test on success, argument134 struct decision_test *tests; /* The tests for this node. */ argument136 int number; /* Node number, used for labels */137 int subroutine_number; /* Number of subroutine this node starts */138 int need_label; /* Label needs to be output. */
42 enum lpt_dec decision; member
1030 const ContextDecision *decision; in getInstructionIDWithAttrMask() local