Home
last modified time | relevance | path

Searched refs:tcg_gen_negsetcond_tl (Results 1 – 5 of 5) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h213 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i64 macro
334 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i32
/qemu/target/openrisc/
H A Dtranslate.c254 tcg_gen_negsetcond_tl(TCG_COND_NE, cpu_sr_ov, cpu_sr_ov, t0); in gen_mul()
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc847 tcg_gen_negsetcond_tl(cond, cpu_gpr[a->rt], temp, zero);
/qemu/target/tricore/
H A Dtranslate.c5685 tcg_gen_negsetcond_tl(TCG_COND_EQ, cpu_gpr_d[r3], in decode_rr_accumulator()
5723 tcg_gen_negsetcond_tl(TCG_COND_LT, cpu_gpr_d[r3], in decode_rr_accumulator()
5727 tcg_gen_negsetcond_tl(TCG_COND_LTU, cpu_gpr_d[r3], in decode_rr_accumulator()
/qemu/target/i386/tcg/
H A Dtranslate.c1198 tcg_gen_negsetcond_tl(cc.cond, reg, cc.reg, cc.reg2); in gen_neg_setcc()