Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def33 X86_CPU_TYPE(INTEL_BONNELL, "bonnell")
55 X86_CPU_TYPE_ALIAS(INTEL_BONNELL, "atom")
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c43 INTEL_BONNELL = 1, enumerator
591 *Type = INTEL_BONNELL; in getIntelProcessorTypeAndSubtype()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp937 *Type = X86::INTEL_BONNELL; in getIntelProcessorTypeAndSubtype()