Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc170 uint64_t hwcaps = getauxval(AT_HWCAP); in FromHwcap() local
171 LOG(INFO) << "hwcaps=" << hwcaps; in FromHwcap()
172 if ((hwcaps & HWCAP_IDIVT) != 0) { in FromHwcap()
175 CHECK_NE(hwcaps & HWCAP_IDIVA, 0U); in FromHwcap()
178 if ((hwcaps & HWCAP_LPAE) != 0) { in FromHwcap()