]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Implement gvec support for rotate by vector
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Apr 2020 02:47:59 +0000 (19:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jun 2020 15:42:37 +0000 (08:42 -0700)
commit5d0ceda902915e3f0e21c39d142c92c4e97c3ebb
tree315f82b6a7709fa3f3188c1b19ccffb4f56aac29
parentb0f7e7444c03da17e41bf327c8aea590104a28ab
tcg: Implement gvec support for rotate by vector

No host backend support yet, but the interfaces for rotlv
and rotrv are in place.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v3: Drop the generic expansion from rot to shift; we can do better
    for each backend, and then this code becomes unused.
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