On 2/9/20 4:54 AM, Taylor Simpson wrote: > One question I have from implementing this is > - Is there a way to pass a constant value to gen_helper_XXX?
No.
> It would be great if this would be possible instead of calling
> tcg_const_tl() and passing the TCGv.
You have to use tcg_const_{i32,i64,tl}.
r~
