Home
last modified time | relevance | path

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

/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c21 #define FPCR_INVD (1UL << 49) macro
30 FPCR_INVD | FPCR_DYN_NORMAL); in test_cvttq()
/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.c193 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