Searched refs:XTHAL_RET_INST (Results 1 – 2 of 2) sorted by relevance
195 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()
1490 #define XTHAL_RET_INST 0x00000080 macro