Searched refs:start_words (Results 1 – 2 of 2) sorted by relevance
316 size_t insn, start_words; in perf_report_code() local332 start_words = tcg_ctx->insn_start_words; in perf_report_code()336 q[insn].address = gen_insn_data[insn * start_words + 0]; in perf_report_code()
6092 int i, start_words, num_insns; in tcg_gen_code() local6186 start_words = s->insn_start_words; in tcg_gen_code()6188 tcg_malloc(sizeof(uint64_t) * s->gen_tb->icount * start_words); in tcg_gen_code()6213 for (i = 0; i < start_words; ++i) { in tcg_gen_code()6214 s->gen_insn_data[num_insns * start_words + i] = in tcg_gen_code()