commit | b0f7e7444c03da17e41bf327c8aea590104a28ab | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 19 18:01:52 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 02 08:42:37 2020 -0700 |
tree | 8f3924b2a96e628be571d6d000aa27f63cf58d19 | |
parent | cccdd8c7971896c339d59c9c5d4647d4ffd9568a [diff] |
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>