Home
last modified time | relevance | path

Searched refs:tcg_gen_brcondi_i64 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c168 tcg_gen_brcondi_i64(cond, val, cb->imm, after_cb); in gen_udata_cond_cb()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h198 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i64
H A Dtcg-op-common.h226 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1440 tcg_gen_brcondi_i64(TCG_COND_NE, cond1, 0, no_ovfl_label); in gen_add_sat_i64()
1445 tcg_gen_brcondi_i64(TCG_COND_NE, cond2, 0, ovfl_label); in gen_add_sat_i64()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2119 tcg_gen_brcondi_i64(TCG_COND_EQ, cc, 0, lab); in op_csp()
2778 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lat()
2789 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_lgat()
2800 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lfhat()
2812 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgfat()
2823 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgtat()
4061 tcg_gen_brcondi_i64(TCG_COND_EQ, reserved, 0, ok); in gen_check_psw_mask()
/openbmc/qemu/target/alpha/
H A Dtranslate.c477 tcg_gen_brcondi_i64(cond, cmp, imm, lab_true); in gen_bcond_internal()
/openbmc/qemu/tcg/
H A Dtcg-op.c1942 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *l) in tcg_gen_brcondi_i64() function
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1458 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_CBZ()
1477 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_TBZ()
H A Dtranslate-sve.c4931 tcg_gen_brcondi_i64(TCG_COND_EQ, temp, 0, over); in trans_LD1R_zpri()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4073 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia()
4093 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia()