Home
last modified time | relevance | path

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

/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,
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1315 tcg_gen_negsetcond_i64(TCG_COND_EQ, t1, t1, tcg_constant_i64(0));
1338 tcg_gen_negsetcond_i64(TCG_COND_GTU, t2, t0, t1);
1343 tcg_gen_negsetcond_i64(sign ? TCG_COND_GT : TCG_COND_GTU, t1, t0, t1);
/qemu/tcg/
H A Dtcg-op.c1998 tcg_gen_negsetcond_i64(cond, ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_negsetcondi_i64()
2001 void tcg_gen_negsetcond_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_negsetcond_i64() function
H A Dtcg-op-gvec.c3692 tcg_gen_negsetcond_i64(cond, t0, t0, t1); in expand_cmp_i64()
3932 tcg_gen_negsetcond_i64(cond, t0, t0, c); in tcg_gen_gvec_cmps()
/qemu/target/openrisc/
H A Dtranslate.c309 tcg_gen_negsetcond_i64(TCG_COND_NE, t1, t1, high); in gen_muld()
/qemu/target/arm/tcg/
H A Dgengvec.c962 tcg_gen_negsetcond_i64(TCG_COND_TSTNE, d, a, b); in gen_cmtst_i64()
H A Dtranslate-a64.c5243 tcg_gen_negsetcond_i64(cond, t0, t0, t1); in do_cmop_d()
6656 tcg_gen_negsetcond_i64(tcg_invert_cond(c.cond), in disas_cond_select()
9654 tcg_gen_negsetcond_i64(cond, tcg_rd, tcg_rn, tcg_constant_i64(0)); in handle_2misc_64()
/qemu/target/m68k/
H A Dtranslate.c3450 tcg_gen_negsetcond_i64(TCG_COND_NE, t64, t64, tcg_constant_i64(0)); in shift_reg()