Searched refs:__tcb_hwcap (Results 1 – 3 of 3) sorted by relevance
23 uint64_t __tcb_hwcap __attribute__ ((visibility ("hidden"))); variable69 __tcb_hwcap = h2; in __tcb_parse_hwcap_and_convert_at_platform()70 __tcb_hwcap = (h1 << 32) | __tcb_hwcap; in __tcb_parse_hwcap_and_convert_at_platform()
24 extern uint64_t __tcb_hwcap attribute_hidden;
140 THREAD_SET_HWCAP (__tcb_hwcap); \
Completed in 4 milliseconds