OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crx_copregtab
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
crx.h
63
(
crx_copregtab
). Therefore, order MUST be preserved. */
377
extern const reg_entry
crx_copregtab
[];
/toolchain/binutils/binutils-2.25/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.25/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 98 milliseconds