OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_REG_INST
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
cr16-opc.c
381
#define
ST_REG_INST
(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_D, OP_S) \
429
ST_REG_INST
("storb", 0x00134, 0xFE, 0xC8, 0x319, 0x65, rpbase_disps4, regr),
431
ST_REG_INST
("stord", 0x00138, 0xEE, 0xC7, 0x31A, 0x66, rpbase_dispe4, regp),
432
ST_REG_INST
("storw", 0x0013C, 0xDE, 0xC9, 0x31B, 0x67, rpbase_dispe4, regr),
crx-opc.c
379
#define
ST_REG_INST
(NAME, OPC1, OPC2, DISP) \
418
ST_REG_INST
("storb", 0x20, 0x4, DISPUB4),
421
ST_REG_INST
("storw", 0x21, 0x5, DISPUW4),
424
ST_REG_INST
("stord", 0x22, 0x6, DISPUD4),
Completed in 66 milliseconds