TAG_Valid         187 arch/x86/math-emu/errors.c 		case TAG_Valid:
TAG_Valid         510 arch/x86/math-emu/errors.c 	return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid;
TAG_Valid         518 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         578 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         606 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
TAG_Valid         402 arch/x86/math-emu/fpu_entry.c 						    ((loaded_tag == TAG_Valid)
TAG_Valid          43 arch/x86/math-emu/fpu_etc.c 	case TAG_Valid:
TAG_Valid          98 arch/x86/math-emu/fpu_etc.c 	case TAG_Valid:
TAG_Valid          39 arch/x86/math-emu/fpu_trig.c 	int tag, st0_tag = TAG_Valid;
TAG_Valid          68 arch/x86/math-emu/fpu_trig.c 		    FPU_sub(REV | LOADED | TAG_Valid, (int)&CONST_PI2,
TAG_Valid         135 arch/x86/math-emu/fpu_trig.c 				    FPU_sub(REV | LOADED | TAG_Valid,
TAG_Valid         238 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         266 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         297 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         320 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         326 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         367 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         381 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(TAG_Valid);	/* Needed if arg was a denormal */
TAG_Valid         453 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         509 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         553 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         616 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
TAG_Valid         648 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         657 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         783 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid         959 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid         960 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid         969 arch/x86/math-emu/fpu_trig.c 		if (st1_tag == TAG_Valid) {
TAG_Valid         985 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1029 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) && (st1_tag == TAG_Valid)) {
TAG_Valid        1151 arch/x86/math-emu/fpu_trig.c 	else if (((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal))
TAG_Valid        1198 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1213 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid        1214 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid        1232 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI4, TAG_Valid);
TAG_Valid        1255 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
TAG_Valid        1264 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
TAG_Valid        1280 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
TAG_Valid        1289 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
TAG_Valid        1318 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1339 arch/x86/math-emu/fpu_trig.c 	if (((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal))
TAG_Valid        1340 arch/x86/math-emu/fpu_trig.c 	    || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid))
TAG_Valid        1356 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1379 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1488 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid))) {
TAG_Valid        1532 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Valid) || (st0_tag == TW_Denormal)) {
TAG_Valid        1534 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1570 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid        1589 arch/x86/math-emu/fpu_trig.c 		case TAG_Valid:
TAG_Valid          62 arch/x86/math-emu/poly_atan.c 	if (st0_tag == TAG_Valid) {
TAG_Valid          69 arch/x86/math-emu/poly_atan.c 	if (st1_tag == TAG_Valid) {
TAG_Valid         131 arch/x86/math-emu/poly_l2.c 		if (tag == TAG_Valid)
TAG_Valid         186 arch/x86/math-emu/poly_sin.c 	FPU_copy_to_reg0(&result, TAG_Valid);
TAG_Valid         268 arch/x86/math-emu/poly_sin.c 			FPU_copy_to_reg0(&CONST_1, TAG_Valid);
TAG_Valid         369 arch/x86/math-emu/poly_sin.c 	FPU_copy_to_reg0(&result, TAG_Valid);
TAG_Valid          84 arch/x86/math-emu/poly_tan.c 			FPU_settag0(TAG_Valid);
TAG_Valid         208 arch/x86/math-emu/poly_tan.c 	FPU_settag0(TAG_Valid);
TAG_Valid          99 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid         100 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid         230 arch/x86/math-emu/reg_add_sub.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid         231 arch/x86/math-emu/reg_add_sub.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid         297 arch/x86/math-emu/reg_add_sub.c 				tagb = TAG_Valid;
TAG_Valid         309 arch/x86/math-emu/reg_add_sub.c 			taga = TAG_Valid;
TAG_Valid          40 arch/x86/math-emu/reg_compare.c 	if (((st0_tag != TAG_Valid) && (st0_tag != TW_Denormal))
TAG_Valid          41 arch/x86/math-emu/reg_compare.c 	    || ((tagb != TAG_Valid) && (tagb != TW_Denormal))) {
TAG_Valid          45 arch/x86/math-emu/reg_compare.c 			if (tagb == TAG_Valid)
TAG_Valid          53 arch/x86/math-emu/reg_compare.c 			if (st0_tag == TAG_Valid)
TAG_Valid          63 arch/x86/math-emu/reg_compare.c 			if ((tagb == TAG_Valid) || (tagb == TAG_Zero))
TAG_Valid          78 arch/x86/math-emu/reg_compare.c 			if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero))
TAG_Valid          75 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_1, 0, TAG_Valid);
TAG_Valid          80 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid);
TAG_Valid          85 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          90 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          95 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid         100 arch/x86/math-emu/reg_constant.c 	fld_const(&CONST_LN2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
TAG_Valid          94 arch/x86/math-emu/reg_divide.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid          95 arch/x86/math-emu/reg_divide.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))
TAG_Valid          77 arch/x86/math-emu/reg_ld_str.c 	return TAG_Valid;
TAG_Valid         146 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
TAG_Valid         200 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
TAG_Valid         388 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Valid) {
TAG_Valid         571 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Valid) {
TAG_Valid        1108 arch/x86/math-emu/reg_ld_str.c 				FPU_settag(i, TAG_Valid);
TAG_Valid          57 arch/x86/math-emu/reg_mul.c 	if (((taga == TAG_Valid) && (tagb == TW_Denormal))
TAG_Valid          58 arch/x86/math-emu/reg_mul.c 	    || ((taga == TW_Denormal) && (tagb == TAG_Valid))