Home
last modified time | relevance | path

Searched refs:CR16_R_REGTYPE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/opcodes/
HDcr16-opc.c469 #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),
HDcr16-dis.c208 if (reg->type != CR16_R_REGTYPE) in getregname()
/NextBSD/contrib/binutils/include/opcode/
HDcr16.h74 CR16_R_REGTYPE, /* r<N> */ enumerator
/NextBSD/contrib/binutils/gas/config/
HDtc-cr16.c1030 case CR16_R_REGTYPE: in getreg_image()