Home
last modified time | relevance | path

Searched refs:tcg_gen_setcond_i64 (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dtranslate.c426 tcg_gen_setcond_i64(TCG_COND_EQ, ctx->ir[ra], val, cpu_lock_value); in gen_store_conditional()
1537 tcg_gen_setcond_i64(TCG_COND_LTU, vc, va, vb); in translate_one()
1561 tcg_gen_setcond_i64(TCG_COND_EQ, vc, va, vb); in translate_one()
1577 tcg_gen_setcond_i64(TCG_COND_LEU, vc, va, vb); in translate_one()
1599 tcg_gen_setcond_i64(TCG_COND_LT, vc, va, vb); in translate_one()
1629 tcg_gen_setcond_i64(TCG_COND_LE, vc, va, vb); in translate_one()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h199 #define tcg_gen_setcond_tl tcg_gen_setcond_i64
H A Dtcg-op-common.h227 void tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret,
/openbmc/qemu/tcg/
H A Dtcg-op.c1966 void tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_setcond_i64() function
1989 tcg_gen_setcond_i64(cond, ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_setcondi_i64()
2025 tcg_gen_setcond_i64(cond, ret, arg1, arg2); in tcg_gen_negsetcond_i64()
3023 tcg_gen_setcond_i64(TCG_COND_LTU, t1, t0, al); in tcg_gen_add2_i64()
3041 tcg_gen_setcond_i64(TCG_COND_LTU, t1, al, bl); in tcg_gen_sub2_i64()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1393 tcg_gen_setcond_i64(TCG_COND_NE, ovfl_64, tmp, source); in gen_sat_i64_ovfl()
1414 tcg_gen_setcond_i64(TCG_COND_NE, ovfl_64, tmp, source); in gen_satu_i64_ovfl()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c372 tcg_gen_setcond_i64(TCG_COND_LTU, t1, cpu_mac, t1); in gen_macu()
412 tcg_gen_setcond_i64(TCG_COND_LTU, t2, cpu_mac, t1); in gen_msbu()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc605 tcg_gen_setcond_i64(TCG_COND_NE, cpu_ov, t0, t1);
H A Dvsx-impl.c.inc1769 tcg_gen_setcond_i64(TCG_COND_EQ, all_false, all_false, zero);
1771 tcg_gen_setcond_i64(TCG_COND_EQ, all_true, all_true, mask);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc1344 tcg_gen_setcond_i64(TCG_COND_LTU, d, t, b);
2307 tcg_gen_setcond_i64(TCG_COND_GEU, d, a, b);
H A Dtranslate.c2040 tcg_gen_setcond_i64(TCG_COND_NE, cc, o->in2, o->out); in op_cs()
2104 tcg_gen_setcond_i64(TCG_COND_NE, cc, o->in1, old); in op_csp()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c853 tcg_gen_setcond_i64(TCG_COND_GEU, flag, t0, t1); in gen_sub64_CC()
2794 tcg_gen_setcond_i64(TCG_COND_NE, tmp, tmp, cpu_exclusive_val); in gen_store_exclusive()
2830 tcg_gen_setcond_i64(TCG_COND_NE, tmp, tmp, cpu_exclusive_val); in gen_store_exclusive()
8111 tcg_gen_setcond_i64(tcg_invert_cond(c.cond), in disas_cond_select()
H A Dtranslate.c3356 tcg_gen_setcond_i64(TCG_COND_NE, o64, o64, cpu_exclusive_val); in gen_store_exclusive()
H A Dtranslate-sve.c3076 tcg_gen_setcond_i64(cond, cmp, rn, rm); in trans_CTERM()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1727 tcg_gen_setcond_i64(cond, s->tmp1_i64, s->tmp1_i64, bndv); in gen_bndck()
H A Demit.c.inc1850 tcg_gen_setcond_i64(TCG_COND_EQ, cmp, old, cmp);
/openbmc/qemu/target/tricore/
H A Dtranslate.c572 tcg_gen_setcond_i64(TCG_COND_LTU, t2, t2, t1); in gen_maddu64_d()
1289 tcg_gen_setcond_i64(TCG_COND_GTU, t1, t1, t2); in gen_msubu64_d()
/openbmc/qemu/target/hppa/
H A Dtranslate.c575 tcg_gen_setcond_i64(ctx->null_cond.c, cpu_psw_n, in nullify_save()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c3913 tcg_gen_setcond_i64(cond, t64, t0, t1); in gen_loongson_multimedia()