FPU_Exception     391 arch/x86/math-emu/errors.c 			return (!(control_word & CW_Invalid) ? FPU_Exception :
FPU_Exception     408 arch/x86/math-emu/errors.c 	return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
FPU_Exception     439 arch/x86/math-emu/errors.c 		return (!(control_word & CW_Invalid) ? FPU_Exception : 0) |
FPU_Exception     492 arch/x86/math-emu/errors.c 	return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Special;
FPU_Exception     507 arch/x86/math-emu/errors.c 	return (!(control_word & CW_Invalid) ? FPU_Exception : 0) | TAG_Valid;
FPU_Exception     526 arch/x86/math-emu/errors.c 	return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag;
FPU_Exception     569 arch/x86/math-emu/errors.c 		return TAG_Special | FPU_Exception;
FPU_Exception     106 arch/x86/math-emu/reg_add_sub.c 			return FPU_Exception;
FPU_Exception     237 arch/x86/math-emu/reg_add_sub.c 			return FPU_Exception;
FPU_Exception     277 arch/x86/math-emu/reg_add_sub.c 		return FPU_Exception;
FPU_Exception     333 arch/x86/math-emu/reg_add_sub.c 	return FPU_Exception;
FPU_Exception      99 arch/x86/math-emu/reg_divide.c 			return FPU_Exception;
FPU_Exception     114 arch/x86/math-emu/reg_divide.c 					return FPU_Exception;
FPU_Exception     158 arch/x86/math-emu/reg_divide.c 				return FPU_Exception;
FPU_Exception     168 arch/x86/math-emu/reg_divide.c 			return FPU_Exception;
FPU_Exception     178 arch/x86/math-emu/reg_divide.c 		return FPU_Exception;
FPU_Exception     140 arch/x86/math-emu/reg_ld_str.c 			    | (denormal_operand() < 0 ? FPU_Exception : 0);
FPU_Exception     182 arch/x86/math-emu/reg_ld_str.c 		    | (denormal_operand() < 0 ? FPU_Exception : 0);
FPU_Exception      63 arch/x86/math-emu/reg_mul.c 			return FPU_Exception;
FPU_Exception      78 arch/x86/math-emu/reg_mul.c 			return FPU_Exception;
FPU_Exception      98 arch/x86/math-emu/reg_mul.c 		return FPU_Exception;
FPU_Exception     111 arch/x86/math-emu/reg_mul.c 		return FPU_Exception;