diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-02-21 19:09:53 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 15:32:58 +0000 |
commit | 1deb15c88ab3f1b0788b9e41b08217036eca3c91 (patch) | |
tree | 25a3f91fdf1ffab077109b1b51c0dc4f5740a59e /rust/qemu-api/src/memory.rs | |
parent | 5d3462b4cde8bedb33362dab0a3ae94d403899b0 (diff) | |
download | qemu-1deb15c88ab3f1b0788b9e41b08217036eca3c91.zip qemu-1deb15c88ab3f1b0788b9e41b08217036eca3c91.tar.gz qemu-1deb15c88ab3f1b0788b9e41b08217036eca3c91.tar.bz2 |
target/arm: Move TCG-only VFP code into tcg/ subdir
Most of the target/arm/vfp_helper.c file is purely TCG helper code,
guarded by #ifdef CONFIG_TCG. Move this into a new file in
target/arm/tcg/.
This leaves only the code relating to getting and setting the
FPCR/FPSR/FPSCR in the original file. (Some of this also is
TCG-only, but that needs more careful disentangling.)
Having two vfp_helper.c files might seem a bit confusing,
but once we've finished moving all the helper code out
of the old file we are going to rename it to vfp_fpscr.c.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250221190957.811948-2-peter.maydell@linaro.org
Diffstat (limited to 'rust/qemu-api/src/memory.rs')
0 files changed, 0 insertions, 0 deletions