|
From: | Richard Henderson |
Subject: | Re: [qemu-s390x] [Qemu-devel] [PATCH v1 17/41] s390x/tcg: Implement VECTOR LOAD POSITIVE |
Date: | Fri, 12 Apr 2019 13:50:27 -1000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 4/11/19 12:08 AM, David Hildenbrand wrote: > Similar to VECTOR LOAD COMPLEMENT but unfortunately we don't have a > gvec helper. > > Signed-off-by: David Hildenbrand <address@hidden> > --- > target/s390x/helper.h | 2 ++ > target/s390x/insn-data.def | 2 ++ > target/s390x/translate_vx.inc.c | 40 +++++++++++++++++++++++++++++++++ > target/s390x/vec_int_helper.c | 14 ++++++++++++ > 4 files changed, 58 insertions(+) I would be happy to add ABS as a gvec primitive, if you like. Expandable with MAX or CMP on hosts without ABS. Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |