Searched refs:pushfl (Results 1 – 25 of 30) sorted by relevance
12
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-flags-intrinsics.ll | 16 ; CHECK-NEXT: pushfl
|
/external/llvm/test/CodeGen/X86/ |
D | x86-flags-intrinsics.ll | 16 ; CHECK-NEXT: 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/llvm-project/llvm/test/MC/X86/ |
D | x86-16.s | 77 pushfl 495 pushfl label
|
D | x86-32.s | 121 pushfl 590 pushfl label
|
D | I386-32.s | 237 pushfl label
|
D | I86-32.s | 1861 pushfl label
|
D | x86-32-coverage.s | 10132 pushfl 10135 pushfl
|
/external/rust/crates/quiche/deps/boringssl/mac-x86/crypto/test/ |
D | trampoline-x86.S | 51 pushfl
|
/external/openscreen/third_party/boringssl/mac-x86/crypto/test/ |
D | trampoline-x86.S | 51 pushfl
|
/external/boringssl/mac-x86/crypto/test/ |
D | trampoline-x86.S | 51 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/rust/crates/ring/crypto/perlasm/ |
D | x86gas.pl | 65 sub ::pushfd { &::pushfl; }
|
/external/boringssl/linux-x86/crypto/test/ |
D | trampoline-x86.S | 54 pushfl
|
/external/rust/crates/quiche/deps/boringssl/linux-x86/crypto/test/ |
D | trampoline-x86.S | 54 pushfl
|
/external/openscreen/third_party/boringssl/linux-x86/crypto/test/ |
D | trampoline-x86.S | 54 pushfl
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 75 # CHECK: pushfl 399 # CHECK: pushfl 405 # CHECK: pushfl
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 580 #define PUSHF_L CHOICE(pushfl, pushfl, _LTOG pushf)
|
/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">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3066 def : MnemonicAlias<"pushf", "pushfl", "att">, Requires<[In32BitMode]>; 3069 def : MnemonicAlias<"pushfd", "pushfl", "att">;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 1430 /// def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
12