Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_divide.c109 return FPU_Exception; in FPU_div()
128 return FPU_Exception; in FPU_div()
179 return FPU_Exception; in FPU_div()
191 return FPU_Exception; in FPU_div()
202 return FPU_Exception; in FPU_div()
Dreg_mul.c65 return FPU_Exception; in FPU_mul()
83 return FPU_Exception; in FPU_mul()
108 return FPU_Exception; in FPU_mul()
127 return FPU_Exception; in FPU_mul()
Derrors.c393 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_1op_NaN()
411 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_1op_NaN()
445 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_2op_NaN()
505 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_2op_NaN()
522 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()
543 return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag; in FPU_divide_by_zero()
598 return TAG_Special | FPU_Exception; in denormal_operand()
Dreg_add_sub.c113 return FPU_Exception; in FPU_add()
253 return FPU_Exception; in FPU_sub()
298 return FPU_Exception; in add_sub_specials()
372 return FPU_Exception; in add_sub_specials()
Dfpu_emu.h69 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
Dreg_ld_str.c156 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()
203 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()