Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dhelper.c59 uint32_t soft_fpcr = alpha_ieee_swcr_to_fpcr(env->swcr) >> 32; in cpu_alpha_store_fpcr() local
60 fpcr |= soft_fpcr & (FPCR_STATUS_MASK | FPCR_DNZ); in cpu_alpha_store_fpcr()
67 t |= CONVERT_BIT(soft_fpcr, FPCR_INVD, FPCR_IOV); in cpu_alpha_store_fpcr()