Home
last modified time | relevance | path

Searched refs:get_next_pc (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dcsr.c2109 static target_ulong get_next_pc(CPURISCVState *env, uintptr_t ra) in get_next_pc() function
2138 if ((val & RVC) && (get_next_pc(env, ra) & 3) != 0) { in write_misa()
/qemu/target/s390x/tcg/
H A Dtranslate.c6405 static target_ulong get_next_pc(CPUS390XState *env, DisasContext *s, in get_next_pc() function
6422 !translator_is_same_page(dcbase, get_next_pc(env, dc, dc->base.pc_next))) { in s390x_tr_translate_insn()