Richard Henderson writes:
> 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.
>
> Signed-off-by: Richard Henderson
Re
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.
Signed-off-by: Richard Henderson
---
include/tcg/tcg-op-gvec.h | 2 ++
incl