Searched refs:FPU_Exception (Results 1 – 6 of 6) sorted by relevance
62 return FPU_Exception; in FPU_mul()77 return FPU_Exception; in FPU_mul()97 return FPU_Exception; in FPU_mul()110 return FPU_Exception; in FPU_mul()
98 return FPU_Exception; in FPU_div()113 return FPU_Exception; in FPU_div()157 return FPU_Exception; in FPU_div()167 return FPU_Exception; in FPU_div()177 return FPU_Exception; in FPU_div()
389 return (!(control_word & CW_Invalid) ? FPU_Exception : in real_1op_NaN()406 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_1op_NaN()437 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | in real_2op_NaN()490 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special; in real_2op_NaN()505 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid; in arith_invalid()524 return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag; in FPU_divide_by_zero()567 return TAG_Special | FPU_Exception; in denormal_operand()
105 return FPU_Exception; in FPU_add()236 return FPU_Exception; in FPU_sub()276 return FPU_Exception; in add_sub_specials()332 return FPU_Exception; in add_sub_specials()
68 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
139 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()181 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()