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

/vbox/src/recompiler/
H A Dexec-all.h225 #define tb_set_jmp_target1 ppc_tb_set_jmp_target macro
227 static inline void tb_set_jmp_target1(uintptr_t jmp_addr, uintptr_t addr) function
234 static inline void tb_set_jmp_target1(uintptr_t jmp_addr, uintptr_t addr) function
267 tb_set_jmp_target1((uintptr_t)(tb->tc_ptr + offset), addr);

Completed in 42 milliseconds