Correct disassembly of dot product instructions.
[deliverable/binutils-gdb.git] / include / opcode / aarch64.h
index 453b1771f02a9884652b44ec9c16ea5bbced1a83..1ebc4920e4de3c4cb944e9506057a0a366a133e3 100644 (file)
@@ -396,6 +396,11 @@ enum aarch64_opnd_qualifier
   AARCH64_OPND_QLF_S_S,
   AARCH64_OPND_QLF_S_D,
   AARCH64_OPND_QLF_S_Q,
+  /* This type qualifier has a special meaning in that it means that 4 x 1 byte
+     are selected by the instruction.  Other than that it has no difference
+     with AARCH64_OPND_QLF_S_B in encoding.  It is here purely for syntactical
+     reasons and is an exception from normal AArch64 disassembly scheme.  */
+  AARCH64_OPND_QLF_S_4B,
 
   /* Qualifying an operand which is a SIMD vector register or a SIMD vector
      register list; indicating register shape.
This page took 0.025666 seconds and 4 git commands to generate.