Searched refs:tcg_gen_exit_tb (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dgen-icount.h32 tcg_gen_exit_tb((tcg_target_long)tb + 2);
/external/qemu/target-mips/
H A Dtranslate.c2456 tcg_gen_exit_tb((long)tb + n);
2463 tcg_gen_exit_tb(0);
8269 tcg_gen_exit_tb(0);
8389 tcg_gen_exit_tb(0);
/external/qemu/target-i386/
H A Dtranslate.c2298 tcg_gen_exit_tb((long)tb + tb_num);
2716 tcg_gen_exit_tb(0);
7063 tcg_gen_exit_tb(0);
/external/qemu/target-arm/
H A Dtranslate.c3456 tcg_gen_exit_tb((tcg_target_long)tb + n);
3459 tcg_gen_exit_tb(0);
9781 tcg_gen_exit_tb(0);
/external/qemu/tcg/
H A Dtcg-op.h2179 static inline void tcg_gen_exit_tb(tcg_target_long val) function

Completed in 91 milliseconds