PR27675, PowerPC missing extended mnemonic mfummcr2

PR 27675
	* ppc-opc.c (powerpc_opcodes): Add mfummcr2 and mfmmcr2.
This commit is contained in:
Alan Modra 2021-04-01 09:11:25 +10:30
parent 3570682a2c
commit 1cb108e416
2 changed files with 7 additions and 0 deletions

View 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.

View 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}},