/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/ |
D | out.s | 62 popf 76 popf 88 popf 107 popf 121 popf 163 popf 186 popf 197 popf
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 20 ; CHECK-NOT: popf 46 ; CHECK-NOT: popf 72 ; CHECK-NOT: popf 98 ; CHECK-NOT: popf
|
D | pr7882.ll | 13 popf
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr7882.ll | 13 popf
|
/external/llvm-project/llvm/test/MC/X86/ |
D | code16gcc.s | 61 popf
|
D | intel-syntax-encoding.s | 65 popf label
|
D | x86-16.s | 79 popf
|
D | x86-32.s | 123 popf
|
D | x86-64.s | 720 popf
|
/external/libpcap/msdos/ |
D | pkt_rx1.s | 118 popf 128 popf
|
D | pkt_rx0.asm | 157 popf 168 popf
|
/external/rust/crates/ring/crypto/perlasm/ |
D | x86asm.pl | 77 sub ::popf { &popfd; }
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 97 sub ::popf { &popfd; }
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 79 popf
|
D | x86-32.s | 123 popf
|
D | x86-64.s | 706 popf
|
/external/rust/crates/libz-sys/src/zlib/contrib/inflate86/ |
D | inffast.S | 380 popf 1357 popf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1333 def POPF16 : I<0x9D, RawFrm, (outs), (ins), "popf{w}", []>, OpSize16; 1334 def POPF32 : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", []>, OpSize32, 3051 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 3052 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>; 3053 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>; 3054 def : MnemonicAlias<"popf", "popfq", "intel">, Requires<[In64BitMode]>; 3056 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In32BitMode]>; 3057 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In64BitMode]>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1388 def POPF16 : I<0x9D, RawFrm, (outs), (ins), "popf{w}", []>, OpSize16; 1389 def POPF32 : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", []>, OpSize32, 3172 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 3173 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>; 3174 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>; 3175 def : MnemonicAlias<"popf", "popfq", "intel">, Requires<[In64BitMode]>; 3177 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In32BitMode]>; 3178 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In64BitMode]>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 572 #define POPF_L CHOICE(popfl, popfl, _LTOG popf) 573 #define POPF_W CHOICE(popfw, popfw, _WTOG popf) 1285 #define POPF_W popf
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1168 def POPF16 : I<0x9D, RawFrm, (outs), (ins), "popf{w}", [], IIC_POP_F>, 1170 def POPF32 : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", [], IIC_POP_FD>, 2593 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>; 2594 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>; 2595 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>;
|
/external/llvm-project/llvm/docs/ |
D | SpeculativeLoadHardening.md | 736 Using the `pushf` and `popf` instructions saves the flags register around our 747 expensive if slightly less expensive than `pushf` and `popf` in most cases.
|
/external/elfutils/libcpu/defs/ |
D | i386 | 460 10011101:popf{W}
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp_reduce.inc | 3828 { /* X86_POPF16, X86_INS_POPF: popf{w} */
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |