[0/2] aarch64: Add support for CPA instructions

Message ID 4A36B5D7-1175-47DF-97CD-DA49D77842ED@arm.com
Headers
Series aarch64: Add support for CPA instructions |

Message

Yury Khrustalev March 5, 2024, 1:53 p.m. UTC
  Hello,

These patches add support for the CPA extension instructions (Checked
Pointer Arithmetic extension) along with the relevant tests and docs.

Regression has been tested on the aarch64-none-linux-gnu target and no
regressions have been found.

Is this OK for the binutils trunk? I do not have commit rights yet, if
this patch is all right, could someone commit on my behalf?

Thanks,
Yury Khrustalev


Yury Khrustalev (2):
  aarch64: Add support for (M)ADDPT and (M)SUBPT instructions
  aarch64: Add support for SVE ADDPT, SUBPT, MADPT, MLAPT instructions
  

Comments

Yury Khrustalev March 15, 2024, 9:18 a.m. UTC | #1
Ping

> On 5 Mar 2024, at 1:53 PM, Yury Khrustalev <Yury.Khrustalev@arm.com> wrote:
> 
> Hello,
> 
> These patches add support for the CPA extension instructions (Checked
> Pointer Arithmetic extension) along with the relevant tests and docs.
> 
> Regression has been tested on the aarch64-none-linux-gnu target and no
> regressions have been found.
> 
> Is this OK for the binutils trunk? I do not have commit rights yet, if
> this patch is all right, could someone commit on my behalf?
> 
> Thanks,
> Yury Khrustalev
> 
> 
> Yury Khrustalev (2):
>  aarch64: Add support for (M)ADDPT and (M)SUBPT instructions
>  aarch64: Add support for SVE ADDPT, SUBPT, MADPT, MLAPT instructions
> 

Kind regards,
Yury Khrustalev
  
Nick Clifton March 18, 2024, 6:39 p.m. UTC | #2
Hi Yury,

> Ping

Oops - sorry.

>> These patches add support for the CPA extension instructions (Checked
>> Pointer Arithmetic extension) along with the relevant tests and docs.

Patches approved and applied.

Cheers
   Nick
  
Yury Khrustalev March 18, 2024, 6:55 p.m. UTC | #3
Hi Nick,

>>> These patches add support for the CPA extension instructions (Checked
>>> Pointer Arithmetic extension) along with the relevant tests and docs.
> 
> Patches approved and applied.
> 

Thank you!

> Cheers
>  Nick
> 

Kind regards,
Yury