Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-aarch64.cc284 uint64_t hwcap_low32 = getauxval(AT_HWCAP); in InferCPUFeaturesFromOS() local
286 VIXL_ASSERT(IsUint32(hwcap_low32)); in InferCPUFeaturesFromOS()
288 uint64_t hwcap = hwcap_low32 | (hwcap_high32 << 32); in InferCPUFeaturesFromOS()