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

/vbox/src/recompiler/tcg/
H A Dtcg.c242 n = def->nb_iargs + def->nb_oargs;
253 n = def->nb_iargs + def->nb_oargs;
859 int i, k, nb_oargs, nb_iargs, nb_cargs, first_insn; local
880 nb_oargs = def->nb_oargs;
888 nb_oargs = arg >> 16;
896 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[nb_oargs + nb_iargs - 1]));
899 args[nb_oargs + nb_iargs]);
901 fprintf(outfile, ",$%d", nb_oargs);
902 for(i = 0; i < nb_oargs;
1198 int i, op_index, nb_args, nb_iargs, nb_oargs, arg, nb_ops; local
1649 int i, k, nb_iargs, nb_oargs, reg; local
1814 int nb_iargs, nb_oargs, flags, nb_regs, i, reg, nb_params; local
[all...]
H A Dtcg.h423 uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args; member in struct:TCGOpDef

Completed in 47 milliseconds