Searched refs:FPCR_STATUS_MASK (Results 1 – 3 of 3) sorted by relevance
24 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \ macro43 *ret_e = e & FPCR_STATUS_MASK; in test_cvttq()
63 fpcr |= soft_fpcr & (FPCR_STATUS_MASK | FPCR_DNZ); in cpu_alpha_store_fpcr()79 env->fpcr_exc_enable = ~t & FPCR_STATUS_MASK; in cpu_alpha_store_fpcr()
150 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \ macro