Re: [Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl

2012-10-09 Thread Richard Henderson
On 10/06/2012 05:30 AM, Paolo Bonzini wrote: > Introduce a function that abstracts extracting an 8, 16, 32 or 64-bit value > with or without sign, generalizing gen_extu and gen_exts. > > Signed-off-by: Paolo Bonzini Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl

2012-10-07 Thread Blue Swirl
On Sat, Oct 6, 2012 at 12:30 PM, Paolo Bonzini wrote: > Introduce a function that abstracts extracting an 8, 16, 32 or 64-bit value > with or without sign, generalizing gen_extu and gen_exts. > > Signed-off-by: Paolo Bonzini Reviewed-by: Blue Swirl > --- > target-i386/translate.c | 146 > +++

[Qemu-devel] [PATCH 02/14] i386: introduce gen_ext_tl

2012-10-06 Thread Paolo Bonzini
Introduce a function that abstracts extracting an 8, 16, 32 or 64-bit value with or without sign, generalizing gen_extu and gen_exts. Signed-off-by: Paolo Bonzini --- target-i386/translate.c | 146 1 file modificato, 37 inserzioni(+), 109 rimozion