Re: [Qemu-devel] [PATCH 1/2] tcg: Fold unspecified opcode test into tcg_can_emit_vec_op

2018-02-22 Thread Peter Maydell
On 17 February 2018 at 16:40, Richard Henderson wrote: > This releases the callers from having to check themselves, > which tidies up the code a bit. > > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.inc.c | 4 > tcg/i386/tcg-target.inc.c| 4 > tcg/tcg-op-gvec.c

[Qemu-devel] [PATCH 1/2] tcg: Fold unspecified opcode test into tcg_can_emit_vec_op

2018-02-17 Thread Richard Henderson
This releases the callers from having to check themselves, which tidies up the code a bit. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.inc.c | 4 tcg/i386/tcg-target.inc.c| 4 tcg/tcg-op-gvec.c| 28 3 files changed, 20 inse