Home
last modified time | relevance | path

Searched refs:tcg_gen_setcondi_i64 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmsa_translate.c215 tcg_gen_setcondi_i64(cond, t0, t0, 0); in gen_check_zero_element()
233 tcg_gen_setcondi_i64(cond, t0, t0, 0); in gen_msa_BxZ_V()
H A Dtranslate.c4054 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h200 #define tcg_gen_setcondi_tl tcg_gen_setcondi_i64
H A Dtcg-op-common.h229 void tcg_gen_setcondi_i64(TCGCond cond, TCGv_i64 ret,
/openbmc/qemu/target/ppc/
H A Dtranslate.c1804 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_divd()
1805 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_divd()
1807 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_divd()
1813 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t1, 0); in gen_op_arith_divd()
1873 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_modd()
1874 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_modd()
1876 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_modd()
/openbmc/qemu/target/tricore/
H A Dtranslate.c505 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_madd32_d()
507 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t1, -0x80000000LL); in gen_madd32_d()
1006 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_madd32_q()
1007 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_madd32_q()
1215 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_msub32_d()
1217 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t1, -0x80000000LL); in gen_msub32_d()
1743 tcg_gen_setcondi_i64(TCG_COND_NE, t4, t4, 0); in gen_msub32_q()
1750 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_msub32_q()
1751 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_msub32_q()
1917 tcg_gen_setcondi_i64(TCG_COND_NE, t4, t4, 0); in gen_msubs32_q()
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1153 tcg_gen_setcondi_i64(TCG_COND_EQ, clr, clr, 0);
1156 tcg_gen_setcondi_i64(TCG_COND_EQ, set, set, -1);
3372 tcg_gen_setcondi_i64(TCG_COND_EQ, t0, a, INT64_MIN); \
3373 tcg_gen_setcondi_i64(TCG_COND_EQ, t1, b, -1); \
3375 tcg_gen_setcondi_i64(TCG_COND_EQ, t1, b, 0); \
H A Dfixedpoint-impl.c.inc1164 tcg_gen_setcondi_i64(TCG_COND_NE, t1, t0, -1);
/openbmc/qemu/target/openrisc/
H A Dtranslate.c330 tcg_gen_setcondi_i64(TCG_COND_NE, high, high, 0); in gen_muldu()
/openbmc/qemu/tcg/
H A Dtcg-op.c1977 void tcg_gen_setcondi_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_setcondi_i64() function
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2400 tcg_gen_setcondi_i64(TCG_COND_EQ, t0, t0, 0); in gen_cmpxchg16b()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc4763 tcg_gen_setcondi_i64(COND, t1, t1, 0); \
4809 tcg_gen_setcondi_i64(COND, t1, t1, 0); \
/openbmc/qemu/target/sparc/
H A Dtranslate.c2349 tcg_gen_setcondi_i64(cmp->cond, c64, cmp->c1, cmp->c2); in gen_fmovs()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c580 tcg_gen_setcondi_i64(TCG_COND_NE, cc_dst, cc_dst, 0); in gen_op_calc_cc()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2809 tcg_gen_setcondi_i64(TCG_COND_NE, tmp, tmp, 0); in gen_store_exclusive()