diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-08-28 19:33:35 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-09-01 11:30:58 +0100 |
commit | ad505db233b89b7fd4b5a98b6f0e8ac8d05b11db (patch) | |
tree | 586b33b98d3e905f05030391d4807ac09269e0fb /target/arm/m_helper.c | |
parent | 2b70d8cd09f5450c15788acd24f6f8bc4116c395 (diff) | |
download | qemu-ad505db233b89b7fd4b5a98b6f0e8ac8d05b11db.zip qemu-ad505db233b89b7fd4b5a98b6f0e8ac8d05b11db.tar.gz qemu-ad505db233b89b7fd4b5a98b6f0e8ac8d05b11db.tar.bz2 |
target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons
Convert the Neon floating-point vector comparison ops VCEQ,
VCGE and VCGT over to using a gvec helper and use this to
implement the fp16 case.
(We put the float16_ceq() etc functions above the DO_2OP()
macro definition because later when we convert the
compare-against-zero instructions we'll want their
definitions to be visible at that point in the source file.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200828183354.27913-27-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/m_helper.c')
0 files changed, 0 insertions, 0 deletions