Fix compile time warning building gas for the NDS32 with gcc v6.1.1
[deliverable/binutils-gdb.git] / opcodes / arc-nps400-tbl.h
CommitLineData
0a106562
AB
1/**** Bit Manipulation Instructions ****/
2
e23e8ebe 3/* movl<.cl> */
0a106562
AB
4{ "movh", 0x48080000, 0xf81f0000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_R_SRC1, NPS_UIMM16 }, { 0 }},
5{ "movh", 0x48180000, 0xf81f0000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_UIMM16 }, { C_NPS_CL }},
e23e8ebe
AB
6
7/* movl<.cl> */
0a106562
AB
8{ "movl", 0x48090000, 0xf81f0000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_R_SRC1, NPS_UIMM16 }, { 0 }},
9{ "movl", 0x48190000, 0xf81f0000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_UIMM16 }, { C_NPS_CL }},
e23e8ebe
AB
10
11/* movb<.f><.cl> */
0a106562
AB
12{ "movb", 0x48010000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_BITOP_DST_POS, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
13{ "movb", 0x48018000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC2_3B, NPS_BITOP_DST_POS, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F, C_NPS_CL }},
820f03ff
AB
14
15/* movbi<.f><.cl> */
16{ "movbi", 0x480f0000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_R_SRC1, NPS_BITOP_UIMM8, NPS_BITOP_DST_POS, NPS_BITOP_SIZE_2B }, { C_NPS_F }},
17{ "movbi", 0x480f8000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST, NPS_BITOP_UIMM8, NPS_BITOP_DST_POS, NPS_BITOP_SIZE_2B }, { C_NPS_F, C_NPS_CL }},
18
19/* decode1<.f> */
20{ "decode1", 0x48038040, 0xf80f83e0, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
21
22/* decode1.cl<.f> */
23{ "decode1", 0x48038060, 0xf80803e0, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC2_3B, NPS_BITOP_DST_POS_SZ }, { C_NPS_CL, C_NPS_F }},
24
25/* fbset<.f> */
26{ "fbset", 0x48038000, 0xf80f83e0, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
27
28/* fbclr<.f> */
29{ "fbclr", 0x48030000, 0xf80f83e0, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
30
31/* encode0<.f> */
32{ "encode0", 0x48040000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC2_3B, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
33
34/* encode1<.f> */
35{ "encode1", 0x48048000, 0xf80f8000, ARC_OPCODE_NPS400, BITOP, NONE, { NPS_R_DST_3B, NPS_R_SRC2_3B, NPS_BITOP_SRC_POS, NPS_BITOP_SIZE }, { C_NPS_F }},
36
4eb6f892
AB
37/* mrgb - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
38/* mrgb.cl - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
39/* mov2b - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
40/* mov2b.cl - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
41/* ext4 - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
42/* ext4.cl - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
43/* ins4 - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
44/* ins4.cl - 48 bit instruction, see arc_long_opcodes in arc-opc.c. */
45/* mov3b - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
46/* mov4b - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
47/* mov3bcl - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
48/* mov4bcl - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
49/* mov3b.cl - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
50/* mov4b.cl - 64 bit instruction, see arc_long_opcodes in arc-opc.c. */
51
820f03ff
AB
52/* rflt a,b,c 00111bbb00101110FBBBCCCCCCAAAAAA */
53{ "rflt", 0x382e0000, 0xf8ff8000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, RC }, { 0 }},
54
55/* rflt a,limm,c 0011111000101110F111CCCCCCAAAAAA */
56{ "rflt", 0x3e2e7000, 0xfffff000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, RC }, { 0 }},
57
315f180f
GM
58/* rflt a,b,u6 00111bbb01101110FBBBuuuuuuAAAAAA */
59{ "rflt", 0x386e0000, 0xf8ff8000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, NPS_RFLT_UIMM6 }, { 0 }},
60
820f03ff
AB
61/* rflt 0,b,c 00111bbb00101110FBBBCCCCCC111110 */
62{ "rflt", 0x382e003e, 0xf8ff803f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, RC }, { 0 }},
63
64/* rflt 0,limm,c 0011111000101110F111CCCCCC111110 */
65{ "rflt", 0x3e2e703e, 0xfffff03f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, RC }, { 0 }},
66
315f180f
GM
67/* rflt 0,b,u6 00111bbb01101110FBBBuuuuuu111110 */
68{ "rflt", 0x386e003e, 0xf8ff803f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, NPS_RFLT_UIMM6 }, { 0 }},
69
70/* rflt 0,b,limm 00111bbb00101110FBBB111110111110 */
71{ "rflt", 0x382e0fbe, 0xf8ff8fff, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, LIMM }, { 0 }},
72
73/* rflt a,b,limm 00111bbb00101110FBBB111110AAAAAA */
74{ "rflt", 0x382e0f80, 0xf8ff8fc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, LIMM }, { 0 }},
75
76/* rflt a,limm,limm 0011111000101110F111111110AAAAAA */
77{ "rflt", 0x3e2e7f80, 0xffffffc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, LIMMdup }, { 0 }},
820f03ff
AB
78
79/* rflt a,limm,u6 0011111001101110F111uuuuuuAAAAAA */
80{ "rflt", 0x3e6e7000, 0xfffff000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, NPS_RFLT_UIMM6 }, { 0 }},
81
820f03ff
AB
82/* rflt 0,limm,u6 0011111001101110F111uuuuuu111110 */
83{ "rflt", 0x3e6e703e, 0xfffff03f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, NPS_RFLT_UIMM6 }, { 0 }},
84
85/* crc16<.r> a,b,c 00111bbb00110011RBBBCCCCCCAAAAAA */
86{ "crc16", 0x38330000, 0xf8ff0000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, RC }, { C_NPS_R }},
87
88/* crc16<.r> a,limm,c 0011111000110011R111CCCCCCAAAAAA */
89{ "crc16", 0x3e337000, 0xffff7000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, RC }, { C_NPS_R }},
90
91/* crc16<.r> a,b,u6 00111bbb01110011RBBBuuuuuuAAAAAA */
92{ "crc16", 0x38730000, 0xf8ff0000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, UIMM6_20 }, { C_NPS_R }},
93
94/* crc16<.r> 0,b,c 00111bbb00110011RBBBCCCCCC111110 */
95{ "crc16", 0x3833003e, 0xf8ff003f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, RC }, { C_NPS_R }},
96
97/* crc16<.r> 0,limm,c 0011111000110011R111CCCCCC111110 */
98{ "crc16", 0x3e33703e, 0xffff703f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, RC }, { C_NPS_R }},
99
100/* crc16<.r> 0,b,u6 00111bbb01110011RBBBuuuuuu111110 */
101{ "crc16", 0x3873003e, 0xf8ff003f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, UIMM6_20 }, { C_NPS_R }},
102
103/* crc16<.r> 0,b,limm 00111bbb00110011RBBB111110111110 */
104{ "crc16", 0x38330fbe, 0xf8ff0fff, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, LIMM }, { C_NPS_R }},
105
106/* crc16<.r> a,b,limm 00111bbb00110011RBBB111110AAAAAA */
107{ "crc16", 0x38330f80, 0xf8ff0fc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, LIMM }, { C_NPS_R }},
108
109/* crc16<.r> a,limm,limm 0011111000110011R111111110AAAAAA */
110{ "crc16", 0x3e337f80, 0xffff7fc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, LIMMdup }, { C_NPS_R }},
111
112/* crc16<.r> a,limm,u6 0011111001110011R111uuuuuuAAAAAA */
113{ "crc16", 0x3e737000, 0xffff7000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, UIMM6_20 }, { C_NPS_R }},
114
115/* crc16<.r> 0,limm,u6 0011111001110011R111uuuuuu111110 */
116{ "crc16", 0x3e73703e, 0xffff703f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, UIMM6_20 }, { C_NPS_R }},
117
118/* crc32<.r> a,b,c 00111 bbb 00 110100 R BBB CCCCCC AAAAAA */
119{ "crc32", 0x38340000, 0xf8ff0000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, RC }, { C_NPS_R }},
120
121/* crc32<.r> a,limm,c 00111 110 00 110100 R 111 CCCCCC AAAAAA */
122{ "crc32", 0x3e347000, 0xffff7000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, RC }, { C_NPS_R }},
123
124/* crc32<.r> a,b,u6 00111 bbb 01 110100 R BBB uuuuuu AAAAAA */
125{ "crc32", 0x38740000, 0xf8ff0000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, UIMM6_20 }, { C_NPS_R }},
126
127/* crc32<.r> 0,b,c 00111 bbb 00 110100 R BBB CCCCCC 111110 */
128{ "crc32", 0x3834003e, 0xf8ff003f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, RC }, { C_NPS_R }},
129
130/* crc32<.r> 0,limm,c 00111 110 00 110100 R 111 CCCCCC 111110 */
131{ "crc32", 0x3e34703e, 0xffff703f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, RC }, { C_NPS_R }},
132
133/* crc32<.r> 0,b,u6 00111 bbb 01 110100 R BBB uuuuuu 111110 */
134{ "crc32", 0x3874003e, 0xf8ff003f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, UIMM6_20 }, { C_NPS_R }},
135
136/* crc32<.r> 0,b,limm 00111 bbb 00 110100 R BBB 111110 111110 */
137{ "crc32", 0x38340fbe, 0xf8ff0fff, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, RB, LIMM }, { C_NPS_R }},
138
139/* crc32<.r> a,b,limm 00111 bbb 00 110100 R BBB 111110 AAAAAA */
140{ "crc32", 0x38340f80, 0xf8ff0fc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, RB, LIMM }, { C_NPS_R }},
141
142/* crc32<.r> a,limm,limm 00111 110 00 110100 R 111 111110 AAAAAA */
143{ "crc32", 0x3e347f80, 0xffff7fc0, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, LIMMdup }, { C_NPS_R }},
144
145/* crc32<.r> a,limm,u6 00111 110 01 110100 R 111 uuuuuu AAAAAA */
146{ "crc32", 0x3e747000, 0xffff7000, ARC_OPCODE_NPS400, BITOP, NONE, { RA, LIMM, UIMM6_20 }, { C_NPS_R }},
147
148/* crc32<.r> 0,limm,u6 00111 110 01 110100 R 111 uuuuuu 111110 */
149{ "crc32", 0x3e74703e, 0xffff703f, ARC_OPCODE_NPS400, BITOP, NONE, { ZA, LIMM, UIMM6_20 }, { C_NPS_R }},
a42a4f84 150
537aefaf
AB
151/**** Arithmetic & Logic Instructions ****/
152
153#define ADDB_LIKE(NAME,SUBOP2) \
154 { NAME, (0x48000000 | SUBOP2), 0xf80f001f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC1_POS, NPS_SRC2_POS, NPS_ADDB_SIZE }, { C_NPS_F, C_NPS_SX }},
155
156ADDB_LIKE ("addb", 0)
157ADDB_LIKE ("subb", 4)
158ADDB_LIKE ("adcb", 5)
159ADDB_LIKE ("sbcb", 6)
160
161#define ANDB_LIKE(NAME,SUBOP2,SIZE_OPERAND) \
162 { NAME, (0x48000000 | SUBOP2), 0xf80f001f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC1_POS, NPS_SRC2_POS, SIZE_OPERAND }, { C_NPS_F }},
163
164ANDB_LIKE ("andb", 1, NPS_ANDB_SIZE)
165ANDB_LIKE ("xorb", 2, NPS_ANDB_SIZE)
166ANDB_LIKE ("orb", 3, NPS_ANDB_SIZE)
167ANDB_LIKE ("fxorb", 7, NPS_FXORB_SIZE)
168ANDB_LIKE ("wxorb", 8, NPS_WXORB_SIZE)
169ANDB_LIKE ("shlb", 0xb, NPS_ANDB_SIZE)
170ANDB_LIKE ("shrb", 0xc, NPS_ANDB_SIZE)
171
172#define NOTB_LIKE(NAME,SUBOP2) \
173 { NAME, (0x48000000 | SUBOP2), 0xf80f001f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC2_3B, NPS_SRC2_POS, NPS_ANDB_SIZE }, { C_NPS_F }},
174
175NOTB_LIKE ("notb", 0x9)
176NOTB_LIKE ("cntbb", 0xa)
177
178#define DIV_LIKE(NAME,DIV_MODE) \
179 { NAME, (0x4800000d | DIV_MODE << 14), 0xf80fc3ff, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC1_POS, NPS_SRC2_POS, }, { C_NPS_F }}, \
180 { NAME, (0x4800020d | DIV_MODE << 14), 0xf8efc21f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_DIV_UIMM4, NPS_SRC1_POS }, { C_NPS_F }},
181
182DIV_LIKE ("div", 0x1)
183DIV_LIKE ("mod", 0x2)
184DIV_LIKE ("divm", 0x0)
185
186{ "qcmp", 0x4810000e, 0xf81f001e, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC2_POS, NPS_QCMP_SIZE, NPS_QCMP_M1, NPS_QCMP_M2, NPS_QCMP_M3 }, { C_NPS_AR_AL }},
187{ "qcmp", 0x481001ee, 0xf81f01fe, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC2_POS, NPS_QCMP_SIZE, NPS_QCMP_M1, NPS_QCMP_M2 }, { C_NPS_AR_AL }},
188{ "qcmp", 0x481001ee, 0xf81f81fe, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC2_POS, NPS_QCMP_SIZE, NPS_QCMP_M1 }, { C_NPS_AR_AL }},
189{ "qcmp", 0x481001ee, 0xf81fc1fe, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_SRC2_POS, NPS_QCMP_SIZE }, { C_NPS_AR_AL }},
190
191{ "calcsd", 0x48000010, 0xf80f407f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_CALC_ENTRY_SIZE }, { C_NPS_F }},
192{ "calcxd", 0x48004010, 0xf80f407f, ARC_OPCODE_NPS400, ARITH, NONE, { NPS_R_DST_3B, NPS_R_SRC1_3B, NPS_R_SRC2_3B, NPS_CALC_ENTRY_SIZE }, { C_NPS_F }},
193
c8f785f2
AB
194/**** Protocol Decoder Instructions ****/
195
196/* dctcp b,c 00111bbb001011110bbbcccccc000000 */
197{ "dctcp", 0x382f0000, 0xf8ff803f, ARC_OPCODE_NPS400, NET, NONE, { RB, RC }, { 0 }},
198
199/* dcip a,b,c 00111bbb001011110bbbccccccaaaaaa */
200{ "dcip", 0x38290000, 0xf8ff8000, ARC_OPCODE_NPS400, NET, NONE, { RA, RB, RC }, { 0 }},
201
202/* dcet b,c 00111bbb001011110bbbcccccc000010 */
203{ "dcet", 0x382f0002, 0xf8ff803f, ARC_OPCODE_NPS400, NET, NONE, { RB, RC }, { 0 }},
204
205/* dcet a,b,c 00111bbb001000000bbbccccccaaaaaa */
206{ "dcet", 0x38200000, 0xf8ff8000, ARC_OPCODE_NPS400, NET, NONE, { RA, RB, RC }, { 0 }},
207
208/**** ACL Instructions ****/
209
210/* dcacl<.f> a,b,c 00111bbb001001010bbbccccccaaaaaa */
211{ "dcacl", 0x38250000, 0xf8ff0000, ARC_OPCODE_NPS400, ACL, NONE, { RA, RB, RC }, { C_F }},
212
a42a4f84
AB
213/**** Pipeline Control Instructions ****/
214
215/* schd<.rw|.rd> */
216{ "schd", 0x3e6f7004, 0xffffff7f, ARC_OPCODE_NPS400, CONTROL, NONE, { 0 }, { C_NPS_SCHD_RW }},
217
218/* schd.wft.<.ie1|.ie2|.ie12> */
219{ "schd", 0x3e6f7044, 0xfffffcff, ARC_OPCODE_NPS400, CONTROL, NONE, { 0 }, { C_NPS_SCHD_TRIG, C_NPS_SCHD_IE }},
220
221/* sync<.rd|.wr> */
222{ "sync", 0x3e6f703f, 0xffffffbf, ARC_OPCODE_NPS400, CONTROL, NONE, { 0 }, { C_NPS_SYNC }},
223
224/* hwscd.off B */
225{ "hwschd", 0x386f00bf, 0xf8ff8fff, ARC_OPCODE_NPS400, CONTROL, NONE, { RB }, { C_NPS_HWS_OFF }},
226
227/* hwscd.restore 0,C */
228{ "hwschd", 0x3e6f7003, 0xfffff03f, ARC_OPCODE_NPS400, CONTROL, NONE, { ZA, RC }, { C_NPS_HWS_RESTORE }},
4b0c052e
AB
229
230/**** Load / Store From (0x57f00000 + Offset) Instructions ****/
231
232#define XLDST_LIKE(NAME,SUBOP2) \
233 { NAME, (0x58000000 | (SUBOP2 << 16)), 0xf81f0000, ARC_OPCODE_NPS400, MEMORY, NONE, { NPS_R_DST, BRAKET, NPS_XLDST_UIMM16, BRAKETdup }, { 0 }},
234
235XLDST_LIKE("xldb", 0x8)
236XLDST_LIKE("xldw", 0x9)
237XLDST_LIKE("xld", 0xa)
238XLDST_LIKE("xstb", 0xc)
239XLDST_LIKE("xstw", 0xd)
240XLDST_LIKE("xst", 0xe)
This page took 0.046302 seconds and 4 git commands to generate.