]> sourceware.org Git - valgrind.git/commit
Bug 432161 Addition of arm64 v8.2 FADDP, FNEG and FSQRT
authorAssad Hashmi <assad.hashmi@linaro.org>
Fri, 29 Jan 2021 13:38:40 +0000 (08:38 -0500)
committerAssad Hashmi <assad.hashmi@linaro.org>
Fri, 29 Jan 2021 13:38:40 +0000 (08:38 -0500)
commit7593a4773997807695d6514e9d01a60cb489851c
tree27d2ad972518143de42ac2dfef4a2e1f5a75dcc0
parenta1fa6696f5f3714983438647285ce85262d101b3
Bug 432161 Addition of arm64 v8.2 FADDP, FNEG and FSQRT

This patch adds FP half-precision support for the following:
FABS <Hd>, <Hn>
FABS <Vd>.<T>, <Vn>.<T>
FNEG <Hd>, <Hn>
FNEG <Vd>.<T>, <Vn>.<T>
FSQRT <Hd>, <Hn>
FSQRT <Vd>.<T>, <Vn>.<T>

Fixes https://bugs.kde.org/show_bug.cgi?id=432161
VEX/priv/guest_arm64_toIR.c
VEX/priv/host_arm64_defs.c
VEX/priv/host_arm64_defs.h
VEX/priv/host_arm64_isel.c
VEX/priv/ir_defs.c
VEX/pub/libvex_ir.h
memcheck/mc_translate.c
memcheck/tests/vbit-test/irops.c
none/tests/arm64/fp_and_simd_v82.c
none/tests/arm64/fp_and_simd_v82.stdout.exp
This page took 0.035964 seconds and 5 git commands to generate.