Searched defs:tcg_table_op_count (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/tcg/
H A Dtcg.c2440 static int64_t tcg_table_op_count[NB_OPS]; variable
2448 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[i].name, tcg_table_op_count[i]);
2512 tcg_table_op_count[opc]++;

Completed in 115 milliseconds