TAG_Valid         190 arch/x86/math-emu/errors.c 		case TAG_Valid:
TAG_Valid         507 arch/x86/math-emu/errors.c 	return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid;
TAG_Valid         515 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         575 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         603 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         361 arch/x86/math-emu/fpu_entry.c 						    ((loaded_tag == TAG_Valid)
TAG_Valid          44 arch/x86/math-emu/fpu_etc.c 	case TAG_Valid:
TAG_Valid          99 arch/x86/math-emu/fpu_etc.c 	case TAG_Valid:
TAG_Valid          40 arch/x86/math-emu/fpu_trig.c 	int tag, st0_tag = TAG_Valid;
TAG_Valid          69 arch/x86/math-emu/fpu_trig.c 		    FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2,
TAG_Valid         136 arch/x86/math-emu/fpu_trig.c 				    FPU_sub(REV | LOADED | TAG_Valid,
TAG_Valid         239 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         267 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         298 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         321 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         327 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         368 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         382 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(TAG_Valid);	/* Needed if arg was a denormal */
TAG_Valid         454 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         510 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         554 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         617 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         649 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         658 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         784 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid         960 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid         961 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid         970 arch/x86/math-emu/fpu_trig.c 		if (st1_tag == TAG_Valid) {
TAG_Valid         986 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1030 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) {
TAG_Valid        1152 arch/x86/math-emu/fpu_trig.c 	else if (((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal))
TAG_Valid        1199 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1214 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid        1215 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid        1233 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI4, TAG_Valid);
TAG_Valid        1256 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
TAG_Valid        1265 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
TAG_Valid        1281 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
TAG_Valid        1290 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
TAG_Valid        1319 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1340 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid        1341 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid        1357 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1380 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1489 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1533 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1535 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1571 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1590 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid          63 arch/x86/math-emu/poly_atan.c 	if (st0_tag == TAG_Valid) {
TAG_Valid          70 arch/x86/math-emu/poly_atan.c 	if (st1_tag == TAG_Valid) {
TAG_Valid         132 arch/x86/math-emu/poly_l2.c 		if (tag == TAG_Valid)
TAG_Valid         187 arch/x86/math-emu/poly_sin.c 	FPU_copy_to_reg0(&result, TAG_Valid);
TAG_Valid         269 arch/x86/math-emu/poly_sin.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         370 arch/x86/math-emu/poly_sin.c 	FPU_copy_to_reg0(&result, TAG_Valid);
TAG_Valid          85 arch/x86/math-emu/poly_tan.c 			FPU_settag0(TAG_Valid);
TAG_Valid         209 arch/x86/math-emu/poly_tan.c 	FPU_settag0(TAG_Valid);
TAG_Valid         100 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid         101 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid         231 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid         232 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid         298 arch/x86/math-emu/reg_add_sub.c 				tagb = TAG_Valid;
TAG_Valid         310 arch/x86/math-emu/reg_add_sub.c 			taga = TAG_Valid;
TAG_Valid          41 arch/x86/math-emu/reg_compare.c 	if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal))
TAG_Valid          42 arch/x86/math-emu/reg_compare.c 	    || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) {
TAG_Valid          46 arch/x86/math-emu/reg_compare.c 			if (tagb == TAG_Valid)
TAG_Valid          54 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TAG_Valid)
TAG_Valid          64 arch/x86/math-emu/reg_compare.c 			if ((tagb == TAG_Valid) || (tagb == TAG_Zero))
TAG_Valid          79 arch/x86/math-emu/reg_compare.c 			if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero))
TAG_Valid          76 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_1, 0, TAG_Valid);
TAG_Valid          81 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid);
TAG_Valid          86 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          91 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          96 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid         101 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          95 arch/x86/math-emu/reg_divide.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid          96 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid          78 arch/x86/math-emu/reg_ld_str.c 	return TAG_Valid;
TAG_Valid         147 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
TAG_Valid         201 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
TAG_Valid         389 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         572 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Valid) {
TAG_Valid        1109 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Valid);
TAG_Valid          58 arch/x86/math-emu/reg_mul.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid          59 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))