HomeSort by relevance Sort by last modified time
    Searched refs:tcg_out_jxx (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/i386/
tcg-target.c 716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) function
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
817 tcg_out_jxx(s, JCC_JNE, label_next, 1);
824 tcg_out_jxx(s, JCC_JNE, label_next, 1);
831 tcg_out_jxx(s, JCC_JNE, label_next, 1);
838 tcg_out_jxx(s, JCC_JNE, label_next, 1);
845 tcg_out_jxx(s, JCC_JNE, label_next, 1);
852 tcg_out_jxx(s, JCC_JNE, label_next, 1);
859 tcg_out_jxx(s, JCC_JNE, label_next, 1)
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 466 static void tcg_out_jxx(TCGContext *s, int opc, int label_index) function
526 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index);
946 tcg_out_jxx(s, JCC_JMP, args[0]);
    [all...]

Completed in 192 milliseconds