OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icount_label
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
gen-icount.h
4
static int
icount_label
;
variable
13
icount_label
= gen_new_label();
20
tcg_gen_brcondi_i32(TCG_COND_LT, count, 0,
icount_label
);
29
gen_set_label(
icount_label
);
Completed in 26 milliseconds