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

/vbox/src/recompiler/target-i386/
H A Dtranslate.c2468 static inline void gen_goto_tb(DisasContext *s, int tb_num, target_ulong eip) function
2503 gen_goto_tb(s, 0, next_eip);
2506 gen_goto_tb(s, 1, val);
2915 gen_goto_tb(s, tb_num, eip);

Completed in 58 milliseconds