Correct disassembly of dot product instructions.
[deliverable/binutils-gdb.git] / opcodes / aarch64-asm.c
index 9294910a113049ba15f4cccd91ec1857c8935649..92de737eb17591b5f42bda18bfd38cf2e5e24d98 100644 (file)
@@ -126,7 +126,7 @@ aarch64_ins_reglane (const aarch64_operand *self, const aarch64_opnd_info *info,
       unsigned reglane_index = info->reglane.index;
       switch (info->qualifier)
        {
-       case AARCH64_OPND_QLF_S_B:
+       case AARCH64_OPND_QLF_S_4B:
          /* L:H */
          assert (reglane_index < 4);
          insert_fields (code, reglane_index, 0, 2, FLD_L, FLD_H);
This page took 0.024944 seconds and 4 git commands to generate.