Searched refs:ip2k_cgen_ifld_table (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ip2k-desc.c | 301 const CGEN_IFLD ip2k_cgen_ifld_table[] = variable 351 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_NIL] } }, 355 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_ADDR16CJP] } }, 359 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_REG] } }, 363 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 367 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_BITNO] } }, 371 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_PAGE3] } }, 375 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 379 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 383 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_RETI3] } }, [all …]
|
| D | ip2k-opc.c | 80 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f] 82 #define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f] 677 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f] 679 #define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f]
|
| D | ip2k-desc.h | 237 extern const struct cgen_ifld ip2k_cgen_ifld_table[];
|