Searched refs:SAHF (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | globals.h | 615 SAHF, enumerator
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 434 if (CpuFeatures::IsSupported(SAHF) && masm()->IsEnabled(SAHF)) { in AssembleArchInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 426 SAHF, enumerator
|
D | X86SchedHaswell.td | 502 // LAHF SAHF.
|
D | X86InstrInfo.td | 141 def X86sahf : SDNode<"X86ISD::SAHF", SDTX86sahf>; 1452 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf",
|
D | X86ISelLowering.cpp | 12763 return DAG.getNode(X86ISD::SAHF, dl, MVT::i32, TruncSrl); in ConvertCmpIfNecessary() 13375 Opc == X86ISD::SAHF) in isX86LogicalCmp() 17650 case X86ISD::SAHF: return "X86ISD::SAHF"; in getTargetNodeName()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 30 if (cpu.has_sahf() && FLAG_enable_sahf) supported_|= 1u << SAHF; in ProbeImpl() 2218 DCHECK(IsEnabled(SAHF)); in sahf()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 600 #define SAHF CHOICE(sahf, sahf, sahf) macro 1321 #define SAHF sahf macro
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 404 MI = BuildMI(X86::SAHF, 0);
|