Re: [Qemu-devel] [PATCH v1 2/3] tcg/tcg-op: Expose the tcg_gen_ext_i* functions

2017-08-12 Thread Edgar E. Iglesias
On Fri, Aug 11, 2017 at 03:17:38PM -0700, Alistair Francis wrote: > Expose the tcg_gen_ext_i32() and tcg_gen_ext_i64() functions. > > Signed-off-by: Alistair Francis > Reviewed-by: Richard Henderson Reviewed-by: Edgar E. Iglesias > --- > > Although I no longer am using these functions I hav

[Qemu-devel] [PATCH v1 2/3] tcg/tcg-op: Expose the tcg_gen_ext_i* functions

2017-08-11 Thread Alistair Francis
Expose the tcg_gen_ext_i32() and tcg_gen_ext_i64() functions. Signed-off-by: Alistair Francis Reviewed-by: Richard Henderson --- Although I no longer am using these functions I have left this patch in as Richard thought it was a good idea. tcg/tcg-op.c | 4 ++-- tcg/tcg-op.h | 2 ++ 2 files c