Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h456 TCGRegSet output_pref[2]; member
471 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref() function
473 return i < ARRAY_SIZE(op->output_pref) ? op->output_pref[i] : 0; in output_pref()
/qemu/tcg/
H A Dtcg.c2864 TCGRegSet set = output_pref(op, i); in tcg_dump_ops()
3658 memset(op->output_pref, 0, sizeof(op->output_pref)); in liveness_pass_1()
3849 if (i < ARRAY_SIZE(op->output_pref)) { in liveness_pass_1()
3850 op->output_pref[i] = *la_temp_pref(ts); in liveness_pass_1()
3921 set &= output_pref(op, ct->alias_index); in liveness_pass_1()
4604 preferred_regs = output_pref(op, 0); in tcg_reg_alloc_mov()
4738 output_pref(op, 0), ots->indirect_base); in tcg_reg_alloc_dup()
4972 i_preferred_regs = output_pref(op, arg_ct->alias_index); in tcg_reg_alloc_op()
5109 output_pref(op, k), in tcg_reg_alloc_op()
5113 output_pref(op, k), in tcg_reg_alloc_op()
[all …]