Searched refs:FPU_Exception (Results 1 – 6 of 6) sorted by relevance
99 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()
63 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()
391 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()
106 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()
69 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
140 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()182 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()
Completed in 32 milliseconds