Home | History | Annotate | Download | only in x64

Lines Matching defs:SAHF

1328       if (CpuFeatures::IsSupported(SAHF)) {
1329 CpuFeatureScope sahf_scope(masm(), SAHF);
1330 __ sahf();