Searched refs:REG_R (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-opc.c | 472 #define REG_R(N) REG(CONCAT2(r,N), N, CR16_R_REGTYPE) macro 474 REG_R(0), REG_R(1), REG_R(2), REG_R(3), 475 REG_R(4), REG_R(5), REG_R(6), REG_R(7), 476 REG_R(8), REG_R(9), REG_R(10), REG_R(11), 477 REG_R(12), REG_R(13), REG_R(14), REG_R(15),
|
D | crx-opc.c | 599 #define REG_R(N) REG(CONCAT2(r,N), N, CRX_R_REGTYPE) macro 601 REG_R(0), REG_R(1), REG_R(2), REG_R(3), 602 REG_R(4), REG_R(5), REG_R(6), REG_R(7), 603 REG_R(8), REG_R(9), REG_R(10), REG_R(11), 604 REG_R(12), REG_R(13), REG_R(14), REG_R(15),
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-z80.c | 184 #define REG_R (10) macro 215 {"r", REG_R }, 1482 case REG_R: in emit_ldreg() 1513 && (src->X_add_number == REG_R || src->X_add_number == REG_I)) in emit_ldreg()
|