Re: [Qemu-devel] [PATCH 4/7] target-ppc: Implement bcdus. instruction

2016-12-04 Thread David Gibson
On Sat, Dec 03, 2016 at 03:00:03AM -0200, Jose Ricardo Ziviani wrote: > bcdus.: Decimal unsigned shift. This instruction works like bcds. but > considers only unsigned BCDs (no sign in least meaning 4 bits). > > Signed-off-by: Jose Ricardo Ziviani > --- >

[Qemu-devel] [PATCH 4/7] target-ppc: Implement bcdus. instruction

2016-12-02 Thread Jose Ricardo Ziviani
bcdus.: Decimal unsigned shift. This instruction works like bcds. but considers only unsigned BCDs (no sign in least meaning 4 bits). Signed-off-by: Jose Ricardo Ziviani --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 43