OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_REG
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
cr16.h
197
#define
USER_REG
(1 << 15)
crx.h
203
#define
USER_REG
(1 << 15)
/toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c
486
REGLIST_INST ("loadma", 0x325,
USER_REG
),
489
REGLIST_INST ("storma", 0x345,
USER_REG
),
crx-dis.c
539
COPS_ARG : (instruction->flags &
USER_REG
) ?
/toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c
1142
if (is_procreg || (instruction->flags &
USER_REG
))
[
all
...]
Completed in 46 milliseconds