* rs6k.h: Fix incorrect extended opcode for instructions `fm'
authorPer Bothner <per@bothner.com>
Thu, 9 Apr 1992 07:47:06 +0000 (07:47 +0000)
committerPer Bothner <per@bothner.com>
Thu, 9 Apr 1992 07:47:06 +0000 (07:47 +0000)
        and `fd'.  (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)

include/opcode/rs6k.h

index 7f616b5..af620f7 100644 (file)
@@ -211,11 +211,11 @@ struct rs6000_insn rs6k_ops [] = {
 {"stfd",       0,      "d",    54,     -1,     {FRS,DIS,RA,0}  },
 {"stfdu",      0,      "d",    55,     -1,     {FRS,DIS,RA,0}  },
 {"fcmpu",      0,      "x",    63,     0,      {BF,FRA,FRB,0}  },
-{"fm",         ".",    "a",    63,     5,      {FRT,FRA,FRC,0} },
-{"fd",         ".",    "a",    63,     8,      {FRT,FRA,FRB,0} },
 {"frsp",       ".",    "x",    63,     12,     {FRT,FRB,0}     },
+{"fd",         ".",    "a",    63,     18,     {FRT,FRA,FRB,0} },
 {"fs",         ".",    "a",    63,     20,     {FRT,FRA,FRB,0} },
 {"fa",         ".",    "a",    63,     21,     {FRT,FRA,FRB,0} },
+{"fm",         ".",    "a",    63,     25,     {FRT,FRA,FRC,0} },
 {"fms",                ".",    "a",    63,     28,     {FRT,FRA,FRC,FRB,0}     },
 {"fma",                ".",    "a",    63,     29,     {FRT,FRA,FRC,FRB,0}     },
 {"fnms",       ".",    "a",    63,     30,     {FRT,FRA,FRC,FRB,0}     },