Home
last modified time | relevance | path

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

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