Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/common/cpuinfo/
H A DCpuIsaInfo.cpp144 const CpuModel model = midr_to_model(midr); in init_cpu_isa_from_hwcaps()
156 const CpuModel model = midr_to_model(midr); in init_cpu_isa_from_regs()
H A DCpuInfo.cpp331 [](uint32_t midr) -> CpuModel { return midr_to_model(midr); }); in build()
351 std::vector<CpuModel> cpus_model(1, midr_to_model(midr)); in build()
H A DCpuModel.h52 CpuModel midr_to_model(uint32_t midr);
H A DCpuModel.cpp80 CpuModel midr_to_model(uint32_t midr) in midr_to_model() function