/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/ |
D | out.s | 58 pushf 72 pushf 84 pushf 103 pushf 117 pushf 159 pushf 182 pushf 193 pushf
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 19 ; CHECK-NOT: pushf 45 ; CHECK-NOT: pushf 71 ; CHECK-NOT: pushf 97 ; CHECK-NOT: pushf
|
D | 2007-10-04-AvoidEFLAGSCopy.ll | 1 ; RUN: llc < %s -march=x86 | not grep pushf
|
D | 2008-01-08-SchedulerCrash.ll | 6 ; CHECK-NOT: pushf
|
D | inline-asm-fpstack.ll | 340 …%0 = tail call i32 asm "fcomi $2, $1; pushf; pop $0", "=r,{st},{st(1)},~{dirflag},~{fpsr},~{flags}…
|
/external/boringssl/src/crypto/test/asm/ |
D | trampoline-x86.pl | 91 &pushf();
|
/external/rust/crates/ring/crypto/perlasm/ |
D | x86asm.pl | 76 sub ::pushf { &pushfd; }
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 96 sub ::pushf { &pushfd; }
|
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/ |
D | inffast.S | 232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */ 373 pushf 381 pushf
|
/external/libpcap/msdos/ |
D | pkt_rx1.s | 84 pushf
|
D | pktdrvr.c | 1161 int pushf = PktReceiver; in PktInitDriver() local 1163 while (real_stub_array[pushf++] != 0x9C && /* pushf */ in PktInitDriver() 1164 real_stub_array[pushf] != 0xFA) /* cli */ in PktInitDriver()
|
D | pkt_rx0.asm | 129 pushf
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 75 pushf
|
D | x86-32.s | 119 pushf
|
D | x86-64.s | 702 pushf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1340 def PUSHF16 : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", []>, OpSize16; 1341 def PUSHF32 : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", []>, OpSize32, 3065 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 3066 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 3067 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>; 3068 def : MnemonicAlias<"pushf", "pushfq", "intel">, Requires<[In64BitMode]>; 3070 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In32BitMode]>; 3071 def : MnemonicAlias<"pushfw", "pushf", "intel">, Requires<[In64BitMode]>;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1079 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1080 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>; 1084 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 1376 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1377 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>; 1381 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 580 #define PUSHF_L CHOICE(pushfl, pushfl, _LTOG pushf) 581 #define PUSHF_W CHOICE(pushfw, pushfw, _WTOG pushf) 1293 #define PUSHF_W pushf
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1176 def PUSHF16 : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", [], IIC_PUSH_F>, 1178 def PUSHF32 : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", [], IIC_PUSH_F>, 2604 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 2605 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 2606 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 482 10011100:pushf{W}
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1684 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1685 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp_reduce.inc | 3960 { /* X86_PUSHF16, X86_INS_PUSHF: pushf{w} */
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 1202 if (Features.test(Feature_In16BitModeBit)) // "pushf" 1784 if (Features.test(Feature_In64BitModeBit)) // "pushf" 1852 Mnemonic = "pushf"; 1854 Mnemonic = "pushf"; 7742 "punpckldq\npunpcklqdq\tpunpcklwd\004push\006pushal\006pushaw\005pushf\006" 24551 { 6550 /* pushf */, X86::PUSHF16, Convert_NoOperands, AMFBS_None, { }, },
|