Home
last modified time | relevance | path

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

/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()
/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,
/qemu/target/ppc/
H A Dtranslate.c1803 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_divd()
1804 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_divd()
1806 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_divd()
1812 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t1, 0); in gen_op_arith_divd()
1872 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_modd()
1873 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_modd()
1875 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_modd()
/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()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1197 tcg_gen_setcondi_i64(TCG_COND_EQ, clr, clr, 0);
1200 tcg_gen_setcondi_i64(TCG_COND_EQ, set, set, -1);
3254 tcg_gen_setcondi_i64(TCG_COND_EQ, t0, a, INT64_MIN); \
3255 tcg_gen_setcondi_i64(TCG_COND_EQ, t1, b, -1); \
3257 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);
/qemu/target/openrisc/
H A Dtranslate.c330 tcg_gen_setcondi_i64(TCG_COND_NE, high, high, 0); in gen_muldu()
/qemu/tcg/
H A Dtcg-op.c1977 void tcg_gen_setcondi_i64(TCGCond cond, TCGv_i64 ret, in tcg_gen_setcondi_i64() function
/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); \
/qemu/target/i386/tcg/
H A Dtranslate.c2489 tcg_gen_setcondi_i64(TCG_COND_EQ, t0, t0, 0); in gen_cmpxchg16b()
/qemu/target/sparc/
H A Dtranslate.c2349 tcg_gen_setcondi_i64(cmp->cond, c64, cmp->c1, cmp->c2); in gen_fmovs()
/qemu/target/s390x/tcg/
H A Dtranslate.c581 tcg_gen_setcondi_i64(TCG_COND_NE, cc_dst, cc_dst, 0); in gen_op_calc_cc()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c2802 tcg_gen_setcondi_i64(TCG_COND_NE, tmp, tmp, 0); in gen_store_exclusive()