Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c2006 static int64_t tcg_table_op_count[NB_OPS]; variable
2014 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[i].name, tcg_table_op_count[i]); in dump_op_count()
2097 tcg_table_op_count[opc]++; in tcg_gen_code_common()