Searched refs:FPU_Exception (Results 1 – 6 of 6) sorted by relevance
109 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()
65 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()
393 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()
113 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()
69 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
156 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()203 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()