OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMM_LOW
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c
35
#define get_int_field_imm(instr) ((instr & IMM_MASK) >>
IMM_LOW
)
54
sprintf (tmpstr, "%d", (short)((instr & IMM_MASK) >>
IMM_LOW
));
63
sprintf (tmpstr, "%d", (short)((instr & IMM5_MASK) >>
IMM_LOW
));
82
(short)((instr & RFSL_MASK) >>
IMM_LOW
));
91
sprintf (tmpstr, "%d", (short)((instr & IMM15_MASK) >>
IMM_LOW
));
101
switch ((((instr & IMM_MASK) >>
IMM_LOW
) ^ op->immval_mask))
149
if (((((instr & IMM_MASK) >>
IMM_LOW
) ^ op->immval_mask) & 0xE000)
153
(unsigned short)(((instr & IMM_MASK) >>
IMM_LOW
)
454
t3 = (insn & IMM_MASK) >>
IMM_LOW
;
microblaze-opcm.h
128
#define
IMM_LOW
0 /* Low bit for immediate. */
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
1066
inst |= (immed <<
IMM_LOW
) & IMM_MASK;
1080
inst |= (immed <<
IMM_LOW
) & IMM_MASK;
1106
inst |= (immed <<
IMM_LOW
) & IMM_MASK;
1151
inst |= (immed <<
IMM_LOW
) & IMM5_MASK;
[
all
...]
Completed in 3522 milliseconds