summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:09 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2023-03-30 11:09:09 +0100
commitd09b87e0b11f14c267014e22716b91ba61c1e458 (patch)
tree03745544bfd5e0b3d8e685d93d434515782f0560 /opcodes
parent56723f6934ba9ea378e17d339b1d2f91527b974a (diff)
downloadbinutils-gdb-d09b87e0b11f14c267014e22716b91ba61c1e458.tar.gz
aarch64: Reorder some OP_SVE_* macros
This patch just moves some out-of-order-looking OP_SVE_* macros.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/aarch64-tbl.h32
1 files 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), \