]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Implement gvec support for rotate by immediate
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 01:01:52 +0000 (18:01 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jun 2020 15:42:37 +0000 (08:42 -0700)
commitb0f7e7444c03da17e41bf327c8aea590104a28ab
tree8f3924b2a96e628be571d6d000aa27f63cf58d19
parentcccdd8c7971896c339d59c9c5d4647d4ffd9568a
tcg: Implement gvec support for rotate by immediate

No host backend support yet, but the interfaces for rotli
are in place.  Canonicalize immediate rotate to the left,
based on a survey of architectures, but provide both left
and right shift interfaces to the translators.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
13 files changed:
accel/tcg/tcg-runtime-gvec.c
accel/tcg/tcg-runtime.h
include/tcg/tcg-op-gvec.h
include/tcg/tcg-op.h
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/README
tcg/aarch64/tcg-target.h
tcg/i386/tcg-target.h
tcg/ppc/tcg-target.h
tcg/tcg-op-gvec.c
tcg/tcg-op-vec.c
tcg/tcg.c