Power10 Reduced precision outer product operations
[deliverable/binutils-gdb.git] / opcodes / ppc-dis.c
index 28212ffc38a90b9f4f8db29d0f88e2acc114c090..162f770697514b8180555a25cb9bb2ebe5a65cb5 100644 (file)
@@ -881,6 +881,8 @@ print_insn_powerpc (bfd_vma memaddr,
            (*info->fprintf_func) (info->stream, "v%" PRId64, value);
          else if ((operand->flags & PPC_OPERAND_VSR) != 0)
            (*info->fprintf_func) (info->stream, "vs%" PRId64, value);
+         else if ((operand->flags & PPC_OPERAND_ACC) != 0)
+           (*info->fprintf_func) (info->stream, "a%" PRId64, value);
          else if ((operand->flags & PPC_OPERAND_RELATIVE) != 0)
            (*info->print_address_func) (memaddr + value, info);
          else if ((operand->flags & PPC_OPERAND_ABSOLUTE) != 0)
This page took 0.025486 seconds and 4 git commands to generate.