Searched refs:SAHF (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 201 X86_FEATURE (SAHF, "sahf")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleBdVer2.td | 524 def : InstRW<[PdWriteSAHF], (instrs SAHF)>;
|
H A D | X86ISelDAGToDAG.cpp | 5975 SDValue SAHF = SDValue( in Select() local 5976 CurDAG->getMachineNode(X86::SAHF, dl, MVT::i32, AH.getValue(1)), 0); in Select() 5981 ReplaceUses(SDValue(Node, 0), SAHF); in Select()
|
H A D | X86.td | 250 "Support LAHF and SAHF instructions in 64-bit mode">;
|
H A D | X86SchedAlderlakeP.td | 1974 def : InstRW<[ADLPWriteResGroup214], (instrs SAHF)>;
|
H A D | X86InstrMisc.td | 605 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf", []>, // flags = AH
|
H A D | X86SchedSapphireRapids.td | 2319 def : InstRW<[SPRWriteResGroup220], (instrs SAHF)>;
|