Lines Matching refs:tcg_out_jxx
794 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small)
860 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
869 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
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, 1);
944 tcg_out_jxx(s, JCC_JNE, label_next, 1);
992 tcg_out_jxx(s, JCC_JMP, label_over, 1);
1704 tcg_out_jxx(s, JCC_JMP, args[0], 0);