TAG_Empty         181 arch/x86/math-emu/errors.c 		case TAG_Empty:
TAG_Empty         131 arch/x86/math-emu/fpu_aux.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         132 arch/x86/math-emu/fpu_aux.c 		if (sti_tag == TAG_Empty) {
TAG_Empty         144 arch/x86/math-emu/fpu_aux.c 	if (sti_tag == TAG_Empty) {
TAG_Empty         166 arch/x86/math-emu/fpu_aux.c 	FPU_settagi(FPU_rm, TAG_Empty);
TAG_Empty         172 arch/x86/math-emu/fpu_aux.c 	FPU_settagi(FPU_rm, TAG_Empty);
TAG_Empty         151 arch/x86/math-emu/fpu_emu.h #define	NOT_EMPTY_ST0	(st0_tag ^ TAG_Empty)
TAG_Empty         717 arch/x86/math-emu/fpu_entry.c 		if (((tags >> ((regnr & 7) * 2)) & 3) != TAG_Empty) {
TAG_Empty          21 arch/x86/math-emu/fpu_etc.c 	if (st0tag ^ TAG_Empty) {
TAG_Empty          30 arch/x86/math-emu/fpu_etc.c 	if (st0tag ^ TAG_Empty) {
TAG_Empty          81 arch/x86/math-emu/fpu_etc.c 	case TAG_Empty:
TAG_Empty          92 arch/x86/math-emu/fpu_etc.c 	case TAG_Empty:
TAG_Empty          84 arch/x86/math-emu/fpu_tags.c 	return ((fpu_tag_word >> (regnr * 2)) & 3) == TAG_Empty;
TAG_Empty          91 arch/x86/math-emu/fpu_tags.c 	return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty;
TAG_Empty         181 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Empty)
TAG_Empty         282 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         420 arch/x86/math-emu/fpu_trig.c 	} else if (st0_tag == TAG_Empty) {
TAG_Empty         692 arch/x86/math-emu/fpu_trig.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         965 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
TAG_Empty        1087 arch/x86/math-emu/fpu_trig.c 	if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
TAG_Empty        1220 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
TAG_Empty        1346 arch/x86/math-emu/fpu_trig.c 	} else if ((st0_tag == TAG_Empty) | (st1_tag == TAG_Empty)) {
TAG_Empty        1607 arch/x86/math-emu/fpu_trig.c 		if (st1_tag != TAG_Empty) {
TAG_Empty        1613 arch/x86/math-emu/fpu_trig.c 	if (!((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty))) {
TAG_Empty          34 arch/x86/math-emu/load_store.c #define pop_0()	{ FPU_settag0(TAG_Empty); top++; }
TAG_Empty          66 arch/x86/math-emu/load_store.c 	u_char st0_tag = TAG_Empty;	/* This is just to stop a gcc warning. */
TAG_Empty          95 arch/x86/math-emu/load_store.c 			if (FPU_gettagi(-1) != TAG_Empty) {
TAG_Empty         298 arch/x86/math-emu/reg_add_sub.c 			} else if (tagb > TAG_Empty)
TAG_Empty         310 arch/x86/math-emu/reg_add_sub.c 		} else if (taga > TAG_Empty)
TAG_Empty         345 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag != TAG_Empty) {
TAG_Empty         534 arch/x86/math-emu/reg_ld_str.c 	} else if (st0_tag == TAG_Empty) {
TAG_Empty         719 arch/x86/math-emu/reg_ld_str.c 	} else if (st0_tag == TAG_Empty) {
TAG_Empty         758 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         807 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         853 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Empty) {
TAG_Empty         902 arch/x86/math-emu/reg_ld_str.c 	if (st0_tag == TAG_Empty) {
TAG_Empty        1091 arch/x86/math-emu/reg_ld_str.c 		if (tag == TAG_Empty)
TAG_Empty        1093 arch/x86/math-emu/reg_ld_str.c 			FPU_settag(i, TAG_Empty);
TAG_Empty        1094 arch/x86/math-emu/reg_ld_str.c 		else if (FPU_gettag(i) == TAG_Empty) {
TAG_Empty        1135 arch/x86/math-emu/reg_ld_str.c 		if (FPU_gettag(regnr) != TAG_Empty)