Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_cpu_capabilities.c367 const uint64_t FPCR_AFP_FLAGS = (1 << 0) | (1 << 1) | (1 << 2); in try_afp() local
370 __builtin_arm_wsr64("FPCR", old_fpcr | FPCR_AFP_FLAGS); in try_afp()
374 if ((new_fpcr & FPCR_AFP_FLAGS) != FPCR_AFP_FLAGS) { in try_afp()