Home
last modified time | relevance | path

Searched refs:IEEE_TRAP_ENABLE_DNO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h49 #define IEEE_TRAP_ENABLE_DNO (1UL<<6) /* denorm */ macro
52 IEEE_TRAP_ENABLE_INE | IEEE_TRAP_ENABLE_DNO)
104 fp |= (~sw & IEEE_TRAP_ENABLE_DNO) << 41; in ieee_swcr_to_fpcr()
119 sw |= (~fp >> 41) & IEEE_TRAP_ENABLE_DNO; in ieee_fpcr_to_swcr()
/openbmc/linux/arch/alpha/include/asm/
H A Dsfp-machine.h75 #define FP_EX_DENORM IEEE_TRAP_ENABLE_DNO
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c318 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in alpha_fp_emul()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c873 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()