Home
last modified time | relevance | path

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

/hal_xtensa-2.7.6/src/hal/
Ddebug.c221 inst_type |= XTHAL_BREAK_INST; in xthal_inst_type()
270 inst_type |= XTHAL_BREAK_INST; // BREAK.N in xthal_inst_type()
377 } else if (inst_type & XTHAL_BREAK_INST) { in xthal_get_npc()
/hal_xtensa-2.7.6/include/xtensa/
Dhal.h1491 #define XTHAL_BREAK_INST 0x00000040 macro