Fix AArch64 encodings for by element instructions.
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 660fa7c4d4e7e0d863cde5e058599af8d13d2542..f8b21520186b0e466210ea53599f0ac90737873d 100644 (file)
@@ -5099,6 +5099,7 @@ process_omitted_operand (enum aarch64_opnd type, const aarch64_opcode *opcode,
     case AARCH64_OPND_Ed:
     case AARCH64_OPND_En:
     case AARCH64_OPND_Em:
+    case AARCH64_OPND_Em16:
     case AARCH64_OPND_SM3_IMM2:
       operand->reglane.regno = default_value;
       break;
@@ -5574,6 +5575,7 @@ parse_operands (char *str, const aarch64_opcode *opcode)
        case AARCH64_OPND_Ed:
        case AARCH64_OPND_En:
        case AARCH64_OPND_Em:
+       case AARCH64_OPND_Em16:
        case AARCH64_OPND_SM3_IMM2:
          reg_type = REG_TYPE_VN;
        vector_reg_index:
This page took 0.024498 seconds and 4 git commands to generate.