Home
last modified time | relevance | path

Searched refs:is_tst_cond (Results 1 – 9 of 9) sorted by relevance

/qemu/include/tcg/
H A Dtcg-cond.h87 static inline bool is_tst_cond(TCGCond c) in is_tst_cond() function
107 return is_tst_cond(c) ? (TCGCond)(c - 4) : c; in tcg_tst_eqne_cond()
113 return is_tst_cond(c) ? (TCGCond)(c ^ 0xf) : c; in tcg_tst_ltge_cond()
/qemu/tcg/
H A Doptimize.c809 if (!is_tst_cond(cond)) { in do_constant_folding_cond1()
897 if (b == -1 && is_tst_cond(c)) { in do_constant_folding_cond2()
904 if (b == INT64_MIN && is_tst_cond(c)) { in do_constant_folding_cond2()
919 if (is_tst_cond(c)) { in do_constant_folding_cond2()
927 if (!TCG_TARGET_HAS_tst && is_tst_cond(c)) { in do_constant_folding_cond2()
2215 if (!is_tst_cond(cond) || !arg_is_const(op->args[2])) { in fold_setcond_tst_pow2()
H A Dtcg-op-vec.c524 if (!TCG_TARGET_HAS_tst_vec && is_tst_cond(cond)) { in tcg_gen_cmp_vec()
/qemu/target/alpha/
H A Dtranslate.c489 is_tst_cond(cond), disp); in gen_bcond()
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc299 if (is_tst_cond(cond)) {
1387 if (is_tst_cond(cond)) {
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc655 is_tst_cond(cond) ? ARITH_ANDCC : ARITH_SUBCC);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1252 if (is_tst_cond(c)) {
1608 if (!is_tst_cond(c)) {
/qemu/tcg/i386/
H A Dtcg-target.c.inc221 && is_tst_cond(cond)
1473 if (!is_tst_cond(cond)) {
/qemu/tcg/arm/
H A Dtcg-target.c.inc1197 if (!is_tst_cond(cond)) {