qemu/tcg/s390x
Richard Henderson 4223c9c1c6 tcg/s390x: Implement TCG_TARGET_HAS_sat_vec
The unsigned saturations are handled via generic code
using min/max.  The signed saturations are expanded using
double-sized arithmetic and a saturating pack.

Since all operations are done via expansion, do not
actually set TCG_TARGET_HAS_sat_vec.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-10-05 16:53:17 -07:00
..
tcg-target-con-set.h tcg/s390x: Implement vector shift operations 2021-10-05 16:53:17 -07:00
tcg-target-con-str.h tcg/s390x: Add host vector framework 2021-10-05 16:53:17 -07:00
tcg-target.c.inc tcg/s390x: Implement TCG_TARGET_HAS_sat_vec 2021-10-05 16:53:17 -07:00
tcg-target.h tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec 2021-10-05 16:53:17 -07:00
tcg-target.opc.h tcg/s390x: Implement TCG_TARGET_HAS_sat_vec 2021-10-05 16:53:17 -07:00