Searched refs:FPCR_INVD (Results 1 – 5 of 5) sorted by relevance
21 #define FPCR_INVD (1UL << 49) macro30 FPCR_INVD | FPCR_DYN_NORMAL); in test_cvttq()
11 #define FPCR_INVD (1UL<<49) /* invalid op disable (opt.) */ macro
68 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()
204 cpu_alpha_store_fpcr(env, (uint64_t)(FPCR_INVD | FPCR_DZED | FPCR_OVFD in alpha_cpu_initfn()
145 #define FPCR_INVD (1U << (49 - 32)) macro