tcg: Implement gvec support for rotate by scalar
No host backend support yet, but the interfaces for rotls are in place. Only implement left-rotate for now, as the only known use of vector rotate by scalar is s390x, so any right-rotate would be unused and untestable. Reviewed-by:Alex Bennée <alex.bennee@linaro.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- include/tcg/tcg-op-gvec.h 2 additions, 0 deletionsinclude/tcg/tcg-op-gvec.h
- include/tcg/tcg-op.h 1 addition, 0 deletionsinclude/tcg/tcg-op.h
- include/tcg/tcg-opc.h 1 addition, 0 deletionsinclude/tcg/tcg-opc.h
- include/tcg/tcg.h 1 addition, 0 deletionsinclude/tcg/tcg.h
- tcg/aarch64/tcg-target.h 1 addition, 0 deletionstcg/aarch64/tcg-target.h
- tcg/i386/tcg-target.h 1 addition, 0 deletionstcg/i386/tcg-target.h
- tcg/ppc/tcg-target.h 1 addition, 0 deletionstcg/ppc/tcg-target.h
- tcg/tcg-op-gvec.c 22 additions, 0 deletionstcg/tcg-op-gvec.c
- tcg/tcg-op-vec.c 5 additions, 0 deletionstcg/tcg-op-vec.c
- tcg/tcg.c 2 additions, 0 deletionstcg/tcg.c
Loading
Please register or sign in to comment