Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c1020 const TCGArgConstraint *arg_ct; in get_constraint_priority() local
1023 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() local
1610 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 …]
/external/qemu/tcg/x86_64/
Dtcg-target.c173 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
176 ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/sparc/
Dtcg-target.c173 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
177 ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/ppc64/
Dtcg-target.c263 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
267 ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/hppa/
Dtcg-target.c231 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
233 int ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/i386/
Dtcg-target.c209 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
211 int ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/arm/
Dtcg-target.c268 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
271 ct = arg_ct->ct; in tcg_target_const_match()
/external/qemu/tcg/ppc/
Dtcg-target.c290 const TCGArgConstraint *arg_ct) in tcg_target_const_match() argument
294 ct = arg_ct->ct; in tcg_target_const_match()