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

/external/qemu/tcg/
H A Dtcg.c105 const TCGArgConstraint *arg_ct);
1251 const TCGArgConstraint *arg_ct; local
1254 arg_ct = &def->args_ct[k];
1255 if (arg_ct->ct & TCG_CT_ALIAS) {
1259 if (!(arg_ct->ct & TCG_CT_REG))
1263 if (tcg_regset_test_reg(arg_ct->u.regs, i))
2013 const TCGArgConstraint *arg_ct, *oarg_ct; local
2019 arg_ct = &def->args_ct[1];
2027 ts->reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs);
2096 const TCGArgConstraint *arg_ct; local
2268 const TCGArgConstraint *arg_ct; local
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c227 const TCGArgConstraint *arg_ct)
229 int ct = arg_ct->ct;
226 tcg_target_const_match(tcg_target_long val, const TCGArgConstraint *arg_ct) argument

Completed in 34 milliseconds