On Wed, Mar 28, 2012 at 12:11 AM, Richard Henderson <r...@twiddle.net> wrote:
> On 03/27/12 02:24, Jia Liu wrote:
>> +DEF_HELPER_FLAGS_2(shll_qb, TCG_CALL_CONST | TCG_CALL_PURE, i32, int, i32)
>

It should be DEF_HELPER_2(shll_qb, i32, int, i32). Is it?
Sorry I'm not sure about it.

> Likewise, some of these are not pure|const...
>
>> +DEF_HELPER_FLAGS_2(shra_qb, TCG_CALL_CONST | TCG_CALL_PURE, i32, int, i32)
>
> ... and some are.
>
>
> r~

Regards,
Jia.

Reply via email to