diff options
author | Alan Modra <amodra@gmail.com> | 2021-04-01 09:11:25 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-04-01 09:17:04 +1030 |
commit | 1cb108e416e52f2bacfe8a924a45b5a0d88ab795 (patch) | |
tree | 9a7a49515d438cebd6c7e7bf5a019674f0605330 /opcodes/ppc-opc.c | |
parent | 3570682a2c1f07ab9c7aeb66ec957d3c256a03c2 (diff) | |
download | gdb-1cb108e416e52f2bacfe8a924a45b5a0d88ab795.zip gdb-1cb108e416e52f2bacfe8a924a45b5a0d88ab795.tar.gz gdb-1cb108e416e52f2bacfe8a924a45b5a0d88ab795.tar.bz2 |
PR27675, PowerPC missing extended mnemonic mfummcr2
PR 27675
* ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 315c70a..97982ab 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -6938,6 +6938,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { {"mfmmcr3", XSPR(31,339,738), XSPR_MASK, POWER10, 0, {RT}}, {"mfusier", XSPR(31,339,768), XSPR_MASK, POWER10, 0, {RT}}, {"mfsier", XSPR(31,339,768), XSPR_MASK, POWER10, 0, {RT}}, +{"mfummcr2", XSPR(31,339,769), XSPR_MASK, POWER9, 0, {RT}}, +{"mfmmcr2", XSPR(31,339,769), XSPR_MASK, POWER9, 0, {RT}}, {"mfummcra", XSPR(31,339,770), XSPR_MASK, POWER9, 0, {RS}}, {"mfmmcra", XSPR(31,339,770), XSPR_MASK, POWER7, 0, {RS}}, {"mfupmc1", XSPR(31,339,771), XSPR_MASK, POWER9, 0, {RT}}, |