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]

ppc/e500: remove instructions


Motorola has decided not to include these instruction in current and
future revisions of the chip.

I've removed the instructions.

Aldy

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

	* ppc-opc.c: Remove evmwlssf, evmwlssfa, evmwlsmf, evmwlsmfa,
	evmwlssfaaw, evmwlsmfaaw, evmwlssfanw, evmwlsfanw.

Index: ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.43
diff -c -p -r1.43 ppc-opc.c
*** ppc-opc.c	4 Dec 2002 17:29:47 -0000	1.43
--- ppc-opc.c	4 Dec 2002 17:40:09 -0000
*************** const struct powerpc_opcode powerpc_opco
*** 2282,2291 ****
  { "evmwhumi",  VX(4, 1100), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwhumia", VX(4, 1132), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  
- { "evmwlssf",  VX(4, 1091), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
- { "evmwlssfa", VX(4, 1123), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
- { "evmwlsmf",  VX(4, 1099), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
- { "evmwlsmfa", VX(4, 1131), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlumi",  VX(4, 1096), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlumia", VX(4, 1128), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  
--- 2282,2287 ----
*************** const struct powerpc_opcode powerpc_opco
*** 2296,2304 ****
  { "evmwhusiaa",VX(4, 1348), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwhumiaa",VX(4, 1356), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  
- { "evmwlssfaaw",VX(4, 1347), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlssiaaw",VX(4, 1345), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
- { "evmwlsmfaaw",VX(4, 1355), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlsmiaaw",VX(4, 1353), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlusiaaw",VX(4, 1344), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlumiaaw",VX(4, 1352), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
--- 2292,2298 ----
*************** const struct powerpc_opcode powerpc_opco
*** 2310,2318 ****
  { "evmwhusian",VX(4, 1476), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwhumian",VX(4, 1484), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  
- { "evmwlssfanw",VX(4, 1475), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlssianw",VX(4, 1473), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
- { "evmwlsmfanw",VX(4, 1483), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlsmianw",VX(4, 1481), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlusianw",VX(4, 1472), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
  { "evmwlumianw",VX(4, 1480), VX_MASK,	PPCSPE,		{ RS, RA, RB } },
--- 2304,2310 ----


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