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]

Re: [PATCH] Add Altivec extended mnmeonics and tests


On Fri, 2012-10-05 at 09:07 -0500, Peter Bergner wrote:
> Committed, thanks.

Bah, there was a slight typo in one of the extended mnemonics.
Fixed and committed.

Peter


opcodes/
	* ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling.

gas/testsuite/
	* gas/ppc/altivec.s <vcfpsxws>: Fix opcode spelling.


Index: opcodes/ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.154
diff -u -p -r1.154 ppc-opc.c
--- opcodes/ppc-opc.c	5 Oct 2012 14:06:20 -0000	1.154
+++ opcodes/ppc-opc.c	22 Oct 2012 15:57:53 -0000
@@ -3170,7 +3170,7 @@ const struct powerpc_opcode powerpc_opco
 {"maclhwsu.",	XO (4, 460,0,1),XO_MASK,     MULHW|PPCVLE, PPCNONE,	{RT, RA, RB}},
 {"vcmpbfp",	VXR(4, 966,0),	VXR_MASK,    PPCVEC|PPCVLE, PPCNONE,	{VD, VA, VB}},
 {"vctsxs",	VX (4, 970),	VX_MASK,     PPCVEC|PPCVLE, PPCNONE,	{VD, VB, UIMM}},
-{"vcfpsxsw",	VX (4, 970),	VX_MASK,     PPCVEC|PPCVLE, PPCNONE,	{VD, VB, UIMM}},
+{"vcfpsxws",	VX (4, 970),	VX_MASK,     PPCVEC|PPCVLE, PPCNONE,	{VD, VB, UIMM}},
 {"vupklpx",	VX (4, 974),	VXVA_MASK,   PPCVEC|PPCVLE, PPCNONE,	{VD, VB}},
 {"maclhws",	XO (4, 492,0,0),XO_MASK,     MULHW|PPCVLE, PPCNONE,	{RT, RA, RB}},
 {"maclhws.",	XO (4, 492,0,1),XO_MASK,     MULHW|PPCVLE, PPCNONE,	{RT, RA, RB}},

Index: gas/testsuite/gas/ppc/altivec.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/ppc/altivec.s,v
retrieving revision 1.3
diff -u -p -r1.3 altivec.s
--- gas/testsuite/gas/ppc/altivec.s	5 Oct 2012 14:06:18 -0000	1.3
+++ gas/testsuite/gas/ppc/altivec.s	22 Oct 2012 15:57:53 -0000
@@ -55,7 +55,7 @@ start:
 	vavgub   6,7,25
 	vavguh   25,22,10
 	vavguw   3,23,29
-	vcfpsxsw 14,2,6
+	vcfpsxws 14,2,6
 	vcfpuxws 9,31,20
 	vcfsx    24,30,3
 	vcfux    17,21,29


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