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

  /external/qemu/tcg/i386/
tcg-target.c 325 #define JCC_JNE 0x5
339 [TCG_COND_NE] = JCC_JNE,
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);
866 tcg_out_jxx(s, JCC_JNE, label_next, 1)
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 208 #define JCC_JNE 0x5
227 [TCG_COND_NE] = JCC_JNE,
    [all...]

Completed in 42 milliseconds