Home
last modified time | relevance | path

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

/sof-2.7.6/src/arch/xtensa/hal/
Ddebug.c195 inst_type |= XTHAL_RET_INST; in xthal_inst_type()
267 inst_type |= XTHAL_RET_INST; // RET.N, RETW.N in xthal_inst_type()
375 } else if (inst_type & XTHAL_RET_INST) { in xthal_get_npc()
/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dhal.h1490 #define XTHAL_RET_INST 0x00000080 macro