Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h298 static inline void tb_set_jmp_target(TranslationBlock *tb, in tb_set_jmp_target() function
313 static inline void tb_set_jmp_target(TranslationBlock *tb, in tb_set_jmp_target() function
327 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr); in tb_add_jump()
Dexec.c769 tb_set_jmp_target(tb, n, (unsigned long)(tb->tc_ptr + tb->tb_next_offset[n])); in tb_reset_jump()