]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Use tcg_gen_gvec_rotl{i,s,v}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 16:50:54 +0000 (09:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jun 2020 15:42:37 +0000 (08:42 -0700)
commitcea94ba36d858166fdf749f9894573449c3dafa6
treeb6b91e22f85fc19bb0a68e61d2a3afdc88f7966e
parent3e114acc9136dd7300324673a6e589ecc51f28cc
target/s390x: Use tcg_gen_gvec_rotl{i,s,v}

Merge VERLL and VERLLV into op_vesv and op_ves, alongside
all of the other vector shift operations.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec_int_helper.c