Fix spelling mistakes in comments in configure scripts
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc-2.c
index 0ab38cbcdae6603621831a04c6c845c4e67c5fc0..e1729a87b737a4d3ff685eaa04c29d7e974faa87 100644 (file)
@@ -90,6 +90,9 @@ const struct aarch64_operand aarch64_operands[] =
   {AARCH64_OPND_CLASS_IMMEDIATE, "HALF", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_imm16}, "a 16-bit immediate with optional left shift"},
   {AARCH64_OPND_CLASS_IMMEDIATE, "FBITS", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_scale}, "the number of bits after the binary point in the fixed-point value"},
   {AARCH64_OPND_CLASS_IMMEDIATE, "IMM_MOV", 0, {}, "an immediate"},
+  {AARCH64_OPND_CLASS_IMMEDIATE, "IMM_ROT1", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_rotate1}, "a 2-bit rotation specifier for complex arithmetic operations"},
+  {AARCH64_OPND_CLASS_IMMEDIATE, "IMM_ROT2", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_rotate2}, "a 2-bit rotation specifier for complex arithmetic operations"},
+  {AARCH64_OPND_CLASS_IMMEDIATE, "IMM_ROT3", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_rotate3}, "a 1-bit rotation specifier for complex arithmetic operations"},
   {AARCH64_OPND_CLASS_COND, "COND", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "a condition"},
   {AARCH64_OPND_CLASS_COND, "COND1", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {}, "one of the standard conditions, excluding AL and NV."},
   {AARCH64_OPND_CLASS_ADDRESS, "ADDR_ADRP", OPD_F_SEXT | OPD_F_HAS_EXTRACTOR, {FLD_immhi, FLD_immlo}, "21-bit PC-relative address of a 4KB page"},
@@ -210,85 +213,86 @@ const struct aarch64_operand aarch64_operands[] =
 static const unsigned op_enum_table [] =
 {
   0,
-  859,
-  860,
-  861,
+  863,
   864,
   865,
-  866,
-  867,
   868,
-  862,
-  863,
   869,
   870,
-  892,
-  893,
-  894,
+  871,
+  872,
+  866,
+  867,
+  873,
+  874,
+  896,
   897,
   898,
-  899,
-  900,
   901,
-  895,
-  896,
   902,
   903,
-  948,
-  949,
-  950,
-  951,
+  904,
+  905,
+  899,
+  900,
+  906,
+  907,
+  955,
+  956,
+  957,
+  958,
   12,
-  627,
+  630,
+  631,
+  1150,
+  1152,
+  1154,
+  962,
+  1153,
+  1151,
+  312,
+  618,
+  629,
   628,
-  1143,
-  1145,
-  1147,
-  955,
-  1146,
-  1144,
-  311,
-  615,
-  626,
+  960,
   625,
-  953,
   622,
-  619,
-  611,
-  610,
-  617,
-  618,
+  614,
+  613,
+  620,
   621,
-  623,
   624,
-  963,
-  655,
+  626,
+  627,
+  970,
   658,
   661,
-  656,
+  664,
   659,
-  803,
-  171,
+  662,
+  807,
   172,
   173,
   174,
-  507,
-  744,
-  380,
-  382,
-  404,
-  406,
-  1208,
-  1213,
-  1206,
-  1205,
-  1209,
-  1216,
-  1218,
-  1219,
+  175,
+  510,
+  747,
+  383,
+  385,
+  407,
+  409,
   1215,
-  1221,
   1220,
+  1213,
+  1212,
+  1216,
+  1223,
+  1225,
+  1226,
+  1222,
+  1228,
+  1227,
+  129,
 };
 
 /* Given the opcode enumerator OP, return the pointer to the corresponding
This page took 0.023837 seconds and 4 git commands to generate.