/external/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 6 …y-machineinstrs -mtriple=x86_64-linux-gnu -mattr=+sahf %s -o - | FileCheck %s -check-prefix=x8664-… 7 …instrs -mtriple=x86_64-linux-gnu -mattr=+sahf -pre-RA-sched=fast %s -o - | FileCheck %s -check-pre… 8 …achineinstrs -mtriple=x86_64-linux-gnu -mcpu=corei7 %s -o - | FileCheck %s -check-prefix=x8664-sahf 26 ; i386-NEXT: sahf 39 ; i386f-NEXT: sahf 52 ; x8664-sahf-LABEL: test_intervening_call: 53 ; x8664-sahf: cmpxchgq 54 ; x8664-sahf: pushq %rax 55 ; x8664-sahf-NEXT: seto %al 56 ; x8664-sahf-NEXT: lahf [all …]
|
D | peephole-na-phys-copy-folding.ll | 2 ; RUN: llc -verify-machineinstrs -mtriple=x86_64-linux-gnu -mattr=+sahf %s -o - | FileCheck %s 15 ; CHECK-NOT: sahf 41 ; CHECK-NOT: sahf 67 ; CHECK-NOT: sahf 93 ; CHECK-NOT: sahf 122 ; CHECK-NEXT: sahf 151 ; CHECK-NEXT: sahf
|
D | cmovcmov.ll | 22 ; NOCMOV-NEXT: sahf 49 ; NOCMOV-NEXT: sahf 78 ; NOCMOV-NEXT: sahf 109 ; NOCMOV-NEXT: sahf 140 ; NOCMOV-NEXT: sahf
|
/external/valgrind/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 263 (lahf/sahf)
|
D | 3_2_BUGSTATUS.txt | 215 vx1749 vx1758 32 143907 sahf/lahf on amd64
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 600 #define SAHF CHOICE(sahf, sahf, sahf) 1321 #define SAHF sahf
|
/external/v8/src/x87/ |
D | assembler-x87.h | 914 void sahf();
|
D | assembler-x87.cc | 1916 void Assembler::sahf() { in sahf() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 677 sahf(); in FCmp()
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 187 def FeatureLAHFSAHF : SubtargetFeature<"sahf", "HasLAHFSAHF", "true",
|
D | X86InstrInfo.td | 1513 def SAHF : I<0x9E, RawFrm, (outs), (ins), "sahf",
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 703 __ sahf(); in AssembleArchInstruction()
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 909 void sahf();
|
D | assembler-ia32.cc | 1961 void Assembler::sahf() { in sahf() function in v8::internal::Assembler
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 608 sahf eflags[0xff,0x28] ah.ub[0xfd] : => eflags[0xfd,0xd5] 609 sahf eflags[0xff,0xfd] ah.ub[0x28] : => eflags[0xfd,0x00]
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 985 __ sahf(); in AssembleArchInstruction()
|
/external/elfutils/libcpu/defs/ |
D | i386 | 503 10011110:sahf
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 813 ###sahf eflags[0xff,0x28] ah.ub[0xfd] : => eflags[0xfd,0xd5] 814 ###sahf eflags[0xff,0xfd] ah.ub[0x28] : => eflags[0xfd,0x00]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 992 void sahf();
|
D | assembler-x64.cc | 2434 void Assembler::sahf() { in sahf() function in v8::internal::Assembler
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 269 sahf
|
/external/valgrind/perf/ |
D | tinycc.c | 3128 DEF_ASM_OP0(sahf, 0x9e) 3585 DEF_ASM_OP0(sahf, 0x9e) 4460 DEF_ASM_OP0(sahf, 0x9e) 4917 DEF_ASM_OP0(sahf, 0x9e) 15167 DEF_ASM_OP0(sahf, 0x9e) 15629 DEF_ASM_OP0(sahf, 0x9e)
|
/external/valgrind/ |
D | NEWS.old | 854 111851 vex x86->IR: 0x9F 0x89 (lahf/sahf)
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 403 // Create an 'sahf' instruction which takes no operands and stores nothing.
|
/external/v8/ |
D | ChangeLog | 13190 Stopped using the 'sahf' instruction on 64-bit machines that do
|