Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A 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_()
589 if (denormal_operand() < 0) in f_sin()
672 if (denormal_operand() < 0) in f_cos()
968 if (denormal_operand() < 0) in do_fprem()
1551 denormal_operand(); in fscale()
1555 denormal_operand(); in fscale()
1581 denormal_operand(); in fscale()
[all …]
A 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()
A Dreg_mul.c62 if (denormal_operand() < 0) in FPU_mul()
77 && (denormal_operand() < 0)) in FPU_mul()
97 && (denormal_operand() < 0)) { in FPU_mul()
A 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()
A 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()
A Dfpu_etc.c57 if (denormal_operand() < 0) { in ftst_()
A 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()
A Dfpu_proto.h17 asmlinkage int denormal_operand(void);
A Derrors.c562 asmlinkage __visible int denormal_operand(void) in denormal_operand() function

Completed in 10 milliseconds