PR27675, PowerPC missing extended mnemonic mfummcr2
authorAlan Modra <amodra@gmail.com>
Wed, 31 Mar 2021 22:41:25 +0000 (09:11 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 31 Mar 2021 22:47:04 +0000 (09:17 +1030)
PR 27675
* ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 6d29147debe455d4fae8bf571e7eb3227b0a2b4a..d89e8766574b4d20a90d60518a3a9b6b79a68896 100644 (file)
@@ -1,3 +1,8 @@
+2021-04-01  Alan Modra  <amodra@gmail.com>
+
+       PR 27675
+       * ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.
+
 2021-03-31  Alan Modra  <amodra@gmail.com>
 
        * sysdep.h (POISON_BFD_BOOLEAN): Define.
index 315c70a45350b775eb67503e8ed7fff2444b44e6..97982ab7e754995b68b70f7aa1b03b92bd466fd5 100644 (file)
@@ -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}},
This page took 0.029395 seconds and 4 git commands to generate.