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

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

Completed in 117 milliseconds