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
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
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