Searched refs:gen_update_nip (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 293 static inline void gen_update_nip(DisasContext *ctx, target_ulong nip) in gen_update_nip() function 306 gen_update_nip(ctx, nip); in gen_exception_err_nip() 328 gen_update_nip(ctx, nip); in gen_exception_nip() 3971 gen_update_nip(ctx, ctx->cia); in gen_scv() 4211 gen_update_nip(ctx, ctx->base.pc_next); in gen_mtmsrd() 4250 gen_update_nip(ctx, ctx->base.pc_next); in gen_mtmsr() 6605 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6630 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6636 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6651 gen_update_nip(ctx, nip); in ppc_tr_tb_stop()
|