Re: [Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests

2014-03-22 Thread Richard Henderson
On 03/22/2014 02:48 AM, Stuart Brady wrote: >> +case 'w': >> > +ct->ct |= TCG_CT_CONST_IS32; >> > +break; > It might be neater just to expose ts->type to tcg_target_const_match(), > which the TCG target can just ignore if it wants, but that might not > belong in this series, as

Re: [Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests

2014-03-22 Thread Stuart Brady
On Mon, Mar 17, 2014 at 11:37:55AM -0700, Richard Henderson wrote: > We need to discard garbage high bits before testing > for 32-bit I and J constraints. > > Signed-off-by: Richard Henderson > --- > tcg/sparc/tcg-target.c | 73 > +- > tcg/sparc/t

[Qemu-devel] [PATCH 13/14] tcg-sparc: Fix 32-bit constant arguments tests

2014-03-17 Thread Richard Henderson
We need to discard garbage high bits before testing for 32-bit I and J constraints. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c | 73 +- tcg/sparc/tcg-target.h | 4 --- 2 files changed, 43 insertions(+), 34 deletions(-) diff --git