This is the mail archive of the binutils@sourceware.org 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]

[PATCH] Remove non-existant POWER6 DFP insns.


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


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