_fex              275 arch/alpha/math-emu/math.c 	if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
_fex              282 arch/alpha/math-emu/math.c 	if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
_fex              301 arch/alpha/math-emu/math.c 	if (_fex) {
_fex              303 arch/alpha/math-emu/math.c 		swcr |= (_fex << IEEE_STATUS_TO_EXCSUM_SHIFT);
_fex              305 arch/alpha/math-emu/math.c 		  |= (_fex << IEEE_STATUS_TO_EXCSUM_SHIFT);
_fex              313 arch/alpha/math-emu/math.c 		_fex = _fex & swcr & IEEE_TRAP_ENABLE_MASK;
_fex              315 arch/alpha/math-emu/math.c 		if (_fex) {
_fex              316 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
_fex              317 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES;
_fex              318 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND;
_fex              319 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;
_fex              320 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
_fex              321 arch/alpha/math-emu/math.c 			if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;
_fex              198 arch/sparc/include/asm/sfp-machine_32.h #define FP_HANDLE_EXCEPTIONS return _fex
_fex              201 arch/sparc/include/asm/sfp-machine_32.h #define FP_INHIBIT_RESULTS ((current->thread.fsr >> 23) & _fex)
_fex              203 arch/sparc/include/asm/sfp-machine_32.h #define FP_INHIBIT_RESULTS ((last_task_used_math->thread.fsr >> 23) & _fex)
_fex               87 arch/sparc/include/asm/sfp-machine_64.h #define FP_HANDLE_EXCEPTIONS return _fex
_fex               89 arch/sparc/include/asm/sfp-machine_64.h #define FP_INHIBIT_RESULTS ((current_thread_info()->xfsr[0] >> 23) & _fex)
_fex              512 arch/sparc/math-emu/math_32.c 	if (_fex == 0)
_fex              514 arch/sparc/math-emu/math_32.c 	return record_exception(pfsr, _fex);
_fex              515 arch/sparc/math-emu/math_64.c 		if(_fex != 0)
_fex              516 arch/sparc/math-emu/math_64.c 			return record_exception(regs, _fex);
_fex               91 include/math-emu/soft-fp.h   int _fex = 0;						\
_fex               94 include/math-emu/soft-fp.h #define FP_DECL_EX int _fex = 0
_fex              124 include/math-emu/soft-fp.h   _fex |= (ex)
_fex              127 include/math-emu/soft-fp.h   _fex &= ~(ex)
_fex              130 include/math-emu/soft-fp.h   (_fex)
_fex              133 include/math-emu/soft-fp.h   _fex = 0