Re: [Qemu-devel] [PATCH v4 2/4] target-ppc: Implement bcdctn. instruction

2016-11-07 Thread David Gibson
On Tue, Nov 01, 2016 at 01:24:46PM -0200, Jose Ricardo Ziviani wrote: > bcdctn. converts from BCD to National numeric format. National format > uses a byte to represent a digit where the most significant nibble is > always 0x3 and the least sign. nibbles is the digit itself. > > Signed-off-by: Jos

[Qemu-devel] [PATCH v4 2/4] target-ppc: Implement bcdctn. instruction

2016-11-01 Thread Jose Ricardo Ziviani
bcdctn. converts from BCD to National numeric format. National format uses a byte to represent a digit where the most significant nibble is always 0x3 and the least sign. nibbles is the digit itself. Signed-off-by: Jose Ricardo Ziviani --- target-ppc/helper.h | 1 + target-ppc/i