2004-04-21 Andrew Cagney <cagney@redhat.com>
[binutils.git] / opcodes / ip2k-opc.c
blob5140cffcf1f4edeff0b6d43500c63d8be77a5e4a
1 /* Instruction opcode table for ip2k.
3 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
7 This file is part of the GNU Binutils and/or GDB, the GNU debugger.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 #include "sysdep.h"
26 #include "ansidecl.h"
27 #include "bfd.h"
28 #include "symcat.h"
29 #include "ip2k-desc.h"
30 #include "ip2k-opc.h"
31 #include "libiberty.h"
33 /* -- opc.c */
35 #include "safe-ctype.h"
37 /* A better hash function for instruction mnemonics. */
38 unsigned int
39 ip2k_asm_hash (insn)
40 const char* insn;
42 unsigned int hash;
43 const char* m = insn;
45 for (hash = 0; *m && !ISSPACE(*m); m++)
46 hash = (hash * 23) ^ (0x1F & TOLOWER(*m));
48 /* printf ("%s %d\n", insn, (hash % CGEN_ASM_HASH_SIZE)); */
50 return hash % CGEN_ASM_HASH_SIZE;
54 /* Special check to ensure that instruction exists for given machine. */
55 int
56 ip2k_cgen_insn_supported (cd, insn)
57 CGEN_CPU_DESC cd;
58 const CGEN_INSN *insn;
60 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
62 /* No mach attribute? Assume it's supported for all machs. */
63 if (machs == 0)
64 return 1;
66 return ((machs & cd->machs) != 0);
70 /* -- asm.c */
71 /* The hash functions are recorded here to help keep assembler code out of
72 the disassembler and vice versa. */
74 static int asm_hash_insn_p PARAMS ((const CGEN_INSN *));
75 static unsigned int asm_hash_insn PARAMS ((const char *));
76 static int dis_hash_insn_p PARAMS ((const CGEN_INSN *));
77 static unsigned int dis_hash_insn PARAMS ((const char *, CGEN_INSN_INT));
79 /* Instruction formats. */
81 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
82 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f]
83 #else
84 #define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f]
85 #endif
86 static const CGEN_IFMT ifmt_empty = {
87 0, 0, 0x0, { { 0 } }
90 static const CGEN_IFMT ifmt_jmp = {
91 16, 16, 0xe000, { { F (F_OP3) }, { F (F_ADDR16CJP) }, { 0 } }
94 static const CGEN_IFMT ifmt_sb = {
95 16, 16, 0xf000, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
98 static const CGEN_IFMT ifmt_xorw_l = {
99 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } }
102 static const CGEN_IFMT ifmt_loadl_a = {
103 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } }
106 static const CGEN_IFMT ifmt_loadh_a = {
107 16, 16, 0xff00, { { F (F_OP4) }, { F (F_OP4MID) }, { F (F_IMM8) }, { 0 } }
110 static const CGEN_IFMT ifmt_addcfr_w = {
111 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }
114 static const CGEN_IFMT ifmt_speed = {
115 16, 16, 0xff00, { { F (F_OP8) }, { F (F_IMM8) }, { 0 } }
118 static const CGEN_IFMT ifmt_ireadi = {
119 16, 16, 0xffff, { { F (F_OP6) }, { F (F_OP6_10LOW) }, { 0 } }
122 static const CGEN_IFMT ifmt_page = {
123 16, 16, 0xfff8, { { F (F_OP6) }, { F (F_OP6_7LOW) }, { F (F_PAGE3) }, { 0 } }
126 static const CGEN_IFMT ifmt_reti = {
127 16, 16, 0xfff8, { { F (F_OP6) }, { F (F_OP6_7LOW) }, { F (F_RETI3) }, { 0 } }
130 #undef F
132 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
133 #define A(a) (1 << CGEN_INSN_##a)
134 #else
135 #define A(a) (1 << CGEN_INSN_/**/a)
136 #endif
137 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
138 #define OPERAND(op) IP2K_OPERAND_##op
139 #else
140 #define OPERAND(op) IP2K_OPERAND_/**/op
141 #endif
142 #define MNEM CGEN_SYNTAX_MNEMONIC /* syntax value for mnemonic */
143 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
145 /* The instruction table. */
147 static const CGEN_OPCODE ip2k_cgen_insn_opcode_table[MAX_INSNS] =
149 /* Special null first entry.
150 A `num' value of zero is thus invalid.
151 Also, the special `invalid' insn resides here. */
152 { { 0, 0, 0, 0 }, {{0}}, 0, {0}},
153 /* jmp $addr16cjp */
155 { 0, 0, 0, 0 },
156 { { MNEM, ' ', OP (ADDR16CJP), 0 } },
157 & ifmt_jmp, { 0xe000 }
159 /* call $addr16cjp */
161 { 0, 0, 0, 0 },
162 { { MNEM, ' ', OP (ADDR16CJP), 0 } },
163 & ifmt_jmp, { 0xc000 }
165 /* sb $fr,$bitno */
167 { 0, 0, 0, 0 },
168 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
169 & ifmt_sb, { 0xb000 }
171 /* snb $fr,$bitno */
173 { 0, 0, 0, 0 },
174 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
175 & ifmt_sb, { 0xa000 }
177 /* setb $fr,$bitno */
179 { 0, 0, 0, 0 },
180 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
181 & ifmt_sb, { 0x9000 }
183 /* clrb $fr,$bitno */
185 { 0, 0, 0, 0 },
186 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
187 & ifmt_sb, { 0x8000 }
189 /* xor W,#$lit8 */
191 { 0, 0, 0, 0 },
192 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
193 & ifmt_xorw_l, { 0x7f00 }
195 /* and W,#$lit8 */
197 { 0, 0, 0, 0 },
198 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
199 & ifmt_xorw_l, { 0x7e00 }
201 /* or W,#$lit8 */
203 { 0, 0, 0, 0 },
204 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
205 & ifmt_xorw_l, { 0x7d00 }
207 /* add W,#$lit8 */
209 { 0, 0, 0, 0 },
210 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
211 & ifmt_xorw_l, { 0x7b00 }
213 /* sub W,#$lit8 */
215 { 0, 0, 0, 0 },
216 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
217 & ifmt_xorw_l, { 0x7a00 }
219 /* cmp W,#$lit8 */
221 { 0, 0, 0, 0 },
222 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
223 & ifmt_xorw_l, { 0x7900 }
225 /* retw #$lit8 */
227 { 0, 0, 0, 0 },
228 { { MNEM, ' ', '#', OP (LIT8), 0 } },
229 & ifmt_xorw_l, { 0x7800 }
231 /* cse W,#$lit8 */
233 { 0, 0, 0, 0 },
234 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
235 & ifmt_xorw_l, { 0x7700 }
237 /* csne W,#$lit8 */
239 { 0, 0, 0, 0 },
240 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
241 & ifmt_xorw_l, { 0x7600 }
243 /* push #$lit8 */
245 { 0, 0, 0, 0 },
246 { { MNEM, ' ', '#', OP (LIT8), 0 } },
247 & ifmt_xorw_l, { 0x7400 }
249 /* muls W,#$lit8 */
251 { 0, 0, 0, 0 },
252 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
253 & ifmt_xorw_l, { 0x7300 }
255 /* mulu W,#$lit8 */
257 { 0, 0, 0, 0 },
258 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
259 & ifmt_xorw_l, { 0x7200 }
261 /* loadl #$lit8 */
263 { 0, 0, 0, 0 },
264 { { MNEM, ' ', '#', OP (LIT8), 0 } },
265 & ifmt_xorw_l, { 0x7100 }
267 /* loadh #$lit8 */
269 { 0, 0, 0, 0 },
270 { { MNEM, ' ', '#', OP (LIT8), 0 } },
271 & ifmt_xorw_l, { 0x7000 }
273 /* loadl $addr16l */
275 { 0, 0, 0, 0 },
276 { { MNEM, ' ', OP (ADDR16L), 0 } },
277 & ifmt_loadl_a, { 0x7100 }
279 /* loadh $addr16h */
281 { 0, 0, 0, 0 },
282 { { MNEM, ' ', OP (ADDR16H), 0 } },
283 & ifmt_loadh_a, { 0x7000 }
285 /* addc $fr,W */
287 { 0, 0, 0, 0 },
288 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
289 & ifmt_addcfr_w, { 0x5e00 }
291 /* addc W,$fr */
293 { 0, 0, 0, 0 },
294 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
295 & ifmt_addcfr_w, { 0x5c00 }
297 /* incsnz $fr */
299 { 0, 0, 0, 0 },
300 { { MNEM, ' ', OP (FR), 0 } },
301 & ifmt_addcfr_w, { 0x5a00 }
303 /* incsnz W,$fr */
305 { 0, 0, 0, 0 },
306 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
307 & ifmt_addcfr_w, { 0x5800 }
309 /* muls W,$fr */
311 { 0, 0, 0, 0 },
312 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
313 & ifmt_addcfr_w, { 0x5400 }
315 /* mulu W,$fr */
317 { 0, 0, 0, 0 },
318 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
319 & ifmt_addcfr_w, { 0x5000 }
321 /* decsnz $fr */
323 { 0, 0, 0, 0 },
324 { { MNEM, ' ', OP (FR), 0 } },
325 & ifmt_addcfr_w, { 0x4e00 }
327 /* decsnz W,$fr */
329 { 0, 0, 0, 0 },
330 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
331 & ifmt_addcfr_w, { 0x4c00 }
333 /* subc W,$fr */
335 { 0, 0, 0, 0 },
336 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
337 & ifmt_addcfr_w, { 0x4800 }
339 /* subc $fr,W */
341 { 0, 0, 0, 0 },
342 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
343 & ifmt_addcfr_w, { 0x4a00 }
345 /* pop $fr */
347 { 0, 0, 0, 0 },
348 { { MNEM, ' ', OP (FR), 0 } },
349 & ifmt_addcfr_w, { 0x4600 }
351 /* push $fr */
353 { 0, 0, 0, 0 },
354 { { MNEM, ' ', OP (FR), 0 } },
355 & ifmt_addcfr_w, { 0x4400 }
357 /* cse W,$fr */
359 { 0, 0, 0, 0 },
360 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
361 & ifmt_addcfr_w, { 0x4200 }
363 /* csne W,$fr */
365 { 0, 0, 0, 0 },
366 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
367 & ifmt_addcfr_w, { 0x4000 }
369 /* incsz $fr */
371 { 0, 0, 0, 0 },
372 { { MNEM, ' ', OP (FR), 0 } },
373 & ifmt_addcfr_w, { 0x3e00 }
375 /* incsz W,$fr */
377 { 0, 0, 0, 0 },
378 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
379 & ifmt_addcfr_w, { 0x3c00 }
381 /* swap $fr */
383 { 0, 0, 0, 0 },
384 { { MNEM, ' ', OP (FR), 0 } },
385 & ifmt_addcfr_w, { 0x3a00 }
387 /* swap W,$fr */
389 { 0, 0, 0, 0 },
390 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
391 & ifmt_addcfr_w, { 0x3800 }
393 /* rl $fr */
395 { 0, 0, 0, 0 },
396 { { MNEM, ' ', OP (FR), 0 } },
397 & ifmt_addcfr_w, { 0x3600 }
399 /* rl W,$fr */
401 { 0, 0, 0, 0 },
402 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
403 & ifmt_addcfr_w, { 0x3400 }
405 /* rr $fr */
407 { 0, 0, 0, 0 },
408 { { MNEM, ' ', OP (FR), 0 } },
409 & ifmt_addcfr_w, { 0x3200 }
411 /* rr W,$fr */
413 { 0, 0, 0, 0 },
414 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
415 & ifmt_addcfr_w, { 0x3000 }
417 /* decsz $fr */
419 { 0, 0, 0, 0 },
420 { { MNEM, ' ', OP (FR), 0 } },
421 & ifmt_addcfr_w, { 0x2e00 }
423 /* decsz W,$fr */
425 { 0, 0, 0, 0 },
426 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
427 & ifmt_addcfr_w, { 0x2c00 }
429 /* inc $fr */
431 { 0, 0, 0, 0 },
432 { { MNEM, ' ', OP (FR), 0 } },
433 & ifmt_addcfr_w, { 0x2a00 }
435 /* inc W,$fr */
437 { 0, 0, 0, 0 },
438 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
439 & ifmt_addcfr_w, { 0x2800 }
441 /* not $fr */
443 { 0, 0, 0, 0 },
444 { { MNEM, ' ', OP (FR), 0 } },
445 & ifmt_addcfr_w, { 0x2600 }
447 /* not W,$fr */
449 { 0, 0, 0, 0 },
450 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
451 & ifmt_addcfr_w, { 0x2400 }
453 /* test $fr */
455 { 0, 0, 0, 0 },
456 { { MNEM, ' ', OP (FR), 0 } },
457 & ifmt_addcfr_w, { 0x2200 }
459 /* mov W,#$lit8 */
461 { 0, 0, 0, 0 },
462 { { MNEM, ' ', 'W', ',', '#', OP (LIT8), 0 } },
463 & ifmt_xorw_l, { 0x7c00 }
465 /* mov $fr,W */
467 { 0, 0, 0, 0 },
468 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
469 & ifmt_addcfr_w, { 0x200 }
471 /* mov W,$fr */
473 { 0, 0, 0, 0 },
474 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
475 & ifmt_addcfr_w, { 0x2000 }
477 /* add $fr,W */
479 { 0, 0, 0, 0 },
480 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
481 & ifmt_addcfr_w, { 0x1e00 }
483 /* add W,$fr */
485 { 0, 0, 0, 0 },
486 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
487 & ifmt_addcfr_w, { 0x1c00 }
489 /* xor $fr,W */
491 { 0, 0, 0, 0 },
492 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
493 & ifmt_addcfr_w, { 0x1a00 }
495 /* xor W,$fr */
497 { 0, 0, 0, 0 },
498 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
499 & ifmt_addcfr_w, { 0x1800 }
501 /* and $fr,W */
503 { 0, 0, 0, 0 },
504 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
505 & ifmt_addcfr_w, { 0x1600 }
507 /* and W,$fr */
509 { 0, 0, 0, 0 },
510 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
511 & ifmt_addcfr_w, { 0x1400 }
513 /* or $fr,W */
515 { 0, 0, 0, 0 },
516 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
517 & ifmt_addcfr_w, { 0x1200 }
519 /* or W,$fr */
521 { 0, 0, 0, 0 },
522 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
523 & ifmt_addcfr_w, { 0x1000 }
525 /* dec $fr */
527 { 0, 0, 0, 0 },
528 { { MNEM, ' ', OP (FR), 0 } },
529 & ifmt_addcfr_w, { 0xe00 }
531 /* dec W,$fr */
533 { 0, 0, 0, 0 },
534 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
535 & ifmt_addcfr_w, { 0xc00 }
537 /* sub $fr,W */
539 { 0, 0, 0, 0 },
540 { { MNEM, ' ', OP (FR), ',', 'W', 0 } },
541 & ifmt_addcfr_w, { 0xa00 }
543 /* sub W,$fr */
545 { 0, 0, 0, 0 },
546 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
547 & ifmt_addcfr_w, { 0x800 }
549 /* clr $fr */
551 { 0, 0, 0, 0 },
552 { { MNEM, ' ', OP (FR), 0 } },
553 & ifmt_addcfr_w, { 0x600 }
555 /* cmp W,$fr */
557 { 0, 0, 0, 0 },
558 { { MNEM, ' ', 'W', ',', OP (FR), 0 } },
559 & ifmt_addcfr_w, { 0x400 }
561 /* speed #$lit8 */
563 { 0, 0, 0, 0 },
564 { { MNEM, ' ', '#', OP (LIT8), 0 } },
565 & ifmt_speed, { 0x100 }
567 /* ireadi */
569 { 0, 0, 0, 0 },
570 { { MNEM, 0 } },
571 & ifmt_ireadi, { 0x1d }
573 /* iwritei */
575 { 0, 0, 0, 0 },
576 { { MNEM, 0 } },
577 & ifmt_ireadi, { 0x1c }
579 /* fread */
581 { 0, 0, 0, 0 },
582 { { MNEM, 0 } },
583 & ifmt_ireadi, { 0x1b }
585 /* fwrite */
587 { 0, 0, 0, 0 },
588 { { MNEM, 0 } },
589 & ifmt_ireadi, { 0x1a }
591 /* iread */
593 { 0, 0, 0, 0 },
594 { { MNEM, 0 } },
595 & ifmt_ireadi, { 0x19 }
597 /* iwrite */
599 { 0, 0, 0, 0 },
600 { { MNEM, 0 } },
601 & ifmt_ireadi, { 0x18 }
603 /* page $addr16p */
605 { 0, 0, 0, 0 },
606 { { MNEM, ' ', OP (ADDR16P), 0 } },
607 & ifmt_page, { 0x10 }
609 /* system */
611 { 0, 0, 0, 0 },
612 { { MNEM, 0 } },
613 & ifmt_ireadi, { 0xff }
615 /* reti #$reti3 */
617 { 0, 0, 0, 0 },
618 { { MNEM, ' ', '#', OP (RETI3), 0 } },
619 & ifmt_reti, { 0x8 }
621 /* ret */
623 { 0, 0, 0, 0 },
624 { { MNEM, 0 } },
625 & ifmt_ireadi, { 0x7 }
627 /* int */
629 { 0, 0, 0, 0 },
630 { { MNEM, 0 } },
631 & ifmt_ireadi, { 0x6 }
633 /* breakx */
635 { 0, 0, 0, 0 },
636 { { MNEM, 0 } },
637 & ifmt_ireadi, { 0x5 }
639 /* cwdt */
641 { 0, 0, 0, 0 },
642 { { MNEM, 0 } },
643 & ifmt_ireadi, { 0x4 }
645 /* ferase */
647 { 0, 0, 0, 0 },
648 { { MNEM, 0 } },
649 & ifmt_ireadi, { 0x3 }
651 /* retnp */
653 { 0, 0, 0, 0 },
654 { { MNEM, 0 } },
655 & ifmt_ireadi, { 0x2 }
657 /* break */
659 { 0, 0, 0, 0 },
660 { { MNEM, 0 } },
661 & ifmt_ireadi, { 0x1 }
663 /* nop */
665 { 0, 0, 0, 0 },
666 { { MNEM, 0 } },
667 & ifmt_ireadi, { 0x0 }
671 #undef A
672 #undef OPERAND
673 #undef MNEM
674 #undef OP
676 /* Formats for ALIAS macro-insns. */
678 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
679 #define F(f) & ip2k_cgen_ifld_table[IP2K_##f]
680 #else
681 #define F(f) & ip2k_cgen_ifld_table[IP2K_/**/f]
682 #endif
683 static const CGEN_IFMT ifmt_sc = {
684 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
687 static const CGEN_IFMT ifmt_snc = {
688 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
691 static const CGEN_IFMT ifmt_sz = {
692 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
695 static const CGEN_IFMT ifmt_snz = {
696 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
699 static const CGEN_IFMT ifmt_skip = {
700 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
703 static const CGEN_IFMT ifmt_skipb = {
704 16, 16, 0xffff, { { F (F_OP4) }, { F (F_BITNO) }, { F (F_REG) }, { 0 } }
707 #undef F
709 /* Each non-simple macro entry points to an array of expansion possibilities. */
711 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
712 #define A(a) (1 << CGEN_INSN_##a)
713 #else
714 #define A(a) (1 << CGEN_INSN_/**/a)
715 #endif
716 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
717 #define OPERAND(op) IP2K_OPERAND_##op
718 #else
719 #define OPERAND(op) IP2K_OPERAND_/**/op
720 #endif
721 #define MNEM CGEN_SYNTAX_MNEMONIC /* syntax value for mnemonic */
722 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
724 /* The macro instruction table. */
726 static const CGEN_IBASE ip2k_cgen_macro_insn_table[] =
728 /* sc */
730 -1, "sc", "sc", 16,
731 { 0|A(ALIAS), { (1<<MACH_BASE) } }
733 /* snc */
735 -1, "snc", "snc", 16,
736 { 0|A(ALIAS), { (1<<MACH_BASE) } }
738 /* sz */
740 -1, "sz", "sz", 16,
741 { 0|A(ALIAS), { (1<<MACH_BASE) } }
743 /* snz */
745 -1, "snz", "snz", 16,
746 { 0|A(ALIAS), { (1<<MACH_BASE) } }
748 /* skip */
750 -1, "skip", "skip", 16,
751 { 0|A(SKIPA)|A(ALIAS), { (1<<MACH_BASE) } }
753 /* skip */
755 -1, "skipb", "skip", 16,
756 { 0|A(SKIPA)|A(ALIAS), { (1<<MACH_BASE) } }
760 /* The macro instruction opcode table. */
762 static const CGEN_OPCODE ip2k_cgen_macro_insn_opcode_table[] =
764 /* sc */
766 { 0, 0, 0, 0 },
767 { { MNEM, 0 } },
768 & ifmt_sc, { 0xb00b }
770 /* snc */
772 { 0, 0, 0, 0 },
773 { { MNEM, 0 } },
774 & ifmt_snc, { 0xa00b }
776 /* sz */
778 { 0, 0, 0, 0 },
779 { { MNEM, 0 } },
780 & ifmt_sz, { 0xb40b }
782 /* snz */
784 { 0, 0, 0, 0 },
785 { { MNEM, 0 } },
786 & ifmt_snz, { 0xa40b }
788 /* skip */
790 { 0, 0, 0, 0 },
791 { { MNEM, 0 } },
792 & ifmt_skip, { 0xa009 }
794 /* skip */
796 { 0, 0, 0, 0 },
797 { { MNEM, 0 } },
798 & ifmt_skipb, { 0xb009 }
802 #undef A
803 #undef OPERAND
804 #undef MNEM
805 #undef OP
807 #ifndef CGEN_ASM_HASH_P
808 #define CGEN_ASM_HASH_P(insn) 1
809 #endif
811 #ifndef CGEN_DIS_HASH_P
812 #define CGEN_DIS_HASH_P(insn) 1
813 #endif
815 /* Return non-zero if INSN is to be added to the hash table.
816 Targets are free to override CGEN_{ASM,DIS}_HASH_P in the .opc file. */
818 static int
819 asm_hash_insn_p (insn)
820 const CGEN_INSN *insn ATTRIBUTE_UNUSED;
822 return CGEN_ASM_HASH_P (insn);
825 static int
826 dis_hash_insn_p (insn)
827 const CGEN_INSN *insn;
829 /* If building the hash table and the NO-DIS attribute is present,
830 ignore. */
831 if (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_NO_DIS))
832 return 0;
833 return CGEN_DIS_HASH_P (insn);
836 #ifndef CGEN_ASM_HASH
837 #define CGEN_ASM_HASH_SIZE 127
838 #ifdef CGEN_MNEMONIC_OPERANDS
839 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE)
840 #else
841 #define CGEN_ASM_HASH(mnem) (*(unsigned char *) (mnem) % CGEN_ASM_HASH_SIZE) /*FIXME*/
842 #endif
843 #endif
845 /* It doesn't make much sense to provide a default here,
846 but while this is under development we do.
847 BUFFER is a pointer to the bytes of the insn, target order.
848 VALUE is the first base_insn_bitsize bits as an int in host order. */
850 #ifndef CGEN_DIS_HASH
851 #define CGEN_DIS_HASH_SIZE 256
852 #define CGEN_DIS_HASH(buf, value) (*(unsigned char *) (buf))
853 #endif
855 /* The result is the hash value of the insn.
856 Targets are free to override CGEN_{ASM,DIS}_HASH in the .opc file. */
858 static unsigned int
859 asm_hash_insn (mnem)
860 const char * mnem;
862 return CGEN_ASM_HASH (mnem);
865 /* BUF is a pointer to the bytes of the insn, target order.
866 VALUE is the first base_insn_bitsize bits as an int in host order. */
868 static unsigned int
869 dis_hash_insn (buf, value)
870 const char * buf ATTRIBUTE_UNUSED;
871 CGEN_INSN_INT value ATTRIBUTE_UNUSED;
873 return CGEN_DIS_HASH (buf, value);
876 static void set_fields_bitsize PARAMS ((CGEN_FIELDS *, int));
878 /* Set the recorded length of the insn in the CGEN_FIELDS struct. */
880 static void
881 set_fields_bitsize (fields, size)
882 CGEN_FIELDS *fields;
883 int size;
885 CGEN_FIELDS_BITSIZE (fields) = size;
888 /* Function to call before using the operand instance table.
889 This plugs the opcode entries and macro instructions into the cpu table. */
891 void
892 ip2k_cgen_init_opcode_table (cd)
893 CGEN_CPU_DESC cd;
895 int i;
896 int num_macros = (sizeof (ip2k_cgen_macro_insn_table) /
897 sizeof (ip2k_cgen_macro_insn_table[0]));
898 const CGEN_IBASE *ib = & ip2k_cgen_macro_insn_table[0];
899 const CGEN_OPCODE *oc = & ip2k_cgen_macro_insn_opcode_table[0];
900 CGEN_INSN *insns = (CGEN_INSN *) xmalloc (num_macros * sizeof (CGEN_INSN));
901 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
902 for (i = 0; i < num_macros; ++i)
904 insns[i].base = &ib[i];
905 insns[i].opcode = &oc[i];
906 ip2k_cgen_build_insn_regex (& insns[i]);
908 cd->macro_insn_table.init_entries = insns;
909 cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE);
910 cd->macro_insn_table.num_init_entries = num_macros;
912 oc = & ip2k_cgen_insn_opcode_table[0];
913 insns = (CGEN_INSN *) cd->insn_table.init_entries;
914 for (i = 0; i < MAX_INSNS; ++i)
916 insns[i].opcode = &oc[i];
917 ip2k_cgen_build_insn_regex (& insns[i]);
920 cd->sizeof_fields = sizeof (CGEN_FIELDS);
921 cd->set_fields_bitsize = set_fields_bitsize;
923 cd->asm_hash_p = asm_hash_insn_p;
924 cd->asm_hash = asm_hash_insn;
925 cd->asm_hash_size = CGEN_ASM_HASH_SIZE;
927 cd->dis_hash_p = dis_hash_insn_p;
928 cd->dis_hash = dis_hash_insn;
929 cd->dis_hash_size = CGEN_DIS_HASH_SIZE;