]> Git Repo - qemu.git/commit
target/arm: Fix aarch64_sve_change_el for SME
authorRichard Henderson <[email protected]>
Wed, 13 Jul 2022 04:58:48 +0000 (10:28 +0530)
committerPeter Maydell <[email protected]>
Mon, 18 Jul 2022 12:20:13 +0000 (13:20 +0100)
commit6a775fd6e0423e76d3e3cb751b4b468d68f19ca5
tree1eb264028298ce3e6cf145788151a63a0f8c0a21
parent6215113355a508c5e6d0a4337c79184d85eeed61
target/arm: Fix aarch64_sve_change_el for SME

We were only checking for SVE disabled and not taking into
account PSTATE.SM to check SME disabled, which resulted in
vectors being incorrectly truncated.

Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20220713045848[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.c
This page took 0.026022 seconds and 4 git commands to generate.