Home
last modified time | relevance | path

Searched refs:pushf (Results 1 – 25 of 26) sorted by relevance

12

/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/
Dout.s58 pushf
72 pushf
84 pushf
103 pushf
117 pushf
159 pushf
182 pushf
193 pushf
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll19 ; CHECK-NOT: pushf
45 ; CHECK-NOT: pushf
71 ; CHECK-NOT: pushf
97 ; CHECK-NOT: pushf
D2007-10-04-AvoidEFLAGSCopy.ll1 ; RUN: llc < %s -march=x86 | not grep pushf
D2008-01-08-SchedulerCrash.ll6 ; CHECK-NOT: pushf
Dinline-asm-fpstack.ll340 …%0 = tail call i32 asm "fcomi $2, $1; pushf; pop $0", "=r,{st},{st(1)},~{dirflag},~{fpsr},~{flags}…
/external/boringssl/src/crypto/test/asm/
Dtrampoline-x86.pl91 &pushf();
/external/rust/crates/ring/crypto/perlasm/
Dx86asm.pl76 sub ::pushf { &pushfd; }
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl96 sub ::pushf { &pushfd; }
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/
Dinffast.S232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */
373 pushf
381 pushf
/external/libpcap/msdos/
Dpkt_rx1.s84 pushf
Dpktdrvr.c1161 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()
Dpkt_rx0.asm129 pushf
/external/llvm/test/MC/X86/
Dx86-16.s75 pushf
Dx86-32.s119 pushf
Dx86-64.s702 pushf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1340 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/
DTarget.td1079 /// 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/
DTarget.td1376 /// 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/
Dassyntax.h580 #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/
DX86InstrInfo.td1176 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/
Di386482 10011100:pushf{W}
/external/llvm/docs/
DCodeGenerator.rst1684 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
1685 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
/external/capstone/arch/X86/
DX86MappingInsnOp_reduce.inc3960 { /* X86_PUSHF16, X86_INS_PUSHF: pushf{w} */
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc1202 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, { }, },

12