]> Git Repo - qemu.git/commit
target/arm: Implement FPCXT_S fp system register
authorPeter Maydell <[email protected]>
Thu, 19 Nov 2020 21:56:02 +0000 (21:56 +0000)
committerPeter Maydell <[email protected]>
Thu, 10 Dec 2020 11:44:55 +0000 (11:44 +0000)
commit64f863baeedc86590a608e2f1722dd8640aa9431
tree26277f976bfafe31fae2c325fdd5ca342af67e55
parent96dfae686628fc14ba4f993824322b93395e221b
target/arm: Implement FPCXT_S fp system register

Implement the new-in-v8.1M FPCXT_S floating point system register.
This is for saving and restoring the secure floating point context,
and it reads and writes bits [27:0] from the FPSCR and the
CONTROL.SFPA bit in bit [31].

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