Symbol: TAG_Empty
arch/x86/math-emu/errors.c
183
case TAG_Empty:
arch/x86/math-emu/fpu_aux.c
141
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/fpu_aux.c
142
if (sti_tag == TAG_Empty) {
arch/x86/math-emu/fpu_aux.c
154
if (sti_tag == TAG_Empty) {
arch/x86/math-emu/fpu_aux.c
184
if (sti_tag == TAG_Empty) {
arch/x86/math-emu/fpu_aux.c
246
FPU_settagi(FPU_rm, TAG_Empty);
arch/x86/math-emu/fpu_aux.c
252
FPU_settagi(FPU_rm, TAG_Empty);
arch/x86/math-emu/fpu_emu.h
152
#define NOT_EMPTY_ST0 (st0_tag ^ TAG_Empty)
arch/x86/math-emu/fpu_entry.c
677
if (((tags >> ((regnr & 7) * 2)) & 3) != TAG_Empty) {
arch/x86/math-emu/fpu_etc.c
22
if (st0tag ^ TAG_Empty) {
arch/x86/math-emu/fpu_etc.c
31
if (st0tag ^ TAG_Empty) {
arch/x86/math-emu/fpu_etc.c
82
case TAG_Empty:
arch/x86/math-emu/fpu_etc.c
93
case TAG_Empty:
arch/x86/math-emu/fpu_tags.c
85
return ((fpu_tag_word >> (regnr * 2)) & 3) == TAG_Empty;
arch/x86/math-emu/fpu_tags.c
92
return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty;
arch/x86/math-emu/fpu_trig.c
1093
if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
arch/x86/math-emu/fpu_trig.c
1226
} else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
arch/x86/math-emu/fpu_trig.c
1352
} else if ((st0_tag == TAG_Empty) | (st1_tag == TAG_Empty)) {
arch/x86/math-emu/fpu_trig.c
1613
if (st1_tag != TAG_Empty) {
arch/x86/math-emu/fpu_trig.c
1619
if (!((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty))) {
arch/x86/math-emu/fpu_trig.c
182
if (st0_tag == TAG_Empty)
arch/x86/math-emu/fpu_trig.c
283
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/fpu_trig.c
421
} else if (st0_tag == TAG_Empty) {
arch/x86/math-emu/fpu_trig.c
698
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/fpu_trig.c
971
} else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
arch/x86/math-emu/load_store.c
102
if (FPU_gettagi(-1) != TAG_Empty) {
arch/x86/math-emu/load_store.c
35
#define pop_0() { FPU_settag0(TAG_Empty); top++; }
arch/x86/math-emu/load_store.c
72
u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */
arch/x86/math-emu/reg_add_sub.c
299
} else if (tagb > TAG_Empty)
arch/x86/math-emu/reg_add_sub.c
311
} else if (taga > TAG_Empty)
arch/x86/math-emu/reg_ld_str.c
1092
if (tag == TAG_Empty)
arch/x86/math-emu/reg_ld_str.c
1094
FPU_settag(i, TAG_Empty);
arch/x86/math-emu/reg_ld_str.c
1095
else if (FPU_gettag(i) == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
1136
if (FPU_gettag(regnr) != TAG_Empty)
arch/x86/math-emu/reg_ld_str.c
346
if (st0_tag != TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
535
} else if (st0_tag == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
720
} else if (st0_tag == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
759
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
808
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
854
if (st0_tag == TAG_Empty) {
arch/x86/math-emu/reg_ld_str.c
903
if (st0_tag == TAG_Empty) {