s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECT
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 Jun 2019 16:57:35 +0000 (11:57 -0500)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:26 +0000 (14:53 +0200)
commit37c70c43dc29b764969cd8b704fbf946fcc2ef5a
treedf815a5bc1fa5c456c459b709a63644e8ade538d
parent08ef92d556c584c7faf594ff3af46df456276e1b
s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECT

This replaces the target-specific implementations for VSEL.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/translate_vx.inc.c