diff options
author | John Gilmore <gnu@cygnus> | 1991-12-20 18:56:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-20 18:56:37 +0000 |
commit | 859eb781d87c440545828bf39d8c1808c7107a2b (patch) | |
tree | e2be8e24289cea9b9e2211b71b9f4f4fb9d03eb4 /gdb/rs6k-opcode.h | |
parent | c2bb024d9792900bd7cb4c95472f00e94e81f5e5 (diff) | |
download | gdb-859eb781d87c440545828bf39d8c1808c7107a2b.zip gdb-859eb781d87c440545828bf39d8c1808c7107a2b.tar.gz gdb-859eb781d87c440545828bf39d8c1808c7107a2b.tar.bz2 |
Bugfix rfe and stbrx instrucionts.
Diffstat (limited to 'gdb/rs6k-opcode.h')
-rwxr-xr-x | gdb/rs6k-opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rs6k-opcode.h b/gdb/rs6k-opcode.h index 14bf8e1..ec2832a 100755 --- a/gdb/rs6k-opcode.h +++ b/gdb/rs6k-opcode.h @@ -108,7 +108,7 @@ struct rs6000_insn rs6k_ops [] = { {"and", ".", "x", 31, 28, {RA,RS,RB,0} }, {"maskg", ".", "x", 31, 29, {RA,RS,RB,0} }, {"cmpl", 0, "x", 31, 32, {BF,RA,RB,0} }, -{"sfe", "o.", "xo", 31, 36, {RT,RA,RB,0} }, +{"sfe", "o.", "xo", 31, 136, {RT,RA,RB,0} }, {"lux", 0, "x", 31, 55, {RT,RA,RB,0} }, {"andc", ".", "x", 31, 60, {RA,RS,RB,0} }, {"mfmsr", 0, "x", 31, 83, {RT,0} }, @@ -166,7 +166,7 @@ struct rs6000_insn rs6k_ops [] = { {"lfdx", 0, "x", 31, 599, {FRT,RA,RB,0} }, {"lfdux", 0, "x", 31, 631, {FRT,RA,RB,0} }, {"stsx", 0, "x", 31, 661, {RS,RA,RB,0} }, -{"stbrx", 0, "x", 31, 662, {RA,RA,RB,0} }, +{"stbrx", 0, "x", 31, 662, {RS,RA,RB,0} }, {"stfsx", 0, "x", 31, 663, {FRS,RA,RB,0} }, {"srq", ".", "x", 31, 664, {RA,RS,RB,0} }, {"sre", ".", "x", 31, 665, {RA,RS,RB,0} }, |