Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/
Dfpu.h22 #define FPCR_UNDZ (1UL<<60) /* underflow to zero (opt.) */ macro
105 fp |= (sw & IEEE_MAP_UMZ ? FPCR_UNDZ | FPCR_UNFD : 0); in ieee_swcr_to_fpcr()