Searched refs:LD_REG_INST (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-opc.c | 350 #define LD_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_S, OP_D) \ macro 376 LD_REG_INST ("loadb", 0x00124, 0xBE, 0x88, 0x219, 0x45, rpbase_disps4, regr), 377 LD_REG_INST ("loadd", 0x00128, 0xAE, 0x87, 0x21A, 0x46, rpbase_dispe4, regp), 378 LD_REG_INST ("loadw", 0x0012C, 0x9E, 0x89, 0x21B, 0x47, rpbase_dispe4, regr),
|
D | crx-opc.c | 348 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \ macro 374 LD_REG_INST ("loadb", 0x0, 0x0, DISPUB4), 375 LD_REG_INST ("loadw", 0x1, 0x1, DISPUW4), 376 LD_REG_INST ("loadd", 0x2, 0x2, DISPUD4),
|