On 10/29/2014 06:22 AM, Bastian Koppelmann wrote:
> +        if (MASK_OP_BRN_OP2(ctx->opcode) == OPC2_32_BRN_JNZ_T) {
> +            tcg_gen_brcondi_tl(TCG_COND_NE, temp, 0, l1);
> +        } else {
> +            tcg_gen_brcondi_tl(TCG_COND_EQ, temp, 0, l1);
> +        }
> +        gen_goto_tb(ctx, 0, ctx->next_pc);
> +        gen_set_label(l1);
> +        gen_goto_tb(ctx, 1, ctx->pc + offset * 2);

This looks like gen_branch_condi.



r~

Reply via email to