OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_cond
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
guest_x86_helpers.c
426
static UInt
tab_cond
[X86G_CC_OP_NUMBER][16];
variable
460
Int n =
tab_cond
[op][co];
482
tab_cond
[op][co] = 0;
651
tab_cond
[cc_op][cond]++;
[
all
...]
guest_amd64_helpers.c
504
static UInt
tab_cond
[AMD64G_CC_OP_NUMBER][16];
variable
540
Int n =
tab_cond
[op][co];
562
tab_cond
[op][co] = 0;
748
tab_cond
[cc_op][cond]++;
[
all
...]
Completed in 448 milliseconds