Home | History | Annotate | Download | only in X86

Lines Matching defs:FullFS

178   std::string FullFS = FS;
180 if (!FullFS.empty())
181 FullFS = "+64bit,+sse2," + FullFS;
183 FullFS = "+64bit,+sse2";
188 if (!FullFS.empty())
189 FullFS = "+sahf," + FullFS;
191 FullFS = "+sahf";
196 ParseSubtargetFeatures(CPUName, FullFS);