Searched refs:popfq (Results 1 – 25 of 35) sorted by relevance
12
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_rsp_mem_op.s | 13 # CHECK: popfq 35 # CHECK: popfq
|
D | asm_rep_movs.ll | 33 ; CHECK: popfq 40 ; CHECK-NEXT: popfq 74 ; CHECK-NEXT: popfq
|
D | asm_mov.ll | 28 ; CHECK-NEXT: popfq 96 ; CHECK-NEXT: popfq 115 ; CHECK-NEXT: popfq
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | thunks.S | 57 popfq
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-flags-intrinsics.ll | 36 ; CHECK-NEXT: popfq
|
D | cmpxchg-clobber-flags.ll | 54 ; x8664-NEXT: popfq 166 ; x8664-NEXT: popfq
|
D | win64_frame.ll | 170 ; PUSHF-NEXT: popfq
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 636 popfq
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 708 popfq
|
/external/boringssl/win-x86_64/crypto/md5/ |
D | md5-x86_64.asm | 754 popfq
|
/external/boringssl/win-x86_64/crypto/aes/ |
D | vpaes-x86_64.asm | 1082 popfq
|
D | aes-x86_64.asm | 1799 popfq 2802 popfq
|
/external/boringssl/win-x86_64/crypto/bn/ |
D | x86_64-mont.asm | 1032 popfq
|
D | rsaz-avx2.asm | 1924 popfq
|
D | x86_64-mont5.asm | 2541 popfq
|
/external/boringssl/win-x86_64/crypto/modes/ |
D | aesni-gcm-x86_64.asm | 956 popfq
|
D | ghash-x86_64.asm | 1967 popfq
|
/external/boringssl/linux-x86_64/crypto/aes/ |
D | aes-x86_64.S | 1745 popfq
|
/external/boringssl/mac-x86_64/crypto/aes/ |
D | aes-x86_64.S | 1744 popfq
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 737 def POPF64 : I<0x9D, RawFrm, (outs), (ins), "popfq", []>, 1466 def : MnemonicAlias<"popf", "popfq">, Requires<[In64BitMode]>;
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1322 __ popfq(); in AssembleArchInstruction()
|
/external/boringssl/win-x86_64/crypto/chacha/ |
D | chacha-x86_64.asm | 1765 popfq
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 732 __ popfq(); in DeoptimizeIf() 738 __ popfq(); in DeoptimizeIf()
|
/external/v8/src/x64/ |
D | assembler-x64.h | 670 void popfq();
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1214 def POPF64 : I<0x9D, RawFrm, (outs), (ins), "popfq", [], IIC_POP_FD>, 2595 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>;
|
12