public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: srinath <srinath.parvathaneni@arm.com>
To: <binutils@sourceware.org>
Cc: <richard.earnshaw@arm.com>, <nickc@redhat.com>,
	Srinath Parvathaneni <srinath.parvathaneni@arm.com>
Subject: [PATCH v1 7-R/7][Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints (regenerated files).
Date: Wed, 22 May 2024 11:04:39 +0100	[thread overview]
Message-ID: <20240522100439.1050296-12-srinath.parvathaneni@arm.com> (raw)
In-Reply-To: <20240522100439.1050296-1-srinath.parvathaneni@arm.com>

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]


Hi,

This patch includes the regenerated files for
[PATCH v1 7/7][Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints.

Regards,
Srinath.
---
 opcodes/aarch64-dis-2.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0011-PATCH-v1-7-R-7-Binutils-aarch64-Fix-FEAT_B16B16-sve2.patch --]
[-- Type: text/x-patch; name="0011-PATCH-v1-7-R-7-Binutils-aarch64-Fix-FEAT_B16B16-sve2.patch", Size: 2885 bytes --]

diff --git a/opcodes/aarch64-dis-2.c b/opcodes/aarch64-dis-2.c
index 6dc36d5beba..7df0920bbd6 100644
--- a/opcodes/aarch64-dis-2.c
+++ b/opcodes/aarch64-dis-2.c
@@ -17126,7 +17126,7 @@ aarch64_opcode_lookup_1 (uint32_t word)
                                                              10987654321098765432109876543210
                                                              011001x00x1xxxxx000x10xxxxxxxxxx
                                                              bfmla.  */
-                                                          return 3294;
+                                                          return 3291;
                                                         }
                                                     }
                                                   else
@@ -17145,7 +17145,7 @@ aarch64_opcode_lookup_1 (uint32_t word)
                                                              10987654321098765432109876543210
                                                              011001x00x1xxxxx000x11xxxxxxxxxx
                                                              bfmls.  */
-                                                          return 3295;
+                                                          return 3292;
                                                         }
                                                     }
                                                 }
@@ -32891,16 +32891,16 @@ aarch64_find_next_opcode (const aarch64_opcode *opcode)
     case 1696: return NULL;		/* ldff1b --> NULL.  */
     case 1714: value = 1715; break;	/* ldff1h --> ldff1h.  */
     case 1715: return NULL;		/* ldff1h --> NULL.  */
-    case 2474: value = 3291; break;	/* fclamp --> bfclamp.  */
-    case 3291: return NULL;		/* bfclamp --> NULL.  */
+    case 2474: value = 3290; break;	/* fclamp --> bfclamp.  */
+    case 3290: return NULL;		/* bfclamp --> NULL.  */
     case 1788: value = 1789; break;	/* ldr --> ldr.  */
     case 1789: return NULL;		/* ldr --> NULL.  */
-    case 1444: value = 3290; break;	/* fadd --> bfadd.  */
-    case 3290: return NULL;		/* bfadd --> NULL.  */
-    case 1511: value = 3292; break;	/* fmul --> bfmul.  */
-    case 3292: return NULL;		/* bfmul --> NULL.  */
-    case 1537: value = 3293; break;	/* fsub --> bfsub.  */
-    case 3293: return NULL;		/* bfsub --> NULL.  */
+    case 1444: value = 3293; break;	/* fadd --> bfadd.  */
+    case 3293: return NULL;		/* bfadd --> NULL.  */
+    case 1511: value = 3294; break;	/* fmul --> bfmul.  */
+    case 3294: return NULL;		/* bfmul --> NULL.  */
+    case 1537: value = 3295; break;	/* fsub --> bfsub.  */
+    case 3295: return NULL;		/* bfsub --> NULL.  */
     case 1502: value = 3286; break;	/* fmla --> bfmla.  */
     case 3286: return NULL;		/* bfmla --> NULL.  */
     case 2007: value = 2008; break;	/* str --> str.  */

  parent reply	other threads:[~2024-05-22 10:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22 10:04 [PATCH 0/7][Binutils] aarch64: Fix the FEAT_SVE2p1 related issues srinath
2024-05-22 10:04 ` [PATCH 1/7][Binutils] aarch64: Enable mandatory feature bits for v9.4-A srinath
2024-05-22 10:04 ` [PATCH v2 2/7][Binutils] aarch64: Fix sve2p1 dupq instruction operands srinath
2024-05-22 10:04 ` [PATCH v1 2-R/7][Binutils] aarch64: Fix sve2p1 dupq instruction operands (regenerated files) srinath
2024-05-22 10:04 ` [PATCH 3/7][Binutils] aarch64: Fix sve2p1 extq instruction operands srinath
2024-05-22 10:04 ` [PATCH 3-R/7][Binutils] aarch64: Fix sve2p1 extq instruction operands (regenerated files) srinath
2024-05-22 10:04 ` [PATCH v2 4/7][Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands srinath
2024-05-22 10:23   ` Jan Beulich
2024-05-22 11:56     ` Srinath Parvathaneni
2024-05-22 10:04 ` [PATCH v1 4-R/7][Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands (regenerated files) srinath
2024-05-22 10:04 ` [PATCH v1 5/7][BINUTILS] aarch64: Fix the wrong constraint used for sve2p1 instructions srinath
2024-05-22 10:04 ` [PATCH v1 6/7][Binutils] aarch64: Add extra tests for sve2p1 min max instructions srinath
2024-05-22 10:04 ` [PATCH v1 7/7][Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints srinath
2024-05-22 10:04 ` srinath [this message]
2024-06-07 12:52 ` [PATCH 0/7][Binutils] aarch64: Fix the FEAT_SVE2p1 related issues Srinath Parvathaneni
2024-06-07 13:23   ` Richard Earnshaw (lists)
2024-06-07 13:30     ` Srinath Parvathaneni
2024-06-07 14:27       ` Richard Earnshaw (lists)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240522100439.1050296-12-srinath.parvathaneni@arm.com \
    --to=srinath.parvathaneni@arm.com \
    --cc=binutils@sourceware.org \
    --cc=nickc@redhat.com \
    --cc=richard.earnshaw@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).