Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dcpu.h469 static inline uint64_t alpha_ieee_swcr_to_fpcr(uint64_t swcr) in alpha_ieee_swcr_to_fpcr() function
H A Dhelper.c62 uint32_t soft_fpcr = alpha_ieee_swcr_to_fpcr(env->swcr) >> 32; in cpu_alpha_store_fpcr()
/qemu/linux-user/
H A Dsyscall.c12192 fpcr |= alpha_ieee_swcr_to_fpcr(swcr); in _syscall2()
12215 fpcr |= alpha_ieee_swcr_to_fpcr(exc); in _syscall2()