Home | History | Annotate | Download | only in x64

Lines Matching refs:SAHF

1176       if (CpuFeatures::IsSupported(SAHF)) {
1177 CpuFeatureScope sahf_scope(masm(), SAHF);
1178 __ sahf();