Searched refs:COP_INST (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c515 #define COP_INST(NAME, OPC, TYPE, REG1, REG2) \ macro
523 COP_INST ("mtcr", 0, COP_REG_INS, regr, copregr),
524 COP_INST ("mfcr", 1, COP_REG_INS, copregr, regr),
525 COP_INST ("mtcsr", 2, COPS_REG_INS, regr, copsregr),
526 COP_INST ("mfcsr", 3, COPS_REG_INS, copsregr, regr),
527 COP_INST ("ldcr", 4, COP_REG_INS, regr, copregr),
529 COP_INST ("ldcsr", 6, COPS_REG_INS, regr, copsregr),

Completed in 68 milliseconds