Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfpu.h32 #define FPCR_MASK 0xffff800000000000L macro
/OK3568_Linux_fs/kernel/arch/alpha/math-emu/
H A Dmath.c308 fpcr &= (~FPCR_MASK | FPCR_DYN_MASK); in alpha_fp_emul()