public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* powerpc: move cell "or rx,rx,rx" hints
@ 2021-06-17  6:08 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2021-06-17  6:08 UTC (permalink / raw)
  To: binutils

	* ppc-opc.c (powerpc_opcodes): Move cell db*cyc to proper location
	in table.

diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index e0593c8e24e..13d8b6c3c07 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -7254,10 +7254,15 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 {"yield",	0x7f7bdb78,	0xffffffff,  POWER7,	EXT,		{0}},
 /* or 28,28,28 */
 {"mdors",	0x7f9ce378,	0xffffffff,  E500MC,	EXT,		{0}},
+{"db8cyc",	0x7f9ce378,	0xffffffff,  CELL,	EXT,		{0}},
 /* or 29,29,29 */
 {"mdoio",	0x7fbdeb78,	0xffffffff,  POWER7,	EXT,		{0}},
+{"db10cyc",	0x7fbdeb78,	0xffffffff,  CELL,	EXT,		{0}},
 /* or 30,30,30 */
 {"mdoom",	0x7fdef378,	0xffffffff,  POWER7,	EXT,		{0}},
+{"db12cyc",	0x7fdef378,	0xffffffff,  CELL,	EXT,		{0}},
+/* or 31,31,31 */
+{"db16cyc",	0x7ffffb78,	0xffffffff,  CELL,	EXT,		{0}},
 
 {"mr",		XRC(31,444,0),	X_MASK,	     COM,	EXT,		{RA, RSB}},
 {"or",		XRC(31,444,0),	X_MASK,	     COM,	0,		{RA, RS, RB}},
@@ -8155,11 +8160,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 
 {"dcbzep",	XRT(31,1023,0),	XRT_MASK,    E500MC|PPCA2, 0,		{RA0, RB}},
 
-{"db8cyc",	0x7f9ce378,	0xffffffff,  CELL,	0,		{0}},
-{"db10cyc",	0x7fbdeb78,	0xffffffff,  CELL,	0,		{0}},
-{"db12cyc",	0x7fdef378,	0xffffffff,  CELL,	0,		{0}},
-{"db16cyc",	0x7ffffb78,	0xffffffff,  CELL,	0,		{0}},
-
 {"lwz",		OP(32),		OP_MASK,     PPCCOM,	PPCVLE,		{RT, D, RA0}},
 {"l",		OP(32),		OP_MASK,     PWRCOM,	PPCVLE,		{RT, D, RA0}},
 

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-17  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  6:08 powerpc: move cell "or rx,rx,rx" hints Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).