Searched defs:label_next (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c844 int label_next; local
845 label_next = gen_new_label();
849 label_next, 1);
862 tcg_out_jxx(s, JCC_JNE, label_next, 1);
869 tcg_out_jxx(s, JCC_JNE, label_next, 1);
876 tcg_out_jxx(s, JCC_JNE, label_next, 1);
883 tcg_out_jxx(s, JCC_JNE, label_next, 1);
890 tcg_out_jxx(s, JCC_JNE, label_next, 1);
897 tcg_out_jxx(s, JCC_JNE, label_next, 1);
904 tcg_out_jxx(s, JCC_JNE, label_next,
[all...]

Completed in 121 milliseconds