OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_OP_INST
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
cr16-opc.c
436
#define
NO_OP_INST
(NAME, OPC) \
440
NO_OP_INST
("cinv[i]", 0x000A),
441
NO_OP_INST
("cinv[i,u]", 0x000B),
442
NO_OP_INST
("cinv[d]", 0x000C),
443
NO_OP_INST
("cinv[d,u]", 0x000D),
444
NO_OP_INST
("cinv[d,i]", 0x000E),
445
NO_OP_INST
("cinv[d,i,u]", 0x000F),
446
NO_OP_INST
("nop", 0x2C00),
447
NO_OP_INST
("retx", 0x0003),
448
NO_OP_INST
("di", 0x0004)
[
all
...]
crx-opc.c
145
#define
NO_OP_INST
(NAME, OPC) \
149
NO_OP_INST
("nop", 0x3002),
150
NO_OP_INST
("retx", 0x3003),
151
NO_OP_INST
("di", 0x3004),
152
NO_OP_INST
("ei", 0x3005),
153
NO_OP_INST
("wait", 0x3006),
154
NO_OP_INST
("eiwait", 0x3007),
Completed in 477 milliseconds