[AArch64] Add ARMv8.3 combined pointer authentication load instructions
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc-2.c
index 722d7f0680c240cf3a1b8f1fa86fa0a815bb4b85..0ab38cbcdae6603621831a04c6c845c4e67c5fc0 100644 (file)
@@ -102,6 +102,7 @@ const struct aarch64_operand aarch64_operands[] =
   {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM7", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm7,FLD_index2}, "an address with 7-bit signed immediate offset"},
   {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM9", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm9,FLD_index}, "an address with 9-bit signed immediate offset"},
   {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM9_2", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm9,FLD_index}, "an address with 9-bit negative or unaligned immediate offset"},
+  {AARCH64_OPND_CLASS_ADDRESS, "ADDR_SIMM10", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rn,FLD_S_imm10,FLD_imm9,FLD_index}, "an address with 10-bit scaled, signed immediate offset"},
   {AARCH64_OPND_CLASS_ADDRESS, "ADDR_UIMM12", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rn,FLD_imm12}, "an address with scaled, unsigned immediate offset"},
   {AARCH64_OPND_CLASS_ADDRESS, "SIMD_ADDR_SIMPLE", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an address with base register (no offset)"},
   {AARCH64_OPND_CLASS_ADDRESS, "SIMD_ADDR_POST", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a post-indexed address with immediate or register increment"},
@@ -233,24 +234,24 @@ static const unsigned op_enum_table [] =
   896,
   902,
   903,
-  946,
-  947,
   948,
   949,
+  950,
+  951,
   12,
   627,
   628,
-  1141,
   1143,
   1145,
-  953,
+  1147,
+  955,
+  1146,
   1144,
-  1142,
   311,
   615,
   626,
   625,
-  951,
+  953,
   622,
   619,
   611,
@@ -260,7 +261,7 @@ static const unsigned op_enum_table [] =
   621,
   623,
   624,
-  961,
+  963,
   655,
   658,
   661,
@@ -277,17 +278,17 @@ static const unsigned op_enum_table [] =
   382,
   404,
   406,
+  1208,
+  1213,
   1206,
-  1211,
-  1204,
-  1203,
-  1207,
-  1214,
+  1205,
+  1209,
   1216,
-  1217,
-  1213,
-  1219,
   1218,
+  1219,
+  1215,
+  1221,
+  1220,
 };
 
 /* Given the opcode enumerator OP, return the pointer to the corresponding
This page took 0.025136 seconds and 4 git commands to generate.