Home
last modified time | relevance | path

Searched refs:denormal_operand (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/arch/x86/math-emu/
Dfpu_trig.c261 if (denormal_operand() < 0) in f2xm1()
336 if (denormal_operand() < 0) in fptan()
400 if (denormal_operand() < 0) in fxtract()
492 if (denormal_operand() < 0) in fsqrt_()
521 if (denormal_operand() < 0) in frndint_()
589 if (denormal_operand() < 0) in f_sin()
672 if (denormal_operand() < 0) in f_cos()
968 if (denormal_operand() < 0) in do_fprem()
979 if (denormal_operand() < 0) in do_fprem()
998 && (denormal_operand() < 0)) in do_fprem()
[all …]
Dreg_divide.c98 if (denormal_operand() < 0) in FPU_div()
113 if (denormal_operand() < 0) in FPU_div()
157 if ((tagb == TW_Denormal) && (denormal_operand() < 0)) in FPU_div()
167 if ((taga == TW_Denormal) && (denormal_operand() < 0)) in FPU_div()
Dreg_mul.c62 if (denormal_operand() < 0) in FPU_mul()
77 && (denormal_operand() < 0)) in FPU_mul()
97 && (denormal_operand() < 0)) { in FPU_mul()
Dreg_compare.c202 return denormal_operand() < 0; in FPU_compare_st_data()
248 return denormal_operand() < 0; in compare_st_st()
296 return denormal_operand() < 0; in compare_i_st_st()
346 return denormal_operand() < 0; in compare_u_st_st()
398 return denormal_operand() < 0; in compare_ui_st_st()
Dreg_add_sub.c105 if (denormal_operand() < 0) in FPU_add()
236 if (denormal_operand() < 0) in FPU_sub()
276 && (denormal_operand() < 0)) in add_sub_specials()
Dfpu_etc.c57 if (denormal_operand() < 0) { in ftst_()
Dreg_ld_str.c140 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()
182 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()
504 denormal_operand(); in FPU_store_double()
687 denormal_operand(); in FPU_store_single()
Dfpu_proto.h17 asmlinkage int denormal_operand(void);
Derrors.c562 asmlinkage __visible int denormal_operand(void) in denormal_operand() function