Re: [Qemu-devel] [PATCH v11 05/20] tcg: Add generic vector ops for constant shifts

2018-02-06 Thread Alex Bennée
Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson Reviewed-by: Ale

[Qemu-devel] [PATCH v11 05/20] tcg: Add generic vector ops for constant shifts

2018-01-25 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 15 +++ tcg/tcg-op