diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-13 17:39:08 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-17 15:14:19 +0100 |
commit | fd8a68cdcf81d70eebf866a132e9780d4108da9c (patch) | |
tree | 4ccfe21c2aa68cd35610f74bfb1de8f9a921ad8b /linux-headers/asm-mips | |
parent | 9bee50b498410ed6466018b26464d7384c7879e9 (diff) |
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 'linux-headers/asm-mips')
0 files changed, 0 insertions, 0 deletions