Searched refs:COPS_REG_INS (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | crx-opc.c | 525 COP_INST ("mtcsr", 2, COPS_REG_INS, regr, copsregr), 526 COP_INST ("mfcsr", 3, COPS_REG_INS, copsregr, regr), 529 COP_INST ("ldcsr", 6, COPS_REG_INS, regr, copsregr), 530 REV_COP_INST ("stcsr", 7, COPS_REG_INS, copsregr, regr), 540 COPMEM_INST("loadmcsr", 2, COPS_REG_INS), 541 COPMEM_INST("stormcsr", 3, COPS_REG_INS),
|
H A D | crx-dis.c | 537 COP_ARG : IS_INSN_TYPE (COPS_REG_INS) ? in print_arg()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | crx.h | 167 #define COPS_REG_INS 13 macro
|
H A D | ChangeLog | 401 * crx.h: Add COPS_REG_INS - Coprocessor Special register
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-crx.c | 1837 else if (IS_INSN_TYPE (COPS_REG_INS)) in preprocess_reglist()
|