Searched defs:TranslationBlock (Results 1 - 1 of 1) sorted by relevance

/external/qemu/include/exec/
H A Dexec-all.h45 struct TranslationBlock;
46 typedef struct TranslationBlock TranslationBlock; typedef in typeref:struct:TranslationBlock
77 void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb);
78 void gen_intermediate_code_pc(CPUArchState *env, struct TranslationBlock *tb);
79 void restore_state_to_opc(CPUArchState *env, struct TranslationBlock *tb,
85 int cpu_gen_code(CPUArchState *env, struct TranslationBlock *tb,
91 TranslationBlock *tb_gen_code(CPUArchState *env,
108 void tb_reset_jump_recursive(TranslationBlock *tb);
152 struct TranslationBlock { struct
[all...]

Completed in 71 milliseconds