Home
last modified time | relevance | path

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

/hal_xtensa-latest/src/hal/
Ddebug.c357 unsigned npc; in xthal_get_npc() local
360 npc = user_state->pc + 3; in xthal_get_npc()
362 npc = user_state->pc + 2; in xthal_get_npc()
376 npc = (user_state->pc&0xc0000000)+(user_state->ar[0]&0x3fffffff); in xthal_get_npc()
517 else if (user_state->lcount && (npc==user_state->lend)) in xthal_get_npc()
521 return npc; in xthal_get_npc()