Home
last modified time | relevance | path

Searched refs:popf (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr7882.ll13 popf
H A Dx86-flags-intrinsics.ll4 ; Check that pushf/popf intrinsics on win32 don't need a frame pointer.
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dcode16gcc.s61 popf
H A Dintel-syntax-encoding.s65 popf label
H A Dx86-16.s79 popf
H A Dx86-32.s123 popf
H A Dx86-64.s720 popf
/llvm-project-15.0.7/bolt/test/X86/
H A Dshrinkwrapping-popf.s27 popf
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.td1400 def POPF16 : I<0x9D, RawFrm, (outs), (ins), "popf{w}", []>, OpSize16;
1401 def POPF32 : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", []>, OpSize32,
3211 def : MnemonicAlias<"popf", "popfw", "att">, Requires<[In16BitMode]>;
3212 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>;
3213 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>;
3214 def : MnemonicAlias<"popf", "popfq", "intel">, Requires<[In64BitMode]>;
3216 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In32BitMode]>;
3217 def : MnemonicAlias<"popfw", "popf", "intel">, Requires<[In64BitMode]>;
/llvm-project-15.0.7/llvm/docs/
H A DSpeculativeLoadHardening.md736 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.