Home
last modified time | relevance | path

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

/linux/arch/alpha/include/uapi/asm/
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()
/linux/arch/alpha/include/asm/
A Dsfp-machine.h75 #define FP_EX_DENORM IEEE_TRAP_ENABLE_DNO
/linux/arch/alpha/math-emu/
A Dmath.c318 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in alpha_fp_emul()
/linux/arch/alpha/kernel/
A Dosf_sys.c872 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()

Completed in 9 milliseconds