Searched refs:TAG_Zero (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/arch/x86/math-emu/ |
D | fpu_trig.c | 160 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg() 253 if (tag == TAG_Zero) in f2xm1() 325 if (st0_tag == TAG_Zero) { in fptan() 384 } else if (st0_tag == TAG_Zero) { in fxtract() 391 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fxtract() 476 if (st0_tag == TAG_Zero) in fsqrt_() 536 if (st0_tag == TAG_Zero) in frndint_() 580 if (tag == TAG_Zero) { in fsin() 657 } else if (tag == TAG_Zero) { in f_cos() 916 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in do_fprem() [all …]
|
D | reg_divide.c | 110 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()
|
D | reg_add_sub.c | 79 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()
|
D | reg_mul.c | 83 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()
|
D | reg_compare.c | 43 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()
|
D | reg_ld_str.c | 60 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 …]
|
D | fpu_etc.c | 41 case TAG_Zero: in ftst_() 96 case TAG_Zero: in fxam()
|
D | reg_norm.S | 80 movl TAG_Zero,%eax 144 movl TAG_Zero,%eax
|
D | poly_l2.c | 53 if (tag == TAG_Zero) { in poly_l2() 86 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
|
D | reg_constant.c | 106 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|
D | errors.c | 185 case TAG_Zero: in FPU_printall() 610 tag = TAG_Zero; in arith_underflow()
|
D | fpu_entry.c | 360 if ((st0_tag == TAG_Zero) && in math_emulate() 433 if (st0_tag == TAG_Zero) in math_emulate()
|
D | fpu_emu.h | 55 #define TAG_Zero Const(1) /* zero */ macro
|
D | reg_u_sub.S | 209 movl TAG_Zero,%eax
|
D | reg_round.S | 631 movl TAG_Zero,%edx
|