/openbmc/qemu/target/alpha/ |
H A D | translate.c | 426 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 D | tcg-op.h | 199 #define tcg_gen_setcond_tl tcg_gen_setcond_i64
|
H A D | tcg-op-common.h | 227 void tcg_gen_setcond_i64(TCGCond cond, TCGv_i64 ret,
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1966 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 D | genptr.c | 1393 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 D | translate.c | 372 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 D | fixedpoint-impl.c.inc | 605 tcg_gen_setcond_i64(TCG_COND_NE, cpu_ov, t0, t1);
|
H A D | vsx-impl.c.inc | 1769 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 D | translate_vx.c.inc | 1344 tcg_gen_setcond_i64(TCG_COND_LTU, d, t, b); 2307 tcg_gen_setcond_i64(TCG_COND_GEU, d, a, b);
|
H A D | translate.c | 2040 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 D | translate-a64.c | 853 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 D | translate.c | 3356 tcg_gen_setcond_i64(TCG_COND_NE, o64, o64, cpu_exclusive_val); in gen_store_exclusive()
|
H A D | translate-sve.c | 3076 tcg_gen_setcond_i64(cond, cmp, rn, rm); in trans_CTERM()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1727 tcg_gen_setcond_i64(cond, s->tmp1_i64, s->tmp1_i64, bndv); in gen_bndck()
|
H A D | emit.c.inc | 1850 tcg_gen_setcond_i64(TCG_COND_EQ, cmp, old, cmp);
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 572 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 D | translate.c | 575 tcg_gen_setcond_i64(ctx->null_cond.c, cpu_psw_n, in nullify_save()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3913 tcg_gen_setcond_i64(cond, t64, t0, t1); in gen_loongson_multimedia()
|