[2/7] aarch64: regenerate autogenerated files from aarch64-gen

Message ID 20260827151014.9719-3-muhammad.kamran@arm.com
State New
Headers
Series aarch64: Add FEAT_PAuth_LR asm/disasm support |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Build passed

Commit Message

Muhammad Kamran Aug. 27, 2026, 3:10 p.m. UTC
  This patch contains auto-regenerated files and is to be
squashed into the previous commit.
---
 opcodes/aarch64-asm-2.c | 1 +
 opcodes/aarch64-dis-2.c | 3 +++
 opcodes/aarch64-tbl-2.h | 1 +
 3 files changed, 5 insertions(+)
  

Patch

diff --git a/opcodes/aarch64-asm-2.c b/opcodes/aarch64-asm-2.c
index 351fbdece4f..dc80af02893 100644
--- a/opcodes/aarch64-asm-2.c
+++ b/opcodes/aarch64-asm-2.c
@@ -529,6 +529,7 @@  aarch64_find_real_opcode (const aarch64_opcode *opcode)
     case A64_OPID_d503225f_tsb_BARRIER_PSB:
     case A64_OPID_d503223f_psb_BARRIER_PSB:
     case A64_OPID_d503221f_esb:
+    case A64_OPID_d50324ff_pacm:
     case A64_OPID_d50321df_autib1716:
     case A64_OPID_d503219f_autia1716:
     case A64_OPID_d503215f_pacib1716:
diff --git a/opcodes/aarch64-dis-2.c b/opcodes/aarch64-dis-2.c
index 7c1bf81802e..922459f6433 100644
--- a/opcodes/aarch64-dis-2.c
+++ b/opcodes/aarch64-dis-2.c
@@ -37492,6 +37492,9 @@  aarch64_find_next_alias_opcode (const aarch64_opcode *opcode)
       value = A64_OPID_d503221f_esb;
       break;
     case A64_OPID_d503221f_esb:
+      value = A64_OPID_d50324ff_pacm;
+      break;
+    case A64_OPID_d50324ff_pacm:
       value = A64_OPID_d50321df_autib1716;
       break;
     case A64_OPID_d50321df_autib1716:
diff --git a/opcodes/aarch64-tbl-2.h b/opcodes/aarch64-tbl-2.h
index 64e79d709d5..07fe7572540 100644
--- a/opcodes/aarch64-tbl-2.h
+++ b/opcodes/aarch64-tbl-2.h
@@ -1386,6 +1386,7 @@  enum aarch64_opcode_idx
   A64_OPID_d503215f_pacib1716,
   A64_OPID_d503219f_autia1716,
   A64_OPID_d50321df_autib1716,
+  A64_OPID_d50324ff_pacm,
   A64_OPID_d503221f_esb,
   A64_OPID_d503223f_psb_BARRIER_PSB,
   A64_OPID_d503225f_tsb_BARRIER_PSB,