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

/external/qemu/tcg/
H A Dtcg-op.h2747 #define tcg_gen_setcondi_tl tcg_gen_setcondi_i64 macro
2825 #define tcg_gen_setcondi_tl tcg_gen_setcondi_i32
/external/qemu/target-i386/
H A Dtranslate.c992 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE,
1042 tcg_gen_setcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, reg, t0, 0);
1074 tcg_gen_setcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, reg, t0, 0);
1097 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, reg, reg, 0);

Completed in 534 milliseconds