Searched refs:label_next (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 799 int label_next; in tcg_out_brcond2() local 800 label_next = gen_new_label(); in tcg_out_brcond2() 804 label_next, 1); in tcg_out_brcond2() 817 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 824 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 831 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 838 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 845 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 852 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 859 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() [all …]
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 547 int cc, label_next = gen_new_label(); in tcg_out_brcond2_i32() local 555 tcg_out_branch_i32(s, cc, label_next); in tcg_out_brcond2_i32() 578 tcg_out_branch_i32(s, cc, label_next); in tcg_out_brcond2_i32() 586 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr); in tcg_out_brcond2_i32()
|