Searched refs:TAG_Special (Results 1 – 13 of 13) sorted by relevance
/arch/x86/math-emu/ |
D | errors.c | 185 case TAG_Special: in FPU_printall() 395 0) | TAG_Special; in real_1op_NaN() 397 return TAG_Special; in real_1op_NaN() 411 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_1op_NaN() 425 if (taga == TAG_Special) in real_2op_NaN() 427 if (tagb == TAG_Special) in real_2op_NaN() 439 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN() 443 TAG_Special; in real_2op_NaN() 484 FPU_copy_to_regi(x, TAG_Special, deststnr); in real_2op_NaN() 487 return TAG_Special; in real_2op_NaN() [all …]
|
D | reg_mul.c | 52 if (taga == TAG_Special) in FPU_mul() 54 if (tagb == TAG_Special) in FPU_mul() 99 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_mul() 101 return TAG_Special; in FPU_mul() 103 FPU_copy_to_regi(b, TAG_Special, deststnr); in FPU_mul() 105 return TAG_Special; in FPU_mul()
|
D | reg_divide.c | 89 if (taga == TAG_Special) in FPU_div() 91 if (tagb == TAG_Special) in FPU_div() 138 if (tag == TAG_Special) in FPU_div() 145 if (tag == TAG_Special) in FPU_div() 161 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_div()
|
D | fpu_trig.c | 206 FPU_copy_to_reg0(st0_ptr, TAG_Special); in single_arg_2_error() 211 FPU_copy_to_reg0(st0_ptr, TAG_Special); in single_arg_2_error() 217 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error() 219 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error() 255 if (tag == TAG_Special) in f2xm1() 331 if (st0_tag == TAG_Special) in fptan() 395 if (st0_tag == TAG_Special) in fxtract() 410 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fxtract() 418 FPU_copy_to_reg0(st0_ptr, TAG_Special); in fxtract() 478 if (st0_tag == TAG_Special) in fsqrt_() [all …]
|
D | reg_add_sub.c | 94 if (taga == TAG_Special) in FPU_add() 96 if (tagb == TAG_Special) in FPU_add() 225 if (taga == TAG_Special) in FPU_sub() 227 if (tagb == TAG_Special) in FPU_sub() 299 tagb = TAG_Special; in add_sub_specials() 311 taga = TAG_Special; in add_sub_specials() 317 FPU_copy_to_regi(a, TAG_Special, deststnr); in add_sub_specials() 324 FPU_copy_to_regi(b, TAG_Special, deststnr); in add_sub_specials()
|
D | reg_ld_str.c | 62 return TAG_Special; in FPU_tagof() 67 return TAG_Special; in FPU_tagof() 74 return TAG_Special; in FPU_tagof() 115 tag = TAG_Special; in FPU_load_double() 122 tag = TAG_Special; /* The calling function must look for NaNs */ in FPU_load_double() 189 tag = TAG_Special; in FPU_load_single() 195 tag = TAG_Special; /* The calling function must look for NaNs */ in FPU_load_single() 494 } else if (st0_tag == TAG_Special) { in FPU_store_double() 675 } else if (st0_tag == TAG_Special) { in FPU_store_single() 762 } else if (st0_tag == TAG_Special) { in FPU_store_int64() [all …]
|
D | fpu_etc.c | 49 case TAG_Special: in ftst_() 101 case TAG_Special: in fxam()
|
D | load_store.c | 118 if ((loaded_tag == TAG_Special) in FPU_load_store() 137 if ((loaded_tag == TAG_Special) in FPU_load_store()
|
D | reg_compare.c | 35 if (tagb == TAG_Special) in compare() 37 if (st0_tag == TAG_Special) in compare()
|
D | fpu_entry.c | 359 if (((st0_tag == TAG_Special) && isNaN(st0_ptr)) in math_emulate() 360 || ((loaded_tag == TAG_Special) in math_emulate() 374 if (loaded_tag == TAG_Special) in math_emulate() 405 TAG_Special in math_emulate()
|
D | fpu_emu.h | 55 #define TAG_Special Const(2) /* De-normal, + or - infinity, macro
|
D | reg_round.S | 600 movl TAG_Special,%edx 609 movl TAG_Special,%edx
|
D | poly_sin.c | 212 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()
|