[Qemu-devel] [PULL 10/38] target/ppc: Fix vslv and vsrv

2019-05-21 Thread David Gibson
From: Anton Blanchard vslv and vsrv are broken on little endian, we append 00 to the high byte not the low byte. Fix it by using the VsrB() accessor. Signed-off-by: Anton Blanchard Message-Id: <20190507004811.29968-6-an...@ozlabs.org> Signed-off-by: David Gibson --- target/ppc/int_helper.c |

[Qemu-devel] [PULL 10/38] target/ppc: Fix vslv and vsrv

2019-05-20 Thread David Gibson
From: Anton Blanchard vslv and vsrv are broken on little endian, we append 00 to the high byte not the low byte. Fix it by using the VsrB() accessor. Signed-off-by: Anton Blanchard Message-Id: <20190507004811.29968-6-an...@ozlabs.org> Signed-off-by: David Gibson --- target/ppc/int_helper.c |