Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix instead...
[oota-llvm.git] / lib / Target / X86 / X86InstrFPStack.td
index ded44eea06a37db7d3350124def1d886f9a1f2cb..122c6d87bb1ba4741d51ca766b0a815a8e0df486 100644 (file)
@@ -622,12 +622,12 @@ def FCOMPP : I<0xD9, RawFrm, (outs), (ins), "fcompp", [], IIC_FCOMPP>, DE;
 def FXSAVE : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins),
                "fxsave\t$dst", [], IIC_FXSAVE>, TB;
 def FXSAVE64 : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins),
-                 "fxsaveq\t$dst", [], IIC_FXSAVE>, TB, REX_W,
+                 "fxsave{q|64}\t$dst", [], IIC_FXSAVE>, TB, REX_W,
                  Requires<[In64BitMode]>;
 def FXRSTOR : I<0xAE, MRM1m, (outs), (ins opaque512mem:$src),
                 "fxrstor\t$src", [], IIC_FXRSTOR>, TB;
 def FXRSTOR64 : I<0xAE, MRM1m, (outs), (ins opaque512mem:$src),
-                  "fxrstorq\t$src", [], IIC_FXRSTOR>, TB, REX_W,
+                  "fxrstor{q|64}\t$src", [], IIC_FXRSTOR>, TB, REX_W,
                   Requires<[In64BitMode]>;
 } // SchedRW