Home
last modified time | relevance | path

Searched refs:tcg_unsigned_cond (Results 1 – 4 of 4) sorted by relevance

/qemu/include/tcg/
H A Dtcg-cond.h93 static inline TCGCond tcg_unsigned_cond(TCGCond c) in tcg_unsigned_cond() function
/qemu/target/s390x/tcg/
H A Dtranslate.c710 cond = tcg_unsigned_cond(ltgt_cond[mask]); in disas_jcc()
1621 c.cond = tcg_unsigned_cond(c.cond); in op_cj()
2171 c = tcg_unsigned_cond(c); in op_ct()
/qemu/tcg/mips/
H A Dtcg-target.c.inc1018 tcg_out_setcond(s, tcg_unsigned_cond(cond), TCG_TMP1, al, bl);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2238 cond2 = tcg_unsigned_cond(cond);