Home
last modified time | relevance | path

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

/arch/alpha/include/uapi/asm/
Dfpu.h92 ieee_swcr_to_fpcr(unsigned long sw) in ieee_swcr_to_fpcr() function
/arch/alpha/kernel/
Dprocess.c219 wrfpcr(FPCR_DYN_NORMAL | ieee_swcr_to_fpcr(0)); in flush_thread()
Dptrace.c151 data = (data & FPCR_DYN_MASK) | ieee_swcr_to_fpcr(data); in put_reg()
Dosf_sys.c840 fpcr |= ieee_swcr_to_fpcr(swcr); in SYSCALL_DEFINE5()
861 fpcr |= ieee_swcr_to_fpcr(swcr); in SYSCALL_DEFINE5()
/arch/alpha/math-emu/
Dmath.c306 fpcr |= ieee_swcr_to_fpcr(swcr); in alpha_fp_emul()