HomeSort by relevance Sort by last modified time
    Searched refs:crx_copregtab (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
crx.h 63 (crx_copregtab). Therefore, order MUST be preserved. */
377 extern const reg_entry crx_copregtab[];
  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 585 for (copregtab = crx_copregtab; copregtab < (crx_copregtab + NUMCOPREGS);
1123 rreg = &crx_copregtab[r-MAX_REG];
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
crx-dis.c 205 regentry = &crx_copregtab[r];
207 regentry = &crx_copregtab[r+(cs0-c0)];
crx-opc.c 635 const reg_entry crx_copregtab[] = variable
654 const int crx_num_copregs = ARRAY_SIZE (crx_copregtab);

Completed in 65 milliseconds