Home
last modified time | relevance | path

Searched refs:IEEE_STATUS_TO_EXCSUM_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h78 #define IEEE_STATUS_TO_EXCSUM_SHIFT 16 macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c305 swcr |= (_fex << IEEE_STATUS_TO_EXCSUM_SHIFT); in alpha_fp_emul()
307 |= (_fex << IEEE_STATUS_TO_EXCSUM_SHIFT); in alpha_fp_emul()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c869 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()