Home | History | Annotate | Download | only in X86

Lines Matching full:popf

848 def POPF16   : I<0x9D, RawFrm, (outs), (ins), "popf{w}", [], IIC_POP_F>, OpSize;
849 def POPF32 : I<0x9D, RawFrm, (outs), (ins), "popf{l|d}", [], IIC_POP_FD>,
1904 def : MnemonicAlias<"popf", "popfl", "att">, Requires<[In32BitMode]>;
1905 def : MnemonicAlias<"popf", "popfq", "att">, Requires<[In64BitMode]>;