Home
last modified time | relevance | path

Searched refs:nb_oargs (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/
Dtcg.c236 n = def->nb_iargs + def->nb_oargs; in tcg_context_init()
247 n = def->nb_iargs + def->nb_oargs; in tcg_context_init()
876 int i, k, nb_oargs, nb_iargs, nb_cargs, first_insn; in tcg_dump_ops() local
897 nb_oargs = def->nb_oargs; in tcg_dump_ops()
905 nb_oargs = arg >> 16; in tcg_dump_ops()
913 tcg_get_arg_str_idx(s, buf, sizeof(buf), args[nb_oargs + nb_iargs - 1])); in tcg_dump_ops()
916 args[nb_oargs + nb_iargs]); in tcg_dump_ops()
918 fprintf(outfile, ",$%d", nb_oargs); in tcg_dump_ops()
919 for(i = 0; i < nb_oargs; i++) { in tcg_dump_ops()
926 if (args[nb_oargs + i] == TCG_CALL_DUMMY_ARG) { in tcg_dump_ops()
[all …]
Dtcg.h439 uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args; member