On 08/12/2015 05:11 PM, Laurent Vivier wrote:


Le 12/08/2015 20:46, Richard Henderson a écrit :
On 08/09/2015 01:13 PM, Laurent Vivier wrote:
+    return (op1 & ~((1UL << bits) - 1)) | res; \

deposit32(op1, res, bits, 0)


You mean: deposit32(op1, 0, bits, res) ?

Yes, sorry.  The operand order is different for tcg_gen_deposit_i32.  ;-)


r~


Reply via email to