OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMM5_MASK
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h
137
#define
IMM5_MASK
0x0000001F
microblaze-dis.c
63
sprintf (tmpstr, "%d", (short)((instr &
IMM5_MASK
) >> IMM_LOW));
metag-dis.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
1151
inst |= (immed << IMM_LOW) &
IMM5_MASK
;
[
all
...]
tc-metag.c
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
metag.h
[
all
...]
Completed in 236 milliseconds