TW_Denormal        51 arch/x86/math-emu/fpu_etc.c 		case TW_Denormal:
TW_Denormal       103 arch/x86/math-emu/fpu_etc.c 		case TW_Denormal:
TW_Denormal        66 arch/x86/math-emu/fpu_tags.c 		return TW_Denormal;
TW_Denormal       259 arch/x86/math-emu/fpu_trig.c 	case TW_Denormal:
TW_Denormal       334 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal) {
TW_Denormal       398 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal) {
TW_Denormal       485 arch/x86/math-emu/fpu_trig.c 	} else if (st0_tag == TW_Denormal) {
TW_Denormal       519 arch/x86/math-emu/fpu_trig.c 		if (st0_tag == TW_Denormal) {
TW_Denormal       541 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TW_Denormal)
TW_Denormal       587 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
TW_Denormal       665 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
TW_Denormal       959 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal       960 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal       961 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal       972 arch/x86/math-emu/fpu_trig.c 		} else if (st1_tag == TW_Denormal) {
TW_Denormal       985 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal       990 arch/x86/math-emu/fpu_trig.c 			if (((st0_tag == TW_Denormal)
TW_Denormal       991 arch/x86/math-emu/fpu_trig.c 			     || (st1_tag == TW_Denormal))
TW_Denormal      1033 arch/x86/math-emu/fpu_trig.c 			if (st0_tag == TW_Denormal)
TW_Denormal      1063 arch/x86/math-emu/fpu_trig.c 				if (st1_tag == TW_Denormal)
TW_Denormal      1090 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag <= TW_Denormal) && (st1_tag <= TW_Denormal)) {
TW_Denormal      1113 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1142 arch/x86/math-emu/fpu_trig.c 			if ((st1_tag == TW_Denormal)
TW_Denormal      1151 arch/x86/math-emu/fpu_trig.c 	else if (((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal))
TW_Denormal      1166 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1213 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal      1214 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal      1215 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal      1245 arch/x86/math-emu/fpu_trig.c 				if ((st1_tag == TW_Denormal)
TW_Denormal      1260 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1271 arch/x86/math-emu/fpu_trig.c 		if ((st0_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1286 arch/x86/math-emu/fpu_trig.c 		if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1339 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TW_Denormal      1340 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TW_Denormal      1341 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal))) {
TW_Denormal      1351 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1379 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal      1391 arch/x86/math-emu/fpu_trig.c 				} else if ((st0_tag == TW_Denormal)
TW_Denormal      1396 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1413 arch/x86/math-emu/fpu_trig.c 				} else if ((st0_tag == TW_Denormal)
TW_Denormal      1418 arch/x86/math-emu/fpu_trig.c 			} else if ((st0_tag == TW_Denormal)
TW_Denormal      1441 arch/x86/math-emu/fpu_trig.c 			if ((st1_tag == TW_Denormal)
TW_Denormal      1457 arch/x86/math-emu/fpu_trig.c 		else if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal      1532 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TW_Denormal      1536 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1544 arch/x86/math-emu/fpu_trig.c 			if (st0_tag == TW_Denormal)
TW_Denormal      1548 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1553 arch/x86/math-emu/fpu_trig.c 			if ((st0_tag == TW_Denormal)
TW_Denormal      1574 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal      1593 arch/x86/math-emu/fpu_trig.c 		case TW_Denormal:
TW_Denormal        99 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal       100 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal       101 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       230 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal       231 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal       232 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       274 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TW_Denormal) || (tagb == TW_Denormal))
TW_Denormal       294 arch/x86/math-emu/reg_add_sub.c 			if ((tagb == TW_Denormal) && (b->sigh & 0x80000000)) {
TW_Denormal       306 arch/x86/math-emu/reg_add_sub.c 		if ((taga == TW_Denormal) && (a->sigh & 0x80000000)) {
TW_Denormal        40 arch/x86/math-emu/reg_compare.c 	if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal))
TW_Denormal        41 arch/x86/math-emu/reg_compare.c 	    || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) {
TW_Denormal        48 arch/x86/math-emu/reg_compare.c 			if (tagb == TW_Denormal)
TW_Denormal        56 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TW_Denormal)
TW_Denormal        66 arch/x86/math-emu/reg_compare.c 			else if (tagb == TW_Denormal)
TW_Denormal        81 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TW_Denormal)
TW_Denormal       117 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       121 arch/x86/math-emu/reg_compare.c 	if ((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) {
TW_Denormal       153 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       158 arch/x86/math-emu/reg_compare.c 		    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal       163 arch/x86/math-emu/reg_compare.c 	    | (((st0_tag == TW_Denormal) || (tagb == TW_Denormal)) ?
TW_Denormal        94 arch/x86/math-emu/reg_divide.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal        95 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal        96 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal       108 arch/x86/math-emu/reg_divide.c 	} else if ((taga <= TW_Denormal) && (tagb <= TW_Denormal)) {
TW_Denormal       111 arch/x86/math-emu/reg_divide.c 			if (tagb == TW_Denormal) {
TW_Denormal       156 arch/x86/math-emu/reg_divide.c 			if ((tagb == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal       166 arch/x86/math-emu/reg_divide.c 		if ((taga == TW_Denormal) && (denormal_operand() < 0))
TW_Denormal       496 arch/x86/math-emu/reg_ld_str.c 		if (st0_tag == TW_Denormal) {
TW_Denormal       677 arch/x86/math-emu/reg_ld_str.c 		if (st0_tag == TW_Denormal) {
TW_Denormal        57 arch/x86/math-emu/reg_mul.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TW_Denormal        58 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TW_Denormal        59 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TW_Denormal))) {
TW_Denormal        74 arch/x86/math-emu/reg_mul.c 	} else if ((taga <= TW_Denormal) && (tagb <= TW_Denormal)) {
TW_Denormal        75 arch/x86/math-emu/reg_mul.c 		if (((tagb == TW_Denormal) || (taga == TW_Denormal))
TW_Denormal        95 arch/x86/math-emu/reg_mul.c 	} else if (((taga == TW_Denormal) || (tagb == TW_Denormal))