Searched refs:FPCR_AH (Results 1 – 5 of 5) sorted by relevance
103 val &= ~(FPCR_FIZ | FPCR_AH | FPCR_NEP); in vfp_set_fpcr_masked()141 FPCR_EBF | FPCR_FIZ | FPCR_AH | FPCR_NEP; in vfp_set_fpcr_masked()
1738 #define FPCR_AH (1 << 1) /* Alternate Handling (FEAT_AFP) */ macro
138 if ((env->vfp.fpcr & (FPCR_FZ | FPCR_AH)) != FPCR_FZ) { in vfp_get_fpsr_from_host()141 return vfp_exceptbits_from_host(a64_flags, env->vfp.fpcr & FPCR_AH) | in vfp_get_fpsr_from_host()223 if (changed & (FPCR_FZ | FPCR_AH | FPCR_FIZ)) { in vfp_set_fpcr_to_host()229 (val & (FPCR_FZ | FPCR_AH)) == FPCR_FZ; in vfp_set_fpcr_to_host()242 if (changed & FPCR_AH) { in vfp_set_fpcr_to_host()243 bool ah_enabled = val & FPCR_AH; in vfp_set_fpcr_to_host()263 if (changed & (FPCR_FZ | FPCR_AH | FPCR_FIZ)) { in vfp_set_fpcr_to_host()
452 if (env->vfp.fpcr & FPCR_AH) { in rebuild_hflags_a64()
2262 if (env->vfp.fpcr & FPCR_AH) { in HELPER()2283 if (env->vfp.fpcr & FPCR_AH) { in HELPER()2346 if (env->vfp.fpcr & FPCR_AH) { in HELPER()2368 if (env->vfp.fpcr & FPCR_AH) { in HELPER()