OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tabc_fast
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
guest_amd64_helpers.c
500
static UInt
tabc_fast
[AMD64G_CC_OP_NUMBER];
variable
538
vex_printf("%6u ",
tabc_fast
[op]);
560
tabc_fast
[op] = tabc_slow[op] = 0;
694
tabc_fast
[cc_op]++;
724
tabc_fast
[cc_op]--;
[
all
...]
guest_x86_helpers.c
422
static UInt
tabc_fast
[X86G_CC_OP_NUMBER];
variable
458
vex_printf("%6u ",
tabc_fast
[op]);
480
tabc_fast
[op] = tabc_slow[op] = 0;
600
tabc_fast
[cc_op]++;
627
tabc_fast
[cc_op]--;
[
all
...]
Completed in 865 milliseconds