OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD_SHIFT
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c
31
#define
WORD_SHIFT
16
[
all
...]
tc-crx.c
33
#define
WORD_SHIFT
16
1209
CRX_PRINT (0, (constant >>
WORD_SHIFT
) & mask, 0);
1210
CRX_PRINT (1, (constant & 0xFFFF),
WORD_SHIFT
);
[
all
...]
Completed in 440 milliseconds