PowerPC CELL cctp*
authorAlan Modra <amodra@gmail.com>
Tue, 11 Aug 2020 07:50:04 +0000 (17:20 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 11 Aug 2020 12:36:40 +0000 (22:06 +0930)
* ppc-opc.c (powerpc_opcodes): Move cctpl, cctpm and cctph.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 95f8deb1b491c3ae44600aa0caaf3096c00dba7b..e31df782e306dccea481b5658cc4c1eb079c9f2e 100644 (file)
@@ -1,3 +1,7 @@
+2020-08-11  Alan Modra  <amodra@gmail.com>
+
+       * ppc-opc.c (powerpc_opcodes): Move cctpl, cctpm and cctph.
+
 2020-08-10  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
 
        * aarch64-opc.c (aarch64_print_operand):
index d62475e62f965387906f8e4f18d4be84fbba87c5..75944e27517a8e191a83857806e43cb3ac3c3281 100644 (file)
@@ -7127,6 +7127,12 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 {"sthux",      X(31,439),      X_MASK,      COM,       0,              {RS, RAS, RB}},
 
+/* or 1,1,1 */
+{"cctpl",      0x7c210b78,     0xffffffff,  CELL,      0,              {0}},
+/* or 2,2,2 */
+{"cctpm",      0x7c421378,     0xffffffff,  CELL,      0,              {0}},
+/* or 3,3,3 */
+{"cctph",      0x7c631b78,     0xffffffff,  CELL,      0,              {0}},
 /* or 26,26,26 */
 {"miso",       0x7f5ad378,   0xffffffff, POWER8|E6500, 0,              {0}},
 /* or 27,27,27 */
@@ -7137,6 +7143,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 {"mdoio",      0x7fbdeb78,     0xffffffff,  POWER7,    0,              {0}},
 /* or 30,30,30 */
 {"mdoom",      0x7fdef378,     0xffffffff,  POWER7,    0,              {0}},
+
 {"mr",         XRC(31,444,0),  X_MASK,      COM,       0,              {RA, RSB}},
 {"or",         XRC(31,444,0),  X_MASK,      COM,       0,              {RA, RS, RB}},
 {"mr.",                XRC(31,444,1),  X_MASK,      COM,       0,              {RA, RSB}},
@@ -8025,10 +8032,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 {"dcbzl",      XOPL(31,1014,1), XRT_MASK,   POWER4|E500MC, PPC476,     {RA0, RB}},
 
-{"cctpl",      0x7c210b78,     0xffffffff,  CELL,      0,              {0}},
-{"cctpm",      0x7c421378,     0xffffffff,  CELL,      0,              {0}},
-{"cctph",      0x7c631b78,     0xffffffff,  CELL,      0,              {0}},
-
 {"dstt",       XDSS(31,342,1), XDSS_MASK,   PPCVEC,    0,              {RA, RB, STRM}},
 {"dststt",     XDSS(31,374,1), XDSS_MASK,   PPCVEC,    0,              {RA, RB, STRM}},
 {"dssall",     XDSS(31,822,1), XDSS_MASK,   PPCVEC,    0,              {0}},
This page took 0.234801 seconds and 4 git commands to generate.