Searched refs:popfq (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | pushf-err.errwarn | 2 -:9: warning: `popfq' is an instruction in 64-bit mode 6 -:19: warning: `popfq' is an instruction in 64-bit mode 7 -:19: error: redefinition of `popfq' 8 -:9: error: `popfq' previously defined here
|
D | pushf-err.asm | 9 popfq label 19 popfq label 29 popfq label
|
D | pushf.asm | 9 ;popfq 19 ;popfq 29 popfq label
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_mov.ll | 28 ; CHECK-NEXT: popfq 94 ; CHECK-NEXT: popfq 110 ; CHECK-NEXT: popfq
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 653 popfq
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 1647 masm->popfq(); \
|
D | assembler-x64.h | 687 void popfq();
|
D | assembler-x64.cc | 1580 void Assembler::popfq() { in popfq() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 756 __ popfq(); in DeoptimizeIf() 762 __ popfq(); in DeoptimizeIf()
|
/external/openssl/crypto/aes/asm/ |
D | aes-x86_64.S | 1752 popfq
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
D | aes-x86_64.S | 1752 popfq
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1029 def POPF64 : I<0x9D, RawFrm, (outs), (ins), "popfq", [], IIC_POP_FD>, 2436 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | x86insn_nasm.gperf | 585 popfq, onebyte_insn, 1, SUF_Z, 0x9D, 0x40, 0x40, ONLY_64, 0, 0, 0 keyword
|
D | x86insn_gas.gperf | 992 popfq, onebyte_insn, 1, SUF_Z, 0x9D, 0x40, 0x40, ONLY_64, 0, 0, 0 keyword
|