Searched refs:ip2k_cgen_ifld_table (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-desc.c | 293 const CGEN_IFLD ip2k_cgen_ifld_table[] = variable 335 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_NIL] } }, 339 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_ADDR16CJP] } }, 343 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_REG] } }, 347 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 351 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_BITNO] } }, 355 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_PAGE3] } }, 359 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 363 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_IMM8] } }, 367 { 0, { (const PTR) &ip2k_cgen_ifld_table[IP2K_F_RETI3] } }, [all …]
|
D | ip2k-opc.c | 79 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f] 664 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f]
|
D | ip2k-desc.h | 275 extern const struct cgen_ifld ip2k_cgen_ifld_table[];
|