Searched refs:denormal_operand (Results 1 – 9 of 9) sorted by relevance
261 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 …]
98 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()
62 if (denormal_operand() < 0) in FPU_mul()77 && (denormal_operand() < 0)) in FPU_mul()97 && (denormal_operand() < 0)) { in FPU_mul()
202 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()
105 if (denormal_operand() < 0) in FPU_add()236 if (denormal_operand() < 0) in FPU_sub()276 && (denormal_operand() < 0)) in add_sub_specials()
57 if (denormal_operand() < 0) { in ftst_()
140 | (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()
17 asmlinkage int denormal_operand(void);
562 asmlinkage __visible int denormal_operand(void) in denormal_operand() function