Searched refs:FeaturesK8SSE3 (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | X86TargetParser.cpp | 242 constexpr FeatureBitset FeaturesK8SSE3 = FeaturesK8 | FeatureSSE3; variable 244 FeaturesK8SSE3 | FeatureCMPXCHG16B | FeatureLZCNT | FeaturePOPCNT | 386 { {"k8-sse3"}, CK_K8SSE3, ~0U, FeaturesK8SSE3 }, 387 { {"athlon64-sse3"}, CK_K8SSE3, ~0U, FeaturesK8SSE3 }, 388 { {"opteron-sse3"}, CK_K8SSE3, ~0U, FeaturesK8SSE3 },
|