diff options
author | Peter Maydell | 2019-06-13 18:39:08 +0200 |
---|---|---|
committer | Peter Maydell | 2019-06-17 16:14:19 +0200 |
commit | fd8a68cdcf81d70eebf866a132e9780d4108da9c (patch) | |
tree | 4ccfe21c2aa68cd35610f74bfb1de8f9a921ad8b /migration/ram.c | |
parent | target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_imm (diff) | |
download | qemu-fd8a68cdcf81d70eebf866a132e9780d4108da9c.tar.gz qemu-fd8a68cdcf81d70eebf866a132e9780d4108da9c.tar.xz qemu-fd8a68cdcf81d70eebf866a132e9780d4108da9c.zip |
target/arm: Stop using cpu_F0s for NEON_2RM_VABS_F
Where Neon instructions are floating point operations, we
mostly use the old VFP utility functions like gen_vfp_abs()
which work on the TCG globals cpu_F0s and cpu_F1s. The
Neon for-each-element loop conditionally loads the inputs
into either a plain old TCG temporary for most operations
or into cpu_F0s for float operations, and similarly stores
back either cpu_F0s or the temporary.
Switch NEON_2RM_VABS_F away from using cpu_F0s, and
update neon_2rm_is_float_op() accordingly.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190613163917.28589-4-peter.maydell@linaro.org
Diffstat (limited to 'migration/ram.c')
0 files changed, 0 insertions, 0 deletions