Searched refs:xc16x_cgen_ifld_table (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | xc16x-desc.c | 663 const CGEN_IFLD xc16x_cgen_ifld_table[] = variable 741 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_NIL] } }, 745 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, 749 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 753 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R4] } }, 757 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, 761 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 765 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R0] } }, 769 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 773 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, [all …]
|
D | xc16x-desc.h | 417 extern const struct cgen_ifld xc16x_cgen_ifld_table[];
|
D | xc16x-opc.c | 46 #define F(f) & xc16x_cgen_ifld_table[XC16X_##f] 2903 #define F(f) & xc16x_cgen_ifld_table[XC16X_##f]
|