OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epiphany_cgen_ifld_table
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
epiphany-desc.c
394
const CGEN_IFLD
epiphany_cgen_ifld_table
[] =
variable
481
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_DISP3] } },
482
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_DISP8] } },
487
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_DISP3] } },
488
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_DISP8] } },
493
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_IMM8] } },
494
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_IMM_27_8] } },
499
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_RD_X] } },
500
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_RD] } },
505
{ 0, { (const PTR) &
epiphany_cgen_ifld_table
[EPIPHANY_F_RN_X] } }
[
all
...]
epiphany-desc.h
381
extern const struct cgen_ifld
epiphany_cgen_ifld_table
[];
epiphany-opc.c
49
#define F(f) &
epiphany_cgen_ifld_table
[EPIPHANY_##f]
[
all
...]
Completed in 70 milliseconds