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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c877 int label_next; local
878 label_next = gen_new_label();
882 label_next, 1);
895 tcg_out_jxx(s, JCC_JNE, label_next, 1);
902 tcg_out_jxx(s, JCC_JNE, label_next, 1);
909 tcg_out_jxx(s, JCC_JNE, label_next, 1);
916 tcg_out_jxx(s, JCC_JNE, label_next, 1);
923 tcg_out_jxx(s, JCC_JNE, label_next, 1);
930 tcg_out_jxx(s, JCC_JNE, label_next, 1);
937 tcg_out_jxx(s, JCC_JNE, label_next,
[all...]

Completed in 1377 milliseconds