Re: [Qemu-devel] [PATCH 1/2] target/ppc: Use vector variable shifts for VSL, VSR, VSRA

2019-05-20 Thread Richard Henderson
On 5/20/19 2:49 AM, Aleksandar Markovic wrote: > > On May 18, 2019 9:21 PM, "Richard Henderson" > wrote: >> >> The gvec expanders take care of masking the shift amount >> against the element width. >> >> Signed-off-by: Richard Henderson

Re: [Qemu-devel] [PATCH 1/2] target/ppc: Use vector variable shifts for VSL, VSR, VSRA

2019-05-19 Thread Aleksandar Markovic
On May 18, 2019 9:21 PM, "Richard Henderson" wrote: > > The gvec expanders take care of masking the shift amount > against the element width. > > Signed-off-by: Richard Henderson > --- > target/ppc/helper.h | 12 -- > target/ppc/int_helper.c | 37 -

[Qemu-devel] [PATCH 1/2] target/ppc: Use vector variable shifts for VSL, VSR, VSRA

2019-05-18 Thread Richard Henderson
The gvec expanders take care of masking the shift amount against the element width. Signed-off-by: Richard Henderson --- target/ppc/helper.h | 12 -- target/ppc/int_helper.c | 37 - target/ppc/translate/vmx-impl.inc.c | 24 +