[AArch64] Add ARMv8.3 FCMLA and FCADD instructions
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 9b19d767730add8ec8067d19c064fc826f41c8f3..7c518c7f138d863a83d976aac355a0ec514d7be1 100644 (file)
@@ -5561,6 +5561,9 @@ parse_operands (char *str, const aarch64_opcode *opcode)
        case AARCH64_OPND_SVE_UIMM7:
        case AARCH64_OPND_SVE_UIMM8:
        case AARCH64_OPND_SVE_UIMM8_53:
+       case AARCH64_OPND_IMM_ROT1:
+       case AARCH64_OPND_IMM_ROT2:
+       case AARCH64_OPND_IMM_ROT3:
          po_imm_nc_or_fail ();
          info->imm.value = val;
          break;
This page took 0.024905 seconds and 4 git commands to generate.