Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp477 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU() local
478 if (CandidateFPU.FPUVer == InputFPU.FPUVer && in findDoublePrecisionFPU()
479 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()
480 CandidateFPU.Restriction == ARM::FPURestriction::D16) { in findDoublePrecisionFPU()
481 return CandidateFPU.ID; in findDoublePrecisionFPU()