2013-05-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 23 May 2013 15:48:47 +0000 (15:48 +0000)
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 23 May 2013 15:48:47 +0000 (15:48 +0000)
* s390-opc.c: Fix length operand in RSL_LRDFU and RSL_LRDFEU
instruction format.

2013-05-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* gas/s390/zarch-zEC12.d: Adjust length operands for cdzt, cxzt,
czdt, and czxt.
* gas/s390/zarch-zEC12.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/s390/zarch-zEC12.d
gas/testsuite/gas/s390/zarch-zEC12.s
opcodes/ChangeLog
opcodes/s390-opc.c

index 0f7e0fac19573fc4bb40e42b4c57b6579a17da80..faa07c10528c2c4ca24b131c9e2c88707dd42427 100644 (file)
@@ -1,3 +1,9 @@
+2013-05-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * gas/s390/zarch-zEC12.d: Adjust length operands for cdzt, cxzt,
+       czdt, and czxt.
+       * gas/s390/zarch-zEC12.d: Likewise.
+
 2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>
 
        * gas/mips/r5900-full.s, gas/mips/r5900-full.d: Add tests for LQ
index 829e4d3d266b283251140152c51e2140f8b305f8..25424c91530953c7189c925ceb101f9a47dde023 100644 (file)
@@ -47,10 +47,10 @@ Disassembly of section .text:
 .*:    eb 6c 7a 4d fe 2b [      ]*clgtnh       %r6,-5555\(%r7\)
 .*:    eb 6c 7a 4d fe 2b [      ]*clgtnh       %r6,-5555\(%r7\)
 .*:    ec 67 0c 0d 0e 59 [      ]*risbgn       %r6,%r7,12,13,14
-.*:    ed 90 8f a0 6d aa [      ]*cdzt %f6,4000\(10,%r8\),13
-.*:    ed 90 8f a0 4d ab [      ]*cxzt %f4,4000\(10,%r8\),13
-.*:    ed 90 8f a0 6d a8 [      ]*czdt %f6,4000\(10,%r8\),13
-.*:    ed 90 8f a0 4d a9 [      ]*czxt %f4,4000\(10,%r8\),13
+.*:    ed 0f 8f a0 6d aa [      ]*cdzt %f6,4000\(16,%r8\),13
+.*:    ed 21 8f a0 4d ab [      ]*cxzt %f4,4000\(34,%r8\),13
+.*:    ed 0f 8f a0 6d a8 [      ]*czdt %f6,4000\(16,%r8\),13
+.*:    ed 21 8f a0 4d a9 [      ]*czxt %f4,4000\(34,%r8\),13
 .*:    b2 e8 c0 56 [    ]*ppa  %r5,%r6,12
 .*:    b9 8f 60 59 [    ]*crdte        %r5,%r6,%r9,0
 .*:    b9 8f 61 59 [    ]*crdte        %r5,%r6,%r9,1
index d1c58cd41656d8f62683bb0baa44f315952fe884..a5ece0f9ff12231d4e768afe4e204faf9a09b7b9 100644 (file)
@@ -44,10 +44,10 @@ foo:
        clgtnh  %r6,-5555(%r7)
 
        risbgn  %r6,%r7,12,13,14
-       cdzt    %f6,4000(10,%r8),13
-       cxzt    %f4,4000(10,%r8),13
-       czdt    %f6,4000(10,%r8),13
-       czxt    %f4,4000(10,%r8),13
+       cdzt    %f6,4000(16,%r8),13
+       cxzt    %f4,4000(34,%r8),13
+       czdt    %f6,4000(16,%r8),13
+       czxt    %f4,4000(34,%r8),13
 
        ppa     %r5,%r6,12
        crdte   %r5,%r6,%r9
index 94cd05d0414645ac75ed4f0812e89659c7c9e95e..eb16b0a0c93fe9f1b04d89b4de597615504226e5 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * s390-opc.c: Fix length operand in RSL_LRDFU and RSL_LRDFEU
+       instruction format.
+
 2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>
 
        * mips-opc.c (mips_builtin_opcodes): Add R5900 VU0 instructions.
index 0ae5603d29e3586cba549f907e546f217121771a..adfc5b4ab31b45b886dff6f11e560a32dea1dbad 100644 (file)
@@ -388,8 +388,8 @@ const struct s390_operand s390_operands[] =
 #define INSTR_RSE_CCRD   6, { C_8,C_12,D_20,B_16,0,0 }         /* e.g. lmh   */
 #define INSTR_RSE_RURD   6, { R_8,U4_12,D_20,B_16,0,0 }        /* e.g. icmh  */
 #define INSTR_RSL_R0RD   6, { D_20,L4_8,B_16,0,0,0 }           /* e.g. tp    */
-#define INSTR_RSL_LRDFU  6, { F_32,D_20,L4_8,B_16,U4_36,0 }    /* e.g. cdzt  */
-#define INSTR_RSL_LRDFEU 6, { FE_32,D_20,L4_8,B_16,U4_36,0 }   /* e.g. cxzt  */
+#define INSTR_RSL_LRDFU  6, { F_32,D_20,L8_8,B_16,U4_36,0 }    /* e.g. cdzt  */
+#define INSTR_RSL_LRDFEU 6, { FE_32,D_20,L8_8,B_16,U4_36,0 }   /* e.g. cxzt  */
 #define INSTR_RSI_RRP    4, { R_8,R_12,J16_16,0,0,0 }          /* e.g. brxh  */
 #define INSTR_RSY_RRRD   6, { R_8,R_12,D20_20,B_16,0,0 }       /* e.g. stmy  */
 #define INSTR_RSY_RERERD 6, { RE_8,RE_12,D20_20,B_16,0,0 }     /* e.g. cdsy  */
This page took 0.034141 seconds and 4 git commands to generate.