qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-s390x] [Qemu-devel] [PATCH v2 1/5] s390x/tcg: Implement VECTOR


From: Richard Henderson
Subject: Re: [qemu-s390x] [Qemu-devel] [PATCH v2 1/5] s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUAL
Date: Tue, 28 May 2019 07:50:20 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 5/24/19 4:33 AM, David Hildenbrand wrote:
> Complicated stuff. Provide two different helpers for CC an !CC handling.
> We might want to add more helpers later.
> 
> zero_search() and match_index() are courtesy of Richard H.
> 
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
>  target/s390x/Makefile.objs       |   2 +-
>  target/s390x/helper.h            |   8 ++
>  target/s390x/insn-data.def       |   5 +
>  target/s390x/translate_vx.inc.c  |  30 ++++++
>  target/s390x/vec_string_helper.c | 154 +++++++++++++++++++++++++++++++
>  5 files changed, 198 insertions(+), 1 deletion(-)
>  create mode 100644 target/s390x/vec_string_helper.c

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]