Symbol: TAG_Zero
arch/x86/math-emu/errors.c
185
case TAG_Zero:
arch/x86/math-emu/errors.c
610
tag = TAG_Zero;
arch/x86/math-emu/fpu_entry.c
361
if ((st0_tag == TAG_Zero) &&
arch/x86/math-emu/fpu_entry.c
434
if (st0_tag == TAG_Zero)
arch/x86/math-emu/fpu_etc.c
41
case TAG_Zero:
arch/x86/math-emu/fpu_etc.c
96
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
1097
if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1098
if (st1_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1110
} else if (st1_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1126
FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
1141
if ((signnegative(st0_ptr)) || (st1_tag == TAG_Zero)) {
arch/x86/math-emu/fpu_trig.c
1180
if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1256
FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
1273
} else if (st1_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1288
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1355
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1361
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
1387
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
1455
} else if (st1_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1511
FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
1549
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
1566
FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
1574
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
1577
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
1596
case TAG_Zero:
arch/x86/math-emu/fpu_trig.c
160
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/fpu_trig.c
253
if (tag == TAG_Zero)
arch/x86/math-emu/fpu_trig.c
325
if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
384
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
391
FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
476
if (st0_tag == TAG_Zero)
arch/x86/math-emu/fpu_trig.c
536
if (st0_tag == TAG_Zero)
arch/x86/math-emu/fpu_trig.c
580
if (tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
662
} else if (tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
921
FPU_copy_to_reg0(&CONST_Z, TAG_Zero);
arch/x86/math-emu/fpu_trig.c
940
if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero)
arch/x86/math-emu/fpu_trig.c
947
} else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) {
arch/x86/math-emu/fpu_trig.c
974
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
983
} else if (st1_tag == TAG_Zero) {
arch/x86/math-emu/fpu_trig.c
992
if (st1_tag == TAG_Zero) {
arch/x86/math-emu/poly_l2.c
53
if (tag == TAG_Zero) {
arch/x86/math-emu/poly_l2.c
86
FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
arch/x86/math-emu/reg_add_sub.c
189
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
194
return TAG_Zero;
arch/x86/math-emu/reg_add_sub.c
279
if (taga == TAG_Zero) {
arch/x86/math-emu/reg_add_sub.c
280
if (tagb == TAG_Zero) {
arch/x86/math-emu/reg_add_sub.c
284
FPU_copy_to_regi(a, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
292
return TAG_Zero;
arch/x86/math-emu/reg_add_sub.c
305
} else if (tagb == TAG_Zero) {
arch/x86/math-emu/reg_add_sub.c
79
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_add_sub.c
83
return TAG_Zero;
arch/x86/math-emu/reg_compare.c
43
if (st0_tag == TAG_Zero) {
arch/x86/math-emu/reg_compare.c
44
if (tagb == TAG_Zero)
arch/x86/math-emu/reg_compare.c
53
} else if (tagb == TAG_Zero) {
arch/x86/math-emu/reg_compare.c
64
if ((tagb == TAG_Valid) || (tagb == TAG_Zero))
arch/x86/math-emu/reg_compare.c
79
if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero))
arch/x86/math-emu/reg_constant.c
106
fld_const(&CONST_Z, 0, TAG_Zero);
arch/x86/math-emu/reg_divide.c
110
if (tagb != TAG_Zero) {
arch/x86/math-emu/reg_divide.c
118
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_divide.c
120
return TAG_Zero;
arch/x86/math-emu/reg_divide.c
123
if (taga == TAG_Zero) {
arch/x86/math-emu/reg_divide.c
171
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_divide.c
173
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
1102
FPU_settag(i, TAG_Zero);
arch/x86/math-emu/reg_ld_str.c
131
tag = TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
172
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
224
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
252
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
281
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
327
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
493
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/reg_ld_str.c
60
return TAG_Zero;
arch/x86/math-emu/reg_ld_str.c
674
} else if (st0_tag == TAG_Zero) {
arch/x86/math-emu/reg_ld_str.c
975
if (tag == TAG_Zero) {
arch/x86/math-emu/reg_mul.c
83
FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr);
arch/x86/math-emu/reg_mul.c
88
return TAG_Zero;
arch/x86/math-emu/reg_mul.c
93
} else if (((taga == TW_Infinity) && (tagb == TAG_Zero))
arch/x86/math-emu/reg_mul.c
94
|| ((tagb == TW_Infinity) && (taga == TAG_Zero))) {