Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dbfin.h784 #define ALU2op_opc_mask 0xf macro
793 ALU2op_opc_bits, ALU2op_opc_mask, \
/toolchain/binutils/binutils-2.25/opcodes/
Dbfin-dis.c1372 int opc = ((iw0 >> ALU2op_opc_bits) & ALU2op_opc_mask); in decode_ALU2op_0()