Home
last modified time | relevance | path

Searched refs:TAG_Zero (Results 1 – 15 of 15) sorted by relevance

/linux/arch/x86/math-emu/
A Dfpu_trig.c253 if (tag == TAG_Zero) in f2xm1()
325 if (st0_tag == TAG_Zero) { in fptan()
476 if (st0_tag == TAG_Zero) in fsqrt_()
536 if (st0_tag == TAG_Zero) in frndint_()
580 if (tag == TAG_Zero) { in f_sin()
992 if (st1_tag == TAG_Zero) { in do_fprem()
1361 case TAG_Zero: in fyl2xp1()
1387 case TAG_Zero: in fyl2xp1()
1549 case TAG_Zero: in fscale()
1577 case TAG_Zero: in fscale()
[all …]
A Dreg_add_sub.c79 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add()
83 return TAG_Zero; in FPU_add()
189 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
194 return TAG_Zero; in FPU_sub()
279 if (taga == TAG_Zero) { in add_sub_specials()
280 if (tagb == TAG_Zero) { in add_sub_specials()
284 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials()
292 return TAG_Zero; in add_sub_specials()
305 } else if (tagb == TAG_Zero) { in add_sub_specials()
A Dreg_divide.c110 if (tagb != TAG_Zero) { in FPU_div()
118 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
120 return TAG_Zero; in FPU_div()
123 if (taga == TAG_Zero) { in FPU_div()
171 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
173 return TAG_Zero; in FPU_div()
A Dreg_mul.c83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
88 return TAG_Zero; in FPU_mul()
93 } else if (((taga == TW_Infinity) && (tagb == TAG_Zero)) in FPU_mul()
94 || ((tagb == TW_Infinity) && (taga == TAG_Zero))) { in FPU_mul()
A Dreg_compare.c43 if (st0_tag == TAG_Zero) { in compare()
44 if (tagb == TAG_Zero) in compare()
53 } else if (tagb == TAG_Zero) { in compare()
64 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare()
79 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
A Dreg_ld_str.c60 return TAG_Zero; in FPU_tagof()
131 tag = TAG_Zero; in FPU_load_double()
172 return TAG_Zero; in FPU_load_single()
224 return TAG_Zero; in FPU_load_int64()
252 return TAG_Zero; in FPU_load_int32()
281 return TAG_Zero; in FPU_load_int16()
327 return TAG_Zero; in FPU_load_bcd()
493 } else if (st0_tag == TAG_Zero) { in FPU_store_double()
674 } else if (st0_tag == TAG_Zero) { in FPU_store_single()
975 if (tag == TAG_Zero) { in FPU_round_to_int()
[all …]
A Dfpu_etc.c41 case TAG_Zero: in ftst_()
96 case TAG_Zero: in fxam()
A Dreg_norm.S80 movl TAG_Zero,%eax
144 movl TAG_Zero,%eax
A Dpoly_l2.c53 if (tag == TAG_Zero) { in poly_l2()
86 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
A Dreg_constant.c106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
A Derrors.c185 case TAG_Zero: in FPU_printall()
610 tag = TAG_Zero; in arith_underflow()
A Dfpu_entry.c360 if ((st0_tag == TAG_Zero) && in math_emulate()
433 if (st0_tag == TAG_Zero) in math_emulate()
A Dfpu_emu.h55 #define TAG_Zero Const(1) /* zero */ macro
A Dreg_u_sub.S209 movl TAG_Zero,%eax
A Dreg_round.S631 movl TAG_Zero,%edx

Completed in 16 milliseconds