Searched defs:arg_ct (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c245 const TCGArgConstraint *arg_ct)
247 int ct = arg_ct->ct;
244 tcg_target_const_match(tcg_target_long val, const TCGArgConstraint *arg_ct) argument
/vbox/src/recompiler/tcg/
H A Dtcg.c1003 const TCGArgConstraint *arg_ct; local
1006 arg_ct = &def->args_ct[k];
1007 if (arg_ct->ct & TCG_CT_ALIAS) {
1011 if (!(arg_ct->ct & TCG_CT_REG))
1015 if (tcg_regset_test_reg(arg_ct->u.regs, i))
1590 const TCGArgConstraint *arg_ct; local
1594 arg_ct = &def->args_ct[0];
1609 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs);
1619 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs);
1651 const TCGArgConstraint *arg_ct; local
1820 const TCGArgConstraint *arg_ct; local
[all...]

Completed in 53 milliseconds