Searched refs:crx_copregtab (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h62 (crx_copregtab). Therefore, order MUST be preserved. */
376 extern const reg_entry crx_copregtab[];
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c632 for (copregtab = crx_copregtab; copregtab < (crx_copregtab + NUMCOPREGS);
1169 reg = &crx_copregtab[r-MAX_REG];
1832 || (crx_copregtab[cr-MAX_REG].type != CRX_C_REGTYPE))
1840 || (crx_copregtab[cr-MAX_REG].type != CRX_CS_REGTYPE))
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c204 reg = &crx_copregtab[r];
206 reg = &crx_copregtab[r+(cs0-c0)];
H A Dcrx-opc.c631 const reg_entry crx_copregtab[] = variable
650 const int crx_num_copregs = ARRAY_SIZE (crx_copregtab);

Completed in 70 milliseconds