Home
last modified time | relevance | path

Searched defs:has_sve (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/common/cpuinfo/
DCpuInfo.h66 bool has_sve() const in has_sve() function
/external/ComputeLibrary/src/core/CPP/
DCPPTypes.cpp94 bool CPUInfo::has_sve() const in has_sve() function in arm_compute::CPUInfo
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1178 bool has_sve = GetCPUFeatures()->Has(CPUFeatures::kSVE); in PrintWrittenVRegisters() local