On 8/20/21 3:34 AM, Peter Maydell wrote:
On Wed, 18 Aug 2021 at 22:32, Richard Henderson
wrote:
From armv6, the architecture supports unaligned accesses.
All we need to do is perform the correct alignment check
in tcg_out_tlb_read and not use LDRD/STRD when the access
is not aligned.
Signed-
On Wed, 18 Aug 2021 at 22:32, Richard Henderson
wrote:
>
> From armv6, the architecture supports unaligned accesses.
> All we need to do is perform the correct alignment check
> in tcg_out_tlb_read and not use LDRD/STRD when the access
> is not aligned.
>
> Signed-off-by: Richard Henderson
> @@ -