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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c794 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) function
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(
[all...]

Completed in 34 milliseconds