emit_alu3
emit_alu3(ADD, dst, tmp, tmp, ctx);
emit_alu3(ADD, tmp2, src, tmp3, ctx);
emit_alu3(ADD, dst, tmp, tmp, ctx);
emit_alu3(ADD, tmp2, src, tmp3, ctx);
emit_alu3(DIV, dst, src, tmp, ctx);
emit_alu3(MULX, tmp, src, tmp, ctx);
emit_alu3(SUB, dst, tmp, dst, ctx);
emit_alu3(UDIVX, dst, src, tmp, ctx);
emit_alu3(MULX, tmp, src, tmp, ctx);
emit_alu3(SUB, dst, tmp, dst, ctx);