Re: [Qemu-devel] [PATCH v2 14/29] tcg: Add gvec expanders for variable shift

2019-05-02 Thread Alex Bennée
Richard Henderson writes: > The gvec expanders perform a modulo on the shift count. If the target > requires alternate behaviour, then it cannot use the generic gvec > expanders anyway, and will have to have its own custom code. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée

[Qemu-devel] [PATCH v2 14/29] tcg: Add gvec expanders for variable shift

2019-04-30 Thread Richard Henderson
The gvec expanders perform a modulo on the shift count. If the target requires alternate behaviour, then it cannot use the generic gvec expanders anyway, and will have to have its own custom code. Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 15 +++ tcg/tcg-op-gvec.h