Searched refs:openrisc_cgen_ifld_table (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | openrisc-desc.c | 220 const CGEN_IFLD openrisc_cgen_ifld_table[] = variable 268 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_I16_1] } }, 269 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_I16_2] } }, 290 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_NIL] } }, 302 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_SIMM16] } }, 306 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_UIMM16] } }, 310 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_DISP26] } }, 314 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_ABS26] } }, 318 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_UIMM5] } }, 322 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_R1] } }, [all …]
|
| D | openrisc-opc.c | 46 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_##f] 48 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_/**/f] 531 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_##f] 533 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_/**/f]
|
| D | openrisc-desc.h | 278 extern const struct cgen_ifld openrisc_cgen_ifld_table[];
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | openrisc-desc.c | 220 const CGEN_IFLD openrisc_cgen_ifld_table[] = variable 268 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_I16_1] } }, 269 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_I16_2] } }, 290 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_NIL] } }, 302 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_SIMM16] } }, 306 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_UIMM16] } }, 310 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_DISP26] } }, 314 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_ABS26] } }, 318 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_UIMM5] } }, 322 { 0, { (const PTR) &openrisc_cgen_ifld_table[OPENRISC_F_R1] } }, [all …]
|
| D | openrisc-opc.c | 46 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_##f] 48 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_/**/f] 531 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_##f] 533 #define F(f) & openrisc_cgen_ifld_table[OPENRISC_/**/f]
|
| D | openrisc-desc.h | 145 extern const struct cgen_ifld openrisc_cgen_ifld_table[];
|