Re: [Qemu-devel] [PATCH v2 7/7] target-ppc: Implement bcdtrunc. instruction

2016-12-07 Thread David Gibson
On Tue, Dec 06, 2016 at 05:40:10PM -0200, Jose Ricardo Ziviani wrote: > bcdutrunc. Decimal unsigned truncate. Works like bcdtrunc. with > unsigned BCD numbers. > > Signed-off-by: Jose Ricardo Ziviani Short description (subject line) says 'bcdtrunc.' instead of 'bcdutrunc'. Also same comment as

[Qemu-devel] [PATCH v2 7/7] target-ppc: Implement bcdtrunc. instruction

2016-12-06 Thread Jose Ricardo Ziviani
bcdutrunc. Decimal unsigned truncate. Works like bcdtrunc. with unsigned BCD numbers. Signed-off-by: Jose Ricardo Ziviani --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 39 + target-ppc/translate/vmx-impl.inc.c | 4