|
From: | Richard Henderson |
Subject: | Re: [Qemu-ppc] [Qemu-devel] [V4 PATCH 05/22] target-ppc: Add ISA 2.06 divweu[o] Instructions |
Date: | Wed, 08 Jan 2014 10:26:48 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
On 01/07/2014 08:05 AM, Tom Musta wrote: > This patch addes the Unsigned Divide Word Extended instructions > which were introduced in Power ISA 2.06B. > > Signed-off-by: Tom Musta <address@hidden> > --- > 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 | 31 +++++++++++++++++++++++++++++++ > target-ppc/translate.c | 5 +++++ > 3 files changed, 37 insertions(+), 0 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |