Re: [Qemu-devel] [PATCH] tcg: Complete handling of ALWAYS and NEVER

2015-02-22 Thread Laurent Desnogues
Hi Richard, On Fri, Feb 20, 2015 at 8:19 PM, Richard Henderson wrote: > Missing from movcond, and brcondi_i32 (but not brcondi_i64). > > Signed-off-by: Richard Henderson Tested-by: Laurent Desnogues > --- > tcg/tcg-op.c | 22 +- > 1 file changed, 17 insertions(+), 5 delet

[Qemu-devel] [PATCH] tcg: Complete handling of ALWAYS and NEVER

2015-02-20 Thread Richard Henderson
Missing from movcond, and brcondi_i32 (but not brcondi_i64). Signed-off-by: Richard Henderson --- tcg/tcg-op.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) --- On 02/20/2015 05:05 AM, Laurent Desnogues wrote:> Hi Richard, > > this patch results in movcond with