Searched defs:tcg_table_op_count (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.c1990 static int64_t tcg_table_op_count[NB_OPS]; variable
1998 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[i].name, tcg_table_op_count[i]);
2051 tcg_table_op_count[opc]++;

Completed in 50 milliseconds