Re: [PATCH] target/ppc: use Vsr macros in BCD helpers

2019-09-29 Thread David Gibson
On Thu, Sep 26, 2019 at 09:44:53PM +0100, Mark Cave-Ayland wrote: > This allows us to remove more endian-specific defines from int_helper.c. > > Signed-off-by: Mark Cave-Ayland Applied, thanks. > --- > target/ppc/int_helper.c | 72 ++--- > 1 file changed, 25

Re: [PATCH] target/ppc: use Vsr macros in BCD helpers

2019-09-27 Thread Richard Henderson
On 9/26/19 1:44 PM, Mark Cave-Ayland wrote: > This allows us to remove more endian-specific defines from int_helper.c. > > Signed-off-by: Mark Cave-Ayland > --- > target/ppc/int_helper.c | 72 ++--- > 1 file changed, 25 insertions(+), 47 deletions(-) Reviewed

[PATCH] target/ppc: use Vsr macros in BCD helpers

2019-09-26 Thread Mark Cave-Ayland
This allows us to remove more endian-specific defines from int_helper.c. Signed-off-by: Mark Cave-Ayland --- target/ppc/int_helper.c | 72 ++--- 1 file changed, 25 insertions(+), 47 deletions(-) diff --git a/target/ppc/int_helper.c b/target/ppc/int_helper.c i