Re: [Qemu-devel] [PATCH 02/15] tcg-mips: Support 64-bit opcodes

2016-02-09 Thread Richard Henderson
On 02/10/2016 02:24 AM, James Hogan wrote: Missing op definition for mulu2_i64 Missing op definition for muls2_i64 /work/mips/qemu/main/tcg/tcg.c:1253: tcg fatal error It gets further (to the point of seg faulting - looking into it) with this fixup: diff --git a/tcg/mips/tcg-target.h b/tcg/mips

Re: [Qemu-devel] [PATCH 02/15] tcg-mips: Support 64-bit opcodes

2016-02-09 Thread James Hogan
Hi Richard, Awesome, thanks for looking at these patches again :-) On Tue, Feb 09, 2016 at 09:39:50PM +1100, Richard Henderson wrote: > +#if !use_mips32r6_instructions > +{ INDEX_op_muls2_i64, { "r", "r", "rZ", "rZ" } }, > +{ INDEX_op_mulu2_i64, { "r", "r", "rZ", "rZ" } }, > +#endif this

[Qemu-devel] [PATCH 02/15] tcg-mips: Support 64-bit opcodes

2016-02-09 Thread Richard Henderson
Bulk patch adding 64-bit opcodes into tcg_out_op. Note that mips64 is as yet neither complete nor enabled. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c | 372 -- tcg/mips/tcg-target.h | 43 ++ 2 files changed, 403 insertions(+),