Home
last modified time | relevance | path

Searched refs:TAG_Special (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/arch/x86/math-emu/
Derrors.c185 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 …]
Dreg_mul.c52 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()
Dfpu_trig.c206 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 …]
Dreg_add_sub.c94 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()
Dreg_divide.c89 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()
Dreg_ld_str.c62 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 …]
Dfpu_etc.c49 case TAG_Special: in ftst_()
101 case TAG_Special: in fxam()
Dload_store.c118 if ((loaded_tag == TAG_Special) in FPU_load_store()
137 if ((loaded_tag == TAG_Special) in FPU_load_store()
Dfpu_entry.c359 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()
Dreg_compare.c35 if (tagb == TAG_Special) in compare()
37 if (st0_tag == TAG_Special) in compare()
Dfpu_emu.h55 #define TAG_Special Const(2) /* De-normal, + or - infinity, macro
Dreg_round.S600 movl TAG_Special,%edx
609 movl TAG_Special,%edx
Dpoly_sin.c212 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()