OpenGrok
Cross Reference: bfin-dis.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
opcodes
/
bfin-dis.c
Home
|
History
|
Annotate
|
Download
|
only in
opcodes
Lines Matching
refs:ALU2op_opc_mask
1372
int opc = ((iw0 >> ALU2op_opc_bits) &
ALU2op_opc_mask
);