Searched refs:hwcap_low32 (Results 1 – 1 of 1) sorted by relevance
284 uint64_t hwcap_low32 = getauxval(AT_HWCAP); in InferCPUFeaturesFromOS() local286 VIXL_ASSERT(IsUint32(hwcap_low32)); in InferCPUFeaturesFromOS()288 uint64_t hwcap = hwcap_low32 | (hwcap_high32 << 32); in InferCPUFeaturesFromOS()