Re: [Qemu-devel] [PATCH] target/ppc: simplify bcdadd/sub functions

2018-07-26 Thread David Gibson
On Thu, Jul 26, 2018 at 04:44:43PM -0300, Yasmin Beatriz wrote: > On Thu, Jul 26, 2018 at 11:40:20AM +1000, David Gibson wrote: > > On Tue, Jul 24, 2018 at 12:13:04PM +, Yasmin Beatriz wrote: > > > After solving a corner case in bcdsub, this patch simplifies the logic > > > of both bcdadd/sub i

Re: [Qemu-devel] [PATCH] target/ppc: simplify bcdadd/sub functions

2018-07-26 Thread Yasmin Beatriz
On Thu, Jul 26, 2018 at 11:40:20AM +1000, David Gibson wrote: > On Tue, Jul 24, 2018 at 12:13:04PM +, Yasmin Beatriz wrote: > > After solving a corner case in bcdsub, this patch simplifies the logic > > of both bcdadd/sub instructions by removing some unnecessary local flags. > > > > Signed-of

Re: [Qemu-devel] [PATCH] target/ppc: simplify bcdadd/sub functions

2018-07-25 Thread David Gibson
On Tue, Jul 24, 2018 at 12:13:04PM +, Yasmin Beatriz wrote: > After solving a corner case in bcdsub, this patch simplifies the logic > of both bcdadd/sub instructions by removing some unnecessary local flags. > > Signed-off-by: Yasmin Beatriz > --- > target/ppc/int_helper.c | 33 +---

[Qemu-devel] [PATCH] target/ppc: simplify bcdadd/sub functions

2018-07-24 Thread Yasmin Beatriz
After solving a corner case in bcdsub, this patch simplifies the logic of both bcdadd/sub instructions by removing some unnecessary local flags. Signed-off-by: Yasmin Beatriz --- target/ppc/int_helper.c | 33 + 1 file changed, 9 insertions(+), 24 deletions(-) dif