opcodes/
authorPeter Bergner <bergner@vnet.ibm.com>
Mon, 22 Oct 2012 16:04:28 +0000 (16:04 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Mon, 22 Oct 2012 16:04:28 +0000 (16:04 +0000)
* ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling.

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

gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/altivec.s
opcodes/ChangeLog
opcodes/ppc-opc.c

index 034931222237305ecc3f26e2a016cebc30ba05d3..b0aa64c1d7589de399dd4914c84e7acec1f2e988 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-22  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gas/ppc/altivec.s <vcfpsxws>: Fix opcode spelling.
+
 2012-10-15  Yufeng Zhang  <yufeng.zhang@arm.com>
 
        * gas/aarch64/sysreg-1.s: Add tests of rmr_el1, rmr_el2 and rmr_el3.
index 02af436db018770a01d0a1f6926d590b51bc3738..d5949fb8d51a7b023571b304379a3fc6987a0771 100644 (file)
@@ -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 3c57cc8c66e003bc37be4c4308219cfffd3eee03..dc8f1497f6284236bb0baa137207a5bfb8332717 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-22  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling.
+
 2012-10-18  Tom Tromey  <tromey@redhat.com>
 
        * tic54x-dis.c (print_instruction): Don't use K&R style.
index cbf264b620a4d33fdf145e4aaa09defd0e40ea22..76f5516b269a69f1aad56be08a1227aef7181184 100644 (file)
@@ -3170,7 +3170,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 {"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}},