Lines Matching defs:dt
660 /// @param dt - The decision type.
663 static const char *stringForDecisionType(ModRMDecisionType dt) {
667 switch (dt) {
689 ModRMDecisionType dt = getDecisionType(decision);
691 if (dt == MODRM_ONEENTRY && decision.instructionIDs[0] == 0) {
693 o2 << "{" << stringForDecisionType(dt) << ", 0}";
699 switch (dt) {
741 o2 << "{" << stringForDecisionType(dt) << ", " << EntryNumber << "}";
743 switch (dt) {
779 ModRMDecisionType dt = getDecisionType(decision);
780 if (!(dt == MODRM_ONEENTRY && decision.instructionIDs[0] == 0))