Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c3257 static int get_constraint_priority(const TCGArgConstraint *arg_ct, int k) in get_constraint_priority() argument
3261 arg_ct += k; in get_constraint_priority()
3262 n = ctpop64(arg_ct->regs); in get_constraint_priority()
3268 if (n == 1 || arg_ct->oalias) { in get_constraint_priority()
3277 switch (arg_ct->pair) { in get_constraint_priority()
3282 return (arg_ct->pair_index + 1) * 2 - 1; in get_constraint_priority()
5254 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_op() local
5309 arg_ct = &args_ct[i]; in tcg_reg_alloc_op()
5314 if (ts->val == 0 && (arg_ct->ct & TCG_CT_REG_ZERO)) { in tcg_reg_alloc_op()
5322 if (tcg_target_const_match(ts->val, arg_ct->ct, ts->type, in tcg_reg_alloc_op()
[all …]