Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dcpu.h478 static inline uint64_t alpha_ieee_swcr_to_fpcr(uint64_t swcr) in alpha_ieee_swcr_to_fpcr() function
H A Dhelper.c60 uint32_t soft_fpcr = alpha_ieee_swcr_to_fpcr(env->swcr) >> 32; in cpu_alpha_store_fpcr()
/openbmc/qemu/linux-user/
H A Dsyscall.c12163 fpcr |= alpha_ieee_swcr_to_fpcr(swcr); in _syscall2()
12186 fpcr |= alpha_ieee_swcr_to_fpcr(exc); in _syscall2()