Searched refs:REG_RP (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-opc.c | 489 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE) macro 491 REG_RP(1,0), REG_RP(2,1), REG_RP(3,2), REG_RP(4,3), 492 REG_RP(5,4), REG_RP(6,5), REG_RP(7,6), REG_RP(8,7), 493 REG_RP(9,8), REG_RP(10,9), REG_RP(11,10), REG_RP(12,11),
|