From 85ec49e9e93d7b9394c56e6eb6e8ca08063b1ae0 Mon Sep 17 00:00:00 2001 From: amodra Date: Thu, 19 Apr 2007 01:39:31 +0000 Subject: [PATCH] * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc, db10cyc, db12cyc, db16cyc. --- opcodes/ChangeLog | 5 +++++ opcodes/ppc-opc.c | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 71dca1b0dc..4c9d9767f5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2007-04-19 Alan Modra + + * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc, + db10cyc, db12cyc, db16cyc. + 2007-04-19 Nathan Froyd * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 41f369d69d..917bd4a2d4 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -4034,6 +4034,13 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "sthuxe", X(31,447), X_MASK, BOOKE64, { RS, RAS, RB } }, +{ "cctpl", 0x7c210b78, 0xffffffff, CELL, { 0 }}, +{ "cctpm", 0x7c421378, 0xffffffff, CELL, { 0 }}, +{ "cctph", 0x7c631b78, 0xffffffff, CELL, { 0 }}, +{ "db8cyc", 0x7f9ce378, 0xffffffff, CELL, { 0 }}, +{ "db10cyc", 0x7fbdeb78, 0xffffffff, CELL, { 0 }}, +{ "db12cyc", 0x7fdef378, 0xffffffff, CELL, { 0 }}, +{ "db16cyc", 0x7ffffb78, 0xffffffff, CELL, { 0 }}, { "mr", XRC(31,444,0), X_MASK, COM, { RA, RS, RBS } }, { "or", XRC(31,444,0), X_MASK, COM, { RA, RS, RB } }, { "mr.", XRC(31,444,1), X_MASK, COM, { RA, RS, RBS } }, -- 2.11.0