[PATCH v2] PowerPC: Support for Load/Store VSX Vector Paired Byte*32 Indexed (RFC02678)
Surya Kumari Jangala
jskumari@linux.ibm.com
Fri Oct 24 14:34:10 GMT 2025
Hi Abhay,
I am not able to apply this patch. Can you please resend it?
Also, updated patches should be sent as a new email, and not as a reply
to the previous version email.
You should specify what has changed from the previous version,
something like:
Changes from v1->v2:
<list down the changes>
On 24/10/25 2:46 pm, Abhay Kandpal wrote:
> diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
> index 028295abc2f..08d6a38d22f 100644
> --- a/opcodes/ppc-opc.c
> +++ b/opcodes/ppc-opc.c
> @@ -8935,6 +8935,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
>
> {"lxvb16x", X(31,876), XX1_MASK, PPCVSX3, 0, {XT6, RA0, RB}},
>
> +{"lxvpb32x", X(31,877), X_MASK, FUTURE, 0, {XTP, RA0, RB}},
s/FUTURE/PPCVSXF
> +
> {"tabortdci.", XRC(31,878,1), X_MASK, PPCHTM, 0, {TO, RA, HTM_SI}},
>
> {"rmieg", X(31,882), XRTRA_MASK, POWER9, 0, {RB}},
> @@ -9073,6 +9075,8 @@ const struct powerpc_opcode powerpc_opcodes[] = {
>
> {"stxvb16x", X(31,1004), XX1_MASK, PPCVSX3, 0, {XS6, RA0, RB}},
>
> +{"stxvpb32x", X(31,1005), X_MASK, FUTURE, 0, {XSP, RA0, RB}},
Ditto.
-Surya
More information about the Binutils
mailing list