Searched defs:JCC_JNE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c361 #define JCC_JNE 0x5 macro
375 [TCG_COND_NE] = JCC_JNE,
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(s, JCC_JNE, label_next, 1);
944 tcg_out_jxx(s, JCC_JNE, label_nex
[all...]

Completed in 46 milliseconds