Searched refs:gen_update_nip (Results 1 – 1 of 1) sorted by relevance
/qemu/target/ppc/ |
H A D | translate.c | 294 static inline void gen_update_nip(DisasContext *ctx, target_ulong nip) in gen_update_nip() function 307 gen_update_nip(ctx, nip); in gen_exception_err_nip() 329 gen_update_nip(ctx, nip); in gen_exception_nip() 3996 gen_update_nip(ctx, ctx->cia); in gen_scv() 4236 gen_update_nip(ctx, ctx->base.pc_next); in gen_mtmsrd() 4275 gen_update_nip(ctx, ctx->base.pc_next); in gen_mtmsr() 6630 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6655 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6661 gen_update_nip(ctx, nip); in ppc_tr_tb_stop() 6676 gen_update_nip(ctx, nip); in ppc_tr_tb_stop()
|