Home
last modified time | relevance | path

Searched refs:cond2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgenptr.c608 TCGCond cond2, int pc_off) in gen_cmpnd_cmp_jmp() argument
617 gen_cond_jump(ctx, cond2, pred, pc_off); in gen_cmpnd_cmp_jmp()
1418 TCGv_i64 cond2 = tcg_temp_new_i64(); in gen_add_sat_i64() local
1436 tcg_gen_xor_i64(cond2, a, sum); in gen_add_sat_i64()
1437 tcg_gen_and_i64(cond2, cond2, mask); in gen_add_sat_i64()
1438 tcg_gen_brcondi_i64(TCG_COND_NE, cond2, 0, ovfl_label); in gen_add_sat_i64()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2134 TCGCond cond2;
2175 cond2 = tcg_unsigned_cond(cond);
2178 tcg_out_cmp(s, cond2, al, bl, blconst, 7, TCG_TYPE_I32);