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

/external/qemu/target-mips/
H A Dtranslate.c2455 static inline void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) function
7656 gen_goto_tb(ctx, 1, ctx->pc + 4);
8249 gen_goto_tb(ctx, 0, ctx->btarget);
8254 gen_goto_tb(ctx, 0, ctx->btarget);
8263 gen_goto_tb(ctx, 1, ctx->pc + 4);
8265 gen_goto_tb(ctx, 0, ctx->btarget);
8391 gen_goto_tb(&ctx, 0, ctx.pc);
8395 gen_goto_tb(&ctx, 0, ctx.pc);
/external/qemu/target-arm/
H A Dtranslate.c3501 static inline void gen_goto_tb(DisasContext *s, int n, uint32_t dest) function
3524 gen_goto_tb(s, 0, dest);
9916 gen_goto_tb(dc, 1, dc->pc);
9940 gen_goto_tb(dc, 1, dc->pc);
/external/qemu/target-i386/
H A Dtranslate.c2464 static inline void gen_goto_tb(DisasContext *s, int tb_num, target_ulong eip) function
2496 gen_goto_tb(s, 0, next_eip);
2499 gen_goto_tb(s, 1, val);
2893 gen_goto_tb(s, tb_num, eip);

Completed in 132 milliseconds