Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3406 TCGv_i64 op0, op1, t0, t1, tmax; in do_WHILE() local
3459 tmax = tcg_constant_i64((vsz << scale) >> a->esz); in do_WHILE()
3474 tcg_gen_movcond_i64(TCG_COND_EQ, t0, op1, t1, tmax, t0); in do_WHILE()
3478 tcg_gen_umin_i64(t0, t0, tmax); in do_WHILE()
3522 TCGv_i64 op0, op1, diff, t1, tmax; in trans_WHILE_ptr() local
3538 tmax = tcg_constant_i64(vsz >> a->esz); in trans_WHILE_ptr()
3551 tcg_gen_movcond_i64(TCG_COND_EQ, diff, op0, op1, tmax, diff); in trans_WHILE_ptr()
3558 tcg_gen_movcond_i64(TCG_COND_GEU, diff, op0, op1, tmax, diff); in trans_WHILE_ptr()
3562 tcg_gen_umin_i64(diff, diff, tmax); in trans_WHILE_ptr()