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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_mul.c62 return FPU_Exception;
77 return FPU_Exception;
97 return FPU_Exception;
110 return FPU_Exception;
H A Dreg_divide.c10 | Return value is the tag of the answer, or-ed with FPU_Exception if |
98 return FPU_Exception;
113 return FPU_Exception;
157 return FPU_Exception;
167 return FPU_Exception;
177 return FPU_Exception;
H A Derrors.c359 return (!(control_word & CW_Invalid) ? FPU_Exception :
376 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
407 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) |
460 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
475 return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid;
494 return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag;
537 return TAG_Special | FPU_Exception;
H A Dreg_add_sub.c105 return FPU_Exception;
236 return FPU_Exception;
276 return FPU_Exception;
332 return FPU_Exception;
H A Dfpu_emu.h68 #define FPU_Exception Const(0x80000000) /* Added to tag returns. */ macro
H A Dreg_ld_str.c139 | (denormal_operand() < 0 ? FPU_Exception : 0);
181 | (denormal_operand() < 0 ? FPU_Exception : 0);

Completed in 108 milliseconds