Searched refs:tcg_out_jxx (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) in tcg_out_jxx() function 782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small); in tcg_out_brcond32() 791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small); in tcg_out_brcond64() 817 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 824 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 831 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 838 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 845 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 852 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() 859 tcg_out_jxx(s, JCC_JNE, label_next, 1); in tcg_out_brcond2() [all …]
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 466 static void tcg_out_jxx(TCGContext *s, int opc, int label_index) in tcg_out_jxx() function 526 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index); in tcg_out_brcond() 946 tcg_out_jxx(s, JCC_JMP, args[0]); in tcg_out_op()
|