Searched refs:pushf (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 16 ; CHECK-NOT: pushf 42 ; CHECK-NOT: pushf 68 ; CHECK-NOT: pushf 94 ; 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/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/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/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/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 | 1017 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1018 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>; 1022 /// 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 | 1106 def PUSHF16 : I<0x9C, RawFrm, (outs), (ins), "pushf{w}", [], IIC_PUSH_F>, 1108 def PUSHF32 : I<0x9C, RawFrm, (outs), (ins), "pushf{l|d}", [], IIC_PUSH_F>, 2600 def : MnemonicAlias<"pushf", "pushfw", "att">, Requires<[In16BitMode]>; 2601 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 2602 def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
/external/skia/third_party/yasm/config/ios/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
/external/skia/third_party/yasm/config/linux/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
/external/skia/third_party/yasm/config/mac/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
/external/skia/third_party/yasm/config/win/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
/external/skia/third_party/yasm/config/openbsd/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
/external/skia/third_party/yasm/config/android/ |
D | Makefile | 839 modules/arch/x86/tests/pushf.asm \ 840 modules/arch/x86/tests/pushf.hex \ 841 modules/arch/x86/tests/pushf-err.asm \ 842 modules/arch/x86/tests/pushf-err.errwarn \
|
12