PowerPC CELL cctp*
* ppc-opc.c (powerpc_opcodes): Move cctpl, cctpm and cctph.
This commit is contained in:
parent
1796a2a150
commit
08770ec259
2 changed files with 11 additions and 4 deletions
|
@ -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):
|
||||
|
|
|
@ -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}},
|
||||
|
|
Loading…
Add table
Reference in a new issue