* ppc-opc (powerpc_opcodes): "lfdp" and "stfdp" use DS offset.

This commit is contained in:
Alan Modra 2012-10-26 03:38:20 +00:00
parent b2490a7b4f
commit 62082a42b9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-10-26 Alan Modra <amodra@gmail.com>
* ppc-opc (powerpc_opcodes): "lfdp" and "stfdp" use DS offset.
2012-10-24 Roland McGrath <mcgrathr@google.com>
* i386-dis.c (ckprefix): When bailing out for fwait with prefixes,

View File

@ -5726,7 +5726,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{"psq_l", OP(56), OP_MASK, PPCPS, PPCNONE, {FRT,PSD,RA,PSW,PSQ}},
{"lfq", OP(56), OP_MASK, POWER2, PPCNONE, {FRT, D, RA0}},
{"lfdp", OP(57), OP_MASK, POWER6, POWER7, {FRTp, D, RA0}},
{"lfdp", OP(57), OP_MASK, POWER6, POWER7, {FRTp, DS, RA0}},
{"psq_lu", OP(57), OP_MASK, PPCPS, PPCNONE, {FRT,PSD,RA,PSW,PSQ}},
{"lfqu", OP(57), OP_MASK, POWER2, PPCNONE, {FRT, D, RA0}},
@ -5989,7 +5989,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{"psq_st", OP(60), OP_MASK, PPCPS, PPCNONE, {FRS,PSD,RA,PSW,PSQ}},
{"stfq", OP(60), OP_MASK, POWER2, PPCNONE, {FRS, D, RA}},
{"stfdp", OP(61), OP_MASK, POWER6, POWER7, {FRSp, D, RA0}},
{"stfdp", OP(61), OP_MASK, POWER6, POWER7, {FRSp, DS, RA0}},
{"psq_stu", OP(61), OP_MASK, PPCPS, PPCNONE, {FRS,PSD,RA,PSW,PSQ}},
{"stfqu", OP(61), OP_MASK, POWER2, PPCNONE, {FRS, D, RA}},