Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dperf.c316 size_t insn, start_words; in perf_report_code() local
332 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()
H A Dtcg.c6092 int i, start_words, num_insns; in tcg_gen_code() local
6186 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()