On 01/07/2014 08:05 AM, Tom Musta wrote: > This patch addes the signed Divide Word Extended instructions > which were introduced in Power ISA 2.06B. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > V2: Eliminating extraneous code in the overflow case per comments > from Richard Henderson. Fixed corner case bug in divweu (check > for (RA) >= (RB)). > > V4: Using newly added PPC2_DIVE_ISA206 flag. Converted to helper > per Richard Henderson's review. > > target-ppc/helper.h | 1 + > target-ppc/int_helper.c | 32 ++++++++++++++++++++++++++++++++ > target-ppc/translate.c | 4 ++++ > 3 files changed, 37 insertions(+), 0 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~