Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/
H A Darm_cpu_capabilities.c355 uint64_t new_fpcr = __builtin_arm_rsr64("FPCR"); in try_fpexcp() local
358 if ((new_fpcr & flags) != flags) { in try_fpexcp()