OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RB_LOW
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c
34
#define get_field_r2(instr) get_field (instr, RB_MASK,
RB_LOW
)
453
*rb = (insn & RB_MASK) >>
RB_LOW
;
microblaze-opcm.h
127
#define
RB_LOW
11 /* Low bit for RB. */
/toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c
973
inst |= (reg2 <<
RB_LOW
) & RB_MASK;
979
inst |= (reg3 <<
RB_LOW
) & RB_MASK;
1177
inst |= (reg2 <<
RB_LOW
) & RB_MASK;
[
all
...]
Completed in 427 milliseconds