Searched refs:arg_ct (Results 1 – 8 of 8) sorted by relevance
1020 const TCGArgConstraint *arg_ct; in get_constraint_priority() local1023 arg_ct = &def->args_ct[k]; in get_constraint_priority()1024 if (arg_ct->ct & TCG_CT_ALIAS) { in get_constraint_priority()1028 if (!(arg_ct->ct & TCG_CT_REG)) in get_constraint_priority()1032 if (tcg_regset_test_reg(arg_ct->u.regs, i)) in get_constraint_priority()1606 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_mov() local1610 arg_ct = &def->args_ct[0]; in tcg_reg_alloc_mov()1625 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs); in tcg_reg_alloc_mov()1635 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs); in tcg_reg_alloc_mov()1667 const TCGArgConstraint *arg_ct; in tcg_reg_alloc_op() local[all …]
173 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument176 ct = arg_ct->ct; in tcg_target_const_match()
173 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument177 ct = arg_ct->ct; in tcg_target_const_match()
263 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument267 ct = arg_ct->ct; in tcg_target_const_match()
231 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument233 int ct = arg_ct->ct; in tcg_target_const_match()
209 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument211 int ct = arg_ct->ct; in tcg_target_const_match()
268 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument271 ct = arg_ct->ct; in tcg_target_const_match()
290 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument294 ct = arg_ct->ct; in tcg_target_const_match()