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.c3838 tcg_gen_setcondi_i64(TCG_COND_LTU, t1, t1, shift_max); in gen_loongson_multimedia()
/qemu/include/tcg/
H A Dtcg-op.h212 #define tcg_gen_setcondi_tl tcg_gen_setcondi_i64
H A Dtcg-op-common.h232 void tcg_gen_setcondi_i64(TCGCond cond, TCGv_i64 ret,
/qemu/target/ppc/
H A Dtranslate.c1829 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_divd()
1830 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_divd()
1832 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_divd()
1838 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t1, 0); in gen_op_arith_divd()
1898 tcg_gen_setcondi_i64(TCG_COND_EQ, t2, t0, INT64_MIN); in gen_op_arith_modd()
1899 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, -1); in gen_op_arith_modd()
1901 tcg_gen_setcondi_i64(TCG_COND_EQ, t3, t1, 0); in gen_op_arith_modd()
/qemu/target/tricore/
H A Dtranslate.c506 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_madd32_d()
508 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t1, -0x80000000LL); in gen_madd32_d()
1007 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_madd32_q()
1008 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_madd32_q()
1216 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_msub32_d()
1218 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t1, -0x80000000LL); in gen_msub32_d()
1740 tcg_gen_setcondi_i64(TCG_COND_NE, t4, t4, 0); in gen_msub32_q()
1747 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_msub32_q()
1748 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_msub32_q()
1914 tcg_gen_setcondi_i64(TCG_COND_NE, t4, t4, 0); in gen_msubs32_q()
/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);
/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.c1938 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/sparc/
H A Dtranslate.c2394 tcg_gen_setcondi_i64(cmp->cond, c64, cmp->c1, cmp->c2); in gen_fmovs()
/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()
/qemu/target/i386/tcg/
H A Demit.c.inc1833 tcg_gen_setcondi_i64(TCG_COND_EQ, t0, t0, 0);
/qemu/target/arm/tcg/
H A Dtranslate-a64.c3014 tcg_gen_setcondi_i64(TCG_COND_NE, tmp, tmp, 0); in gen_store_exclusive()