Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dplugin-gen.c174 tcg_gen_brcondi_i64(cond, val, cb->imm, after_cb); in gen_udata_cond_cb()
/qemu/include/tcg/
H A Dtcg-op.h210 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i64
H A Dtcg-op-common.h229 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *);
/qemu/target/hexagon/
H A Dgenptr.c1433 tcg_gen_brcondi_i64(TCG_COND_NE, cond1, 0, no_ovfl_label); in gen_add_sat_i64()
1438 tcg_gen_brcondi_i64(TCG_COND_NE, cond2, 0, ovfl_label); in gen_add_sat_i64()
/qemu/target/s390x/tcg/
H A Dtranslate.c2115 tcg_gen_brcondi_i64(TCG_COND_EQ, cc, 0, lab); in op_csp()
2774 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lat()
2785 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_lgat()
2796 tcg_gen_brcondi_i64(TCG_COND_NE, o->in2, 0, lab); in op_lfhat()
2808 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgfat()
2819 tcg_gen_brcondi_i64(TCG_COND_NE, o->out, 0, lab); in op_llgtat()
4057 tcg_gen_brcondi_i64(TCG_COND_EQ, reserved, 0, ok); in gen_check_psw_mask()
/qemu/target/microblaze/
H A Dtranslate.c699 tcg_gen_brcondi_i64(TCG_COND_TSTEQ, ea, (1 << size) - 1, over); in gen_alignment_check_ea()
/qemu/target/alpha/
H A Dtranslate.c478 tcg_gen_brcondi_i64(cond, cmp, imm, lab_true); in gen_bcond_internal()
/qemu/tcg/
H A Dtcg-op.c1903 void tcg_gen_brcondi_i64(TCGCond cond, TCGv_i64 arg1, int64_t arg2, TCGLabel *l) in tcg_gen_brcondi_i64() function
/qemu/target/arm/tcg/
H A Dtranslate-a64.c1654 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_CBZ()
1673 tcg_gen_brcondi_i64(a->nz ? TCG_COND_NE : TCG_COND_EQ, in trans_TBZ()
H A Dtranslate-sve.c5036 tcg_gen_brcondi_i64(TCG_COND_EQ, temp, 0, over); in trans_LD1R_zpri()
/qemu/target/mips/tcg/
H A Dtranslate.c3857 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia()
3877 tcg_gen_brcondi_i64(TCG_COND_GE, t1, 0, lab); in gen_loongson_multimedia()