1 /* Assembler interface for targets using CGEN. -*- C -*-
2 CGEN: Cpu tools GENerator
4 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 - the resultant file is machine generated, cgen-asm.in isn't
7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2008
8 Free Software Foundation, Inc.
10 This file is part of libopcodes.
12 This library is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 3, or (at your option)
17 It is distributed in the hope that it will be useful, but WITHOUT
18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
20 License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software Foundation, Inc.,
24 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
27 /* ??? Eventually more and more of this stuff can go to cpu-independent files.
39 #include "libiberty.h"
40 #include "safe-ctype.h"
43 #define min(a,b) ((a) < (b) ? (a) : (b))
45 #define max(a,b) ((a) > (b) ? (a) : (b))
47 static const char * parse_insn_normal
48 (CGEN_CPU_DESC
, const CGEN_INSN
*, const char **, CGEN_FIELDS
*);
50 /* -- assembler routines inserted here. */
56 #define CGEN_VALIDATE_INSN_SUPPORTED
58 const char * parse_csrn (CGEN_CPU_DESC
, const char **, CGEN_KEYWORD
*, long *);
59 const char * parse_tpreg (CGEN_CPU_DESC
, const char **, CGEN_KEYWORD
*, long *);
60 const char * parse_spreg (CGEN_CPU_DESC
, const char **, CGEN_KEYWORD
*, long *);
61 const char * parse_mep_align (CGEN_CPU_DESC
, const char **, enum cgen_operand_type
, long *);
62 const char * parse_mep_alignu (CGEN_CPU_DESC
, const char **, enum cgen_operand_type
, unsigned long *);
63 static const char * parse_signed16 (CGEN_CPU_DESC
, const char **, int, long *);
64 static const char * parse_signed16_range (CGEN_CPU_DESC
, const char **, int, long *);
65 static const char * parse_unsigned16 (CGEN_CPU_DESC
, const char **, int, unsigned long *);
66 static const char * parse_unsigned16_range (CGEN_CPU_DESC
, const char **, int, unsigned long *);
67 static const char * parse_lo16 (CGEN_CPU_DESC
, const char **, int, long *, long);
68 static const char * parse_unsigned7 (CGEN_CPU_DESC
, const char **, enum cgen_operand_type
, unsigned long *);
69 static const char * parse_zero (CGEN_CPU_DESC
, const char **, int, long *);
72 parse_csrn (CGEN_CPU_DESC cd
, const char **strp
,
73 CGEN_KEYWORD
*keyword_table
, long *field
)
78 err
= cgen_parse_keyword (cd
, strp
, keyword_table
, field
);
82 err
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CSRN_IDX
, & value
);
89 /* begin-cop-ip-parse-handlers */
91 parse_ivc2_cr (CGEN_CPU_DESC
,
94 long *) ATTRIBUTE_UNUSED
;
96 parse_ivc2_cr (CGEN_CPU_DESC cd
,
98 CGEN_KEYWORD
*keyword_table ATTRIBUTE_UNUSED
,
101 return cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr_ivc2
, field
);
104 parse_ivc2_ccr (CGEN_CPU_DESC
,
107 long *) ATTRIBUTE_UNUSED
;
109 parse_ivc2_ccr (CGEN_CPU_DESC cd
,
111 CGEN_KEYWORD
*keyword_table ATTRIBUTE_UNUSED
,
114 return cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_ccr_ivc2
, field
);
116 /* end-cop-ip-parse-handlers */
119 parse_tpreg (CGEN_CPU_DESC cd
, const char ** strp
,
120 CGEN_KEYWORD
*keyword_table
, long *field
)
124 err
= cgen_parse_keyword (cd
, strp
, keyword_table
, field
);
128 return _("Only $tp or $13 allowed for this opcode");
133 parse_spreg (CGEN_CPU_DESC cd
, const char ** strp
,
134 CGEN_KEYWORD
*keyword_table
, long *field
)
138 err
= cgen_parse_keyword (cd
, strp
, keyword_table
, field
);
142 return _("Only $sp or $15 allowed for this opcode");
147 parse_mep_align (CGEN_CPU_DESC cd
, const char ** strp
,
148 enum cgen_operand_type type
, long *field
)
155 case MEP_OPERAND_PCREL8A2
:
156 case MEP_OPERAND_PCREL12A2
:
157 case MEP_OPERAND_PCREL17A2
:
158 case MEP_OPERAND_PCREL24A2
:
159 err
= cgen_parse_signed_integer (cd
, strp
, type
, field
);
161 case MEP_OPERAND_PCABS24A2
:
162 case MEP_OPERAND_UDISP7
:
163 case MEP_OPERAND_UDISP7A2
:
164 case MEP_OPERAND_UDISP7A4
:
165 case MEP_OPERAND_UIMM7A4
:
166 case MEP_OPERAND_ADDR24A4
:
167 err
= cgen_parse_unsigned_integer (cd
, strp
, type
, (unsigned long *) field
);
176 case MEP_OPERAND_UDISP7
:
179 case MEP_OPERAND_PCREL8A2
:
180 case MEP_OPERAND_PCREL12A2
:
181 case MEP_OPERAND_PCREL17A2
:
182 case MEP_OPERAND_PCREL24A2
:
183 case MEP_OPERAND_PCABS24A2
:
184 case MEP_OPERAND_UDISP7A2
:
187 case MEP_OPERAND_UDISP7A4
:
188 case MEP_OPERAND_UIMM7A4
:
189 case MEP_OPERAND_ADDR24A4
:
195 /* Safe assumption? */
199 return "Value is not aligned enough";
204 parse_mep_alignu (CGEN_CPU_DESC cd
, const char ** strp
,
205 enum cgen_operand_type type
, unsigned long *field
)
207 return parse_mep_align (cd
, strp
, type
, (long *) field
);
211 /* Handle %lo(), %tpoff(), %sdaoff(), %hi(), and other signed
212 constants in a signed context. */
215 parse_signed16 (CGEN_CPU_DESC cd
,
220 return parse_lo16 (cd
, strp
, opindex
, valuep
, 1);
224 parse_lo16 (CGEN_CPU_DESC cd
,
231 enum cgen_parse_operand_result result_type
;
234 if (strncasecmp (*strp
, "%lo(", 4) == 0)
237 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_LOW16
,
238 & result_type
, & value
);
240 return _("missing `)'");
243 && result_type
== CGEN_PARSE_OPERAND_RESULT_NUMBER
)
246 *valuep
= (long)(short) value
;
252 if (strncasecmp (*strp
, "%hi(", 4) == 0)
255 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_HI16S
,
256 & result_type
, & value
);
258 return _("missing `)'");
261 && result_type
== CGEN_PARSE_OPERAND_RESULT_NUMBER
)
262 value
= (value
+ 0x8000) >> 16;
267 if (strncasecmp (*strp
, "%uhi(", 5) == 0)
270 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_HI16U
,
271 & result_type
, & value
);
273 return _("missing `)'");
276 && result_type
== CGEN_PARSE_OPERAND_RESULT_NUMBER
)
282 if (strncasecmp (*strp
, "%sdaoff(", 8) == 0)
285 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_GPREL
,
288 return _("missing `)'");
294 if (strncasecmp (*strp
, "%tpoff(", 7) == 0)
297 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_TPREL
,
300 return _("missing `)'");
307 return _("invalid %function() here");
309 return cgen_parse_signed_integer (cd
, strp
, opindex
, valuep
);
313 parse_unsigned16 (CGEN_CPU_DESC cd
,
316 unsigned long *valuep
)
318 return parse_lo16 (cd
, strp
, opindex
, (long *) valuep
, 0);
322 parse_signed16_range (CGEN_CPU_DESC cd
,
327 const char *errmsg
= 0;
330 errmsg
= cgen_parse_signed_integer (cd
, strp
, opindex
, & value
);
334 if (value
< -32768 || value
> 32767)
335 return _("Immediate is out of range -32768 to 32767");
342 parse_unsigned16_range (CGEN_CPU_DESC cd
,
345 unsigned long *valuep
)
347 const char *errmsg
= 0;
350 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, opindex
, & value
);
355 return _("Immediate is out of range 0 to 65535");
361 /* A special case of parse_signed16 which accepts only the value zero. */
364 parse_zero (CGEN_CPU_DESC cd
, const char **strp
, int opindex
, long *valuep
)
367 enum cgen_parse_operand_result result_type
;
370 /*fprintf(stderr, "dj: signed parse opindex `%s'\n", *strp);*/
372 /* Prevent ($ry) from being attempted as an expression on 'sw $rx,($ry)'.
373 It will fail and cause ry to be listed as an undefined symbol in the
375 if (strncmp (*strp
, "($", 2) == 0)
376 return "not zero"; /* any string will do -- will never be seen. */
378 if (strncasecmp (*strp
, "%lo(", 4) == 0)
381 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_LOW16
,
382 &result_type
, &value
);
384 return "missing `)'";
387 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
388 return "not zero"; /* any string will do -- will never be seen. */
393 if (strncasecmp (*strp
, "%hi(", 4) == 0)
396 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_HI16S
,
397 &result_type
, &value
);
399 return "missing `)'";
402 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
403 return "not zero"; /* any string will do -- will never be seen. */
408 if (strncasecmp (*strp
, "%uhi(", 5) == 0)
411 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_HI16U
,
412 &result_type
, &value
);
414 return "missing `)'";
417 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
418 return "not zero"; /* any string will do -- will never be seen. */
423 if (strncasecmp (*strp
, "%sdaoff(", 8) == 0)
426 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_GPREL
,
427 &result_type
, &value
);
429 return "missing `)'";
432 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
433 return "not zero"; /* any string will do -- will never be seen. */
438 if (strncasecmp (*strp
, "%tpoff(", 7) == 0)
441 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_MEP_TPREL
,
442 &result_type
, &value
);
444 return "missing `)'";
447 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
448 return "not zero"; /* any string will do -- will never be seen. */
454 return "invalid %function() here";
456 errmsg
= cgen_parse_address (cd
, strp
, opindex
, BFD_RELOC_NONE
,
457 &result_type
, &value
);
459 && (result_type
!= CGEN_PARSE_OPERAND_RESULT_NUMBER
|| value
!= 0))
460 return "not zero"; /* any string will do -- will never be seen. */
466 parse_unsigned7 (CGEN_CPU_DESC cd
, const char **strp
,
467 enum cgen_operand_type opindex
, unsigned long *valuep
)
472 /* fprintf(stderr, "dj: unsigned7 parse `%s'\n", *strp); */
474 if (strncasecmp (*strp
, "%tpoff(", 7) == 0)
480 case MEP_OPERAND_UDISP7
:
481 reloc
= BFD_RELOC_MEP_TPREL7
;
483 case MEP_OPERAND_UDISP7A2
:
484 reloc
= BFD_RELOC_MEP_TPREL7A2
;
486 case MEP_OPERAND_UDISP7A4
:
487 reloc
= BFD_RELOC_MEP_TPREL7A4
;
490 /* Safe assumption? */
493 errmsg
= cgen_parse_address (cd
, strp
, opindex
, reloc
,
496 return "missing `)'";
503 return _("invalid %function() here");
505 return parse_mep_alignu (cd
, strp
, opindex
, valuep
);
508 static ATTRIBUTE_UNUSED
const char *
509 parse_cdisp10 (CGEN_CPU_DESC cd
,
514 const char *errmsg
= 0;
522 case MEP_OPERAND_CDISP10A4
:
525 case MEP_OPERAND_CDISP10A2
:
528 case MEP_OPERAND_CDISP10
:
534 if ((MEP_CPU
& EF_MEP_CPU_MASK
) == EF_MEP_CPU_C5
)
537 if (strncmp (*strp
, "0x0", 3) == 0
538 || (**strp
== '0' && *(*strp
+ 1) != 'x'))
541 errmsg
= cgen_parse_signed_integer (cd
, strp
, opindex
, & value
);
547 if (value
< -512 || value
> 511)
548 return _("Immediate is out of range -512 to 511");
552 if (value
< -128 || value
> 127)
553 return _("Immediate is out of range -128 to 127");
556 if (value
& ((1<<alignment
)-1))
557 return _("Value is not aligned enough");
559 /* If this field may require a relocation then use larger dsp16. */
560 if (! have_zero
&& value
== 0)
561 return (wide
? _("Immediate is out of range -512 to 511")
562 : _("Immediate is out of range -128 to 127"));
568 /* BEGIN LIGHTWEIGHT MACRO PROCESSOR. */
586 { "sizeof", "(`1.end + (- `1))"},
587 { "startof", "(`1 | 0)" },
588 { "align4", "(`1&(~3))"},
589 /*{ "hi", "(((`1+0x8000)>>16) & 0xffff)" }, */
590 /*{ "lo", "(`1 & 0xffff)" }, */
591 /*{ "sdaoff", "((`1-__sdabase) & 0x7f)"}, */
592 /*{ "tpoff", "((`1-__tpbase) & 0x7f)"}, */
596 static char * expand_string (const char *, int);
599 mep_cgen_expand_macros_and_parse_operand
600 (CGEN_CPU_DESC
, int, const char **, CGEN_FIELDS
*);
603 str_append (char *dest
, const char *input
, int len
)
610 /* printf("str_append: <<%s>>, <<%s>>, %d\n", dest, input, len); */
611 oldlen
= (dest
? strlen(dest
) : 0);
612 new_dest
= realloc (dest
, oldlen
+ len
+ 1);
613 memset (new_dest
+ oldlen
, 0, len
+ 1);
614 return strncat (new_dest
, input
, len
);
618 lookup_macro (const char *name
)
622 for (m
= macros
; m
->name
; ++m
)
623 if (strncmp (m
->name
, name
, strlen(m
->name
)) == 0)
630 expand_macro (arg
*args
, int narg
, macro
*mac
)
632 char *result
= 0, *rescanned_result
= 0;
633 char *e
= mac
->expansion
;
637 /* printf("expanding macro %s with %d args\n", mac->name, narg + 1); */
642 ((*(e
+ 1) - '1') <= MAXARGS
) &&
643 ((*(e
+ 1) - '1') <= narg
))
645 result
= str_append (result
, mark
, e
- mark
);
646 arg
= (*(e
+ 1) - '1');
647 /* printf("replacing `%d with %s\n", arg+1, args[arg].start); */
648 result
= str_append (result
, args
[arg
].start
, args
[arg
].len
);
656 result
= str_append (result
, mark
, e
- mark
);
660 rescanned_result
= expand_string (result
, 0);
662 return rescanned_result
;
672 expand_string (const char *in
, int first_only
)
674 int num_expansions
= 0;
679 const char *mark
= in
;
690 if (*in
== '%' && *(in
+ 1) && (!first_only
|| num_expansions
== 0))
692 macro
= lookup_macro (in
+ 1);
695 /* printf("entering state %d at '%s'...\n", state, in); */
696 result
= str_append (result
, mark
, in
- mark
);
698 in
+= 1 + strlen (macro
->name
);
699 while (*in
== ' ') ++in
;
709 args
[narg
].start
= in
+ 1;
723 args
[narg
].start
= (in
+ 1);
728 /* printf("entering state %d at '%s'...\n", state, in); */
732 expansion
= expand_macro (args
, narg
, macro
);
736 result
= str_append (result
, expansion
, strlen (expansion
));
742 result
= str_append (result
, mark
, in
- mark
);
767 result
= str_append (result
, mark
, in
- mark
);
777 /* END LIGHTWEIGHT MACRO PROCESSOR. */
779 const char * mep_cgen_parse_operand
780 (CGEN_CPU_DESC
, int, const char **, CGEN_FIELDS
*);
783 mep_cgen_expand_macros_and_parse_operand (CGEN_CPU_DESC cd
, int opindex
,
784 const char ** strp_in
, CGEN_FIELDS
* fields
)
786 const char * errmsg
= NULL
;
787 char *str
= 0, *hold
= 0;
788 const char **strp
= 0;
790 /* Set up a new pointer to macro-expanded string. */
791 str
= expand_string (*strp_in
, 1);
792 /* fprintf (stderr, " expanded <<%s>> to <<%s>>\n", *strp_in, str); */
795 strp
= (const char **)(&str
);
797 errmsg
= mep_cgen_parse_operand (cd
, opindex
, strp
, fields
);
799 /* Now work out the advance. */
800 if (strlen (str
) == 0)
801 *strp_in
+= strlen (*strp_in
);
805 if (strstr (*strp_in
, str
))
806 /* A macro-expansion was pulled off the front. */
807 *strp_in
= strstr (*strp_in
, str
);
809 /* A non-macro-expansion was pulled off the front. */
810 *strp_in
+= (str
- hold
);
819 #define CGEN_ASM_INIT_HOOK (cd->parse_operand = mep_cgen_expand_macros_and_parse_operand);
823 const char * mep_cgen_parse_operand
824 (CGEN_CPU_DESC
, int, const char **, CGEN_FIELDS
*);
826 /* Main entry point for operand parsing.
828 This function is basically just a big switch statement. Earlier versions
829 used tables to look up the function to use, but
830 - if the table contains both assembler and disassembler functions then
831 the disassembler contains much of the assembler and vice-versa,
832 - there's a lot of inlining possibilities as things grow,
833 - using a switch statement avoids the function call overhead.
835 This function could be moved into `parse_insn_normal', but keeping it
836 separate makes clear the interface between `parse_insn_normal' and each of
840 mep_cgen_parse_operand (CGEN_CPU_DESC cd
,
843 CGEN_FIELDS
* fields
)
845 const char * errmsg
= NULL
;
846 /* Used by scalar operands that still need to be parsed. */
847 long junk ATTRIBUTE_UNUSED
;
851 case MEP_OPERAND_ADDR24A4
:
852 errmsg
= parse_mep_alignu (cd
, strp
, MEP_OPERAND_ADDR24A4
, (unsigned long *) (& fields
->f_24u8a4n
));
854 case MEP_OPERAND_C5RMUIMM20
:
855 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_C5RMUIMM20
, (unsigned long *) (& fields
->f_c5_rmuimm20
));
857 case MEP_OPERAND_C5RNMUIMM24
:
858 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_C5RNMUIMM24
, (unsigned long *) (& fields
->f_c5_rnmuimm24
));
860 case MEP_OPERAND_CALLNUM
:
861 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CALLNUM
, (unsigned long *) (& fields
->f_callnum
));
863 case MEP_OPERAND_CCCC
:
864 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CCCC
, (unsigned long *) (& fields
->f_rm
));
866 case MEP_OPERAND_CCRN
:
867 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_ccr
, & fields
->f_ccrn
);
869 case MEP_OPERAND_CDISP10
:
870 errmsg
= parse_cdisp10 (cd
, strp
, MEP_OPERAND_CDISP10
, (long *) (& fields
->f_cdisp10
));
872 case MEP_OPERAND_CDISP10A2
:
873 errmsg
= parse_cdisp10 (cd
, strp
, MEP_OPERAND_CDISP10A2
, (long *) (& fields
->f_cdisp10
));
875 case MEP_OPERAND_CDISP10A4
:
876 errmsg
= parse_cdisp10 (cd
, strp
, MEP_OPERAND_CDISP10A4
, (long *) (& fields
->f_cdisp10
));
878 case MEP_OPERAND_CDISP10A8
:
879 errmsg
= parse_cdisp10 (cd
, strp
, MEP_OPERAND_CDISP10A8
, (long *) (& fields
->f_cdisp10
));
881 case MEP_OPERAND_CDISP12
:
882 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_CDISP12
, (long *) (& fields
->f_12s20
));
884 case MEP_OPERAND_CIMM4
:
885 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CIMM4
, (unsigned long *) (& fields
->f_rn
));
887 case MEP_OPERAND_CIMM5
:
888 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CIMM5
, (unsigned long *) (& fields
->f_5u24
));
890 case MEP_OPERAND_CODE16
:
891 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CODE16
, (unsigned long *) (& fields
->f_16u16
));
893 case MEP_OPERAND_CODE24
:
894 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CODE24
, (unsigned long *) (& fields
->f_24u4n
));
896 case MEP_OPERAND_CP_FLAG
:
897 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_ccr
, & junk
);
899 case MEP_OPERAND_CRN
:
900 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr
, & fields
->f_crn
);
902 case MEP_OPERAND_CRN64
:
903 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_crn
);
905 case MEP_OPERAND_CRNX
:
906 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr
, & fields
->f_crnx
);
908 case MEP_OPERAND_CRNX64
:
909 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_crnx
);
911 case MEP_OPERAND_CROC
:
912 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u7
);
914 case MEP_OPERAND_CROP
:
915 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u23
);
917 case MEP_OPERAND_CRPC
:
918 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u26
);
920 case MEP_OPERAND_CRPP
:
921 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u18
);
923 case MEP_OPERAND_CRQC
:
924 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u21
);
926 case MEP_OPERAND_CRQP
:
927 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_5u13
);
929 case MEP_OPERAND_CSRN
:
930 errmsg
= parse_csrn (cd
, strp
, & mep_cgen_opval_h_csr
, & fields
->f_csrn
);
932 case MEP_OPERAND_CSRN_IDX
:
933 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_CSRN_IDX
, (unsigned long *) (& fields
->f_csrn
));
935 case MEP_OPERAND_DBG
:
936 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
938 case MEP_OPERAND_DEPC
:
939 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
941 case MEP_OPERAND_EPC
:
942 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
944 case MEP_OPERAND_EXC
:
945 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
947 case MEP_OPERAND_HI
:
948 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
950 case MEP_OPERAND_IMM16P0
:
951 errmsg
= parse_unsigned16_range (cd
, strp
, MEP_OPERAND_IMM16P0
, (unsigned long *) (& fields
->f_ivc2_imm16p0
));
953 case MEP_OPERAND_IMM3P12
:
954 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM3P12
, (unsigned long *) (& fields
->f_ivc2_3u12
));
956 case MEP_OPERAND_IMM3P25
:
957 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM3P25
, (unsigned long *) (& fields
->f_ivc2_3u25
));
959 case MEP_OPERAND_IMM3P4
:
960 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM3P4
, (unsigned long *) (& fields
->f_ivc2_3u4
));
962 case MEP_OPERAND_IMM3P5
:
963 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM3P5
, (unsigned long *) (& fields
->f_ivc2_3u5
));
965 case MEP_OPERAND_IMM3P9
:
966 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM3P9
, (unsigned long *) (& fields
->f_ivc2_3u9
));
968 case MEP_OPERAND_IMM4P10
:
969 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM4P10
, (unsigned long *) (& fields
->f_ivc2_4u10
));
971 case MEP_OPERAND_IMM4P4
:
972 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM4P4
, (unsigned long *) (& fields
->f_ivc2_4u4
));
974 case MEP_OPERAND_IMM4P8
:
975 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM4P8
, (unsigned long *) (& fields
->f_ivc2_4u8
));
977 case MEP_OPERAND_IMM5P23
:
978 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM5P23
, (unsigned long *) (& fields
->f_ivc2_5u23
));
980 case MEP_OPERAND_IMM5P3
:
981 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM5P3
, (unsigned long *) (& fields
->f_ivc2_5u3
));
983 case MEP_OPERAND_IMM5P7
:
984 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM5P7
, (unsigned long *) (& fields
->f_ivc2_5u7
));
986 case MEP_OPERAND_IMM5P8
:
987 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM5P8
, (unsigned long *) (& fields
->f_ivc2_5u8
));
989 case MEP_OPERAND_IMM6P2
:
990 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM6P2
, (unsigned long *) (& fields
->f_ivc2_6u2
));
992 case MEP_OPERAND_IMM6P6
:
993 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM6P6
, (unsigned long *) (& fields
->f_ivc2_6u6
));
995 case MEP_OPERAND_IMM8P0
:
996 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM8P0
, (unsigned long *) (& fields
->f_ivc2_8u0
));
998 case MEP_OPERAND_IMM8P20
:
999 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM8P20
, (unsigned long *) (& fields
->f_ivc2_8u20
));
1001 case MEP_OPERAND_IMM8P4
:
1002 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IMM8P4
, (unsigned long *) (& fields
->f_ivc2_8u4
));
1004 case MEP_OPERAND_IVC_X_0_2
:
1005 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_0_2
, (unsigned long *) (& fields
->f_ivc2_2u0
));
1007 case MEP_OPERAND_IVC_X_0_3
:
1008 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_0_3
, (unsigned long *) (& fields
->f_ivc2_3u0
));
1010 case MEP_OPERAND_IVC_X_0_4
:
1011 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_0_4
, (unsigned long *) (& fields
->f_ivc2_4u0
));
1013 case MEP_OPERAND_IVC_X_0_5
:
1014 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_0_5
, (unsigned long *) (& fields
->f_ivc2_5u0
));
1016 case MEP_OPERAND_IVC_X_6_1
:
1017 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_6_1
, (unsigned long *) (& fields
->f_ivc2_1u6
));
1019 case MEP_OPERAND_IVC_X_6_2
:
1020 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_6_2
, (unsigned long *) (& fields
->f_ivc2_2u6
));
1022 case MEP_OPERAND_IVC_X_6_3
:
1023 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_IVC_X_6_3
, (unsigned long *) (& fields
->f_ivc2_3u6
));
1025 case MEP_OPERAND_IVC2C3CCRN
:
1026 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_ccr_ivc2
, & fields
->f_ivc2_ccrn_c3
);
1028 case MEP_OPERAND_IVC2CCRN
:
1029 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_ccr_ivc2
, & fields
->f_ivc2_ccrn
);
1031 case MEP_OPERAND_IVC2CRN
:
1032 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_cr64
, & fields
->f_ivc2_crnx
);
1034 case MEP_OPERAND_IVC2RM
:
1035 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_ivc2_crm
);
1037 case MEP_OPERAND_LO
:
1038 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1040 case MEP_OPERAND_LP
:
1041 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1043 case MEP_OPERAND_MB0
:
1044 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1046 case MEP_OPERAND_MB1
:
1047 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1049 case MEP_OPERAND_ME0
:
1050 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1052 case MEP_OPERAND_ME1
:
1053 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1055 case MEP_OPERAND_NPC
:
1056 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1058 case MEP_OPERAND_OPT
:
1059 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1061 case MEP_OPERAND_PCABS24A2
:
1062 errmsg
= parse_mep_alignu (cd
, strp
, MEP_OPERAND_PCABS24A2
, (unsigned long *) (& fields
->f_24u5a2n
));
1064 case MEP_OPERAND_PCREL12A2
:
1065 errmsg
= parse_mep_align (cd
, strp
, MEP_OPERAND_PCREL12A2
, (long *) (& fields
->f_12s4a2
));
1067 case MEP_OPERAND_PCREL17A2
:
1068 errmsg
= parse_mep_align (cd
, strp
, MEP_OPERAND_PCREL17A2
, (long *) (& fields
->f_17s16a2
));
1070 case MEP_OPERAND_PCREL24A2
:
1071 errmsg
= parse_mep_align (cd
, strp
, MEP_OPERAND_PCREL24A2
, (long *) (& fields
->f_24s5a2n
));
1073 case MEP_OPERAND_PCREL8A2
:
1074 errmsg
= parse_mep_align (cd
, strp
, MEP_OPERAND_PCREL8A2
, (long *) (& fields
->f_8s8a2
));
1076 case MEP_OPERAND_PSW
:
1077 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1079 case MEP_OPERAND_R0
:
1080 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1082 case MEP_OPERAND_R1
:
1083 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1085 case MEP_OPERAND_RL
:
1086 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rl
);
1088 case MEP_OPERAND_RL5
:
1089 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rl5
);
1091 case MEP_OPERAND_RM
:
1092 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rm
);
1094 case MEP_OPERAND_RMA
:
1095 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rm
);
1097 case MEP_OPERAND_RN
:
1098 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1100 case MEP_OPERAND_RN3
:
1101 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1103 case MEP_OPERAND_RN3C
:
1104 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1106 case MEP_OPERAND_RN3L
:
1107 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1109 case MEP_OPERAND_RN3S
:
1110 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1112 case MEP_OPERAND_RN3UC
:
1113 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1115 case MEP_OPERAND_RN3UL
:
1116 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1118 case MEP_OPERAND_RN3US
:
1119 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn3
);
1121 case MEP_OPERAND_RNC
:
1122 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1124 case MEP_OPERAND_RNL
:
1125 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1127 case MEP_OPERAND_RNS
:
1128 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1130 case MEP_OPERAND_RNUC
:
1131 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1133 case MEP_OPERAND_RNUL
:
1134 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1136 case MEP_OPERAND_RNUS
:
1137 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & fields
->f_rn
);
1139 case MEP_OPERAND_SAR
:
1140 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_csr
, & junk
);
1142 case MEP_OPERAND_SDISP16
:
1143 errmsg
= parse_signed16 (cd
, strp
, MEP_OPERAND_SDISP16
, (long *) (& fields
->f_16s16
));
1145 case MEP_OPERAND_SIMM16
:
1146 errmsg
= parse_signed16 (cd
, strp
, MEP_OPERAND_SIMM16
, (long *) (& fields
->f_16s16
));
1148 case MEP_OPERAND_SIMM16P0
:
1149 errmsg
= parse_signed16_range (cd
, strp
, MEP_OPERAND_SIMM16P0
, (long *) (& fields
->f_ivc2_simm16p0
));
1151 case MEP_OPERAND_SIMM6
:
1152 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_SIMM6
, (long *) (& fields
->f_6s8
));
1154 case MEP_OPERAND_SIMM8
:
1155 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_SIMM8
, (long *) (& fields
->f_8s8
));
1157 case MEP_OPERAND_SIMM8P0
:
1158 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_SIMM8P0
, (long *) (& fields
->f_ivc2_8s0
));
1160 case MEP_OPERAND_SIMM8P20
:
1161 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_SIMM8P20
, (long *) (& fields
->f_ivc2_8s20
));
1163 case MEP_OPERAND_SIMM8P4
:
1164 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_SIMM8P4
, (long *) (& fields
->f_ivc2_8s4
));
1166 case MEP_OPERAND_SP
:
1167 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1169 case MEP_OPERAND_SPR
:
1170 errmsg
= parse_spreg (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1172 case MEP_OPERAND_TP
:
1173 errmsg
= cgen_parse_keyword (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1175 case MEP_OPERAND_TPR
:
1176 errmsg
= parse_tpreg (cd
, strp
, & mep_cgen_opval_h_gpr
, & junk
);
1178 case MEP_OPERAND_UDISP2
:
1179 errmsg
= cgen_parse_signed_integer (cd
, strp
, MEP_OPERAND_UDISP2
, (long *) (& fields
->f_2u6
));
1181 case MEP_OPERAND_UDISP7
:
1182 errmsg
= parse_unsigned7 (cd
, strp
, MEP_OPERAND_UDISP7
, (unsigned long *) (& fields
->f_7u9
));
1184 case MEP_OPERAND_UDISP7A2
:
1185 errmsg
= parse_unsigned7 (cd
, strp
, MEP_OPERAND_UDISP7A2
, (unsigned long *) (& fields
->f_7u9a2
));
1187 case MEP_OPERAND_UDISP7A4
:
1188 errmsg
= parse_unsigned7 (cd
, strp
, MEP_OPERAND_UDISP7A4
, (unsigned long *) (& fields
->f_7u9a4
));
1190 case MEP_OPERAND_UIMM16
:
1191 errmsg
= parse_unsigned16 (cd
, strp
, MEP_OPERAND_UIMM16
, (unsigned long *) (& fields
->f_16u16
));
1193 case MEP_OPERAND_UIMM2
:
1194 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_UIMM2
, (unsigned long *) (& fields
->f_2u10
));
1196 case MEP_OPERAND_UIMM24
:
1197 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_UIMM24
, (unsigned long *) (& fields
->f_24u8n
));
1199 case MEP_OPERAND_UIMM3
:
1200 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_UIMM3
, (unsigned long *) (& fields
->f_3u5
));
1202 case MEP_OPERAND_UIMM4
:
1203 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_UIMM4
, (unsigned long *) (& fields
->f_4u8
));
1205 case MEP_OPERAND_UIMM5
:
1206 errmsg
= cgen_parse_unsigned_integer (cd
, strp
, MEP_OPERAND_UIMM5
, (unsigned long *) (& fields
->f_5u8
));
1208 case MEP_OPERAND_UIMM7A4
:
1209 errmsg
= parse_mep_alignu (cd
, strp
, MEP_OPERAND_UIMM7A4
, (unsigned long *) (& fields
->f_7u9a4
));
1211 case MEP_OPERAND_ZERO
:
1212 errmsg
= parse_zero (cd
, strp
, MEP_OPERAND_ZERO
, (long *) (& junk
));
1216 /* xgettext:c-format */
1217 fprintf (stderr
, _("Unrecognized field %d while parsing.\n"), opindex
);
1224 cgen_parse_fn
* const mep_cgen_parse_handlers
[] =
1230 mep_cgen_init_asm (CGEN_CPU_DESC cd
)
1232 mep_cgen_init_opcode_table (cd
);
1233 mep_cgen_init_ibld_table (cd
);
1234 cd
->parse_handlers
= & mep_cgen_parse_handlers
[0];
1235 cd
->parse_operand
= mep_cgen_parse_operand
;
1236 #ifdef CGEN_ASM_INIT_HOOK
1243 /* Regex construction routine.
1245 This translates an opcode syntax string into a regex string,
1246 by replacing any non-character syntax element (such as an
1247 opcode) with the pattern '.*'
1249 It then compiles the regex and stores it in the opcode, for
1250 later use by mep_cgen_assemble_insn
1252 Returns NULL for success, an error message for failure. */
1255 mep_cgen_build_insn_regex (CGEN_INSN
*insn
)
1257 CGEN_OPCODE
*opc
= (CGEN_OPCODE
*) CGEN_INSN_OPCODE (insn
);
1258 const char *mnem
= CGEN_INSN_MNEMONIC (insn
);
1259 char rxbuf
[CGEN_MAX_RX_ELEMENTS
];
1261 const CGEN_SYNTAX_CHAR_TYPE
*syn
;
1264 syn
= CGEN_SYNTAX_STRING (CGEN_OPCODE_SYNTAX (opc
));
1266 /* Mnemonics come first in the syntax string. */
1267 if (! CGEN_SYNTAX_MNEMONIC_P (* syn
))
1268 return _("missing mnemonic in syntax string");
1271 /* Generate a case sensitive regular expression that emulates case
1272 insensitive matching in the "C" locale. We cannot generate a case
1273 insensitive regular expression because in Turkish locales, 'i' and 'I'
1274 are not equal modulo case conversion. */
1276 /* Copy the literal mnemonic out of the insn. */
1277 for (; *mnem
; mnem
++)
1284 *rx
++ = TOLOWER (c
);
1285 *rx
++ = TOUPPER (c
);
1292 /* Copy any remaining literals from the syntax string into the rx. */
1293 for(; * syn
!= 0 && rx
<= rxbuf
+ (CGEN_MAX_RX_ELEMENTS
- 7 - 4); ++syn
)
1295 if (CGEN_SYNTAX_CHAR_P (* syn
))
1297 char c
= CGEN_SYNTAX_CHAR (* syn
);
1301 /* Escape any regex metacharacters in the syntax. */
1302 case '.': case '[': case '\\':
1303 case '*': case '^': case '$':
1305 #ifdef CGEN_ESCAPE_EXTENDED_REGEX
1306 case '?': case '{': case '}':
1307 case '(': case ')': case '*':
1308 case '|': case '+': case ']':
1318 *rx
++ = TOLOWER (c
);
1319 *rx
++ = TOUPPER (c
);
1329 /* Replace non-syntax fields with globs. */
1335 /* Trailing whitespace ok. */
1342 /* But anchor it after that. */
1346 CGEN_INSN_RX (insn
) = xmalloc (sizeof (regex_t
));
1347 reg_err
= regcomp ((regex_t
*) CGEN_INSN_RX (insn
), rxbuf
, REG_NOSUB
);
1353 static char msg
[80];
1355 regerror (reg_err
, (regex_t
*) CGEN_INSN_RX (insn
), msg
, 80);
1356 regfree ((regex_t
*) CGEN_INSN_RX (insn
));
1357 free (CGEN_INSN_RX (insn
));
1358 (CGEN_INSN_RX (insn
)) = NULL
;
1364 /* Default insn parser.
1366 The syntax string is scanned and operands are parsed and stored in FIELDS.
1367 Relocs are queued as we go via other callbacks.
1369 ??? Note that this is currently an all-or-nothing parser. If we fail to
1370 parse the instruction, we return 0 and the caller will start over from
1371 the beginning. Backtracking will be necessary in parsing subexpressions,
1372 but that can be handled there. Not handling backtracking here may get
1373 expensive in the case of the m68k. Deal with later.
1375 Returns NULL for success, an error message for failure. */
1378 parse_insn_normal (CGEN_CPU_DESC cd
,
1379 const CGEN_INSN
*insn
,
1381 CGEN_FIELDS
*fields
)
1383 /* ??? Runtime added insns not handled yet. */
1384 const CGEN_SYNTAX
*syntax
= CGEN_INSN_SYNTAX (insn
);
1385 const char *str
= *strp
;
1388 const CGEN_SYNTAX_CHAR_TYPE
* syn
;
1389 #ifdef CGEN_MNEMONIC_OPERANDS
1394 /* For now we assume the mnemonic is first (there are no leading operands).
1395 We can parse it without needing to set up operand parsing.
1396 GAS's input scrubber will ensure mnemonics are lowercase, but we may
1397 not be called from GAS. */
1398 p
= CGEN_INSN_MNEMONIC (insn
);
1399 while (*p
&& TOLOWER (*p
) == TOLOWER (*str
))
1403 return _("unrecognized instruction");
1405 #ifndef CGEN_MNEMONIC_OPERANDS
1406 if (* str
&& ! ISSPACE (* str
))
1407 return _("unrecognized instruction");
1410 CGEN_INIT_PARSE (cd
);
1411 cgen_init_parse_operand (cd
);
1412 #ifdef CGEN_MNEMONIC_OPERANDS
1416 /* We don't check for (*str != '\0') here because we want to parse
1417 any trailing fake arguments in the syntax string. */
1418 syn
= CGEN_SYNTAX_STRING (syntax
);
1420 /* Mnemonics come first for now, ensure valid string. */
1421 if (! CGEN_SYNTAX_MNEMONIC_P (* syn
))
1428 /* Non operand chars must match exactly. */
1429 if (CGEN_SYNTAX_CHAR_P (* syn
))
1431 /* FIXME: While we allow for non-GAS callers above, we assume the
1432 first char after the mnemonic part is a space. */
1433 /* FIXME: We also take inappropriate advantage of the fact that
1434 GAS's input scrubber will remove extraneous blanks. */
1435 if (TOLOWER (*str
) == TOLOWER (CGEN_SYNTAX_CHAR (* syn
)))
1437 #ifdef CGEN_MNEMONIC_OPERANDS
1438 if (CGEN_SYNTAX_CHAR(* syn
) == ' ')
1446 /* Syntax char didn't match. Can't be this insn. */
1447 static char msg
[80];
1449 /* xgettext:c-format */
1450 sprintf (msg
, _("syntax error (expected char `%c', found `%c')"),
1451 CGEN_SYNTAX_CHAR(*syn
), *str
);
1456 /* Ran out of input. */
1457 static char msg
[80];
1459 /* xgettext:c-format */
1460 sprintf (msg
, _("syntax error (expected char `%c', found end of instruction)"),
1461 CGEN_SYNTAX_CHAR(*syn
));
1467 /* We have an operand of some sort. */
1468 errmsg
= cd
->parse_operand (cd
, CGEN_SYNTAX_FIELD (*syn
),
1473 /* Done with this operand, continue with next one. */
1477 /* If we're at the end of the syntax string, we're done. */
1480 /* FIXME: For the moment we assume a valid `str' can only contain
1481 blanks now. IE: We needn't try again with a longer version of
1482 the insn and it is assumed that longer versions of insns appear
1483 before shorter ones (eg: lsr r2,r3,1 vs lsr r2,r3). */
1484 while (ISSPACE (* str
))
1488 return _("junk at end of line"); /* FIXME: would like to include `str' */
1493 /* We couldn't parse it. */
1494 return _("unrecognized instruction");
1497 /* Main entry point.
1498 This routine is called for each instruction to be assembled.
1499 STR points to the insn to be assembled.
1500 We assume all necessary tables have been initialized.
1501 The assembled instruction, less any fixups, is stored in BUF.
1502 Remember that if CGEN_INT_INSN_P then BUF is an int and thus the value
1503 still needs to be converted to target byte order, otherwise BUF is an array
1504 of bytes in target byte order.
1505 The result is a pointer to the insn's entry in the opcode table,
1506 or NULL if an error occured (an error message will have already been
1509 Note that when processing (non-alias) macro-insns,
1510 this function recurses.
1512 ??? It's possible to make this cpu-independent.
1513 One would have to deal with a few minor things.
1514 At this point in time doing so would be more of a curiosity than useful
1515 [for example this file isn't _that_ big], but keeping the possibility in
1516 mind helps keep the design clean. */
1519 mep_cgen_assemble_insn (CGEN_CPU_DESC cd
,
1521 CGEN_FIELDS
*fields
,
1522 CGEN_INSN_BYTES_PTR buf
,
1526 CGEN_INSN_LIST
*ilist
;
1527 const char *parse_errmsg
= NULL
;
1528 const char *insert_errmsg
= NULL
;
1529 int recognized_mnemonic
= 0;
1531 /* Skip leading white space. */
1532 while (ISSPACE (* str
))
1535 /* The instructions are stored in hashed lists.
1536 Get the first in the list. */
1537 ilist
= CGEN_ASM_LOOKUP_INSN (cd
, str
);
1539 /* Keep looking until we find a match. */
1541 for ( ; ilist
!= NULL
; ilist
= CGEN_ASM_NEXT_INSN (ilist
))
1543 const CGEN_INSN
*insn
= ilist
->insn
;
1544 recognized_mnemonic
= 1;
1546 #ifdef CGEN_VALIDATE_INSN_SUPPORTED
1547 /* Not usually needed as unsupported opcodes
1548 shouldn't be in the hash lists. */
1549 /* Is this insn supported by the selected cpu? */
1550 if (! mep_cgen_insn_supported (cd
, insn
))
1553 /* If the RELAXED attribute is set, this is an insn that shouldn't be
1554 chosen immediately. Instead, it is used during assembler/linker
1555 relaxation if possible. */
1556 if (CGEN_INSN_ATTR_VALUE (insn
, CGEN_INSN_RELAXED
) != 0)
1561 /* Skip this insn if str doesn't look right lexically. */
1562 if (CGEN_INSN_RX (insn
) != NULL
&&
1563 regexec ((regex_t
*) CGEN_INSN_RX (insn
), str
, 0, NULL
, 0) == REG_NOMATCH
)
1566 /* Allow parse/insert handlers to obtain length of insn. */
1567 CGEN_FIELDS_BITSIZE (fields
) = CGEN_INSN_BITSIZE (insn
);
1569 parse_errmsg
= CGEN_PARSE_FN (cd
, insn
) (cd
, insn
, & str
, fields
);
1570 if (parse_errmsg
!= NULL
)
1573 /* ??? 0 is passed for `pc'. */
1574 insert_errmsg
= CGEN_INSERT_FN (cd
, insn
) (cd
, insn
, fields
, buf
,
1576 if (insert_errmsg
!= NULL
)
1579 /* It is up to the caller to actually output the insn and any
1585 static char errbuf
[150];
1586 #ifdef CGEN_VERBOSE_ASSEMBLER_ERRORS
1587 const char *tmp_errmsg
;
1589 /* If requesting verbose error messages, use insert_errmsg.
1590 Failing that, use parse_errmsg. */
1591 tmp_errmsg
= (insert_errmsg
? insert_errmsg
:
1592 parse_errmsg
? parse_errmsg
:
1593 recognized_mnemonic
?
1594 _("unrecognized form of instruction") :
1595 _("unrecognized instruction"));
1597 if (strlen (start
) > 50)
1598 /* xgettext:c-format */
1599 sprintf (errbuf
, "%s `%.50s...'", tmp_errmsg
, start
);
1601 /* xgettext:c-format */
1602 sprintf (errbuf
, "%s `%.50s'", tmp_errmsg
, start
);
1604 if (strlen (start
) > 50)
1605 /* xgettext:c-format */
1606 sprintf (errbuf
, _("bad instruction `%.50s...'"), start
);
1608 /* xgettext:c-format */
1609 sprintf (errbuf
, _("bad instruction `%.50s'"), start
);