Searched refs:xstormy16_cgen_ifld_table (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xstormy16-desc.c | 254 const CGEN_IFLD xstormy16_cgen_ifld_table[] = variable 309 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_ABS24_1] } }, 310 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_ABS24_2] } }, 323 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_NIL] } }, 355 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RD] } }, 359 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RDM] } }, 363 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RM] } }, 367 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RS] } }, 371 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RB] } }, 375 { 0, { (const PTR) &xstormy16_cgen_ifld_table[XSTORMY16_F_RBJ] } }, [all …]
|
D | xstormy16-desc.h | 309 extern const struct cgen_ifld xstormy16_cgen_ifld_table[];
|
D | xstormy16-opc.c | 43 #define F(f) & xstormy16_cgen_ifld_table[XSTORMY16_##f] 952 #define F(f) & xstormy16_cgen_ifld_table[XSTORMY16_##f]
|