HomeSort by relevance Sort by last modified time
    Searched refs:tb_set_jmp_target (Results 1 - 2 of 2) sorted by null

  /external/qemu/
exec-all.h 302 static inline void tb_set_jmp_target(TranslationBlock *tb, function
317 static inline void tb_set_jmp_target(TranslationBlock *tb, function
331 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr);
exec.c 779 tb_set_jmp_target(tb, n, (unsigned long)(tb->tc_ptr + tb->tb_next_offset[n]));
    [all...]

Completed in 712 milliseconds