Re: [Qemu-devel] [PATCH v3 5/6] target-ppc: Implement bcdtrunc. instruction

2016-12-08 Thread David Gibson
On Thu, Dec 08, 2016 at 12:07:07AM -0200, Jose Ricardo Ziviani wrote: > bcdtrunc.: Decimal integer truncate. Given a BCD number in vrb and the > number of bytes to truncate in vra, the return register will have vrb > with such bits truncated. > > Signed-off-by: Jose Ricardo Ziviani

[Qemu-devel] [PATCH v3 5/6] target-ppc: Implement bcdtrunc. instruction

2016-12-07 Thread Jose Ricardo Ziviani
bcdtrunc.: Decimal integer truncate. Given a BCD number in vrb and the number of bytes to truncate in vra, the return register will have vrb with such bits truncated. Signed-off-by: Jose Ricardo Ziviani --- target-ppc/helper.h | 1 +