Searched refs:tcg_out_jxx (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 761 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) in tcg_out_jxx() function 827 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small); in tcg_out_brcond32() 836 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small); in tcg_out_brcond64() 862 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 869 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 876 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 883 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 890 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 897 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 904 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() [all …]
|