Home
last modified time | relevance | path

Searched refs:SAHF (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dwin64_frame.ll2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -mattr=+sahf | FileCheck %s --check-prefix=SAHF
160 ; SAHF: lock cmpxchgq
161 ; SAHF-NEXT: seto %al
162 ; SAHF-NEXT: lahf
171 ; SAHF: callq dummy
172 ; SAHF-NEXT: pushq
173 ; SAHF: addb $127, %al
174 ; SAHF-NEXT: sahf
175 ; SAHF-NEXT: popq
Deflags-copy-expansion.mir57 ; CHECK-NEXT: SAHF implicit-def %eflags, implicit %ah
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll7 …u -verify-machineinstrs -mattr=+sahf %s -o - | FileCheck %s --check-prefixes=64-ALL,64-GOOD-RA-SAHF
8 …strs -mattr=+sahf -pre-RA-sched=fast %s -o - | FileCheck %s --check-prefixes=64-ALL,64-FAST-RA-SAHF
9 …u -verify-machineinstrs -mcpu=corei7 %s -o - | FileCheck %s --check-prefixes=64-ALL,64-GOOD-RA-SAHF
Dwin64_frame.ll3 …lc < %s -mtriple=x86_64-pc-win32 -mattr=+sahf | FileCheck %s --check-prefix=ALL --check-prefix=SAHF
Dflags-copy-lowering.mir3 # Lower various interesting copy patterns of EFLAGS without using LAHF/SAHF.
/external/llvm/lib/Target/X86/
DX86ISelLowering.h523 SAHF, enumerator
DX86.td200 "Support LAHF and SAHF instructions">;
DX86SchedHaswell.td502 // LAHF SAHF.
DX86InstrInfo.td145 def X86sahf : SDNode<"X86ISD::SAHF", SDTX86sahf>;
1584 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf",
/external/v8/src/
Dglobals.h799 SAHF, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h546 SAHF, enumerator
DX86.td226 "Support LAHF and SAHF instructions">;
DX86InstrInfo.td151 def X86sahf : SDNode<"X86ISD::SAHF", SDTX86sahf>;
1741 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf",
/external/v8/src/x64/
Dassembler-x64.cc89 if (cpu.has_sahf() && FLAG_enable_sahf) supported_ |= 1u << SAHF; in ProbeImpl()
117 CpuFeatures::IsSupported(SSE4_1), CpuFeatures::IsSupported(SAHF), in PrintFeatures()
2838 DCHECK(IsEnabled(SAHF)); in sahf()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1317 if (CpuFeatures::IsSupported(SAHF)) { in AssembleArchInstruction()
1318 CpuFeatureScope sahf_scope(tasm(), SAHF); in AssembleArchInstruction()
/external/mesa3d/src/mesa/x86/
Dassyntax.h600 #define SAHF CHOICE(sahf, sahf, sahf) macro
1313 #define SAHF sahf macro
/external/capstone/arch/X86/
DX86GenAsmWriter1_reduce.inc1224 2914U, // SAHF
DX86GenAsmWriter_reduce.inc1224 4838U, // SAHF
DX86GenAsmWriter.inc2474 14414U, // SAHF
8745 0U, // SAHF
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td983 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf", []>; // flags = AH
DX86GenAsmWriter.inc2275 8016U, // SAHF
6158 "QRTSSm\000RSQRTSSm_Int\000RSQRTSSr\000RSQRTSSr_Int\000SAHF\000SAR16m1\000"
DX86GenAsmWriter1.inc2275 5982U, // SAHF
6901 "QRTSSm\000RSQRTSSm_Int\000RSQRTSSr\000RSQRTSSr_Int\000SAHF\000SAR16m1\000"
DX86GenInstrInfo.inc2278 SAHF = 2262,
6446 …{ 2262, 0, 0, 0, 0, "SAHF", 0, 0x13c000001ULL, ImplicitList27, ImplicitList1, 0 }, // Inst #2262 …
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst403 MI = BuildMI(MBB, DL, TII.get(X86::SAHF));
/external/llvm/docs/
DCodeGenerator.rst403 MI = BuildMI(MBB, DL, TII.get(X86::SAHF));

12