Home
last modified time | relevance | path

Searched refs:tcg_out_branch_i32 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/tcg/sparc/
Dtcg-target.c471 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()
[all …]