tcg-target.c | 799 int label_next; local 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) [all...] |