public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove non-existant POWER6 DFP insns.
@ 2007-11-06 23:23 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2007-11-06 23:23 UTC (permalink / raw)
  To: binutils

I just noticed that my original POWER6 patch added dcffix and dcffix. opcodes.
The problem is, they are not part of the "Preliminary Decimal Floating-Point
Architecture" document which is found here:

  http://www.power.org/resources/downloads/PowerDFP.pdf

Therefore, I have committed the following obvious patch to remove them.

Peter


	* ppc-opc.c (powerpc_opcodes): Remove the dcffix and dcffix. opcodes
	which are not included in the "Preliminary Decimal Floating-Point
	Architecture" document.

Index: ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.101
diff -u -p -r1.101 ppc-opc.c
--- ppc-opc.c   16 Oct 2007 02:55:30 -0000      1.101
+++ ppc-opc.c   6 Nov 2007 23:13:14 -0000
@@ -4547,9 +4547,6 @@ const struct powerpc_opcode powerpc_opco
 { "drsp",    XRC(59,770,0), X_MASK,    POWER6,         { FRT, FRB } },
 { "drsp.",   XRC(59,770,1), X_MASK,    POWER6,         { FRT, FRB } },
 
-{ "dcffix",  XRC(59,802,0), X_MASK,    POWER6,         { FRT, FRB } },
-{ "dcffix.", XRC(59,802,1), X_MASK,    POWER6,         { FRT, FRB } },
-
 { "denbcd",  XRC(59,834,0), X_MASK,    POWER6,         { S, FRT, FRB } },
 { "denbcd.", XRC(59,834,1), X_MASK,    POWER6,         { S, FRT, FRB } },
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-06 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-06 23:23 [PATCH] Remove non-existant POWER6 DFP insns Peter Bergner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).