HomeSort by relevance Sort by last modified time
    Searched refs:args_ct (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 224 TCGArgConstraint *args_ct; local
240 args_ct = qemu_malloc(sizeof(TCGArgConstraint) * total_args);
245 def->args_ct = args_ct;
249 args_ct += n;
1023 arg_ct = &def->args_ct[k];
1084 tcg_regset_clear(def->args_ct[i].u.regs);
1085 def->args_ct[i].ct = 0;
1090 assert(def->args_ct[oarg].ct & TCG_CT_REG);
1093 def->args_ct[i] = def->args_ct[oarg]
    [all...]
tcg.h 441 TCGArgConstraint *args_ct; member in struct:TCGOpDef

Completed in 30 milliseconds