Searched refs:pushfl (Results 1 – 25 of 28) sorted by relevance
12
/external/valgrind/coregrind/ |
D | m_cpuid.S | 43 pushfl 44 pushfl 50 pushfl
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | virtaddr.S | 30 pushfl 77 pushfl
|
/external/llvm/test/CodeGen/X86/ |
D | x86-flags-intrinsics.ll | 16 ; CHECK-NEXT: pushfl
|
/external/valgrind/memcheck/tests/x86/ |
D | pushfpopf_s.S | 21 pushfl
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undiisr.S | 26 pushfl
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 77 pushfl 483 pushfl label
|
D | x86-32.s | 121 pushfl 570 pushfl label
|
D | x86-32-coverage.s | 10092 pushfl 10095 pushfl
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-32.s | 93 pushfl 532 pushfl label
|
D | x86-32-coverage.s | 11877 pushfl 11880 pushfl
|
/external/libunwind/src/x86/ |
D | getcontext-freebsd.S | 63 pushfl
|
/external/syslinux/gpxe/src/arch/i386/transitions/ |
D | libkir.S | 176 pushfl
|
D | librm.S | 385 pushfl
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 75 # CHECK: pushfl 399 # CHECK: pushfl 405 # CHECK: pushfl
|
/external/boringssl/src/crypto/perlasm/ |
D | x86gas.pl | 65 sub ::pushfd { &::pushfl; }
|
/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | aes-586.S | 2233 pushfl 2357 pushfl 2463 pushfl 2537 pushfl 2583 pushfl 2647 pushfl 2665 pushfl 2715 pushfl
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | aes-586.S | 2266 pushfl 2390 pushfl 2496 pushfl 2570 pushfl 2616 pushfl 2680 pushfl 2698 pushfl 2748 pushfl
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | libprefix.S | 299 pushfl
|
D | pxeprefix.S | 30 pushfl
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 580 #define PUSHF_L CHOICE(pushfl, pushfl, _LTOG pushf)
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 744 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1474 def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>; 1476 def : MnemonicAlias<"pushfd", "pushfl">;
|
/external/valgrind/perf/ |
D | tinycc.c | 3129 DEF_ASM_OP0(pushfl, 0x9c) 3586 DEF_ASM_OP0(pushfl, 0x9c) 4461 DEF_ASM_OP0(pushfl, 0x9c) 4918 DEF_ASM_OP0(pushfl, 0x9c) 15168 DEF_ASM_OP0(pushfl, 0x9c) 15630 DEF_ASM_OP0(pushfl, 0x9c)
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1080 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2605 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 2607 def : MnemonicAlias<"pushfd", "pushfl", "att">;
|
12