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

  /external/qemu/tcg/
tcg.c 236 n = def->nb_iargs + def->nb_oargs;
247 n = def->nb_iargs + def->nb_oargs;
876 int i, k, nb_oargs, nb_iargs, nb_cargs, first_insn; local
897 nb_oargs = def->nb_oargs;
905 nb_oargs = arg >> 16;
913 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[nb_oargs + nb_iargs - 1]));
916 args[nb_oargs + nb_iargs]);
918 fprintf(outfile, ",$%d", nb_oargs);
919 for(i = 0; i < nb_oargs; i++)
1211 int i, op_index, nb_args, nb_iargs, nb_oargs, arg, nb_ops; local
1665 int i, k, nb_iargs, nb_oargs, reg; local
1830 int nb_iargs, nb_oargs, flags, nb_regs, i, reg, nb_params; local
    [all...]
tcg.h 439 uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args; member in struct:TCGOpDef

Completed in 27 milliseconds