Lines Matching defs:dt
687 /// @param dt - The decision type.
690 static const char *stringForDecisionType(ModRMDecisionType dt) {
694 switch (dt) {
716 ModRMDecisionType dt = getDecisionType(decision);
718 if (dt == MODRM_ONEENTRY && decision.instructionIDs[0] == 0) {
720 o2 << "{" << stringForDecisionType(dt) << ", 0}";
726 switch (dt) {
768 o2 << "{" << stringForDecisionType(dt) << ", " << EntryNumber << "}";
770 switch (dt) {
806 ModRMDecisionType dt = getDecisionType(decision);
807 if (!(dt == MODRM_ONEENTRY && decision.instructionIDs[0] == 0))