Searched refs:XTHAL_16_BIT_INST (Results 1 – 2 of 2) sorted by relevance
254 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()
1497 #define XTHAL_16_BIT_INST 0x00000001 macro