[AArch64][PATCH 2/14] Support ARMv8.2 FP16 Vector Three Same instructions.
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc-2.c
index 968e99c91cdda88b00a281fe50f1e087a8d76f8c..dcb6f2c2bcb8acf08a28cd31483979d54e9d9a3e 100644 (file)
@@ -107,11 +107,12 @@ const struct aarch64_operand aarch64_operands[] =
   {AARCH64_OPND_CLASS_SYSTEM, "PSTATEFIELD", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a PSTATE field name"},
   {AARCH64_OPND_CLASS_SYSTEM, "SYSREG_AT", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an address translation operation specifier"},
   {AARCH64_OPND_CLASS_SYSTEM, "SYSREG_DC", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a data cache maintenance operation specifier"},
-  {AARCH64_OPND_CLASS_SYSTEM, "SYSREG_IC", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an instructin cache maintenance operation specifier"},
+  {AARCH64_OPND_CLASS_SYSTEM, "SYSREG_IC", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an instruction cache maintenance operation specifier"},
   {AARCH64_OPND_CLASS_SYSTEM, "SYSREG_TLBI", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a TBL invalidation operation specifier"},
   {AARCH64_OPND_CLASS_SYSTEM, "BARRIER", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a barrier option name"},
   {AARCH64_OPND_CLASS_SYSTEM, "BARRIER_ISB", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "the ISB option name SY or an optional 4-bit unsigned immediate"},
-  {AARCH64_OPND_CLASS_SYSTEM, "PRFOP", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "an prefetch operation specifier"},
+  {AARCH64_OPND_CLASS_SYSTEM, "PRFOP", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a prefetch operation specifier"},
+  {AARCH64_OPND_CLASS_SYSTEM, "BARRIER_PSB", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "the PSB option name CSYNC"},
   {AARCH64_OPND_CLASS_NIL, "", 0, {0}, "DUMMY"},
 };
 
@@ -121,74 +122,74 @@ const struct aarch64_operand aarch64_operands[] =
 static const unsigned op_enum_table [] =
 {
   0,
-  720,
-  721,
-  722,
-  725,
-  726,
-  727,
-  728,
-  729,
-  723,
-  724,
-  730,
-  731,
+  744,
+  745,
+  746,
+  749,
+  750,
+  751,
+  752,
   753,
+  747,
+  748,
   754,
   755,
-  758,
-  759,
-  760,
-  761,
-  762,
-  756,
-  757,
-  763,
-  764,
-  807,
-  808,
-  809,
-  810,
+  777,
+  778,
+  779,
+  782,
+  783,
+  784,
+  785,
+  786,
+  780,
+  781,
+  787,
+  788,
+  831,
+  832,
+  833,
+  834,
   12,
-  519,
-  520,
-  1002,
-  1004,
-  1006,
-  814,
-  1005,
-  1003,
-  261,
-  507,
-  518,
-  517,
-  812,
-  514,
-  511,
-  503,
-  502,
-  509,
-  510,
-  513,
-  515,
-  516,
-  822,
-  535,
-  538,
+  543,
+  544,
+  1026,
+  1028,
+  1030,
+  838,
+  1029,
+  1027,
+  273,
+  531,
+  542,
   541,
-  536,
+  836,
+  538,
+  535,
+  527,
+  526,
+  533,
+  534,
+  537,
   539,
-  664,
+  540,
+  846,
+  559,
+  562,
+  565,
+  560,
+  563,
+  688,
   162,
   163,
   164,
   165,
-  426,
-  605,
-  318,
-  320,
-  340,
+  450,
+  629,
   342,
+  344,
+  364,
+  366,
 };
 
 /* Given the opcode enumerator OP, return the pointer to the corresponding
This page took 0.026059 seconds and 4 git commands to generate.