Home
last modified time | relevance | path

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

/hal_xtensa-2.7.6/src/hal/
Ddebug.c254 inst_type |= XTHAL_16_BIT_INST; in xthal_inst_type()
257 inst_type |= XTHAL_16_BIT_INST; // MOVI.N BEQZ.N, BNEZ.N in xthal_inst_type()
262 inst_type |= XTHAL_16_BIT_INST; in xthal_inst_type()
301 inst_type_mask = XTHAL_16_BIT_INST|XTHAL_BRANCH_INST|XTHAL_DEST_REL_INST; in xthal_branch_addr()
411 if (inst_type &XTHAL_16_BIT_INST) { in xthal_get_npc()
/hal_xtensa-2.7.6/include/xtensa/
Dhal.h1497 #define XTHAL_16_BIT_INST 0x00000001 macro