Searched refs:Exynos (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp302 case Exynos:
H A DARMSubtarget.h71 Exynos, enumerator in enum:llvm::ARMSubtarget::ARMProcFamilyEnum
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp252 // The Exynos chips have a convoluted ID scheme that doesn't seem to follow
268 unsigned Exynos = (Variant << 12) | Part; local
269 switch (Exynos) {
271 // Default by falling through to Exynos M3.

Completed in 111 milliseconds