Re: [Qemu-devel] [PATCH 15/15] tcg-mips: Use mipsr6 instructions in calls

2016-02-10 Thread James Hogan
Hi Richard, On Tue, Feb 09, 2016 at 09:40:03PM +1100, Richard Henderson wrote: > @@ -1313,28 +1315,30 @@ static void tcg_out_movcond(TCGContext *s, TCGCond > cond, TCGReg ret, > } > } > > -static void tcg_out_call_int(TCGContext *s, tcg_insn_unit *arg, bool tail) > +static void tcg_out_ca

[Qemu-devel] [PATCH 15/15] tcg-mips: Use mipsr6 instructions in calls

2016-02-09 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/tcg/mips/tcg-target.c b/tcg/mips/tcg-target.c index 06e15d4..1b876af 100644 --- a/tcg/mips/tcg-target.c +++ b/tcg/mips/tcg-target.c @@ -3