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

  /external/qemu/include/exec/
exec-all.h 288 static inline void tb_set_jmp_target(TranslationBlock *tb, function
301 static inline void tb_set_jmp_target(TranslationBlock *tb, function
315 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc_ptr);
  /external/qemu/
translate-all.c 863 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));
    [all...]

Completed in 287 milliseconds