Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h201 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i64
H A Dtcg-op-common.h231 void tcg_gen_negsetcond_i64(TCGCond cond, TCGv_i64 ret,
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1271 tcg_gen_negsetcond_i64(TCG_COND_EQ, t1, t1, tcg_constant_i64(0));
1294 tcg_gen_negsetcond_i64(TCG_COND_GTU, t2, t0, t1);
1299 tcg_gen_negsetcond_i64(sign ? TCG_COND_GT : TCG_COND_GTU, t1, t0, t1);
/openbmc/qemu/tcg/
H A Dtcg-op.c2006 tcg_gen_negsetcond_i64(cond, ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_negsetcondi_i64()
2009 void tcg_gen_negsetcond_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_negsetcond_i64() function
H A Dtcg-op-gvec.c3705 tcg_gen_negsetcond_i64(cond, t0, t0, t1); in expand_cmp_i64()
3945 tcg_gen_negsetcond_i64(cond, t0, t0, c); in tcg_gen_gvec_cmps()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c309 tcg_gen_negsetcond_i64(TCG_COND_NE, t1, t1, high); in gen_muld()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c978 tcg_gen_negsetcond_i64(TCG_COND_TSTNE, d, a, b); in gen_cmtst_i64()
H A Dtranslate-a64.c5386 tcg_gen_negsetcond_i64(cond, t0, t0, t1); in do_cmop_d()
8109 tcg_gen_negsetcond_i64(tcg_invert_cond(c.cond), in disas_cond_select()
9991 tcg_gen_negsetcond_i64(cond, tcg_rd, tcg_rn, tcg_constant_i64(0)); in handle_2misc_64()
/openbmc/qemu/target/m68k/
H A Dtranslate.c3455 tcg_gen_negsetcond_i64(TCG_COND_NE, t64, t64, tcg_constant_i64(0)); in shift_reg()