Searched refs:tcg_gen_brcondi_i32 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/include/exec/
H A Dgen-icount.h25 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label);
/external/qemu/target-arm/
H A Dtranslate.c610 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
614 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
618 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label);
622 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label);
626 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
630 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
634 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label);
638 tcg_gen_brcondi_i32(TCG_COND_GE, tmp, 0, label);
643 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv);
646 tcg_gen_brcondi_i32(TCG_COND_N
[all...]
/external/qemu/target-mips/
H A Dtranslate.c5902 tcg_gen_brcondi_i32(cond, t0, 0, l1);
5924 tcg_gen_brcondi_i32(cond, t0, 0, l1);
5944 tcg_gen_brcondi_i32(cond, t0, 0, l1);
5966 tcg_gen_brcondi_i32(cond, t0, 0, l1);
5972 tcg_gen_brcondi_i32(cond, t0, 0, l2);
/external/qemu/tcg/
H A Dtcg-op.h660 static inline void tcg_gen_brcondi_i32(TCGCond cond, TCGv_i32 arg1, function
2823 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i32

Completed in 1349 milliseconds