Home
last modified time | relevance | path

Searched refs:FPU_Exception (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/x86/math-emu/
Dreg_divide.c99 return FPU_Exception; in FPU_div()
114 return FPU_Exception; in FPU_div()
158 return FPU_Exception; in FPU_div()
168 return FPU_Exception; in FPU_div()
178 return FPU_Exception; in FPU_div()
Dreg_mul.c63 return FPU_Exception; in FPU_mul()
78 return FPU_Exception; in FPU_mul()
98 return FPU_Exception; in FPU_mul()
111 return FPU_Exception; in FPU_mul()
Derrors.c391 return (!(control_word & CW_Invalid) ? FPU_Exception : in real_1op_NaN()
408 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_1op_NaN()
439 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | in real_2op_NaN()
492 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_2op_NaN()
507 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()
526 return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag; in FPU_divide_by_zero()
569 return TAG_Special | FPU_Exception; in denormal_operand()
Dreg_add_sub.c106 return FPU_Exception; in FPU_add()
237 return FPU_Exception; in FPU_sub()
277 return FPU_Exception; in add_sub_specials()
333 return FPU_Exception; in add_sub_specials()
Dfpu_emu.h69 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
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()