Re: [Qemu-devel] [PATCH 0/7] Define "deposit" tcg operation, v2

2011-01-20 Thread Edgar E. Iglesias
On Mon, Jan 10, 2011 at 07:23:41PM -0800, Richard Henderson wrote: > Changes since v1: > * No attempt to pack pos+len into one operand. Updated backends > to match this change. > > * Example in the README is a bit more complex. > > * Define an official tcg_scratch_alloc routine, used b

Re: [Qemu-devel] [PATCH 0/7] Define "deposit" tcg operation, v2

2011-01-11 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 07:23:41PM -0800, Richard Henderson wrote: > Changes since v1: > * No attempt to pack pos+len into one operand. Updated backends > to match this change. > > * Example in the README is a bit more complex. > > * Define an official tcg_scratch_alloc routine, used b

[Qemu-devel] [PATCH 0/7] Define "deposit" tcg operation, v2

2011-01-10 Thread Richard Henderson
Changes since v1: * No attempt to pack pos+len into one operand. Updated backends to match this change. * Example in the README is a bit more complex. * Define an official tcg_scratch_alloc routine, used by the i386 target for the case in which we need a scratch register. I had