[AArch64] Add ARMv8.3 PACGA instruction
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index bda80571310a32b04d5c46a96f1c09e65460fabb..e65daa090c5a4701cbec9146cfda623ba69e5f74 100644 (file)
@@ -4983,6 +4983,7 @@ process_omitted_operand (enum aarch64_opnd type, const aarch64_opcode *opcode,
     case AARCH64_OPND_Rt_SYS:
     case AARCH64_OPND_Rd_SP:
     case AARCH64_OPND_Rn_SP:
+    case AARCH64_OPND_Rm_SP:
     case AARCH64_OPND_Fd:
     case AARCH64_OPND_Fn:
     case AARCH64_OPND_Fm:
@@ -5314,6 +5315,7 @@ parse_operands (char *str, const aarch64_opcode *opcode)
        case AARCH64_OPND_Rd_SP:
        case AARCH64_OPND_Rn_SP:
        case AARCH64_OPND_SVE_Rn_SP:
+       case AARCH64_OPND_Rm_SP:
          po_int_reg_or_fail (REG_TYPE_R_SP);
          break;
 
This page took 0.024405 seconds and 4 git commands to generate.