Re: [Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags

2012-10-09 Thread Richard Henderson
On 10/06/2012 05:30 AM, Paolo Bonzini wrote: > Introduce new functions to extract PF, SF, OF, ZF in addition to CF. > These provide single entry points for optimizing accesses to a single > flag. > > Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags

2012-10-07 Thread Blue Swirl
On Sat, Oct 6, 2012 at 12:30 PM, Paolo Bonzini wrote: > Introduce new functions to extract PF, SF, OF, ZF in addition to CF. > These provide single entry points for optimizing accesses to a single > flag. > > Signed-off-by: Paolo Bonzini Reviewed-by: Blue Swirl > --- > target-i386/translate.c

[Qemu-devel] [PATCH 07/14] i386: add helper functions to get other flags

2012-10-06 Thread Paolo Bonzini
Introduce new functions to extract PF, SF, OF, ZF in addition to CF. These provide single entry points for optimizing accesses to a single flag. Signed-off-by: Paolo Bonzini --- target-i386/translate.c | 48 1 file modificato, 36 inserzioni(+), 12