[Qemu-devel] [PATCH 3/7] tcg-hppa: Implement deposit operation.

2011-01-10 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/hppa/tcg-target.c | 58 +++- tcg/hppa/tcg-target.h |1 + 2 files changed, 53 insertions(+), 6 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 7f4653e..a572cbf 100644 --- a/tcg

Re: [Qemu-devel] [PATCH 3/7] tcg-hppa: Implement deposit operation.

2011-01-07 Thread Richard Henderson
On 01/07/2011 03:35 PM, Stuart Brady wrote: >> +static inline void tcg_out_depi(TCGContext *s, int ret, int arg, >^^^ >> +unsigned ofs, unsigned len) >> +{ >> +assert(ofs < 32 && len <= 32 - ofs); >>

Re: [Qemu-devel] [PATCH 3/7] tcg-hppa: Implement deposit operation.

2011-01-07 Thread Stuart Brady
On Fri, Jan 07, 2011 at 02:42:59PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > tcg/hppa/tcg-target.c | 58 +++- > tcg/hppa/tcg-target.h |1 + > 2 files changed, 53 insertions(+), 6 deletions(-) > > diff --git a/tcg/

[Qemu-devel] [PATCH 3/7] tcg-hppa: Implement deposit operation.

2011-01-07 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/hppa/tcg-target.c | 58 +++- tcg/hppa/tcg-target.h |1 + 2 files changed, 53 insertions(+), 6 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 7f4653e..2c5df57 100644 --- a/tcg