Searched refs:gen_update_pc (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 750 void gen_update_pc(DisasContext *s, target_long diff) in gen_update_pc() function 866 gen_update_pc(s, curr_insn_len(s)); in gen_blxns() 1022 gen_update_pc(s, 0); in gen_hvc() 1030 gen_update_pc(s, curr_insn_len(s)); in gen_hvc() 1039 gen_update_pc(s, 0); in gen_smc() 1041 gen_update_pc(s, curr_insn_len(s)); in gen_smc() 1048 gen_update_pc(s, 0); in gen_exception_internal_insn() 1077 gen_update_pc(s, pc_diff); in gen_exception_insn_el_v() 1097 gen_update_pc(s, pc_diff); in gen_exception_insn() 1106 gen_update_pc(s, 0); in gen_exception_bkpt_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 | 859 gen_update_pc(ctx, ctx->cur_insn_len); 883 gen_update_pc(ctx, ctx->cur_insn_len); 894 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 | 241 static void gen_update_pc(DisasContext *ctx, target_long diff) in gen_update_pc() function 249 gen_update_pc(ctx, 0); in generate_exception() 309 gen_update_pc(ctx, diff); in gen_goto_tb() 313 gen_update_pc(ctx, diff); in gen_goto_tb() 317 gen_update_pc(ctx, diff); in gen_goto_tb()
|