Home | History | Annotate | Download | only in i386

Lines Matching full:label_next

799     int label_next;
800 label_next = gen_new_label();
804 label_next, 1);
817 tcg_out_jxx(s, JCC_JNE, label_next, 1);
824 tcg_out_jxx(s, JCC_JNE, label_next, 1);
831 tcg_out_jxx(s, JCC_JNE, label_next, 1);
838 tcg_out_jxx(s, JCC_JNE, label_next, 1);
845 tcg_out_jxx(s, JCC_JNE, label_next, 1);
852 tcg_out_jxx(s, JCC_JNE, label_next, 1);
859 tcg_out_jxx(s, JCC_JNE, label_next, 1);
866 tcg_out_jxx(s, JCC_JNE, label_next, 1);
873 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr);