OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_gen_code
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
translate-all.c
99
int
cpu_gen_code
(CPUState *env, TranslationBlock *tb, int *gen_code_size_ptr)
function
exec-all.h
76
int
cpu_gen_code
(CPUState *env, struct TranslationBlock *tb,
exec.c
929
cpu_gen_code
(env, tb, &code_gen_size);
[
all
...]
/external/qemu/target-arm/
cpu.h
454
#define
cpu_gen_code
cpu_arm_gen_code
macro
/external/qemu/target-mips/
cpu.h
485
#define
cpu_gen_code
cpu_mips_gen_code
macro
/external/qemu/target-i386/
cpu.h
862
#define
cpu_gen_code
cpu_x86_gen_code
macro
Completed in 128 milliseconds