Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c21 #define FPCR_INVD (1UL << 49) macro
30 FPCR_INVD | FPCR_DYN_NORMAL); in test_cvttq()
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h11 #define FPCR_INVD (1UL<<49) /* invalid op disable (opt.) */ macro
/openbmc/qemu/target/alpha/
H A Dhelper.c68 t |= CONVERT_BIT(soft_fpcr, FPCR_INVD, FPCR_IOV); in cpu_alpha_store_fpcr()
75 t |= CONVERT_BIT(fpcr, FPCR_INVD, FPCR_INV); in cpu_alpha_store_fpcr()
H A Dcpu.c204 cpu_alpha_store_fpcr(env, (uint64_t)(FPCR_INVD | FPCR_DZED | FPCR_OVFD in alpha_cpu_initfn()
H A Dcpu.h145 #define FPCR_INVD (1U << (49 - 32)) macro