Searched refs:COP_REG_INS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | crx-opc.c | 511 {"cpi", 2, 0x301, 20, COP_REG_INS, {{ui4,16}, {ui16,0}}}, 513 {"cpi", 3, 0x311, 20, COP_REG_INS, {{ui4,16}, {ui16,0}, {ui16,16}}}, 523 COP_INST ("mtcr", 0, COP_REG_INS, regr, copregr), 524 COP_INST ("mfcr", 1, COP_REG_INS, copregr, regr), 527 COP_INST ("ldcr", 4, COP_REG_INS, regr, copregr), 528 REV_COP_INST ("stcr", 5, COP_REG_INS, copregr, regr), 538 COPMEM_INST("loadmcr", 0, COP_REG_INS), 539 COPMEM_INST("stormcr", 1, COP_REG_INS), 551 {"cpdop", 2, 0x3010B, 12, COP_REG_INS | FMT_4, 554 {"cpdop", 3, 0x3110B, 12, COP_REG_INS | FMT_4,
|
| D | crx-dis.c | 536 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? in print_arg()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | crx.h | 166 #define COP_REG_INS 12 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-crx.c | 1829 if (IS_INSN_TYPE (COP_REG_INS)) in preprocess_reglist()
|