Re: [Qemu-devel] [PATCH 2/2] tcg-ia64: implement add2_i32/i64 and sub2_i32/i64
On Sat, Mar 30, 2013 at 08:54:03AM -0700, Richard Henderson wrote: > On 03/30/2013 08:33 AM, Aurelien Jarno wrote: > > +static inline void tcg_out_add2(TCGContext *s, TCGArg retl, TCGArg reth, > > +TCGArg arg1l, TCGArg arg1h, > > +TCGA
Re: [Qemu-devel] [PATCH 2/2] tcg-ia64: implement add2_i32/i64 and sub2_i32/i64
On 03/30/2013 08:33 AM, Aurelien Jarno wrote: > +static inline void tcg_out_add2(TCGContext *s, TCGArg retl, TCGArg reth, > +TCGArg arg1l, TCGArg arg1h, > +TCGArg arg2l, TCGArg arg2h, > +int cmp4) > +{ >