[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: Rename function disas_ldst_pac to disas_ld_pac
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/arm: Rename function disas_ldst_pac to disas_ld_pac |
Date: |
Tue, 4 Aug 2020 10:34:23 +0100 |
On Tue, 4 Aug 2020 at 01:27, Peter Collingbourne <pcc@google.com> wrote:
>
> The name disas_ldst_pac is misleading as it implies the existence
> of authenticating store instructions, so rename it to avoid that
> implication.
>
> Signed-off-by: Peter Collingbourne <pcc@google.com>
The use of ldst here matches the name of this group of instructions
in the Arm ARM (DDI0487F.c page C4-308, "Load/store register (pac)"),
I think.
thanks
-- PMM