Searched refs:FeaturesAthlon (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 180 constexpr FeatureBitset FeaturesAthlon = variable 183 FeaturesAthlon | FeatureFXSR | FeatureSSE; 396 { {"athlon"}, CK_Athlon, ~0U, FeaturesAthlon, '\0', false }, 397 { {"athlon-tbird"}, CK_Athlon, ~0U, FeaturesAthlon, '\0', false },
|