Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-dis.c255 #define TWO_INSN(insn) ((((insn) & (0x1F << 27)) != 0) && (((insn) & (0x1F << 22)) != 0)) macro
289 if (opcode->flags & TIC80_VECTOR && vec_opcode == NULL && TWO_INSN (insn)) in print_instruction()