Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dbfin.h25 #define BIT_MULTI_INS 0x0800 macro
28 #define SET_MULTI_INSTRUCTION_BIT(x) x->value |= BIT_MULTI_INS;
/toolchain/binutils/binutils-2.25/opcodes/
Dbfin-dis.c4784 if (count == 4 && (priv.iw0 & 0xc000) == 0xc000 && (priv.iw0 & BIT_MULTI_INS) in print_insn_bfin()