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

/external/qemu/tcg/i386/
H A Dtcg-target.c761 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) function
827 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
836 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
862 tcg_out_jxx(s, JCC_JNE, label_next, 1);
869 tcg_out_jxx(s, JCC_JNE, label_next, 1);
876 tcg_out_jxx(s, JCC_JNE, label_next, 1);
883 tcg_out_jxx(s, JCC_JNE, label_next, 1);
890 tcg_out_jxx(s, JCC_JNE, label_next, 1);
897 tcg_out_jxx(s, JCC_JNE, label_next, 1);
904 tcg_out_jxx(
[all...]

Completed in 55 milliseconds