On 6/21/19 1:07 PM, Stefan Brankovic wrote:
> +#if defined(TARGET_PPC64)
> +    tcg_gen_andi_i64(sh, EA, 0xfULL);
> +#else
> +    tcg_gen_ext_i32_i64(sh, EA);
> +    tcg_gen_andi_i64(sh, sh, 0xfULL);
> +#endif

Didn't see v3 before reviewing v2, however as noted there, tcg_gen_extu_tl_i64.


r~

Reply via email to