Searched refs:tcg_gen_negsetcond_tl (Results 1 – 5 of 5) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 213 #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 D | translate.c | 254 tcg_gen_negsetcond_tl(TCG_COND_NE, cpu_sr_ov, cpu_sr_ov, t0); in gen_mul()
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 847 tcg_gen_negsetcond_tl(cond, cpu_gpr[a->rt], temp, zero);
|
/qemu/target/tricore/ |
H A D | translate.c | 5685 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 D | translate.c | 1198 tcg_gen_negsetcond_tl(cc.cond, reg, cc.reg, cc.reg2); in gen_neg_setcc()
|