[PATCH v1] PowerPC: Add support for RFC02660 - Context Switch Instruction

Peter Bergner bergner@tenstorrent.com
Mon Nov 10 15:03:19 GMT 2025


On 11/10/25 1:41 AM, Abhay Kandpal wrote:
> @@ -7659,6 +7659,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
>  {"tlbiel",	X(31,274),	XRTLRA_MASK, POWER4,	POWER9|PPC476,	{RB, LOPT}},
>  
>  {"mfapidi",	X(31,275),	X_MASK,	     BOOKE,	E500|TITAN,	{RT, RA}},
> +{"mtlpl",	X(31,275),	XRA_MASK,    FUTURE,	0,		{RB, RS}},

I'll let Surya review the rest, but please move mtlpl to the line above mfapidi.
We always place the server mnemonics before the embedded mnemonics in the table.

Peter




More information about the Binutils mailing list