Searched refs:tcg_gen_negsetcond_tl (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 201 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i64 macro 321 #define tcg_gen_negsetcond_tl tcg_gen_negsetcond_i32
|
/openbmc/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()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 847 tcg_gen_negsetcond_tl(cond, cpu_gpr[a->rt], temp, zero);
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 5689 tcg_gen_negsetcond_tl(TCG_COND_EQ, cpu_gpr_d[r3], in decode_rr_accumulator() 5727 tcg_gen_negsetcond_tl(TCG_COND_LT, cpu_gpr_d[r3], in decode_rr_accumulator() 5731 tcg_gen_negsetcond_tl(TCG_COND_LTU, cpu_gpr_d[r3], in decode_rr_accumulator()
|