Searched refs:xc16x_cgen_ifld_table (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | xc16x-desc.c | 670 const CGEN_IFLD xc16x_cgen_ifld_table[] = variable 756 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_NIL] } }, 760 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, 764 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 768 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R4] } }, 772 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, 776 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 780 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R0] } }, 784 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R1] } }, 788 { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_R2] } }, [all …]
|
H A D | xc16x-opc.c | 47 #define F(f) & xc16x_cgen_ifld_table[XC16X_##f] 49 #define F(f) & xc16x_cgen_ifld_table[XC16X_/**/f] 2916 #define F(f) & xc16x_cgen_ifld_table[XC16X_##f] 2918 #define F(f) & xc16x_cgen_ifld_table[XC16X_/**/f]
|
H A D | xc16x-desc.h | 422 extern const struct cgen_ifld xc16x_cgen_ifld_table[];
|