OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_gen_code
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
exec-all.h
82
TranslationBlock *
tb_gen_code
(CPUState *env,
cpu-exec.c
112
tb =
tb_gen_code
(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags,
167
tb =
tb_gen_code
(env, pc, cs_base, flags, 0);
[
all
...]
exec.c
901
TranslationBlock *
tb_gen_code
(CPUState *env,
function
1046
tb_gen_code
(env, current_pc, current_cs_base, current_flags, 1);
[
all
...]
Completed in 33 milliseconds