diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2002-11-07 00:54:09 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2002-11-07 00:54:09 +0000 |
commit | fe587977550e4beb095ebc7911c19453926da7cb (patch) | |
tree | 3f47516be371ee268c926d98a5dbdc3807c3ebed /opcodes/ppc-opc.c | |
parent | 426af4fec23d2899ef562884f67f8bfc0b3597c5 (diff) | |
download | gdb-fe587977550e4beb095ebc7911c19453926da7cb.zip gdb-fe587977550e4beb095ebc7911c19453926da7cb.tar.gz gdb-fe587977550e4beb095ebc7911c19453926da7cb.tar.bz2 |
2002-11-06 Aldy Hernandez <aldyh@redhat.com>
* opcodes/ppc-opc.c: Change RD to RS for evmerge*.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index f6c9ce4..f235405 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -2124,10 +2124,10 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "evsrwiu", VX(4, 546), VX_MASK, PPCSPE, { RD, RA, EVUIMM } }, { "evsplati", VX(4, 553), VX_MASK, PPCSPE, { RD, SIMM } }, { "evsplatfi", VX(4, 555), VX_MASK, PPCSPE, { RD, SIMM } }, -{ "evmergehi", VX(4, 556), VX_MASK, PPCSPE, { RD, RA, RB } }, -{ "evmergelo", VX(4, 557), VX_MASK, PPCSPE, { RD, RA, RB } }, -{ "evmergehilo",VX(4,558), VX_MASK, PPCSPE, { RD, RA, RB } }, -{ "evmergelohi",VX(4,559), VX_MASK, PPCSPE, { RD, RA, RB } }, +{ "evmergehi", VX(4, 556), VX_MASK, PPCSPE, { RS, RA, RB } }, +{ "evmergelo", VX(4, 557), VX_MASK, PPCSPE, { RS, RA, RB } }, +{ "evmergehilo",VX(4,558), VX_MASK, PPCSPE, { RS, RA, RB } }, +{ "evmergelohi",VX(4,559), VX_MASK, PPCSPE, { RS, RA, RB } }, { "evcmpgts", VX(4, 561), VX_MASK, PPCSPE, { CRFD, RA, RB } }, { "evcmpgtu", VX(4, 560), VX_MASK, PPCSPE, { CRFD, RA, RB } }, |