Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2894 const TCGArgConstraint *arg_ct = &def->args_ct[k]; in get_constraint_priority() local
2895 int n = ctpop64(arg_ct->regs); in get_constraint_priority()
2901 if (n == 1 || arg_ct->oalias) { in get_constraint_priority()
2910 switch (arg_ct->pair) { in get_constraint_priority()
2915 return (arg_ct->pair_index + 1) * 2 - 1; in get_constraint_priority()
4811 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_op() local
4864 arg_ct = &def->args_ct[i]; in tcg_reg_alloc_op()
4868 && tcg_target_const_match(ts->val, arg_ct->ct, ts->type, in tcg_reg_alloc_op()
4878 i_required_regs = arg_ct->regs; in tcg_reg_alloc_op()
4882 switch (arg_ct->pair) { in tcg_reg_alloc_op()
[all …]