Searched refs:tcg_gen_brcond_tl (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dtranslate.c695 tcg_gen_brcond_tl(cond, t0, t1, l1); \
953 tcg_gen_brcond_tl(TCG_COND_NE, arg2, t0, l2); \
2418 tcg_gen_brcond_tl(TCG_COND_NE, t0, t1, l1);
2422 tcg_gen_brcond_tl(TCG_COND_LT, t0, t1, l1);
2426 tcg_gen_brcond_tl(TCG_COND_LTU, t0, t1, l1);
2430 tcg_gen_brcond_tl(TCG_COND_GE, t0, t1, l1);
2434 tcg_gen_brcond_tl(TCG_COND_GEU, t0, t1, l1);
2438 tcg_gen_brcond_tl(TCG_COND_EQ, t0, t1, l1);
/external/qemu/tcg/
H A Dtcg-op.h2413 #define tcg_gen_brcond_tl tcg_gen_brcond_i64 macro
2485 #define tcg_gen_brcond_tl tcg_gen_brcond_i32 macro
/external/qemu/target-i386/
H A Dtranslate.c1038 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
1070 tcg_gen_brcond_tl(cond, cpu_tmp4, t0, l1);
7269 tcg_gen_brcond_tl(TCG_COND_GE, cpu_tmp0, t1, label1);

Completed in 421 milliseconds