Home
last modified time | relevance | path

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

/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c20 #define FPCR_DZED (1UL << 50) macro
29 unsigned long reset = (FPCR_INED | FPCR_UNFD | FPCR_OVFD | FPCR_DZED | in test_cvttq()
/qemu/target/alpha/
H A Dcpu.c230 cpu_alpha_store_fpcr(env, (uint64_t)(FPCR_INVD | FPCR_DZED | FPCR_OVFD in alpha_cpu_initfn()
H A Dcpu.h146 #define FPCR_DZED (1U << (50 - 32)) macro
H A Dhelper.c76 t |= CONVERT_BIT(fpcr, FPCR_DZED, FPCR_DZE); in cpu_alpha_store_fpcr()