Searched refs:CR16_R_REGTYPE (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/binutils/opcodes/ |
| HD | cr16-opc.c | 469 #define REG_R(N) REG(CONCAT2(r,N), N, CR16_R_REGTYPE) 475 REG(r12_L, 12, CR16_R_REGTYPE), 476 REG(r13_L, 13, CR16_R_REGTYPE), 477 REG(ra, 0xe, CR16_R_REGTYPE), 478 REG(sp, 0xf, CR16_R_REGTYPE), 479 REG(sp_L, 0xf, CR16_R_REGTYPE), 480 REG(RA, 0xe, CR16_R_REGTYPE),
|
| HD | cr16-dis.c | 208 if (reg->type != CR16_R_REGTYPE) in getregname()
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | cr16.h | 74 CR16_R_REGTYPE, /* r<N> */ enumerator
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-cr16.c | 1030 case CR16_R_REGTYPE: in getreg_image()
|