Home
last modified time | relevance | path

Searched refs:FPCR_AH (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_fpscr.c103 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()
H A Dcpu.h1738 #define FPCR_AH (1 << 1) /* Alternate Handling (FEAT_AFP) */ macro
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c138 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()
H A Dhflags.c452 if (env->vfp.fpcr & FPCR_AH) { in rebuild_hflags_a64()
H A Dvec_helper.c2262 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()