Searched refs:pushfq (Results 1 – 25 of 42) sorted by relevance
12
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_rsp_mem_op.s | 10 # CHECK: pushfq 31 # CHECK: pushfq
|
D | asm_rep_movs.ll | 7 ; CHECK: pushfq 15 ; CHECK-NEXT: pushfq 53 ; CHECK: pushfq
|
D | asm_mov.ll | 11 ; CHECK-NEXT: pushfq 85 ; CHECK-NEXT: pushfq 104 ; CHECK-NEXT: pushfq
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | thunks.S | 33 pushfq
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-flags-intrinsics.ll | 19 ; CHECK-NEXT: pushfq
|
D | inline-asm-ptr-cast.ll | 25 …call void asm "pushfq \0Aandq $2, (%rsp) \0Aorq $3, (%rsp) \0Apopfq \0Aaddb $4, $1 \0Apushfq \0Ap…
|
D | win64_frame.ll | 132 ; CHECK-NEXT: pushfq 158 ; PUSHF-NEXT: pushfq
|
D | cmpxchg-clobber-flags.ll | 49 ; x8664: pushfq 162 ; x8664: pushfq
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-ptr-cast.ll | 25 …call void asm "pushfq \0Aandq $2, (%rsp) \0Aorq $3, (%rsp) \0Apopfq \0Aaddb $4, $1 \0Apushfq \0Ap…
|
/external/libunwind/src/x86_64/ |
D | getcontext.S | 73 pushfq
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 632 pushfq
|
/external/boringssl/win-x86_64/crypto/bn/ |
D | x86_64-mont.asm | 924 pushfq 962 pushfq
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 704 pushfq
|
/external/boringssl/win-x86_64/crypto/aes/ |
D | aes-x86_64.asm | 1357 pushfq 2606 pushfq 2663 pushfq 2720 pushfq
|
D | vpaes-x86_64.asm | 1027 pushfq
|
D | aesni-x86_64.asm | 4691 pushfq 4732 pushfq 4776 pushfq 4834 pushfq
|
/external/boringssl/win-x86_64/crypto/chacha/ |
D | chacha-x86_64.asm | 1703 pushfq 1788 pushfq 1828 pushfq
|
/external/boringssl/win-x86_64/crypto/md5/ |
D | md5-x86_64.asm | 697 pushfq
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 447 vx1633 vx1644 130785 amd64->IR: unhandled instruction "pushfq"
|
/external/boringssl/win-x86_64/crypto/modes/ |
D | aesni-gcm-x86_64.asm | 887 pushfq
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1079 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>; 1084 /// def : MnemonicAlias<"pushf", "pushfq", "att">, Requires<[In64BitMode]>;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 743 /// def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
|
/external/boringssl/linux-x86_64/crypto/aes/ |
D | aes-x86_64.S | 1303 pushfq
|
/external/boringssl/mac-x86_64/crypto/aes/ |
D | aes-x86_64.S | 1302 pushfq
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 740 def PUSHF64 : I<0x9C, RawFrm, (outs), (ins), "pushfq", []>, 1475 def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
|
12