Re: [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-12 Thread Edgar E. Iglesias
On Mon, Jan 10, 2011 at 07:23:42PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/README| 14 > tcg/tcg-op.h | 64 > + > tcg/tcg-opc.h |6 + > 3 files changed, 84 insertions(+),

Re: [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-11 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 07:23:42PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/README| 14 > tcg/tcg-op.h | 64 > + > tcg/tcg-opc.h |6 + > 3 files changed, 84 insertions(+),

[Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-10 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/README| 14 tcg/tcg-op.h | 64 + tcg/tcg-opc.h |6 + 3 files changed, 84 insertions(+), 0 deletions(-) diff --git a/tcg/README b/tcg/README index a18a87f..a50ecc6 100644

Re: [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-09 Thread Richard Henderson
On 01/09/2011 01:38 PM, Aurelien Jarno wrote: > The encoding of the constant part actually doesn't match the one in the > C function where two arguments are separated and not encoded. What about > adding a tcg_gen_op5ii_i32/64 function and having the two arguments > separated? I certainly didn't w

Re: [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-09 Thread Aurelien Jarno
On Fri, Jan 07, 2011 at 02:42:57PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/README| 14 ++ > tcg/tcg-op.h | 40 > tcg/tcg-opc.h |6 ++ > tcg/tcg.c | 13 + > 4 files change

Re: [Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-07 Thread Stuart Brady
On Fri, Jan 07, 2011 at 02:42:57PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/README| 14 ++ > tcg/tcg-op.h | 40 > tcg/tcg-opc.h |6 ++ > tcg/tcg.c | 13 + > 4 files change

[Qemu-devel] [PATCH 1/7] tcg: Define "deposit" as an optional operation.

2011-01-07 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/README| 14 ++ tcg/tcg-op.h | 40 tcg/tcg-opc.h |6 ++ tcg/tcg.c | 13 + 4 files changed, 73 insertions(+), 0 deletions(-) diff --git a/tcg/README b/tcg/README index 6