* rs6k.h: Fix incorrect extended opcode for instructions `fm'
and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)
This commit is contained in:
parent
5a3859296d
commit
cf9838aff0
1 changed files with 2 additions and 2 deletions
|
@ -211,11 +211,11 @@ struct rs6000_insn rs6k_ops [] = {
|
||||||
{"stfd", 0, "d", 54, -1, {FRS,DIS,RA,0} },
|
{"stfd", 0, "d", 54, -1, {FRS,DIS,RA,0} },
|
||||||
{"stfdu", 0, "d", 55, -1, {FRS,DIS,RA,0} },
|
{"stfdu", 0, "d", 55, -1, {FRS,DIS,RA,0} },
|
||||||
{"fcmpu", 0, "x", 63, 0, {BF,FRA,FRB,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} },
|
{"frsp", ".", "x", 63, 12, {FRT,FRB,0} },
|
||||||
|
{"fd", ".", "a", 63, 18, {FRT,FRA,FRB,0} },
|
||||||
{"fs", ".", "a", 63, 20, {FRT,FRA,FRB,0} },
|
{"fs", ".", "a", 63, 20, {FRT,FRA,FRB,0} },
|
||||||
{"fa", ".", "a", 63, 21, {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} },
|
{"fms", ".", "a", 63, 28, {FRT,FRA,FRC,FRB,0} },
|
||||||
{"fma", ".", "a", 63, 29, {FRT,FRA,FRC,FRB,0} },
|
{"fma", ".", "a", 63, 29, {FRT,FRA,FRC,FRB,0} },
|
||||||
{"fnms", ".", "a", 63, 30, {FRT,FRA,FRC,FRB,0} },
|
{"fnms", ".", "a", 63, 30, {FRT,FRA,FRC,FRB,0} },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue