Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / opcodes / aarch64-asm.c
index afb0e5b4d2ad0e62307e97858062f8599169248e..3dcd84a5cb72af95f93223df129f7d9a5370c626 100644 (file)
@@ -130,6 +130,7 @@ aarch64_ins_reglane (const aarch64_operand *self, const aarch64_opnd_info *info,
       switch (info->qualifier)
        {
        case AARCH64_OPND_QLF_S_4B:
+       case AARCH64_OPND_QLF_S_2H:
          /* L:H */
          assert (reglane_index < 4);
          insert_fields (code, reglane_index, 0, 2, FLD_L, FLD_H);
@@ -1679,8 +1680,8 @@ aarch64_encode_variant_using_iclass (struct aarch64_inst *inst)
                     0, 2, FLD_SVE_tszl_19, FLD_SVE_sz);
       break;
 
-    case sve_size_013:
-      variant = aarch64_get_variant (inst);
+    case sve_size_13:
+      variant = aarch64_get_variant (inst) + 1;
       if (variant == 2)
          variant = 3;
       insert_field (FLD_size, &inst->value, variant, 0);
This page took 0.023513 seconds and 4 git commands to generate.