HomeSort by: relevance | last modified time | path
    Searched defs:Exynos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 268 // The Exynos chips have a convoluted ID scheme that doesn't seem to follow
284 unsigned Exynos = (Variant << 12) | Part;
285 switch (Exynos) {
287 // Default by falling through to Exynos M3.
290 return "exynos-m3";
292 return "exynos-m4";
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 78 Exynos,

Completed in 20 milliseconds