Re: [Qemu-devel] [PATCH 3/7] tcg-hppa: Implement deposit operation.
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.
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/