Searched refs:COP_INST (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | crx-opc.c | 516 #define COP_INST(NAME, OPC, TYPE, REG1, REG2) \ macro 524 COP_INST ("mtcr", 0, COP_REG_INS, regr, copregr), 525 COP_INST ("mfcr", 1, COP_REG_INS, copregr, regr), 526 COP_INST ("mtcsr", 2, COPS_REG_INS, regr, copsregr), 527 COP_INST ("mfcsr", 3, COPS_REG_INS, copsregr, regr), 528 COP_INST ("ldcr", 4, COP_REG_INS, regr, copregr), 530 COP_INST ("ldcsr", 6, COPS_REG_INS, regr, copsregr),
|
D | ChangeLog-2004 | 146 COP_INST macro.
|