Searched refs:pushf (Results 1 – 24 of 24) sorted by relevance
/external/boringssl/src/crypto/ |
D | cpu-x86-asm.pl | 13 &pushf (); 19 &pushf (); 179 &pushf (); 210 &pushf ();
|
/external/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 11 ; CHECK: pushf[[LQ:[lq]]] 73 ; CHECK: pushf[[LQ:[lq]]]
|
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/valgrind/gdbserver_tests/ |
D | README_DEVELOPERS | 120 #pushf filter_addresses | filter_messages 122 #pushf an_additional_filter 125 ... here output filtered only by the first pushf
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 69 sub ::pushf { &pushfd; }
|
/external/libpcap/msdos/ |
D | pkt_rx1.s | 84 pushf
|
D | ndis_0.asm | 69 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
|
D | ndis2.h | 61 #define GUARD() _asm { pushf; cli }
|
/external/zlib/src/contrib/inflate86/ |
D | inffast.S | 232 pushf /* save eflags (strm_sp, state_sp assumes this is 32 bits) */ 373 pushf 381 pushf
|
/external/boringssl/src/crypto/aes/asm/ |
D | aes-586.pl | 2056 &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/ |
D | x86-16.s | 75 pushf
|
D | x86-32.s | 119 pushf
|
D | x86-64.s | 647 pushf
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 976 /// 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/ |
D | assyntax.h | 580 #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/ |
D | X86InstrInfo.td | 1044 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/ |
D | i386 | 482 10011100:pushf{W}
|
/external/valgrind/perf/ |
D | tinycc.c | 3131 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/ |
D | CodeGenerator.rst | 1689 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1690 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 |
|