Searched refs:popf (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr7882.ll | 13 popf
|
| H A D | x86-flags-intrinsics.ll | 4 ; Check that pushf/popf intrinsics on win32 don't need a frame pointer.
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | code16gcc.s | 61 popf
|
| H A D | intel-syntax-encoding.s | 65 popf label
|
| H A D | x86-16.s | 79 popf
|
| H A D | x86-32.s | 123 popf
|
| H A D | x86-64.s | 720 popf
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-popf.s | 27 popf
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 1400 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 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.
|