Re: [PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate

2020-04-23 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson

[PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate

2020-04-21 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 5 +++