2002-11-06 Aldy Hernandez <aldyh@redhat.com>

* opcodes/ppc-opc.c: Change RD to RS for evmerge*.
This commit is contained in:
Aldy Hernandez 2002-11-07 00:54:09 +00:00
parent 426af4fec2
commit fe58797755
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2002-11-06 Aldy Hernandez <aldyh@redhat.com>
* opcodes/ppc-opc.c: Change RD to RS for evmerge*.
2002-10-07 Nathan Tallent <eraxxon@alumni.rice.edu>
* sparc-opc.c (sparc_opcodes) <fb, fba, fbe, fbz, fbg, fbge,

View File

@ -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 } },