Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dcpu-x86-asm.pl13 &pushf ();
19 &pushf ();
179 &pushf ();
210 &pushf ();
/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll11 ; CHECK: pushf[[LQ:[lq]]]
73 ; CHECK: pushf[[LQ:[lq]]]
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/valgrind/gdbserver_tests/
DREADME_DEVELOPERS120 #pushf filter_addresses | filter_messages
122 #pushf an_additional_filter
125 ... here output filtered only by the first pushf
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl69 sub ::pushf { &pushfd; }
/external/libpcap/msdos/
Dpkt_rx1.s84 pushf
Dndis_0.asm69 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
Dndis2.h61 #define GUARD() _asm { pushf; cli }
/external/zlib/src/contrib/inflate86/
Dinffast.S232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */
373 pushf
381 pushf
/external/boringssl/src/crypto/aes/asm/
Daes-586.pl2056 &pushf ();
2197 &pushf (); # kludge, never executed
2316 &pushf (); # kludge, never executed
2411 &pushf (); # kludge, never executed
2459 &pushf (); # kludge, never executed
2530 &pushf (); # kludge, never executed
2546 &pushf (); # kludge, never executed
2602 &pushf (); # kludge, never executed
/external/llvm/test/MC/X86/
Dx86-16.s75 pushf
Dx86-32.s119 pushf
Dx86-64.s647 pushf
/external/llvm/include/llvm/Target/
DTarget.td976 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
977 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
981 /// 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)
1301 #define PUSHF_W pushf
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1044 def PUSHF16 : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", [], IIC_PUSH_F>,
1046 def PUSHF32 : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", [], IIC_PUSH_F>,
2508 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>;
2509 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>;
2510 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
/external/elfutils/src/libcpu/defs/
Di386482 10011100:pushf{W}
/external/valgrind/perf/
Dtinycc.c3131 DEF_ASM_OP0(pushf, 0x9c)
3588 DEF_ASM_OP0(pushf, 0x9c)
4463 DEF_ASM_OP0(pushf, 0x9c)
4920 DEF_ASM_OP0(pushf, 0x9c)
15170 DEF_ASM_OP0(pushf, 0x9c)
15632 DEF_ASM_OP0(pushf, 0x9c)
/external/llvm/docs/
DCodeGenerator.rst1689 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
1690 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
/external/elfutils/src/tests/
Dtestfile44.expect.bz2