Searched refs:FeaturesGoldmont (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 148 constexpr FeatureBitset FeaturesGoldmont = variable 153 FeaturesGoldmont | FeaturePTWRITE | FeatureRDPID | FeatureSGX; 302 { {"atom_sse4_2_movbe"}, CK_Goldmont, FEATURE_SSE4_2, FeaturesGoldmont, 'd', true }, 303 { {"goldmont"}, CK_Goldmont, FEATURE_SSE4_2, FeaturesGoldmont, 'i', false },
|