Searched refs:tcg_gen_brcondi_tl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c890 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1);
897 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1);
1161 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1);
1168 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
1173 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
1179 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0,
1184 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, cpu_cc_dst,
1313 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE,
1660 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_T[1], 0, shift_label);
1768 tcg_gen_brcondi_tl(TCG_COND_E
[all...]
/vbox/src/recompiler/tcg/
H A Dtcg-op.h2352 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i64 macro
2423 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i32 macro

Completed in 409 milliseconds