Home
last modified time | relevance | path

Searched refs:tb_add_jump (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dexec-all.h321 static inline void tb_add_jump(TranslationBlock *tb, int n, in tb_add_jump() function
Dcpu-exec.c607 tb_add_jump((TranslationBlock *)(next_tb & ~3), next_tb & 3, tb); in cpu_exec()