Re: [Qemu-devel] [PATCH v2 1/4] target-ppc: Implement bcdcfn. instruction

2016-10-30 Thread David Gibson
On Fri, Oct 28, 2016 at 03:18:01PM -0200, Jose Ricardo Ziviani wrote: > bcdcfn. converts from National numeric format to BCD. 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 v2 1/4] target-ppc: Implement bcdcfn. instruction

2016-10-28 Thread Jose Ricardo Ziviani
bcdcfn. converts from National numeric format to BCD. 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