Searched refs:SAHF (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | cpu-features.h | 21 SAHF, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 548 SAHF,
|
H A D | X86ISelLowering.cpp | 20918 // 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 D | assembler-x64.cc | 105 // 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 D | assyntax.h | 600 #define SAHF CHOICE(sahf, sahf, sahf) macro 1313 #define SAHF sahf macro
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1850 if (CpuFeatures::IsSupported(SAHF)) { in AssembleArchInstruction() 1851 CpuFeatureScope sahf_scope(tasm(), SAHF); in AssembleArchInstruction() local
|
Completed in 46 milliseconds