Lines Matching refs:tcg_out_branch_i32
471 static void tcg_out_branch_i32(TCGContext *s, int opc, int label_index) in tcg_out_branch_i32() function
528 tcg_out_branch_i32(s, tcg_cond_to_bcond[cond], label_index); in tcg_out_brcond_i32()
555 tcg_out_branch_i32(s, cc, label_next); in tcg_out_brcond2_i32()
558 tcg_out_branch_i32(s, cc, label_dest); in tcg_out_brcond2_i32()
563 tcg_out_branch_i32(s, cc, label_dest); in tcg_out_brcond2_i32()
565 tcg_out_branch_i32(s, cc, label_dest); in tcg_out_brcond2_i32()
575 tcg_out_branch_i32(s, cc, label_dest); in tcg_out_brcond2_i32()
578 tcg_out_branch_i32(s, cc, label_next); in tcg_out_brcond2_i32()
581 tcg_out_branch_i32(s, cc, label_dest); in tcg_out_brcond2_i32()
629 tcg_out_branch_i32(s, INSN_COND(tcg_cond_to_bcond[cond], 1), t); in tcg_out_setcond_i32()
680 tcg_out_branch_i32(s, INSN_COND(tcg_cond_to_bcond[cond], 1), lab); in tcg_out_setcond2_i32()
682 tcg_out_branch_i32(s, INSN_COND(COND_NE, 1), lab); in tcg_out_setcond2_i32()
1168 tcg_out_branch_i32(s, COND_A, args[0]); in tcg_out_op()