Searched refs:TAG_Zero (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/arch/x86/math-emu/ |
D | fpu_trig.c | 159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg() 252 if (tag == TAG_Zero) in f2xm1() 324 if (st0_tag == TAG_Zero) { in fptan() 383 } else if (st0_tag == TAG_Zero) { in fxtract() 390 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in fxtract() 475 if (st0_tag == TAG_Zero) in fsqrt_() 535 if (st0_tag == TAG_Zero) in frndint_() 579 if (tag == TAG_Zero) { in fsin() 656 } else if (tag == TAG_Zero) { in f_cos() 915 FPU_copy_to_reg0(&CONST_Z, TAG_Zero); in do_fprem() [all …]
|
D | reg_divide.c | 109 if (tagb != TAG_Zero) { in FPU_div() 117 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div() 119 return TAG_Zero; in FPU_div() 122 if (taga == TAG_Zero) { in FPU_div() 170 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div() 172 return TAG_Zero; in FPU_div()
|
D | reg_add_sub.c | 78 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add() 82 return TAG_Zero; in FPU_add() 188 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub() 193 return TAG_Zero; in FPU_sub() 278 if (taga == TAG_Zero) { in add_sub_specials() 279 if (tagb == TAG_Zero) { in add_sub_specials() 283 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials() 291 return TAG_Zero; in add_sub_specials() 304 } else if (tagb == TAG_Zero) { in add_sub_specials()
|
D | reg_mul.c | 82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul() 87 return TAG_Zero; in FPU_mul() 92 } else if (((taga == TW_Infinity) && (tagb == TAG_Zero)) in FPU_mul() 93 || ((tagb == TW_Infinity) && (taga == TAG_Zero))) { in FPU_mul()
|
D | reg_compare.c | 42 if (st0_tag == TAG_Zero) { in compare() 43 if (tagb == TAG_Zero) in compare() 52 } else if (tagb == TAG_Zero) { in compare() 63 if ((tagb == TAG_Valid) || (tagb == TAG_Zero)) in compare() 78 if ((st0_tag == TAG_Valid) || (st0_tag == TAG_Zero)) in compare()
|
D | reg_ld_str.c | 59 return TAG_Zero; in FPU_tagof() 130 tag = TAG_Zero; in FPU_load_double() 171 return TAG_Zero; in FPU_load_single() 223 return TAG_Zero; in FPU_load_int64() 251 return TAG_Zero; in FPU_load_int32() 280 return TAG_Zero; in FPU_load_int16() 326 return TAG_Zero; in FPU_load_bcd() 492 } else if (st0_tag == TAG_Zero) { in FPU_store_double() 673 } else if (st0_tag == TAG_Zero) { in FPU_store_single() 974 if (tag == TAG_Zero) { in FPU_round_to_int() [all …]
|
D | fpu_etc.c | 40 case TAG_Zero: in ftst_() 95 case TAG_Zero: in fxam()
|
D | reg_norm.S | 79 movl TAG_Zero,%eax 142 movl TAG_Zero,%eax
|
D | poly_l2.c | 52 if (tag == TAG_Zero) { in poly_l2() 85 FPU_copy_to_reg1(&CONST_Z, TAG_Zero); in poly_l2()
|
D | reg_constant.c | 105 fld_const(&CONST_Z, 0, TAG_Zero); in fldz()
|
D | errors.c | 184 case TAG_Zero: in FPU_printall() 613 tag = TAG_Zero; in arith_underflow()
|
D | fpu_emu.h | 54 #define TAG_Zero Const(1) /* zero */ macro
|
D | reg_u_sub.S | 208 movl TAG_Zero,%eax
|
D | fpu_entry.c | 402 if ((st0_tag == TAG_Zero) && in math_emulate() 475 if (st0_tag == TAG_Zero) in math_emulate()
|
D | reg_round.S | 630 movl TAG_Zero,%edx
|