Symbol: TAG_Special
arch/x86/math-emu/errors.c
186
case TAG_Special:
arch/x86/math-emu/errors.c
392
0) | TAG_Special;
arch/x86/math-emu/errors.c
394
return TAG_Special;
arch/x86/math-emu/errors.c
408
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
arch/x86/math-emu/errors.c
422
if (taga == TAG_Special)
arch/x86/math-emu/errors.c
424
if (tagb == TAG_Special)
arch/x86/math-emu/errors.c
436
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
440
TAG_Special;
arch/x86/math-emu/errors.c
481
FPU_copy_to_regi(x, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
484
return TAG_Special;
arch/x86/math-emu/errors.c
492
return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
arch/x86/math-emu/errors.c
504
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
519
FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr);
arch/x86/math-emu/errors.c
521
tag = TAG_Special;
arch/x86/math-emu/errors.c
566
return TAG_Special;
arch/x86/math-emu/errors.c
569
return TAG_Special | FPU_Exception;
arch/x86/math-emu/errors.c
581
tag = TAG_Special;
arch/x86/math-emu/errors.c
636
FPU_copy_to_reg0(&CONST_QNaN, TAG_Special);
arch/x86/math-emu/errors.c
650
FPU_copy_to_reg0(&CONST_QNaN, TAG_Special);
arch/x86/math-emu/errors.c
664
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
arch/x86/math-emu/errors.c
678
FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i);
arch/x86/math-emu/fpu_entry.c
318
if (((st0_tag == TAG_Special) && isNaN(st0_ptr))
arch/x86/math-emu/fpu_entry.c
319
|| ((loaded_tag == TAG_Special)
arch/x86/math-emu/fpu_entry.c
333
if (loaded_tag == TAG_Special)
arch/x86/math-emu/fpu_entry.c
364
TAG_Special
arch/x86/math-emu/fpu_etc.c
102
case TAG_Special:
arch/x86/math-emu/fpu_etc.c
50
case TAG_Special:
arch/x86/math-emu/fpu_trig.c
1088
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1090
if (st1_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1152
FPU_copy_to_reg1(&CONST_INF, TAG_Special);
arch/x86/math-emu/fpu_trig.c
1214
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1216
if (st1_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1340
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1342
if (st1_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1470
FPU_copy_to_reg1(&CONST_INF, TAG_Special);
arch/x86/math-emu/fpu_trig.c
1508
FPU_copy_to_reg0(&CONST_INF, TAG_Special);
arch/x86/math-emu/fpu_trig.c
1533
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1535
if (st1_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
1564
FPU_copy_to_reg0(&CONST_INF, TAG_Special);
arch/x86/math-emu/fpu_trig.c
207
FPU_copy_to_reg0(st0_ptr, TAG_Special);
arch/x86/math-emu/fpu_trig.c
212
FPU_copy_to_reg0(st0_ptr, TAG_Special);
arch/x86/math-emu/fpu_trig.c
218
FPU_copy_to_reg0(&CONST_QNaN, TAG_Special);
arch/x86/math-emu/fpu_trig.c
220
FPU_copy_to_reg0(&CONST_QNaN, TAG_Special);
arch/x86/math-emu/fpu_trig.c
256
if (tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
332
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
396
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
411
FPU_copy_to_reg0(&CONST_INF, TAG_Special);
arch/x86/math-emu/fpu_trig.c
419
FPU_copy_to_reg0(st0_ptr, TAG_Special);
arch/x86/math-emu/fpu_trig.c
479
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
539
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
585
if (tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
668
if (tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
713
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
960
if (st0_tag == TAG_Special)
arch/x86/math-emu/fpu_trig.c
962
if (st1_tag == TAG_Special)
arch/x86/math-emu/load_store.c
126
if ((loaded_tag == TAG_Special)
arch/x86/math-emu/load_store.c
145
if ((loaded_tag == TAG_Special)
arch/x86/math-emu/poly_sin.c
213
FPU_copy_to_reg0(&CONST_QNaN, TAG_Special);
arch/x86/math-emu/reg_add_sub.c
226
if (taga == TAG_Special)
arch/x86/math-emu/reg_add_sub.c
228
if (tagb == TAG_Special)
arch/x86/math-emu/reg_add_sub.c
300
tagb = TAG_Special;
arch/x86/math-emu/reg_add_sub.c
312
taga = TAG_Special;
arch/x86/math-emu/reg_add_sub.c
318
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_add_sub.c
325
FPU_copy_to_regi(b, TAG_Special, deststnr);
arch/x86/math-emu/reg_add_sub.c
95
if (taga == TAG_Special)
arch/x86/math-emu/reg_add_sub.c
97
if (tagb == TAG_Special)
arch/x86/math-emu/reg_compare.c
36
if (tagb == TAG_Special)
arch/x86/math-emu/reg_compare.c
38
if (st0_tag == TAG_Special)
arch/x86/math-emu/reg_divide.c
139
if (tag == TAG_Special)
arch/x86/math-emu/reg_divide.c
146
if (tag == TAG_Special)
arch/x86/math-emu/reg_divide.c
162
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_divide.c
90
if (taga == TAG_Special)
arch/x86/math-emu/reg_divide.c
92
if (tagb == TAG_Special)
arch/x86/math-emu/reg_ld_str.c
1104
FPU_settag(i, TAG_Special);
arch/x86/math-emu/reg_ld_str.c
1107
FPU_settag(i, TAG_Special);
arch/x86/math-emu/reg_ld_str.c
1111
FPU_settag(i, TAG_Special); /* An Un-normal */
arch/x86/math-emu/reg_ld_str.c
116
tag = TAG_Special;
arch/x86/math-emu/reg_ld_str.c
123
tag = TAG_Special; /* The calling function must look for NaNs */
arch/x86/math-emu/reg_ld_str.c
190
tag = TAG_Special;
arch/x86/math-emu/reg_ld_str.c
196
tag = TAG_Special; /* The calling function must look for NaNs */
arch/x86/math-emu/reg_ld_str.c
495
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_ld_str.c
63
return TAG_Special;
arch/x86/math-emu/reg_ld_str.c
676
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_ld_str.c
68
return TAG_Special;
arch/x86/math-emu/reg_ld_str.c
75
return TAG_Special;
arch/x86/math-emu/reg_ld_str.c
763
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_ld_str.c
812
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_ld_str.c
858
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_ld_str.c
907
} else if (st0_tag == TAG_Special) {
arch/x86/math-emu/reg_mul.c
100
FPU_copy_to_regi(a, TAG_Special, deststnr);
arch/x86/math-emu/reg_mul.c
102
return TAG_Special;
arch/x86/math-emu/reg_mul.c
104
FPU_copy_to_regi(b, TAG_Special, deststnr);
arch/x86/math-emu/reg_mul.c
106
return TAG_Special;
arch/x86/math-emu/reg_mul.c
53
if (taga == TAG_Special)
arch/x86/math-emu/reg_mul.c
55
if (tagb == TAG_Special)