Searched refs:ST_REG_INST (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-opc.c | 381 #define ST_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_D, OP_S) \ macro 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),
|
D | crx-opc.c | 379 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \ macro 418 ST_REG_INST ("storb", 0x20, 0x4, DISPUB4), 421 ST_REG_INST ("storw", 0x21, 0x5, DISPUW4), 424 ST_REG_INST ("stord", 0x22, 0x6, DISPUD4),
|