commit | d0ec97967f940bbc11dced83422b39c224127f1e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Nov 17 14:35:11 2017 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Feb 08 15:54:05 2018 +0000 |
tree | c06220facb6dad9bf2b97c36f8a24dd15489096a | |
parent | db432672dc50ed86dda17ac821b7eb07411a90af [diff] |
tcg: Add generic vector ops for constant shifts Opcodes are added for scalar and vector shifts, but considering the varied semantics of these do not expose them to the front ends. Do go ahead and provide them in case they are needed for backend expansion. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>