Home
last modified time | relevance | path

Searched refs:COPS_REG_INS (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c525 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 Dcrx-dis.c537 COP_ARG : IS_INSN_TYPE (COPS_REG_INS) ? in print_arg()
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h167 #define COPS_REG_INS 13 macro
H A DChangeLog401 * crx.h: Add COPS_REG_INS - Coprocessor Special register
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c1837 else if (IS_INSN_TYPE (COPS_REG_INS)) in preprocess_reglist()