Searched refs:FeaturesK8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 184 constexpr FeatureBitset FeaturesK8 = variable 186 constexpr FeatureBitset FeaturesK8SSE3 = FeaturesK8 | FeatureSSE3; 402 { {"k8"}, CK_K8, ~0U, FeaturesK8, '\0', false }, 403 { {"athlon64"}, CK_K8, ~0U, FeaturesK8, '\0', false }, 404 { {"athlon-fx"}, CK_K8, ~0U, FeaturesK8, '\0', false }, 405 { {"opteron"}, CK_K8, ~0U, FeaturesK8, '\0', false },
|