Home
last modified time | relevance | path

Searched refs:SAHF (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcpu-features.h21 SAHF, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h548 SAHF,
H A DX86ISelLowering.cpp20918 // Some 64-bit targets lack SAHF support, but they do support FCOMI.
20919 assert(Subtarget.hasLAHFSAHF() && "Target doesn't support SAHF or FCOMI?");
20920 return DAG.getNode(X86ISD::SAHF, dl, MVT::i32, TruncSrl);
22027 Opc == X86ISD::SAHF)
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc105 // SAHF is not generally available in long mode. in ProbeImpl()
106 if (cpu.has_sahf() && FLAG_enable_sahf) SetSupported(SAHF); in ProbeImpl()
144 "SSE3=%d SSSE3=%d SSE4_1=%d SSE4_2=%d SAHF=%d AVX=%d AVX2=%d FMA3=%d " in PrintFeatures()
151 CpuFeatures::IsSupported(SAHF), CpuFeatures::IsSupported(AVX), in PrintFeatures()
2692 DCHECK(IsEnabled(SAHF)); in sahf()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h600 #define SAHF CHOICE(sahf, sahf, sahf) macro
1313 #define SAHF sahf macro
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1850 if (CpuFeatures::IsSupported(SAHF)) { in AssembleArchInstruction()
1851 CpuFeatureScope sahf_scope(tasm(), SAHF); in AssembleArchInstruction() local

Completed in 48 milliseconds