Home
last modified time | relevance | path

Searched refs:JCC_JNE (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c168 #define JCC_JNE 0x5 macro
184 [TCG_COND_NE] = JCC_JNE,
362 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
367 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
372 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
377 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
382 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
387 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
392 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
397 tcg_out_jxx(s, JCC_JNE, label_next); in tcg_out_brcond2()
[all …]
/external/qemu/tcg/x86_64/
Dtcg-target.c204 #define JCC_JNE 0x5 macro
222 [TCG_COND_NE] = JCC_JNE,