diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-12-17 19:42:31 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-12-17 19:42:31 +0000 |
commit | f903fa22f4d7f3a20c4d0f42e7585ed80a3ec051 (patch) | |
tree | b543ccc34cb7c4587ee696dab37aae987e8c6be2 /target-arm/neon_helper.c | |
parent | 5ce4f35781028ce1aee3341e6002f925fdc7aaf3 (diff) | |
download | qemu-f903fa22f4d7f3a20c4d0f42e7585ed80a3ec051.zip qemu-f903fa22f4d7f3a20c4d0f42e7585ed80a3ec051.tar.gz qemu-f903fa22f4d7f3a20c4d0f42e7585ed80a3ec051.tar.bz2 |
target-arm: A64: provide functions for accessing FPCR and FPSR
The information which AArch32 holds in the FPSCR is split for
AArch64 into two logically distinct registers, FPSR and FPCR.
Since they are carefully arranged to use non-overlapping bits,
we leave the underlying state in the same place, and provide
accessor functions which just update the appropriate bits
via vfp_get_fpscr() and vfp_set_fpscr().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-arm/neon_helper.c')
0 files changed, 0 insertions, 0 deletions