Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dop_helper.c273 target_ulong retpc = env->sepc; in helper_sret() local
274 if (!riscv_has_ext(env, RVC) && (retpc & 0x3)) { in helper_sret()
316 return retpc; in helper_sret()
325 target_ulong retpc = env->mepc; in helper_mret() local
326 if (!riscv_has_ext(env, RVC) && (retpc & 0x3)) { in helper_mret()
360 return retpc; in helper_mret()