Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dfpu_trig.c260 if (denormal_operand() < 0) in f2xm1()
335 if (denormal_operand() < 0) in fptan()
399 if (denormal_operand() < 0) in fxtract()
491 if (denormal_operand() < 0) in fsqrt_()
520 if (denormal_operand() < 0) in frndint_()
588 if (denormal_operand() < 0) in fsin()
666 if (denormal_operand() < 0) in f_cos()
962 if (denormal_operand() < 0) in do_fprem()
973 if (denormal_operand() < 0) in do_fprem()
992 && (denormal_operand() < 0)) in do_fprem()
[all …]
Dreg_divide.c97 if (denormal_operand() < 0) in FPU_div()
112 if (denormal_operand() < 0) in FPU_div()
156 if ((tagb == TW_Denormal) && (denormal_operand() < 0)) in FPU_div()
166 if ((taga == TW_Denormal) && (denormal_operand() < 0)) in FPU_div()
Dreg_mul.c61 if (denormal_operand() < 0) in FPU_mul()
76 && (denormal_operand() < 0)) in FPU_mul()
96 && (denormal_operand() < 0)) { in FPU_mul()
Dreg_compare.c201 return denormal_operand() < 0; in FPU_compare_st_data()
247 return denormal_operand() < 0; in compare_st_st()
295 return denormal_operand() < 0; in compare_i_st_st()
345 return denormal_operand() < 0; in compare_u_st_st()
397 return denormal_operand() < 0; in compare_ui_st_st()
Dreg_add_sub.c104 if (denormal_operand() < 0) in FPU_add()
235 if (denormal_operand() < 0) in FPU_sub()
275 && (denormal_operand() < 0)) in add_sub_specials()
Dfpu_etc.c56 if (denormal_operand() < 0) { in ftst_()
Dreg_ld_str.c139 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()
181 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()
503 denormal_operand(); in FPU_store_double()
686 denormal_operand(); in FPU_store_single()
Dfpu_proto.h16 asmlinkage int denormal_operand(void);
Derrors.c560 asmlinkage __visible int denormal_operand(void) in denormal_operand() function