aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/ppc-dis.c')
-rw-r--r--opcodes/ppc-dis.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c
index 33a9670..6946666 100644
--- a/opcodes/ppc-dis.c
+++ b/opcodes/ppc-dis.c
@@ -1097,6 +1097,9 @@ print_insn_powerpc (bfd_vma memaddr,
else if ((operand->flags & PPC_OPERAND_VSR) != 0)
(*info->fprintf_styled_func) (info->stream, dis_style_register,
"vs%" PRId64, value);
+ else if ((operand->flags & PPC_OPERAND_DMR) != 0)
+ (*info->fprintf_styled_func) (info->stream, dis_style_register,
+ "dm%" PRId64, value);
else if ((operand->flags & PPC_OPERAND_ACC) != 0)
(*info->fprintf_styled_func) (info->stream, dis_style_register,
"a%" PRId64, value);