diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-08-28 19:33:45 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-09-01 11:38:35 +0100 |
commit | 7782a9afec81d1efe23572135c1ed777691ccde5 (patch) | |
tree | 476dbd313a0901e4fef2992a604875c6ad4daafe /hw/misc/unimp.c | |
parent | 1dc587ee9bfe804406eb3e0bacf47a80644d8abc (diff) | |
download | qemu-7782a9afec81d1efe23572135c1ed777691ccde5.zip qemu-7782a9afec81d1efe23572135c1ed777691ccde5.tar.gz qemu-7782a9afec81d1efe23572135c1ed777691ccde5.tar.bz2 |
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 'hw/misc/unimp.c')
0 files changed, 0 insertions, 0 deletions