Searched refs:TAG_Empty (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_etc.c21 if (st0tag ^ TAG_Empty) {
30 if (st0tag ^ TAG_Empty) {
81 case TAG_Empty:
92 case TAG_Empty:
H A Dfpu_aux.c140 if (st0_tag == TAG_Empty) {
141 if (sti_tag == TAG_Empty) {
153 if (sti_tag == TAG_Empty) {
175 FPU_settagi(FPU_rm, TAG_Empty);
181 FPU_settagi(FPU_rm, TAG_Empty);
H A Dfpu_tags.c84 return ((fpu_tag_word >> (regnr * 2)) & 3) == TAG_Empty;
91 return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty;
H A Dload_store.c34 #define pop_0() { FPU_settag0(TAG_Empty); top++; }
66 u_char st0_tag = TAG_Empty; /* This is just to stop a gcc warning. */
95 if (FPU_gettagi(-1) != TAG_Empty) {
H A Dfpu_trig.c181 if (st0_tag == TAG_Empty)
282 if (st0_tag == TAG_Empty) {
420 } else if (st0_tag == TAG_Empty) {
692 if (st0_tag == TAG_Empty) {
965 } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
1087 if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
1220 } else if ((st0_tag == TAG_Empty) || (st1_tag == TAG_Empty)) {
[all...]
H A Dreg_ld_str.c345 if (st0_tag != TAG_Empty) {
534 } else if (st0_tag == TAG_Empty) {
719 } else if (st0_tag == TAG_Empty) {
758 if (st0_tag == TAG_Empty) {
807 if (st0_tag == TAG_Empty) {
853 if (st0_tag == TAG_Empty) {
902 if (st0_tag == TAG_Empty) {
1091 if (tag == TAG_Empty)
1093 FPU_settag(i, TAG_Empty);
1094 else if (FPU_gettag(i) == TAG_Empty) {
[all...]
H A Dfpu_emu.h57 #define TAG_Empty Const(3) /* empty */ macro
151 #define NOT_EMPTY_ST0 (st0_tag ^ TAG_Empty)
H A Dreg_add_sub.c298 } else if (tagb > TAG_Empty)
310 } else if (taga > TAG_Empty)
H A Derrors.c146 case TAG_Empty:
H A Dfpu_entry.c717 if (((tags >> ((regnr & 7) * 2)) & 3) != TAG_Empty) {

Completed in 44 milliseconds