Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-aarch64.cc62 const IDRegister::Field AA64ISAR1::kAPI(8); member in vixl::aarch64::AA64ISAR1
120 if (Get(kAPI) >= 1) f.Combine(CPUFeatures::kPAuth); in GetCPUFeatures()
Dcpu-aarch64.h139 static const Field kAPI; variable