Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dm_helper.c1917 uint32_t newpc, newpsr, newpsr_exc; in do_v7m_function_return() local
1941 newpc = cpu_ldl_mmu(env, frameptr, oi, 0); in do_v7m_function_return()
1969 env->thumb = newpc & 1; in do_v7m_function_return()
1970 env->regs[15] = newpc & ~1; in do_v7m_function_return()
/qemu/target/arm/
H A Dhelper.c10139 uint32_t newpc) in take_aarch32_exception() argument
10210 env->regs[15] = newpc; in take_aarch32_exception()