diff options
author | Per Bothner <per@bothner.com> | 1992-04-09 07:47:06 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-04-09 07:47:06 +0000 |
commit | cf9838aff0cbd72970fc630afecd7200fde487fe (patch) | |
tree | 747dbfeec962f0a2fff503c65c43121b6b8059cc /include/opcode/rs6k.h | |
parent | 5a3859296dc33442f67588eb1fdde2e8cfc9836a (diff) | |
download | gdb-cf9838aff0cbd72970fc630afecd7200fde487fe.zip gdb-cf9838aff0cbd72970fc630afecd7200fde487fe.tar.gz gdb-cf9838aff0cbd72970fc630afecd7200fde487fe.tar.bz2 |
* rs6k.h: Fix incorrect extended opcode for instructions `fm'
and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)
Diffstat (limited to 'include/opcode/rs6k.h')
-rw-r--r-- | include/opcode/rs6k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/rs6k.h b/include/opcode/rs6k.h index 7f616b5..af620f7 100644 --- a/include/opcode/rs6k.h +++ b/include/opcode/rs6k.h @@ -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} }, |