Searched refs:gen_update_pc (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 1022 gen_update_pc(s, 0); in gen_hvc() 1039 gen_update_pc(s, 0); in gen_smc() 1048 gen_update_pc(s, 0); in gen_exception_internal_insn() 1106 gen_update_pc(s, 0); in gen_exception_bkpt_insn() 2551 gen_update_pc(s, diff); in gen_goto_tb() 2562 gen_update_pc(s, diff); in gen_jmp_tb() 2861 gen_update_pc(s, 0); in gen_msr_banked() 2880 gen_update_pc(s, 0); in gen_mrs_banked() 3070 gen_update_pc(s, 0); in do_coproc_insn() 3082 gen_update_pc(s, 0); in do_coproc_insn() [all …]
|
H A D | translate-a32.h | 43 void gen_update_pc(DisasContext *s, target_long diff);
|
H A D | translate-vfp.c | 823 gen_update_pc(s, 0); in trans_VMSR_VMRS()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzawrs.c.inc | 36 gen_update_pc(ctx, ctx->cur_insn_len);
|
H A D | trans_privileged.c.inc | 113 gen_update_pc(ctx, ctx->cur_insn_len);
|
H A D | trans_rvzce.c.inc | 302 gen_update_pc(ctx, 0);
|
H A D | trans_rvi.c.inc | 804 gen_update_pc(ctx, ctx->cur_insn_len); 828 gen_update_pc(ctx, ctx->cur_insn_len); 839 gen_update_pc(ctx, ctx->cur_insn_len);
|
H A D | trans_xthead.c.inc | 1001 gen_update_pc(ctx, ctx->cur_insn_len);
|
H A D | trans_rvv.c.inc | 186 gen_update_pc(s, s->cur_insn_len); 205 gen_update_pc(s, s->cur_insn_len);
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 233 static void gen_update_pc(DisasContext *ctx, target_long diff) in gen_update_pc() function 241 gen_update_pc(ctx, 0); in generate_exception() 301 gen_update_pc(ctx, diff); in gen_goto_tb() 305 gen_update_pc(ctx, diff); in gen_goto_tb() 309 gen_update_pc(ctx, diff); in gen_goto_tb()
|