Searched refs:tabc_fast (Results 1 - 2 of 2) sorted by path

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c567 static UInt tabc_fast[AMD64G_CC_OP_NUMBER]; variable
605 vex_printf("%6u ", tabc_fast[op]);
627 tabc_fast[op] = tabc_slow[op] = 0;
773 tabc_fast[cc_op]++;
803 tabc_fast[cc_op]--;
H A Dguest_x86_helpers.c423 static UInt tabc_fast[X86G_CC_OP_NUMBER]; variable
459 vex_printf("%6u ", tabc_fast[op]);
481 tabc_fast[op] = tabc_slow[op] = 0;
601 tabc_fast[cc_op]++;
628 tabc_fast[cc_op]--;

Completed in 7107 milliseconds