Searched refs:denormal_operand (Results 1 – 9 of 9) sorted by relevance
260 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 …]
97 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()
61 if (denormal_operand() < 0) in FPU_mul()76 && (denormal_operand() < 0)) in FPU_mul()96 && (denormal_operand() < 0)) { in FPU_mul()
201 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()
104 if (denormal_operand() < 0) in FPU_add()235 if (denormal_operand() < 0) in FPU_sub()275 && (denormal_operand() < 0)) in add_sub_specials()
56 if (denormal_operand() < 0) { in ftst_()
139 | (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()
16 asmlinkage int denormal_operand(void);
560 asmlinkage __visible int denormal_operand(void) in denormal_operand() function