Home | History | Annotate | Download | only in i386

Lines Matching refs:tcg_out_jxx

716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small)
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
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);
914 tcg_out_jxx(s, JCC_JMP, label_over, 1);
1482 tcg_out_jxx(s, JCC_JMP, args[0], 0);