Searched refs:XTHAL_BREAK_INST (Results 1 – 2 of 2) sorted by relevance
221 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()
1491 #define XTHAL_BREAK_INST 0x00000040 macro