This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix typo in evmerge disasm


Hi guys.

I'm committing this as obvious.

The disassembly of

    evmerge* r20,r20,r10

was coming out as:

    evmerge* 20,r20,r10

Aldy

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

        * opcodes/ppc-opc.c: Change RD to RS for evmerge*.

Index: ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.39
diff -c -p -r1.39 ppc-opc.c
*** ppc-opc.c	20 Sep 2002 15:44:23 -0000	1.39
--- ppc-opc.c	7 Nov 2002 00:49:31 -0000
*************** const struct powerpc_opcode powerpc_opco
*** 2124,2133 ****
  { "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 } },
  
  { "evcmpgts",  VX(4, 561), VX_MASK,	PPCSPE,		{ CRFD, RA, RB } },
  { "evcmpgtu",  VX(4, 560), VX_MASK,	PPCSPE,		{ CRFD, RA, RB } },
--- 2124,2133 ----
  { "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,		{ 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 } },


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]