Home | History | Annotate | Download | only in X86

Lines Matching full:fnstsw

1967 def : MnemonicAlias<"fnstsww",  "fnstsw",   "att">;
2113 // We accept "fnstsw %eax" even though it only writes %ax.
2114 def : InstAlias<"fnstsw\t{%eax|eax}", (FNSTSW16r)>;
2115 def : InstAlias<"fnstsw\t{%al|al}" , (FNSTSW16r)>;
2116 def : InstAlias<"fnstsw" , (FNSTSW16r)>;