diff options
author | 2020-08-28 19:33:45 +0100 | |
---|---|---|
committer | 2020-09-01 11:38:35 +0100 | |
commit | 7782a9afec81d1efe23572135c1ed777691ccde5 (patch) | |
tree | 476dbd313a0901e4fef2992a604875c6ad4daafe /scripts/test-driver.py | |
parent | target/arm: Implement fp16 for Neon pairwise fp ops (diff) | |
download | qemu-7782a9afec81d1efe23572135c1ed777691ccde5.tar.xz qemu-7782a9afec81d1efe23572135c1ed777691ccde5.zip |
target/arm: Implement fp16 for Neon float-integer VCVT
Convert the Neon float-integer VCVT insns to gvec, and use this
to implement fp16 support for them.
Note that unlike the VFP int<->fp16 VCVT insns we converted
earlier and which convert to/from a 32-bit integer, these
Neon insns convert to/from 16-bit integers. So we can use
the existing vfp conversion helpers for the f32<->u32/i32
case but need to provide our own for f16<->u16/i16.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200828183354.27913-37-peter.maydell@linaro.org
Diffstat (limited to 'scripts/test-driver.py')
0 files changed, 0 insertions, 0 deletions