Searched refs:FeaturesPrescott (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 63 constexpr FeatureBitset FeaturesPrescott = FeaturesPentium4 | FeatureSSE3; variable 65 FeaturesPrescott | Feature64BIT | FeatureCMPXCHG16B; 283 { {"yonah"}, CK_Yonah, ~0U, FeaturesPrescott, 'L', false }, 288 { {"pentium_4_sse3"}, CK_Prescott, ~0U, FeaturesPrescott, 'L', true }, 289 { {"prescott"}, CK_Prescott, ~0U, FeaturesPrescott, 'L', false },
|