TW_Denormal        52 arch/x86/math-emu/fpu_etc.c 		case TW_Denormal:
TW_Denormal       104 arch/x86/math-emu/fpu_etc.c 		case TW_Denormal:
TW_Denormal        67 arch/x86/math-emu/fpu_tags.c 		return TW_Denormal;
TW_Denormal       260 arch/x86/math-emu/fpu_trig.c 	case TW_Denormal:
TW_Denormal       335 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal) {
TW_Denormal       399 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal) {
TW_Denormal       486 arch/x86/math-emu/fpu_trig.c 	} else if (st0_tag == TW_Denormal) {
TW_Denormal       520 arch/x86/math-emu/fpu_trig.c 		if (st0_tag == TW_Denormal) {
TW_Denormal       542 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal)
TW_Denormal       588 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
TW_Denormal       666 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
TW_Denormal       960 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal       961 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal       962 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal       973 arch/x86/math-emu/fpu_trig.c 		} else if (st1_tag == TW_Denormal) {
TW_Denormal       986 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal       991 arch/x86/math-emu/fpu_trig.c 			if (((st0_tag == TW_Denormal)
TW_Denormal       992 arch/x86/math-emu/fpu_trig.c 			     || (st1_tag == TW_Denormal))
TW_Denormal      1034 arch/x86/math-emu/fpu_trig.c 			if (st0_tag == TW_Denormal)
TW_Denormal      1064 arch/x86/math-emu/fpu_trig.c 				if (st1_tag == TW_Denormal)
TW_Denormal      1091 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag <= TW_Denormal) && (st1_tag <= TW_Denormal)) {
TW_Denormal      1114 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1143 arch/x86/math-emu/fpu_trig.c 			if ((st1_tag == TW_Denormal)
TW_Denormal      1152 arch/x86/math-emu/fpu_trig.c 	else if (((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal))
TW_Denormal      1167 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1214 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal      1215 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal      1216 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal      1246 arch/x86/math-emu/fpu_trig.c 				if ((st1_tag == TW_Denormal)
TW_Denormal      1261 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1272 arch/x86/math-emu/fpu_trig.c 		if ((st0_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1287 arch/x86/math-emu/fpu_trig.c 		if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1340 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal      1341 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal      1342 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal      1352 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1380 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal      1392 arch/x86/math-emu/fpu_trig.c 				} else if ((st0_tag == TW_Denormal)
TW_Denormal      1397 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1414 arch/x86/math-emu/fpu_trig.c 				} else if ((st0_tag == TW_Denormal)
TW_Denormal      1419 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1442 arch/x86/math-emu/fpu_trig.c 			if ((st1_tag == TW_Denormal)
TW_Denormal      1458 arch/x86/math-emu/fpu_trig.c 		else if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1533 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal      1537 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1545 arch/x86/math-emu/fpu_trig.c 			if (st0_tag == TW_Denormal)
TW_Denormal      1549 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1554 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1575 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1594 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal       100 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal       101 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal       102 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       231 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal       232 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal       233 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       275 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TW_Denormal) || (tagb == TW_Denormal))
TW_Denormal       295 arch/x86/math-emu/reg_add_sub.c 			if ((tagb == TW_Denormal) && (b->sigh & 0x80000000)) {
TW_Denormal       307 arch/x86/math-emu/reg_add_sub.c 		if ((taga == TW_Denormal) && (a->sigh & 0x80000000)) {
TW_Denormal        41 arch/x86/math-emu/reg_compare.c 	if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal))
TW_Denormal        42 arch/x86/math-emu/reg_compare.c 	    || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) {
TW_Denormal        49 arch/x86/math-emu/reg_compare.c 			if (tagb == TW_Denormal)
TW_Denormal        57 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TW_Denormal)
TW_Denormal        67 arch/x86/math-emu/reg_compare.c 			else if (tagb == TW_Denormal)
TW_Denormal        82 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TW_Denormal)
TW_Denormal       118 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       122 arch/x86/math-emu/reg_compare.c 	if ((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) {
TW_Denormal       154 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       159 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       164 arch/x86/math-emu/reg_compare.c 	    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal        95 arch/x86/math-emu/reg_divide.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal        96 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal        97 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       109 arch/x86/math-emu/reg_divide.c 	} else if ((taga <= TW_Denormal) && (tagb <= TW_Denormal)) {
TW_Denormal       112 arch/x86/math-emu/reg_divide.c 			if (tagb == TW_Denormal) {
TW_Denormal       157 arch/x86/math-emu/reg_divide.c 			if ((tagb == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal       167 arch/x86/math-emu/reg_divide.c 		if ((taga == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal       497 arch/x86/math-emu/reg_ld_str.c 		if (st0_tag == TW_Denormal) {
TW_Denormal       678 arch/x86/math-emu/reg_ld_str.c 		if (st0_tag == TW_Denormal) {
TW_Denormal        58 arch/x86/math-emu/reg_mul.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal        59 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal        60 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal        75 arch/x86/math-emu/reg_mul.c 	} else if ((taga <= TW_Denormal) && (tagb <= TW_Denormal)) {
TW_Denormal        76 arch/x86/math-emu/reg_mul.c 		if (((tagb == TW_Denormal) || (taga == TW_Denormal))
TW_Denormal        96 arch/x86/math-emu/reg_mul.c 	} else if (((taga == TW_Denormal) || (tagb == TW_Denormal))