public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] aarch64: Reorder some OP_SVE_* macros
@ 2023-03-30 10:13 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2023-03-30 10:13 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d09b87e0b11f14c267014e22716b91ba61c1e458

commit d09b87e0b11f14c267014e22716b91ba61c1e458
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Thu Mar 30 11:09:09 2023 +0100

    aarch64: Reorder some OP_SVE_* macros
    
    This patch just moves some out-of-order-looking OP_SVE_* macros.

Diff:
---
 opcodes/aarch64-tbl.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/opcodes/aarch64-tbl.h b/opcodes/aarch64-tbl.h
index 7fcc347c3b9..8deeded05e5 100644
--- a/opcodes/aarch64-tbl.h
+++ b/opcodes/aarch64-tbl.h
@@ -1547,10 +1547,6 @@
 {                                                       \
   QLF5(S_D,P_M,P_M,S_H,S_H)                             \
 }
-#define OP_SVE_QQQ                                      \
-{                                                       \
-  QLF3(S_Q,S_Q,S_Q),                                    \
-}
 #define OP_SVE_DDDD                                     \
 {                                                       \
   QLF4(S_D,S_D,S_D,S_D),                                \
@@ -1559,10 +1555,6 @@
 {                                                       \
   QLF3(S_D,P_M,S_D),                                    \
 }
-#define OP_SVE_QMQ                                      \
-{                                                       \
-  QLF3(S_Q,P_M,S_Q),                                    \
-}
 #define OP_SVE_DMH                                      \
 {                                                       \
   QLF3(S_D,P_M,S_H),                                    \
@@ -1583,10 +1575,6 @@
 {                                                       \
   QLF3(S_D,NIL,NIL),                                    \
 }
-#define OP_SVE_QUU                                      \
-{                                                       \
-  QLF3(S_Q,NIL,NIL),                                    \
-}
 #define OP_SVE_DUV_BHS                                  \
 {                                                       \
   QLF3(S_D,NIL,S_B),                                    \
@@ -1608,10 +1596,6 @@
 {                                                       \
   QLF3(S_D,P_Z,NIL),                                    \
 }
-#define OP_SVE_QZU                                      \
-{                                                       \
-  QLF3(S_Q,P_Z,NIL),                                    \
-}
 #define OP_SVE_HB                                       \
 {                                                       \
   QLF2(S_H,S_B),                                        \
@@ -1648,6 +1632,22 @@
 {                                                       \
   QLF3(S_H,P_Z,NIL),                                    \
 }
+#define OP_SVE_QMQ                                      \
+{                                                       \
+  QLF3(S_Q,P_M,S_Q),                                    \
+}
+#define OP_SVE_QQQ                                      \
+{                                                       \
+  QLF3(S_Q,S_Q,S_Q),                                    \
+}
+#define OP_SVE_QUU                                      \
+{                                                       \
+  QLF3(S_Q,NIL,NIL),                                    \
+}
+#define OP_SVE_QZU                                      \
+{                                                       \
+  QLF3(S_Q,P_Z,NIL),                                    \
+}
 #define OP_SVE_RR                                       \
 {                                                       \
   QLF2(W,W),                                            \

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

only message in thread, other threads:[~2023-03-30 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 10:13 [binutils-gdb] aarch64: Reorder some OP_SVE_* macros Richard Sandiford

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).