1 /* tc-cris.c -- Assembler code for the CRIS CPU core.
2 Copyright (C) 2000-2019 Free Software Foundation, Inc.
4 Contributed by Axis Communications AB, Lund, Sweden.
5 Originally written for GAS 1.38.1 by Mikael Asker.
6 Updates, BFDizing, GNUifying and ELF support by Hans-Peter Nilsson.
8 This file is part of GAS, the GNU Assembler.
10 GAS is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3, or (at your option)
15 GAS is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with GAS; see the file COPYING. If not, write to the
22 Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
23 MA 02110-1301, USA. */
26 #include "safe-ctype.h"
28 #include "opcode/cris.h"
29 #include "dwarf2dbg.h"
31 /* Conventions used here:
32 Generally speaking, pointers to binutils types such as "fragS" and
33 "expressionS" get parameter and variable names ending in "P", such as
34 "fragP", to harmonize with the rest of the binutils code. Other
35 pointers get a "p" suffix, such as "bufp". Any function or type-name
36 that could clash with a current or future binutils or GAS function get
39 #define SYNTAX_RELAX_REG_PREFIX "no_register_prefix"
40 #define SYNTAX_ENFORCE_REG_PREFIX "register_prefix"
41 #define SYNTAX_USER_SYM_LEADING_UNDERSCORE "leading_underscore"
42 #define SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE "no_leading_underscore"
43 #define REGISTER_PREFIX_CHAR '$'
45 /* True for expressions where getting X_add_symbol and X_add_number is
46 enough to get the "base" and "offset"; no need to make_expr_symbol.
47 It's not enough to check if X_op_symbol is NULL; that misses unary
48 operations like O_uminus. */
49 #define SIMPLE_EXPR(EXP) \
50 ((EXP)->X_op == O_constant || (EXP)->X_op == O_symbol)
52 /* Like in ":GOT", ":GOTOFF" etc. Other ports use '@', but that's in
53 line_separator_chars for CRIS, so we avoid it. */
54 #define RELOC_SUFFIX_CHAR ':'
56 /* This might be CRIS_INSN_NONE if we're assembling a prefix-insn only.
57 Note that some prefix-insns might be assembled as CRIS_INSN_NORMAL. */
60 CRIS_INSN_NORMAL
, CRIS_INSN_NONE
, CRIS_INSN_BRANCH
, CRIS_INSN_MUL
63 /* An instruction will have one of these prefixes.
64 Although the same bit-pattern, we handle BDAP with an immediate
65 expression (eventually quick or [pc+]) different from when we only have
66 register expressions. */
69 PREFIX_NONE
, PREFIX_BDAP_IMM
, PREFIX_BDAP
, PREFIX_BIAP
, PREFIX_DIP
,
73 /* The prefix for an instruction. */
76 enum prefix_kind kind
;
80 /* There might be an expression to be evaluated, like I in [rN+I]. */
83 /* If there's an expression, we might need a relocation. Here's the
84 type of what relocation to start relaxation with.
85 The relocation is assumed to start immediately after the prefix insn,
86 so we don't provide an offset. */
87 enum bfd_reloc_code_real reloc
;
90 /* The description of the instruction being assembled. */
91 struct cris_instruction
93 /* If CRIS_INSN_NONE, then this insn is of zero length. */
94 enum cris_insn_kind insn_type
;
96 /* If a special register was mentioned, this is its description, else
98 const struct cris_spec_reg
*spec_reg
;
102 /* An insn may have at most one expression; theoretically there could be
103 another in its prefix (but I don't see how that could happen). */
106 /* The expression might need a relocation. Here's one to start
108 enum bfd_reloc_code_real reloc
;
110 /* The size in bytes of an immediate expression, or zero if
118 arch_crisv0
, arch_crisv3
, arch_crisv8
, arch_crisv10
,
119 arch_cris_any_v0_v10
, arch_crisv32
, arch_cris_common_v10_v32
122 static enum cris_archs
cris_arch_from_string (const char **);
123 static int cris_insn_ver_valid_for_arch (enum cris_insn_version_usage
,
126 static void cris_process_instruction (char *, struct cris_instruction
*,
127 struct cris_prefix
*);
128 static int get_bwd_size_modifier (char **, int *);
129 static int get_bw_size_modifier (char **, int *);
130 static int get_gen_reg (char **, int *);
131 static int get_spec_reg (char **, const struct cris_spec_reg
**);
132 static int get_sup_reg (char **, int *);
133 static int get_autoinc_prefix_or_indir_op (char **, struct cris_prefix
*,
136 static int get_3op_or_dip_prefix_op (char **, struct cris_prefix
*);
137 static int cris_get_expression (char **, expressionS
*);
138 static int get_flags (char **, int *);
139 static void gen_bdap (int, expressionS
*);
140 static int branch_disp (int);
141 static void gen_cond_branch_32 (char *, char *, fragS
*, symbolS
*, symbolS
*,
143 static void cris_number_to_imm (char *, long, int, fixS
*, segT
);
144 static void s_syntax (int);
145 static void s_cris_file (int);
146 static void s_cris_loc (int);
147 static void s_cris_arch (int);
148 static void s_cris_dtpoff (int);
150 /* Get ":GOT", ":GOTOFF", ":PLT" etc. suffixes. */
151 static void cris_get_reloc_suffix (char **, bfd_reloc_code_real_type
*,
153 static unsigned int cris_get_specified_reloc_size (bfd_reloc_code_real_type
);
155 /* All the .syntax functions. */
156 static void cris_force_reg_prefix (void);
157 static void cris_relax_reg_prefix (void);
158 static void cris_sym_leading_underscore (void);
159 static void cris_sym_no_leading_underscore (void);
160 static char *cris_insn_first_word_frag (void);
162 /* Handle to the opcode hash table. */
163 static struct hash_control
*op_hash
= NULL
;
165 /* If we target cris-axis-linux-gnu (as opposed to generic cris-axis-elf),
166 we default to no underscore and required register-prefixes. The
167 difference is in the default values. */
169 #define DEFAULT_CRIS_AXIS_LINUX_GNU TRUE
171 #define DEFAULT_CRIS_AXIS_LINUX_GNU FALSE
174 /* Whether we demand that registers have a `$' prefix. Default here. */
175 static bfd_boolean demand_register_prefix
= DEFAULT_CRIS_AXIS_LINUX_GNU
;
177 /* Whether global user symbols have a leading underscore. Default here. */
178 static bfd_boolean symbols_have_leading_underscore
179 = !DEFAULT_CRIS_AXIS_LINUX_GNU
;
181 /* Whether or not we allow PIC, and expand to PIC-friendly constructs. */
182 static bfd_boolean pic
= FALSE
;
184 /* Whether or not we allow TLS suffixes. For the moment, we always do. */
185 static const bfd_boolean tls
= TRUE
;
187 /* If we're configured for "cris", default to allow all v0..v10
188 instructions and register names. */
189 #ifndef DEFAULT_CRIS_ARCH
190 #define DEFAULT_CRIS_ARCH cris_any_v0_v10
193 /* No whitespace in the CONCAT2 parameter list. */
194 static enum cris_archs cris_arch
= XCONCAT2 (arch_
,DEFAULT_CRIS_ARCH
);
196 const pseudo_typeS md_pseudo_table
[] =
199 {"dtpoffd", s_cris_dtpoff
, 4},
200 {"syntax", s_syntax
, 0},
201 {"file", s_cris_file
, 0},
202 {"loc", s_cris_loc
, 0},
203 {"arch", s_cris_arch
, 0},
207 static int warn_for_branch_expansion
= 0;
209 /* Whether to emit error when a MULS/MULU could be located last on a
211 static int err_for_dangerous_mul_placement
212 = (XCONCAT2 (arch_
,DEFAULT_CRIS_ARCH
) != arch_crisv32
);
214 const char cris_comment_chars
[] = ";";
216 /* This array holds the chars that only start a comment at the beginning of
217 a line. If the line seems to have the form '# 123 filename'
218 .line and .file directives will appear in the pre-processed output. */
219 /* Note that input_file.c hand-checks for '#' at the beginning of the
220 first line of the input file. This is because the compiler outputs
221 #NO_APP at the beginning of its output. */
222 /* Also note that slash-star will always start a comment. */
223 const char line_comment_chars
[] = "#";
224 const char line_separator_chars
[] = "@";
226 /* Now all floating point support is shut off. See md_atof. */
227 const char EXP_CHARS
[] = "";
228 const char FLT_CHARS
[] = "";
230 /* For CRIS, we encode the relax_substateTs (in e.g. fr_substate) as:
232 ---/ /--+-----------------+-----------------+-----------------+
233 | what state ? | how long ? |
234 ---/ /--+-----------------+-----------------+-----------------+
236 The "how long" bits are 00 = byte, 01 = word, 10 = dword (long).
237 Not all lengths are legit for a given value of (what state).
239 Groups for CRIS address relaxing:
242 length: byte, word, 10-byte expansion
245 length: byte, word, dword
248 Not really a relaxation (no infrastructure to get delay-slots
249 right), just an alignment and placement checker for the v10
252 4. Bcc (V32 and later)
253 length: byte, word, 14-byte expansion
256 length: byte, word, error
259 length: byte, word, dword
265 #define STATE_COND_BRANCH (1)
266 #define STATE_BASE_PLUS_DISP_PREFIX (2)
267 #define STATE_MUL (3)
268 #define STATE_COND_BRANCH_V32 (4)
269 #define STATE_COND_BRANCH_COMMON (5)
270 #define STATE_ABS_BRANCH_V32 (6)
271 #define STATE_LAPC (7)
272 #define STATE_COND_BRANCH_PIC (8)
274 #define STATE_LENGTH_MASK (3)
275 #define STATE_BYTE (0)
276 #define STATE_WORD (1)
277 #define STATE_DWORD (2)
278 /* Symbol undefined. */
279 #define STATE_UNDF (3)
280 #define STATE_MAX_LENGTH (3)
282 /* These displacements are relative to the address following the opcode
283 word of the instruction. The first letter is Byte, Word. The 2nd
284 letter is Forward, Backward. */
286 #define BRANCH_BF ( 254)
287 #define BRANCH_BB (-256)
288 #define BRANCH_BF_V32 ( 252)
289 #define BRANCH_BB_V32 (-258)
290 #define BRANCH_WF (2 + 32767)
291 #define BRANCH_WB (2 + -32768)
292 #define BRANCH_WF_V32 (-2 + 32767)
293 #define BRANCH_WB_V32 (-2 + -32768)
295 #define BDAP_BF ( 127)
296 #define BDAP_BB (-128)
297 #define BDAP_WF ( 32767)
298 #define BDAP_WB (-32768)
300 #define ENCODE_RELAX(what, length) (((what) << 2) + (length))
302 const relax_typeS md_cris_relax_table
[] =
304 /* Error sentinel (0, 0). */
317 {BRANCH_BF
, BRANCH_BB
, 0, ENCODE_RELAX (1, 1)},
319 /* Bcc [PC+] (1, 1). */
320 {BRANCH_WF
, BRANCH_WB
, 2, ENCODE_RELAX (1, 2)},
322 /* BEXT/BWF, BA, JUMP (external), JUMP (always), Bnot_cc, JUMP (default)
330 {BDAP_BF
, BDAP_BB
, 0, ENCODE_RELAX (2, 1)},
332 /* BDAP.[bw] [PC+] (2, 1). */
333 {BDAP_WF
, BDAP_WB
, 2, ENCODE_RELAX (2, 2)},
335 /* BDAP.d [PC+] (2, 2). */
341 /* MULS/MULU (3, 0). Positions (3, 1..3) are unused. */
342 {0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0},
344 /* V32: Bcc o (4, 0). */
345 {BRANCH_BF_V32
, BRANCH_BB_V32
, 0, ENCODE_RELAX (4, 1)},
347 /* V32: Bcc [PC+] (4, 1). */
348 {BRANCH_WF_V32
, BRANCH_WB_V32
, 2, ENCODE_RELAX (4, 2)},
350 /* V32: BA .+12; NOP; BA32 target; NOP; Bcc .-6 (4, 2). */
356 /* COMMON: Bcc o (5, 0). The offsets are calculated as for v32. Code
357 should contain two nop insns (or four if offset size is large or
358 unknown) after every label. */
359 {BRANCH_BF_V32
, BRANCH_BB_V32
, 0, ENCODE_RELAX (5, 1)},
361 /* COMMON: Bcc [PC+] (5, 1). */
362 {BRANCH_WF_V32
, BRANCH_WB_V32
, 2, ENCODE_RELAX (5, 2)},
364 /* COMMON: FIXME: ???. Treat as error currently. */
370 /* V32: BA o (6, 0). */
371 {BRANCH_BF_V32
, BRANCH_BB_V32
, 0, ENCODE_RELAX (6, 1)},
373 /* V32: BA.W (6, 1). */
374 {BRANCH_WF_V32
, BRANCH_WB_V32
, 2, ENCODE_RELAX (6, 2)},
376 /* V32: BA.D (6, 2). */
382 /* LAPC: LAPCQ .+0..15*2,Rn (7, 0). */
383 {14*2, -1*2, 0, ENCODE_RELAX (7, 2)},
386 While there's a shorter sequence, e.g. LAPCQ + an ADDQ or SUBQ,
387 that would affect flags, so we can't do that as it wouldn't be a
388 proper insn expansion of LAPCQ. This row is associated with a
389 2-byte expansion, so it's unused rather than the next. */
392 /* LAPC: LAPC.D (7, 2). */
398 /* PIC for pre-v32: Bcc o (8, 0). */
399 {BRANCH_BF
, BRANCH_BB
, 0, ENCODE_RELAX (STATE_COND_BRANCH_PIC
, 1)},
401 /* Bcc [PC+] (8, 1). */
402 {BRANCH_WF
, BRANCH_WB
, 2, ENCODE_RELAX (STATE_COND_BRANCH_PIC
, 2)},
404 /* 32-bit expansion, PIC (8, 2). */
416 /* Target-specific multicharacter options, not const-declared. */
417 struct option md_longopts
[] =
419 #define OPTION_NO_US (OPTION_MD_BASE + 0)
420 {"no-underscore", no_argument
, NULL
, OPTION_NO_US
},
421 #define OPTION_US (OPTION_MD_BASE + 1)
422 {"underscore", no_argument
, NULL
, OPTION_US
},
423 #define OPTION_PIC (OPTION_US + 1)
424 {"pic", no_argument
, NULL
, OPTION_PIC
},
425 #define OPTION_MULBUG_ABORT_ON (OPTION_PIC + 1)
426 {"mul-bug-abort", no_argument
, NULL
, OPTION_MULBUG_ABORT_ON
},
427 #define OPTION_MULBUG_ABORT_OFF (OPTION_MULBUG_ABORT_ON + 1)
428 {"no-mul-bug-abort", no_argument
, NULL
, OPTION_MULBUG_ABORT_OFF
},
429 #define OPTION_ARCH (OPTION_MULBUG_ABORT_OFF + 1)
430 {"march", required_argument
, NULL
, OPTION_ARCH
},
431 {NULL
, no_argument
, NULL
, 0}
434 /* Not const-declared. */
435 size_t md_longopts_size
= sizeof (md_longopts
);
436 const char *md_shortopts
= "hHN";
438 /* At first glance, this may seems wrong and should be 4 (ba + nop); but
439 since a short_jump must skip a *number* of long jumps, it must also be
440 a long jump. Here, we hope to make it a "ba [16bit_offs]" and a "nop"
441 for the delay slot and hope that the jump table at most needs
442 32767/4=8191 long-jumps. A branch is better than a jump, since it is
443 relative; we will not have a reloc to fix up somewhere.
445 Note that we can't add relocs, because relaxation uses these fixed
446 numbers, and md_create_short_jump is called after relaxation. */
448 int md_short_jump_size
= 6;
450 /* The v32 version has a delay-slot, hence two bytes longer.
451 The pre-v32 PIC version uses a prefixed insn. */
452 #define cris_any_v0_v10_long_jump_size 6
453 #define cris_any_v0_v10_long_jump_size_pic 8
454 #define crisv32_long_jump_size 8
456 int md_long_jump_size
= XCONCAT2 (DEFAULT_CRIS_ARCH
,_long_jump_size
);
458 /* Report output format. Small changes in output format (like elf
459 variants below) can happen until all options are parsed, but after
460 that, the output format must remain fixed. */
463 cris_target_format (void)
465 switch (OUTPUT_FLAVOR
)
467 case bfd_target_aout_flavour
:
470 case bfd_target_elf_flavour
:
471 if (symbols_have_leading_underscore
)
472 return "elf32-us-cris";
481 /* Return a bfd_mach_cris... value corresponding to the value of
487 unsigned int retval
= 0;
491 case arch_cris_common_v10_v32
:
492 retval
= bfd_mach_cris_v10_v32
;
496 retval
= bfd_mach_cris_v32
;
500 case arch_cris_any_v0_v10
:
501 retval
= bfd_mach_cris_v0_v10
;
505 BAD_CASE (cris_arch
);
511 /* We need a port-specific relaxation function to cope with sym2 - sym1
512 relative expressions with both symbols in the same segment (but not
513 necessarily in the same frag as this insn), for example:
514 move.d [pc+sym2-(sym1-2)],r10
516 The offset can be 8, 16 or 32 bits long. */
519 cris_relax_frag (segT seg ATTRIBUTE_UNUSED
, fragS
*fragP
,
520 long stretch ATTRIBUTE_UNUSED
)
525 const relax_typeS
*this_type
;
526 const relax_typeS
*start_type
;
527 relax_substateT next_state
;
528 relax_substateT this_state
;
529 const relax_typeS
*table
= TC_GENERIC_RELAX_TABLE
;
531 /* We only have to cope with frags as prepared by
532 md_estimate_size_before_relax. The dword cases may get here
533 because of the different reasons that they aren't relaxable. */
534 switch (fragP
->fr_subtype
)
536 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_DWORD
):
537 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_DWORD
):
538 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_DWORD
):
539 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_DWORD
):
540 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_DWORD
):
541 case ENCODE_RELAX (STATE_LAPC
, STATE_DWORD
):
542 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_DWORD
):
543 /* When we get to these states, the frag won't grow any more. */
546 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_WORD
):
547 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_BYTE
):
548 if (fragP
->fr_symbol
== NULL
549 || S_GET_SEGMENT (fragP
->fr_symbol
) != absolute_section
)
550 as_fatal (_("internal inconsistency problem in %s: fr_symbol %lx"),
551 __FUNCTION__
, (long) fragP
->fr_symbol
);
552 symbolP
= fragP
->fr_symbol
;
553 if (symbol_resolved_p (symbolP
))
554 as_fatal (_("internal inconsistency problem in %s: resolved symbol"),
556 aim
= S_GET_VALUE (symbolP
);
559 case ENCODE_RELAX (STATE_MUL
, STATE_BYTE
):
560 /* Nothing to do here. */
564 as_fatal (_("internal inconsistency problem in %s: fr_subtype %d"),
565 __FUNCTION__
, fragP
->fr_subtype
);
568 /* The rest is stolen from relax_frag. There's no obvious way to
569 share the code, but fortunately no requirement to keep in sync as
570 long as fragP->fr_symbol does not have its segment changed. */
572 this_state
= fragP
->fr_subtype
;
573 start_type
= this_type
= table
+ this_state
;
577 /* Look backwards. */
578 for (next_state
= this_type
->rlx_more
; next_state
;)
579 if (aim
>= this_type
->rlx_backward
)
583 /* Grow to next state. */
584 this_state
= next_state
;
585 this_type
= table
+ this_state
;
586 next_state
= this_type
->rlx_more
;
592 for (next_state
= this_type
->rlx_more
; next_state
;)
593 if (aim
<= this_type
->rlx_forward
)
597 /* Grow to next state. */
598 this_state
= next_state
;
599 this_type
= table
+ this_state
;
600 next_state
= this_type
->rlx_more
;
604 growth
= this_type
->rlx_length
- start_type
->rlx_length
;
606 fragP
->fr_subtype
= this_state
;
610 /* Prepare machine-dependent frags for relaxation.
612 Called just before relaxation starts. Any symbol that is now undefined
613 will not become defined.
615 Return the correct fr_subtype in the frag.
617 Return the initial "guess for fr_var" to caller. The guess for fr_var
618 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
619 or fr_var contributes to our returned value.
621 Although it may not be explicit in the frag, pretend
622 fr_var starts with a value. */
625 md_estimate_size_before_relax (fragS
*fragP
, segT segment_type
)
628 symbolS
*symbolP
= fragP
->fr_symbol
;
630 #define HANDLE_RELAXABLE(state) \
631 case ENCODE_RELAX (state, STATE_UNDF): \
632 if (symbolP != NULL \
633 && S_GET_SEGMENT (symbolP) == segment_type \
634 && !S_IS_WEAK (symbolP)) \
635 /* The symbol lies in the same segment - a relaxable \
638 = ENCODE_RELAX (state, STATE_BYTE); \
640 /* Unknown or not the same segment, so not relaxable. */ \
642 = ENCODE_RELAX (state, STATE_DWORD); \
644 = md_cris_relax_table[fragP->fr_subtype].rlx_length; \
647 old_fr_fix
= fragP
->fr_fix
;
649 switch (fragP
->fr_subtype
)
651 HANDLE_RELAXABLE (STATE_COND_BRANCH
);
652 HANDLE_RELAXABLE (STATE_COND_BRANCH_V32
);
653 HANDLE_RELAXABLE (STATE_COND_BRANCH_COMMON
);
654 HANDLE_RELAXABLE (STATE_COND_BRANCH_PIC
);
655 HANDLE_RELAXABLE (STATE_ABS_BRANCH_V32
);
657 case ENCODE_RELAX (STATE_LAPC
, STATE_UNDF
):
659 && S_GET_SEGMENT (symbolP
) == segment_type
660 && !S_IS_WEAK (symbolP
))
662 /* The symbol lies in the same segment - a relaxable case.
663 Check if we currently have an odd offset; we can't code
664 that into the instruction. Relaxing presumably only cause
665 multiple-of-two changes, so we should only need to adjust
667 bfd_vma target_address
669 ? S_GET_VALUE (symbolP
)
670 : 0) + fragP
->fr_offset
;
671 bfd_vma var_part_offset
= fragP
->fr_fix
;
672 bfd_vma address_of_var_part
= fragP
->fr_address
+ var_part_offset
;
673 long offset
= target_address
- (address_of_var_part
- 2);
677 ? ENCODE_RELAX (STATE_LAPC
, STATE_DWORD
)
678 : ENCODE_RELAX (STATE_LAPC
, STATE_BYTE
);
681 /* Unknown or not the same segment, so not relaxable. */
683 = ENCODE_RELAX (STATE_LAPC
, STATE_DWORD
);
685 = md_cris_relax_table
[fragP
->fr_subtype
].rlx_length
;
688 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_UNDF
):
689 /* Note that we can not do anything sane with relaxing
690 [rX + a_known_symbol_in_text], it will have to be a 32-bit
693 We could play tricks with managing a constant pool and make
694 a_known_symbol_in_text a "bdap [pc + offset]" pointing there
695 (like the GOT for ELF shared libraries), but that's no use, it
696 would in general be no shorter or faster code, only more
699 if (S_GET_SEGMENT (symbolP
) != absolute_section
)
701 /* Go for dword if not absolute or same segment. */
703 = ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_DWORD
);
704 fragP
->fr_var
= md_cris_relax_table
[fragP
->fr_subtype
].rlx_length
;
706 else if (!symbol_resolved_p (fragP
->fr_symbol
))
708 /* The symbol will eventually be completely resolved as an
709 absolute expression, but right now it depends on the result
710 of relaxation and we don't know anything else about the
711 value. We start relaxation with the assumption that it'll
714 = ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_BYTE
);
715 fragP
->fr_var
= md_cris_relax_table
[fragP
->fr_subtype
].rlx_length
;
719 /* Absolute expression. */
721 value
= (symbolP
!= NULL
722 ? S_GET_VALUE (symbolP
) : 0) + fragP
->fr_offset
;
724 if (value
>= -128 && value
<= 127)
726 /* Byte displacement. */
727 (fragP
->fr_opcode
)[0] = value
;
731 /* Word or dword displacement. */
732 int pow2_of_size
= 1;
735 if (value
< -32768 || value
> 32767)
737 /* Outside word range, make it a dword. */
741 /* Modify the byte-offset BDAP into a word or dword offset
742 BDAP. Or really, a BDAP rX,8bit into a
743 BDAP.[wd] rX,[PC+] followed by a word or dword. */
744 (fragP
->fr_opcode
)[0] = BDAP_PC_LOW
+ pow2_of_size
* 16;
746 /* Keep the register number in the highest four bits. */
747 (fragP
->fr_opcode
)[1] &= 0xF0;
748 (fragP
->fr_opcode
)[1] |= BDAP_INCR_HIGH
;
750 /* It grew by two or four bytes. */
751 fragP
->fr_fix
+= 1 << pow2_of_size
;
752 writep
= fragP
->fr_literal
+ old_fr_fix
;
753 md_number_to_chars (writep
, value
, 1 << pow2_of_size
);
759 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_BYTE
):
760 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_WORD
):
761 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_DWORD
):
762 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_BYTE
):
763 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_WORD
):
764 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_DWORD
):
765 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_BYTE
):
766 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_WORD
):
767 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_DWORD
):
768 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_BYTE
):
769 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_WORD
):
770 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_DWORD
):
771 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_BYTE
):
772 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_WORD
):
773 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_DWORD
):
774 case ENCODE_RELAX (STATE_LAPC
, STATE_BYTE
):
775 case ENCODE_RELAX (STATE_LAPC
, STATE_DWORD
):
776 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_BYTE
):
777 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_WORD
):
778 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_DWORD
):
779 /* When relaxing a section for the second time, we don't need to
780 do anything except making sure that fr_var is set right. */
781 fragP
->fr_var
= md_cris_relax_table
[fragP
->fr_subtype
].rlx_length
;
784 case ENCODE_RELAX (STATE_MUL
, STATE_BYTE
):
785 /* Nothing to do here. */
789 BAD_CASE (fragP
->fr_subtype
);
792 return fragP
->fr_var
+ (fragP
->fr_fix
- old_fr_fix
);
795 /* Perform post-processing of machine-dependent frags after relaxation.
796 Called after relaxation is finished.
798 fr_type == rs_machine_dependent.
799 fr_subtype is what the address relaxed to.
801 Out: Any fixS:s and constants are set up.
803 The caller will turn the frag into a ".space 0". */
806 md_convert_frag (bfd
*abfd ATTRIBUTE_UNUSED
, segT sec ATTRIBUTE_UNUSED
,
809 /* Pointer to first byte in variable-sized part of the frag. */
812 /* Pointer to first opcode byte in frag. */
815 /* Used to check integrity of the relaxation.
816 One of 2 = long, 1 = word, or 0 = byte. */
817 int length_code ATTRIBUTE_UNUSED
;
819 /* Size in bytes of variable-sized part of frag. */
820 int var_part_size
= 0;
822 /* This is part of *fragP. It contains all information about addresses
823 and offsets to varying parts. */
825 unsigned long var_part_offset
;
827 /* Where, in file space, is _var of *fragP? */
828 unsigned long address_of_var_part
= 0;
830 /* Where, in file space, does addr point? */
831 unsigned long target_address
;
833 know (fragP
->fr_type
== rs_machine_dependent
);
835 length_code
= fragP
->fr_subtype
& STATE_LENGTH_MASK
;
836 know (length_code
>= 0 && length_code
< STATE_MAX_LENGTH
);
838 var_part_offset
= fragP
->fr_fix
;
839 var_partp
= fragP
->fr_literal
+ var_part_offset
;
840 opcodep
= fragP
->fr_opcode
;
842 symbolP
= fragP
->fr_symbol
;
843 target_address
= (symbolP
? S_GET_VALUE (symbolP
) : 0) + fragP
->fr_offset
;
844 address_of_var_part
= fragP
->fr_address
+ var_part_offset
;
846 switch (fragP
->fr_subtype
)
848 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_BYTE
):
849 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_BYTE
):
850 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_BYTE
):
851 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_BYTE
):
852 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_BYTE
):
853 opcodep
[0] = branch_disp ((target_address
- address_of_var_part
));
857 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_WORD
):
858 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_WORD
):
859 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_WORD
):
860 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_WORD
):
861 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_WORD
):
862 /* We had a quick immediate branch, now turn it into a word one i.e. a
864 opcodep
[0] = BRANCH_PC_LOW
;
866 opcodep
[1] |= BRANCH_INCR_HIGH
;
867 md_number_to_chars (var_partp
,
870 - (address_of_var_part
871 + (cris_arch
== arch_crisv32
872 || cris_arch
== arch_cris_common_v10_v32
878 case ENCODE_RELAX (STATE_COND_BRANCH
, STATE_DWORD
):
879 gen_cond_branch_32 (fragP
->fr_opcode
, var_partp
, fragP
,
880 fragP
->fr_symbol
, (symbolS
*) NULL
,
882 /* Ten bytes added: a branch, nop and a jump. */
883 var_part_size
= 2 + 2 + 4 + 2;
886 case ENCODE_RELAX (STATE_COND_BRANCH_PIC
, STATE_DWORD
):
887 gen_cond_branch_32 (fragP
->fr_opcode
, var_partp
, fragP
,
888 fragP
->fr_symbol
, (symbolS
*) NULL
,
890 /* Twelve bytes added: a branch, nop and a pic-branch-32. */
891 var_part_size
= 2 + 2 + 4 + 2 + 2;
894 case ENCODE_RELAX (STATE_COND_BRANCH_V32
, STATE_DWORD
):
895 gen_cond_branch_32 (fragP
->fr_opcode
, var_partp
, fragP
,
896 fragP
->fr_symbol
, (symbolS
*) NULL
,
898 /* Twelve bytes added: a branch, nop and another branch and nop. */
899 var_part_size
= 2 + 2 + 2 + 4 + 2;
902 case ENCODE_RELAX (STATE_COND_BRANCH_COMMON
, STATE_DWORD
):
903 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
904 _("Relaxation to long branches for .arch common_v10_v32\
906 /* Pretend we have twelve bytes for sake of quelling further
908 var_part_size
= 2 + 2 + 2 + 4 + 2;
911 case ENCODE_RELAX (STATE_ABS_BRANCH_V32
, STATE_DWORD
):
912 /* We had a quick immediate branch or a word immediate ba. Now
913 turn it into a dword one. */
914 opcodep
[0] = BA_DWORD_OPCODE
& 255;
915 opcodep
[1] = (BA_DWORD_OPCODE
>> 8) & 255;
916 fix_new (fragP
, var_partp
- fragP
->fr_literal
, 4, symbolP
,
917 fragP
->fr_offset
+ 6, 1, BFD_RELOC_32_PCREL
);
921 case ENCODE_RELAX (STATE_LAPC
, STATE_BYTE
):
923 long offset
= target_address
- (address_of_var_part
- 2);
925 /* This is mostly a sanity check; useful occurrences (if there
926 really are any) should have been caught in
927 md_estimate_size_before_relax. We can (at least
928 theoretically) stumble over invalid code with odd sizes and
929 .p2aligns within the code, so emit an error if that happens.
930 (The generic relaxation machinery is not fit to check this.) */
933 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
934 _("Complicated LAPC target operand is not\
935 a multiple of two. Use LAPC.D"));
937 /* FIXME: This *is* a sanity check. Remove when done with. */
938 if (offset
> 15*2 || offset
< 0)
939 as_fatal (_("Internal error found in md_convert_frag: offset %ld.\
940 Please report this."),
943 opcodep
[0] |= (offset
/ 2) & 0xf;
948 case ENCODE_RELAX (STATE_LAPC
, STATE_DWORD
):
950 md_number_to_chars (opcodep
,
951 LAPC_DWORD_OPCODE
+ (opcodep
[1] & 0xf0) * 256,
953 /* Remember that the reloc is against the position *after* the
954 relocated contents, so we need to adjust to the start of
956 fix_new (fragP
, var_partp
- fragP
->fr_literal
, 4, fragP
->fr_symbol
,
957 fragP
->fr_offset
+ 6, 1, BFD_RELOC_32_PCREL
);
962 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_BYTE
):
964 as_fatal (_("internal inconsistency in %s: bdapq no symbol"),
966 opcodep
[0] = S_GET_VALUE (symbolP
);
970 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_WORD
):
971 /* We had a BDAP 8-bit "quick immediate", now turn it into a 16-bit
972 one that uses PC autoincrement. */
973 opcodep
[0] = BDAP_PC_LOW
+ (1 << 4);
975 opcodep
[1] |= BDAP_INCR_HIGH
;
977 as_fatal (_("internal inconsistency in %s: bdap.w with no symbol"),
979 md_number_to_chars (var_partp
, S_GET_VALUE (symbolP
), 2);
983 case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_DWORD
):
984 /* We had a BDAP 16-bit "word", change the offset to a dword. */
985 opcodep
[0] = BDAP_PC_LOW
+ (2 << 4);
987 opcodep
[1] |= BDAP_INCR_HIGH
;
988 if (fragP
->fr_symbol
== NULL
)
989 md_number_to_chars (var_partp
, fragP
->fr_offset
, 4);
991 fix_new (fragP
, var_partp
- fragP
->fr_literal
, 4, fragP
->fr_symbol
,
992 fragP
->fr_offset
, 0, BFD_RELOC_32
);
996 case ENCODE_RELAX (STATE_MUL
, STATE_BYTE
):
997 /* This is the only time we check position and alignment of the
998 placement-tracking frag. */
999 if (sec
->alignment_power
< 2)
1000 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
1001 _("section alignment must be >= 4 bytes to check MULS/MULU safeness"));
1004 /* If the address after the MULS/MULU has alignment which is
1005 that of the section and may be that of a cache-size of the
1006 buggy versions, then the MULS/MULU can be placed badly. */
1007 if ((address_of_var_part
1008 & ((1 << sec
->alignment_power
) - 1) & 31) == 0)
1009 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
1010 _("dangerous MULS/MULU location; give it higher alignment"));
1015 BAD_CASE (fragP
->fr_subtype
);
1019 fragP
->fr_fix
+= var_part_size
;
1022 /* Generate a short jump around a secondary jump table.
1023 Also called from md_create_long_jump, when sufficient. */
1026 md_create_short_jump (char *storep
, addressT from_addr
, addressT to_addr
,
1027 fragS
*fragP ATTRIBUTE_UNUSED
,
1028 symbolS
*to_symbol ATTRIBUTE_UNUSED
)
1032 /* See md_create_long_jump about the comment on the "+ 2". */
1033 long int max_minimal_minus_distance
;
1034 long int max_minimal_plus_distance
;
1035 long int max_minus_distance
;
1036 long int max_plus_distance
;
1039 if (cris_arch
== arch_crisv32
)
1041 max_minimal_minus_distance
= BRANCH_BB_V32
+ 2;
1042 max_minimal_plus_distance
= BRANCH_BF_V32
+ 2;
1043 max_minus_distance
= BRANCH_WB_V32
+ 2;
1044 max_plus_distance
= BRANCH_WF_V32
+ 2;
1045 nop_opcode
= NOP_OPCODE_V32
;
1047 else if (cris_arch
== arch_cris_common_v10_v32
)
1048 /* Bail out for compatibility mode. (It seems it can be implemented,
1049 perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
1050 $acr", "nop"; but doesn't seem worth it at the moment.) */
1051 as_fatal (_("Out-of-range .word offset handling\
1052 is not implemented for .arch common_v10_v32"));
1055 max_minimal_minus_distance
= BRANCH_BB
+ 2;
1056 max_minimal_plus_distance
= BRANCH_BF
+ 2;
1057 max_minus_distance
= BRANCH_WB
+ 2;
1058 max_plus_distance
= BRANCH_WF
+ 2;
1059 nop_opcode
= NOP_OPCODE
;
1062 distance
= to_addr
- from_addr
;
1064 if (max_minimal_minus_distance
<= distance
1065 && distance
<= max_minimal_plus_distance
)
1067 /* Create a "short" short jump: "BA distance - 2". */
1068 storep
[0] = branch_disp (distance
- 2);
1069 storep
[1] = BA_QUICK_HIGH
;
1071 /* A nop for the delay slot. */
1072 md_number_to_chars (storep
+ 2, nop_opcode
, 2);
1074 /* The extra word should be filled with something sane too. Make it
1075 a nop to keep disassembly sane. */
1076 md_number_to_chars (storep
+ 4, nop_opcode
, 2);
1078 else if (max_minus_distance
<= distance
1079 && distance
<= max_plus_distance
)
1081 /* Make it a "long" short jump: "BA (PC+)". */
1082 md_number_to_chars (storep
, BA_PC_INCR_OPCODE
, 2);
1084 /* ".WORD distance - 4". */
1085 md_number_to_chars (storep
+ 2,
1086 (long) (distance
- 4
1087 - (cris_arch
== arch_crisv32
1091 /* A nop for the delay slot. */
1092 md_number_to_chars (storep
+ 4, nop_opcode
, 2);
1095 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
1096 _(".word case-table handling failed: table too large"));
1099 /* Generate a long jump in a secondary jump table.
1101 storep Where to store the jump instruction.
1102 from_addr Address of the jump instruction.
1103 to_addr Destination address of the jump.
1104 fragP Which frag the destination address operand
1106 to_symbol Destination symbol. */
1109 md_create_long_jump (char *storep
, addressT from_addr
, addressT to_addr
,
1110 fragS
*fragP
, symbolS
*to_symbol
)
1114 /* FIXME: What's that "+ 3"? It comes from the magic numbers that
1115 used to be here, it's just translated to the limit macros used in
1116 the relax table. But why + 3? */
1117 long int max_short_minus_distance
1118 = cris_arch
!= arch_crisv32
? BRANCH_WB
+ 3 : BRANCH_WB_V32
+ 3;
1120 long int max_short_plus_distance
1121 = cris_arch
!= arch_crisv32
? BRANCH_WF
+ 3 : BRANCH_WF_V32
+ 3;
1123 distance
= to_addr
- from_addr
;
1125 if (max_short_minus_distance
<= distance
1126 && distance
<= max_short_plus_distance
)
1128 /* Then make it a "short" long jump. */
1129 md_create_short_jump (storep
, from_addr
, to_addr
, fragP
,
1131 if (cris_arch
== arch_crisv32
)
1132 md_number_to_chars (storep
+ 6, NOP_OPCODE_V32
, 2);
1134 md_number_to_chars (storep
+ 6, NOP_OPCODE
, 2);
1138 /* We have a "long" long jump: "JUMP [PC+]". If CRISv32, always
1139 make it a BA. Else make it an "MOVE [PC=PC+N],P0" if we're supposed
1140 to emit PIC code. */
1141 md_number_to_chars (storep
,
1142 cris_arch
== arch_crisv32
1144 : (pic
? MOVE_PC_INCR_OPCODE_PREFIX
1145 : JUMP_PC_INCR_OPCODE
),
1148 /* Follow with a ".DWORD to_addr", PC-relative for PIC. */
1149 fix_new (fragP
, storep
+ 2 - fragP
->fr_literal
, 4, to_symbol
,
1150 cris_arch
== arch_crisv32
? 6 : 0,
1151 cris_arch
== arch_crisv32
|| pic
? 1 : 0,
1152 cris_arch
== arch_crisv32
|| pic
1153 ? BFD_RELOC_32_PCREL
: BFD_RELOC_32
);
1155 /* Follow it with a "NOP" for CRISv32. */
1156 if (cris_arch
== arch_crisv32
)
1157 md_number_to_chars (storep
+ 6, NOP_OPCODE_V32
, 2);
1159 /* ...and the rest of the move-opcode for pre-v32 PIC. */
1160 md_number_to_chars (storep
+ 6, MOVE_PC_INCR_OPCODE_SUFFIX
, 2);
1164 /* Allocate space for the first piece of an insn, and mark it as the
1165 start of the insn for debug-format use. */
1168 cris_insn_first_word_frag (void)
1170 char *insnp
= frag_more (2);
1172 /* We need to mark the start of the insn by passing dwarf2_emit_insn
1173 the offset from the current fragment position. This must be done
1174 after the first fragment is created but before any other fragments
1175 (fixed or varying) are created. Note that the offset only
1176 corresponds to the "size" of the insn for a fixed-size,
1177 non-expanded insn. */
1178 if (OUTPUT_FLAVOR
== bfd_target_elf_flavour
)
1179 dwarf2_emit_insn (2);
1184 /* Port-specific assembler initialization. */
1189 const char *hashret
= NULL
;
1192 /* Set up a hash table for the instructions. */
1193 op_hash
= hash_new ();
1194 if (op_hash
== NULL
)
1195 as_fatal (_("Virtual memory exhausted"));
1197 /* Enable use of ".if ..asm.arch.cris.v32"
1198 and ".if ..asm.arch.cris.common_v10_v32" and a few others. */
1199 symbol_table_insert (symbol_new ("..asm.arch.cris.v32", absolute_section
,
1200 (cris_arch
== arch_crisv32
),
1201 &zero_address_frag
));
1202 symbol_table_insert (symbol_new ("..asm.arch.cris.v10", absolute_section
,
1203 (cris_arch
== arch_crisv10
),
1204 &zero_address_frag
));
1205 symbol_table_insert (symbol_new ("..asm.arch.cris.common_v10_v32",
1207 (cris_arch
== arch_cris_common_v10_v32
),
1208 &zero_address_frag
));
1209 symbol_table_insert (symbol_new ("..asm.arch.cris.any_v0_v10",
1211 (cris_arch
== arch_cris_any_v0_v10
),
1212 &zero_address_frag
));
1214 while (cris_opcodes
[i
].name
!= NULL
)
1216 const char *name
= cris_opcodes
[i
].name
;
1218 if (! cris_insn_ver_valid_for_arch (cris_opcodes
[i
].applicable_version
,
1225 /* Need to cast to get rid of "const". FIXME: Fix hash_insert instead. */
1226 hashret
= hash_insert (op_hash
, name
, (void *) &cris_opcodes
[i
]);
1228 if (hashret
!= NULL
&& *hashret
!= '\0')
1229 as_fatal (_("Can't hash `%s': %s\n"), cris_opcodes
[i
].name
,
1230 *hashret
== 0 ? _("(unknown reason)") : hashret
);
1233 if (cris_opcodes
[i
].match
& cris_opcodes
[i
].lose
)
1234 as_fatal (_("Buggy opcode: `%s' \"%s\"\n"), cris_opcodes
[i
].name
,
1235 cris_opcodes
[i
].args
);
1239 while (cris_opcodes
[i
].name
!= NULL
1240 && strcmp (cris_opcodes
[i
].name
, name
) == 0);
1244 /* Assemble a source line. */
1247 md_assemble (char *str
)
1249 struct cris_instruction output_instruction
;
1250 struct cris_prefix prefix
;
1256 /* Do the low-level grunt - assemble to bits and split up into a prefix
1257 and ordinary insn. */
1258 cris_process_instruction (str
, &output_instruction
, &prefix
);
1260 /* Handle any prefixes to the instruction. */
1261 switch (prefix
.kind
)
1266 /* When the expression is unknown for a BDAP, it can need 0, 2 or 4
1267 extra bytes, so we handle it separately. */
1268 case PREFIX_BDAP_IMM
:
1269 /* We only do it if the relocation is unspecified, i.e. not a PIC or TLS
1271 if (prefix
.reloc
== BFD_RELOC_NONE
)
1273 gen_bdap (prefix
.base_reg_number
, &prefix
.expr
);
1280 opcodep
= cris_insn_first_word_frag ();
1282 /* Output the prefix opcode. */
1283 md_number_to_chars (opcodep
, (long) prefix
.opcode
, 2);
1285 /* Having a specified reloc only happens for DIP and for BDAP with
1286 PIC or TLS operands, but it is ok to drop through here for the other
1287 prefixes as they can have no relocs specified. */
1288 if (prefix
.reloc
!= BFD_RELOC_NONE
)
1290 unsigned int relocsize
1291 = (prefix
.kind
== PREFIX_DIP
1292 ? 4 : cris_get_specified_reloc_size (prefix
.reloc
));
1294 p
= frag_more (relocsize
);
1295 fix_new_exp (frag_now
, (p
- frag_now
->fr_literal
), relocsize
,
1296 &prefix
.expr
, 0, prefix
.reloc
);
1301 opcodep
= cris_insn_first_word_frag ();
1303 /* Output the prefix opcode. Being a "push", we add the negative
1304 size of the register to "sp". */
1305 if (output_instruction
.spec_reg
!= NULL
)
1307 /* Special register. */
1308 opcodep
[0] = -output_instruction
.spec_reg
->reg_size
;
1312 /* General register. */
1315 opcodep
[1] = (REG_SP
<< 4) + (BDAP_QUICK_OPCODE
>> 8);
1319 BAD_CASE (prefix
.kind
);
1322 /* If we only had a prefix insn, we're done. */
1323 if (output_instruction
.insn_type
== CRIS_INSN_NONE
)
1326 /* Done with the prefix. Continue with the main instruction. */
1327 if (prefix
.kind
== PREFIX_NONE
)
1328 opcodep
= cris_insn_first_word_frag ();
1330 opcodep
= frag_more (2);
1332 /* Output the instruction opcode. */
1333 md_number_to_chars (opcodep
, (long) (output_instruction
.opcode
), 2);
1335 /* Output the symbol-dependent instruction stuff. */
1336 if (output_instruction
.insn_type
== CRIS_INSN_BRANCH
)
1338 segT to_seg
= absolute_section
;
1339 int is_undefined
= 0;
1342 if (output_instruction
.expr
.X_op
!= O_constant
)
1344 to_seg
= S_GET_SEGMENT (output_instruction
.expr
.X_add_symbol
);
1346 if (to_seg
== undefined_section
)
1350 if (to_seg
== now_seg
|| is_undefined
1351 /* In CRISv32, there *is* a 32-bit absolute branch, so don't
1352 emit the 12-byte sequence for known symbols in other
1354 || (cris_arch
== arch_crisv32
1355 && output_instruction
.opcode
== BA_QUICK_OPCODE
))
1357 /* Handle complex expressions. */
1359 = (SIMPLE_EXPR (&output_instruction
.expr
)
1360 ? output_instruction
.expr
.X_add_number
1363 = (SIMPLE_EXPR (&output_instruction
.expr
)
1364 ? output_instruction
.expr
.X_add_symbol
1365 : make_expr_symbol (&output_instruction
.expr
));
1367 /* If is_undefined, the expression may still become now_seg.
1368 That case is handled by md_estimate_size_before_relax. */
1369 length_code
= to_seg
== now_seg
? STATE_BYTE
: STATE_UNDF
;
1371 /* Make room for max twelve bytes of variable length for v32 mode
1372 or PIC, ten for v10 and older. */
1373 frag_var (rs_machine_dependent
,
1374 (cris_arch
== arch_crisv32
1375 || cris_arch
== arch_cris_common_v10_v32
1376 || pic
) ? 12 : 10, 0,
1377 ENCODE_RELAX (cris_arch
== arch_crisv32
1378 ? (output_instruction
.opcode
1380 ? STATE_ABS_BRANCH_V32
1381 : STATE_COND_BRANCH_V32
)
1382 : (cris_arch
== arch_cris_common_v10_v32
1383 ? STATE_COND_BRANCH_COMMON
1384 : (pic
? STATE_COND_BRANCH_PIC
1385 : STATE_COND_BRANCH
)),
1387 sym
, addvalue
, opcodep
);
1391 /* We have: to_seg != now_seg && to_seg != undefined_section.
1392 This means it is a branch to a known symbol in another
1393 section, perhaps an absolute address. Emit a 32-bit branch. */
1395 = frag_more ((cris_arch
== arch_crisv32
1396 || cris_arch
== arch_cris_common_v10_v32
1400 gen_cond_branch_32 (opcodep
, cond_jump
, frag_now
,
1401 output_instruction
.expr
.X_add_symbol
,
1403 output_instruction
.expr
.X_add_number
);
1406 else if (output_instruction
.insn_type
== CRIS_INSN_MUL
1407 && err_for_dangerous_mul_placement
)
1408 /* Create a frag which which we track the location of the mul insn
1409 (in the last two bytes before the mul-frag). */
1410 frag_variant (rs_machine_dependent
, 0, 0,
1411 ENCODE_RELAX (STATE_MUL
, STATE_BYTE
),
1415 if (output_instruction
.imm_oprnd_size
> 0)
1417 /* The instruction has an immediate operand. */
1418 enum bfd_reloc_code_real reloc
= BFD_RELOC_NONE
;
1420 switch (output_instruction
.imm_oprnd_size
)
1422 /* Any byte-size immediate constants are treated as
1423 word-size. FIXME: Thus overflow check does not work
1427 /* Note that size-check for the explicit reloc has already
1428 been done when we get here. */
1429 if (output_instruction
.reloc
!= BFD_RELOC_NONE
)
1430 reloc
= output_instruction
.reloc
;
1432 reloc
= BFD_RELOC_16
;
1436 /* Allow a relocation specified in the operand. */
1437 if (output_instruction
.reloc
!= BFD_RELOC_NONE
)
1438 reloc
= output_instruction
.reloc
;
1440 reloc
= BFD_RELOC_32
;
1444 BAD_CASE (output_instruction
.imm_oprnd_size
);
1447 p
= frag_more (output_instruction
.imm_oprnd_size
);
1448 fix_new_exp (frag_now
, (p
- frag_now
->fr_literal
),
1449 output_instruction
.imm_oprnd_size
,
1450 &output_instruction
.expr
,
1451 reloc
== BFD_RELOC_32_PCREL
1452 || reloc
== BFD_RELOC_16_PCREL
1453 || reloc
== BFD_RELOC_8_PCREL
, reloc
);
1455 else if (output_instruction
.reloc
== BFD_RELOC_CRIS_LAPCQ_OFFSET
1456 && output_instruction
.expr
.X_md
!= 0)
1458 /* Handle complex expressions. */
1460 = (output_instruction
.expr
.X_op_symbol
!= NULL
1461 ? 0 : output_instruction
.expr
.X_add_number
);
1463 = (output_instruction
.expr
.X_op_symbol
!= NULL
1464 ? make_expr_symbol (&output_instruction
.expr
)
1465 : output_instruction
.expr
.X_add_symbol
);
1467 /* This is a relaxing construct, so we need a frag_var rather
1468 than the fix_new_exp call below. */
1469 frag_var (rs_machine_dependent
,
1471 ENCODE_RELAX (STATE_LAPC
, STATE_UNDF
),
1472 sym
, addvalue
, opcodep
);
1474 else if (output_instruction
.reloc
!= BFD_RELOC_NONE
)
1476 /* An immediate operand that has a relocation and needs to be
1477 processed further. */
1479 /* It is important to use fix_new_exp here and everywhere else
1480 (and not fix_new), as fix_new_exp can handle "difference
1481 expressions" - where the expression contains a difference of
1482 two symbols in the same segment. */
1483 fix_new_exp (frag_now
, (opcodep
- frag_now
->fr_literal
), 2,
1484 &output_instruction
.expr
,
1485 output_instruction
.reloc
== BFD_RELOC_32_PCREL
1486 || output_instruction
.reloc
== BFD_RELOC_16_PCREL
1487 || output_instruction
.reloc
== BFD_RELOC_8_PCREL
1488 || (output_instruction
.reloc
1489 == BFD_RELOC_CRIS_LAPCQ_OFFSET
),
1490 output_instruction
.reloc
);
1495 /* Helper error-reporting function: calls as_bad for a format string
1496 for a single value and zeroes the offending value (zero assumed
1497 being a valid value) to avoid repeated error reports in later value
1501 cris_bad (const char *format
, offsetT
*valp
)
1503 /* We cast to long so the format string can assume that format. */
1504 as_bad (format
, (long) *valp
);
1508 /* Low level text-to-bits assembly. */
1511 cris_process_instruction (char *insn_text
, struct cris_instruction
*out_insnp
,
1512 struct cris_prefix
*prefixp
)
1515 char modified_char
= 0;
1517 struct cris_opcode
*instruction
;
1524 /* Reset these fields to a harmless state in case we need to return in
1526 prefixp
->kind
= PREFIX_NONE
;
1527 prefixp
->reloc
= BFD_RELOC_NONE
;
1528 out_insnp
->insn_type
= CRIS_INSN_NONE
;
1529 out_insnp
->imm_oprnd_size
= 0;
1531 /* Find the end of the opcode mnemonic. We assume (true in 2.9.1)
1532 that the caller has translated the opcode to lower-case, up to the
1533 first non-letter. */
1534 for (operands
= insn_text
; ISLOWER (*operands
); ++operands
)
1537 /* Terminate the opcode after letters, but save the character there if
1538 it was of significance. */
1545 /* Put back the modified character later. */
1546 modified_char
= *operands
;
1550 /* Consume the character after the mnemonic
1551 and replace it with '\0'. */
1556 as_bad (_("Unknown opcode: `%s'"), insn_text
);
1560 /* Find the instruction. */
1561 instruction
= (struct cris_opcode
*) hash_find (op_hash
, insn_text
);
1562 if (instruction
== NULL
)
1564 as_bad (_("Unknown opcode: `%s'"), insn_text
);
1568 /* Put back the modified character. */
1569 switch (modified_char
)
1575 *--operands
= modified_char
;
1578 /* Try to match an opcode table slot. */
1579 for (s
= operands
;;)
1583 /* Initialize *prefixp, perhaps after being modified for a
1585 prefixp
->kind
= PREFIX_NONE
;
1586 prefixp
->reloc
= BFD_RELOC_NONE
;
1588 /* Initialize *out_insnp. */
1589 memset (out_insnp
, 0, sizeof (*out_insnp
));
1590 out_insnp
->opcode
= instruction
->match
;
1591 out_insnp
->reloc
= BFD_RELOC_NONE
;
1592 out_insnp
->insn_type
= CRIS_INSN_NORMAL
;
1593 out_insnp
->imm_oprnd_size
= 0;
1597 /* Build the opcode, checking as we go to make sure that the
1599 for (args
= instruction
->args
;; ++args
)
1604 /* If we've come to the end of arguments, we're done. */
1610 /* Non-matcher character for disassembly.
1618 /* These must match exactly. */
1624 /* "ACR", case-insensitive.
1625 Handle a sometimes-mandatory dollar sign as register
1627 if (*s
== REGISTER_PREFIX_CHAR
)
1629 else if (demand_register_prefix
)
1632 if ((*s
++ != 'a' && s
[-1] != 'A')
1633 || (*s
++ != 'c' && s
[-1] != 'C')
1634 || (*s
++ != 'r' && s
[-1] != 'R'))
1639 /* This is not really an operand, but causes a "BDAP
1640 -size,SP" prefix to be output, for PUSH instructions. */
1641 prefixp
->kind
= PREFIX_PUSH
;
1645 /* This letter marks an operand that should not be matched
1646 in the assembler. It is a branch with 16-bit
1647 displacement. The assembler will create them from the
1648 8-bit flavor when necessary. The assembler does not
1649 support the [rN+] operand, as the [r15+] that is
1650 generated for 16-bit displacements. */
1654 /* A 5-bit unsigned immediate in bits <4:0>. */
1655 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1659 if (out_insnp
->expr
.X_op
== O_constant
1660 && (out_insnp
->expr
.X_add_number
< 0
1661 || out_insnp
->expr
.X_add_number
> 31))
1662 cris_bad (_("Immediate value not in 5 bit unsigned range: %ld"),
1663 &out_insnp
->expr
.X_add_number
);
1665 out_insnp
->reloc
= BFD_RELOC_CRIS_UNSIGNED_5
;
1670 /* A 4-bit unsigned immediate in bits <3:0>. */
1671 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1675 if (out_insnp
->expr
.X_op
== O_constant
1676 && (out_insnp
->expr
.X_add_number
< 0
1677 || out_insnp
->expr
.X_add_number
> 15))
1678 cris_bad (_("Immediate value not in 4 bit unsigned range: %ld"),
1679 &out_insnp
->expr
.X_add_number
);
1681 out_insnp
->reloc
= BFD_RELOC_CRIS_UNSIGNED_4
;
1685 /* For 'd', check for an optional ".d" or ".D" at the
1686 start of the operands, followed by a space character. */
1688 if (modified_char
== '.' && *s
== '.')
1690 if ((s
[1] != 'd' && s
[1] == 'D')
1691 || ! ISSPACE (s
[2]))
1699 /* General register in bits <15:12> and <3:0>. */
1700 if (! get_gen_reg (&s
, ®no
))
1704 out_insnp
->opcode
|= regno
/* << 0 */;
1705 out_insnp
->opcode
|= regno
<< 12;
1710 /* Flags from the condition code register. */
1714 if (! get_flags (&s
, &flags
))
1717 out_insnp
->opcode
|= ((flags
& 0xf0) << 8) | (flags
& 0xf);
1722 /* A 6-bit signed immediate in bits <5:0>. */
1723 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1727 if (out_insnp
->expr
.X_op
== O_constant
1728 && (out_insnp
->expr
.X_add_number
< -32
1729 || out_insnp
->expr
.X_add_number
> 31))
1730 cris_bad (_("Immediate value not in 6 bit range: %ld"),
1731 &out_insnp
->expr
.X_add_number
);
1733 out_insnp
->reloc
= BFD_RELOC_CRIS_SIGNED_6
;
1738 /* A 6-bit unsigned immediate in bits <5:0>. */
1739 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1743 if (out_insnp
->expr
.X_op
== O_constant
1744 && (out_insnp
->expr
.X_add_number
< 0
1745 || out_insnp
->expr
.X_add_number
> 63))
1746 cris_bad (_("Immediate value not in 6 bit unsigned range: %ld"),
1747 &out_insnp
->expr
.X_add_number
);
1749 out_insnp
->reloc
= BFD_RELOC_CRIS_UNSIGNED_6
;
1754 /* A size modifier, B, W or D, to be put in a bit position
1755 suitable for CLEAR instructions (i.e. reflecting a zero
1757 if (! get_bwd_size_modifier (&s
, &size_bits
))
1764 out_insnp
->opcode
|= 0 << 12;
1768 out_insnp
->opcode
|= 4 << 12;
1772 out_insnp
->opcode
|= 8 << 12;
1779 /* A size modifier, B, W or D, to be put in bits <5:4>. */
1780 if (modified_char
!= '.'
1781 || ! get_bwd_size_modifier (&s
, &size_bits
))
1785 out_insnp
->opcode
|= size_bits
<< 4;
1790 /* A branch expression. */
1791 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1795 out_insnp
->insn_type
= CRIS_INSN_BRANCH
;
1800 /* A 8-bit quick BDAP expression, "expr,R". */
1801 if (! cris_get_expression (&s
, &out_insnp
->expr
))
1809 if (!get_gen_reg (&s
, ®no
))
1812 out_insnp
->opcode
|= regno
<< 12;
1813 out_insnp
->reloc
= BFD_RELOC_CRIS_SIGNED_8
;
1817 /* A BDAP expression for any size, "expr,R". */
1818 if (! cris_get_expression (&s
, &prefixp
->expr
))
1827 if (!get_gen_reg (&s
, &prefixp
->base_reg_number
))
1830 /* Since 'O' is used with an explicit bdap, we have no
1831 "real" instruction. */
1832 prefixp
->kind
= PREFIX_BDAP_IMM
;
1834 = BDAP_QUICK_OPCODE
| (prefixp
->base_reg_number
<< 12);
1836 out_insnp
->insn_type
= CRIS_INSN_NONE
;
1841 /* Special register in bits <15:12>. */
1842 if (! get_spec_reg (&s
, &out_insnp
->spec_reg
))
1846 /* Use of some special register names come with a
1847 specific warning. Note that we have no ".cpu type"
1848 pseudo yet, so some of this is just unused
1850 if (out_insnp
->spec_reg
->warning
)
1851 as_warn ("%s", out_insnp
->spec_reg
->warning
);
1852 else if (out_insnp
->spec_reg
->applicable_version
1853 == cris_ver_warning
)
1854 /* Others have a generic warning. */
1855 as_warn (_("Unimplemented register `%s' specified"),
1856 out_insnp
->spec_reg
->name
);
1859 |= out_insnp
->spec_reg
->number
<< 12;
1864 /* This character is used in the disassembler to
1865 recognize a prefix instruction to fold into the
1866 addressing mode for the next instruction. It is
1871 /* General register in bits <15:12>. */
1872 if (! get_gen_reg (&s
, ®no
))
1876 out_insnp
->opcode
|= regno
<< 12;
1881 /* General register in bits <3:0>. */
1882 if (! get_gen_reg (&s
, ®no
))
1886 out_insnp
->opcode
|= regno
/* << 0 */;
1891 /* Source operand in bit <10> and a prefix; a 3-operand
1893 if (! get_3op_or_dip_prefix_op (&s
, prefixp
))
1899 /* Source operand in bits <10>, <3:0> and optionally a
1900 prefix; i.e. an indirect operand or an side-effect
1901 prefix (where valid). */
1902 if (! get_autoinc_prefix_or_indir_op (&s
, prefixp
, &mode
,
1909 if (prefixp
->kind
!= PREFIX_NONE
)
1911 /* A prefix, so it has the autoincrement bit
1913 out_insnp
->opcode
|= (AUTOINCR_BIT
<< 8);
1917 /* No prefix. The "mode" variable contains bits like
1918 whether or not this is autoincrement mode. */
1919 out_insnp
->opcode
|= (mode
<< 10);
1921 /* If there was a reloc specifier, then it was
1922 attached to the prefix. Note that we can't check
1923 that the reloc size matches, since we don't have
1924 all the operands yet in all cases. */
1925 if (prefixp
->reloc
!= BFD_RELOC_NONE
)
1926 out_insnp
->reloc
= prefixp
->reloc
;
1929 out_insnp
->opcode
|= regno
/* << 0 */ ;
1935 /* Like 's', but immediate operand only. Also do not
1936 modify insn. There are no insns where an explicit reloc
1937 specifier makes sense. */
1938 if (cris_get_expression (&s
, &out_insnp
->expr
))
1946 /* Like 'N', but PC-relative to the start of the insn.
1947 There might be a :PLT to request a PLT entry. */
1948 if (cris_get_expression (&s
, &out_insnp
->expr
))
1951 out_insnp
->reloc
= BFD_RELOC_32_PCREL
;
1953 /* We have to adjust the expression, because that
1954 relocation is to the location *after* the
1955 relocation. So add 2 for the insn and 4 for the
1957 out_insnp
->expr
.X_add_number
+= 6;
1959 /* TLS specifiers do not make sense here. */
1960 if (pic
&& *s
== RELOC_SUFFIX_CHAR
)
1961 cris_get_reloc_suffix (&s
, &out_insnp
->reloc
,
1969 /* Maybe 'u', maybe 'n'. Only for LAPC/LAPCQ. */
1970 if (cris_get_expression (&s
, &out_insnp
->expr
))
1972 out_insnp
->reloc
= BFD_RELOC_CRIS_LAPCQ_OFFSET
;
1974 /* Define 1 as relaxing. */
1975 out_insnp
->expr
.X_md
= 1;
1981 /* Four PC-relative bits in <3:0> representing <4:1>:0 of
1982 an offset relative to the beginning of the current
1984 if (cris_get_expression (&s
, &out_insnp
->expr
))
1986 out_insnp
->reloc
= BFD_RELOC_CRIS_LAPCQ_OFFSET
;
1988 /* Define 0 as non-relaxing. */
1989 out_insnp
->expr
.X_md
= 0;
1991 /* We have to adjust the expression, because that
1992 relocation is to the location *after* the
1993 insn. So add 2 for the insn. */
1994 out_insnp
->expr
.X_add_number
+= 2;
2000 /* Rs.m in bits <15:12> and <5:4>. */
2001 if (! get_gen_reg (&s
, ®no
)
2002 || ! get_bwd_size_modifier (&s
, &size_bits
))
2006 out_insnp
->opcode
|= (regno
<< 12) | (size_bits
<< 4);
2011 /* Source operand in bits <10>, <3:0> and optionally a
2012 prefix; i.e. an indirect operand or an side-effect
2015 The difference to 's' is that this does not allow an
2016 "immediate" expression. */
2017 if (! get_autoinc_prefix_or_indir_op (&s
, prefixp
,
2025 if (prefixp
->kind
!= PREFIX_NONE
)
2027 /* A prefix, and those matched here always have
2028 side-effects (see 's' case). */
2029 out_insnp
->opcode
|= (AUTOINCR_BIT
<< 8);
2033 /* No prefix. The "mode" variable contains bits
2034 like whether or not this is autoincrement
2036 out_insnp
->opcode
|= (mode
<< 10);
2039 out_insnp
->opcode
|= regno
/* << 0 */;
2044 /* Size modifier (B or W) in bit <4>. */
2045 if (! get_bw_size_modifier (&s
, &size_bits
))
2049 out_insnp
->opcode
|= size_bits
<< 4;
2054 if (cris_arch
== arch_crisv32
2055 && get_sup_reg (&s
, ®no
))
2057 out_insnp
->opcode
|= regno
<< 12;
2066 /* We get here when we fail a match above or we found a
2067 complete match. Break out of this loop. */
2071 /* Was it a match or a miss? */
2074 /* If it's just that the args don't match, maybe the next
2075 item in the table is the same opcode but with
2076 matching operands. First skip any invalid ones. */
2077 while (instruction
[1].name
!= NULL
2078 && strcmp (instruction
->name
, instruction
[1].name
) == 0
2079 && ! cris_insn_ver_valid_for_arch (instruction
[1]
2080 .applicable_version
,
2084 if (instruction
[1].name
!= NULL
2085 && strcmp (instruction
->name
, instruction
[1].name
) == 0
2086 && cris_insn_ver_valid_for_arch (instruction
[1]
2087 .applicable_version
,
2090 /* Yep. Restart and try that one instead. */
2097 /* We've come to the end of instructions with this
2098 opcode, so it must be an error. */
2099 as_bad (_("Illegal operands"));
2101 /* As discard_rest_of_line, but without continuing to the
2103 while (!is_end_of_line
[(unsigned char) *input_line_pointer
])
2104 input_line_pointer
++;
2110 /* We have a match. Check if there's anything more to do. */
2113 /* There was an immediate mode operand, so we must check
2114 that it has an appropriate size. */
2115 switch (instruction
->imm_oprnd_size
)
2119 /* Shouldn't happen; this one does not have immediate
2120 operands with different sizes. */
2121 BAD_CASE (instruction
->imm_oprnd_size
);
2125 out_insnp
->imm_oprnd_size
= 4;
2129 if (cris_arch
== arch_crisv32
)
2130 /* All immediate loads of special registers are
2131 32-bit on CRISv32. */
2132 out_insnp
->imm_oprnd_size
= 4;
2134 switch (out_insnp
->spec_reg
->reg_size
)
2137 if (out_insnp
->expr
.X_op
== O_constant
2138 && (out_insnp
->expr
.X_add_number
< -128
2139 || out_insnp
->expr
.X_add_number
> 255))
2140 cris_bad (_("Immediate value not in 8 bit range: %ld"),
2141 &out_insnp
->expr
.X_add_number
);
2144 /* FIXME: We need an indicator in the instruction
2145 table to pass on, to indicate if we need to check
2146 overflow for a signed or unsigned number. */
2147 if (out_insnp
->expr
.X_op
== O_constant
2148 && (out_insnp
->expr
.X_add_number
< -32768
2149 || out_insnp
->expr
.X_add_number
> 65535))
2150 cris_bad (_("Immediate value not in 16 bit range: %ld"),
2151 &out_insnp
->expr
.X_add_number
);
2152 out_insnp
->imm_oprnd_size
= 2;
2156 out_insnp
->imm_oprnd_size
= 4;
2160 BAD_CASE (out_insnp
->spec_reg
->reg_size
);
2165 case SIZE_FIELD_SIGNED
:
2166 case SIZE_FIELD_UNSIGNED
:
2169 /* FIXME: Find way to pass un/signedness to
2170 caller, and set reloc type instead, postponing
2171 this check until cris_number_to_imm. That
2172 necessarily corrects the reloc type for the
2173 byte case, maybe requiring further changes. */
2175 if (out_insnp
->expr
.X_op
== O_constant
)
2177 if (instruction
->imm_oprnd_size
== SIZE_FIELD
2178 && (out_insnp
->expr
.X_add_number
< -128
2179 || out_insnp
->expr
.X_add_number
> 255))
2180 cris_bad (_("Immediate value not in 8 bit range: %ld"),
2181 &out_insnp
->expr
.X_add_number
);
2182 else if (instruction
->imm_oprnd_size
== SIZE_FIELD_SIGNED
2183 && (out_insnp
->expr
.X_add_number
< -128
2184 || out_insnp
->expr
.X_add_number
> 127))
2185 cris_bad (_("Immediate value not in 8 bit signed range: %ld"),
2186 &out_insnp
->expr
.X_add_number
);
2187 else if (instruction
->imm_oprnd_size
== SIZE_FIELD_UNSIGNED
2188 && (out_insnp
->expr
.X_add_number
< 0
2189 || out_insnp
->expr
.X_add_number
> 255))
2190 cris_bad (_("Immediate value not in 8 bit unsigned range: %ld"),
2191 &out_insnp
->expr
.X_add_number
);
2196 if (out_insnp
->expr
.X_op
== O_constant
)
2198 if (instruction
->imm_oprnd_size
== SIZE_FIELD
2199 && (out_insnp
->expr
.X_add_number
< -32768
2200 || out_insnp
->expr
.X_add_number
> 65535))
2201 cris_bad (_("Immediate value not in 16 bit range: %ld"),
2202 &out_insnp
->expr
.X_add_number
);
2203 else if (instruction
->imm_oprnd_size
== SIZE_FIELD_SIGNED
2204 && (out_insnp
->expr
.X_add_number
< -32768
2205 || out_insnp
->expr
.X_add_number
> 32767))
2206 cris_bad (_("Immediate value not in 16 bit signed range: %ld"),
2207 &out_insnp
->expr
.X_add_number
);
2208 else if (instruction
->imm_oprnd_size
== SIZE_FIELD_UNSIGNED
2209 && (out_insnp
->expr
.X_add_number
< 0
2210 || out_insnp
->expr
.X_add_number
> 65535))
2211 cris_bad (_("Immediate value not in 16 bit unsigned range: %ld"),
2212 &out_insnp
->expr
.X_add_number
);
2214 out_insnp
->imm_oprnd_size
= 2;
2218 out_insnp
->imm_oprnd_size
= 4;
2222 BAD_CASE (out_insnp
->spec_reg
->reg_size
);
2226 /* If there was a relocation specified for the immediate
2227 expression (i.e. it had a PIC or TLS modifier) check that the
2228 size of the relocation matches the size specified by
2230 if (out_insnp
->reloc
!= BFD_RELOC_NONE
2231 && (cris_get_specified_reloc_size (out_insnp
->reloc
)
2232 != (unsigned int) out_insnp
->imm_oprnd_size
))
2233 as_bad (out_insnp
->reloc
== BFD_RELOC_CRIS_32_GD
2234 || out_insnp
->reloc
== BFD_RELOC_CRIS_32_TPREL
2235 || out_insnp
->reloc
== BFD_RELOC_CRIS_16_TPREL
2236 || out_insnp
->reloc
== BFD_RELOC_CRIS_32_IE
2237 ? _("TLS relocation size does not match operand size")
2238 : _("PIC relocation size does not match operand size"));
2240 else if (instruction
->op
== cris_muls_op
2241 || instruction
->op
== cris_mulu_op
)
2242 out_insnp
->insn_type
= CRIS_INSN_MUL
;
2248 /* Get a B, W, or D size modifier from the string pointed out by *cPP,
2249 which must point to a '.' in front of the modifier. On successful
2250 return, *cPP is advanced to the character following the size
2251 modifier, and is undefined otherwise.
2253 cPP Pointer to pointer to string starting
2254 with the size modifier.
2256 size_bitsp Pointer to variable to contain the size bits on
2259 Return 1 iff a correct size modifier is found, else 0. */
2262 get_bwd_size_modifier (char **cPP
, int *size_bitsp
)
2268 /* Consume the '.'. */
2292 /* Consume the size letter. */
2298 /* Get a B or W size modifier from the string pointed out by *cPP,
2299 which must point to a '.' in front of the modifier. On successful
2300 return, *cPP is advanced to the character following the size
2301 modifier, and is undefined otherwise.
2303 cPP Pointer to pointer to string starting
2304 with the size modifier.
2306 size_bitsp Pointer to variable to contain the size bits on
2309 Return 1 iff a correct size modifier is found, else 0. */
2312 get_bw_size_modifier (char **cPP
, int *size_bitsp
)
2318 /* Consume the '.'. */
2337 /* Consume the size letter. */
2343 /* Get a general register from the string pointed out by *cPP. The
2344 variable *cPP is advanced to the character following the general
2345 register name on a successful return, and has its initial position
2348 cPP Pointer to pointer to string, beginning with a general
2351 regnop Pointer to int containing the register number.
2353 Return 1 iff a correct general register designator is found,
2357 get_gen_reg (char **cPP
, int *regnop
)
2362 /* Handle a sometimes-mandatory dollar sign as register prefix. */
2363 if (**cPP
== REGISTER_PREFIX_CHAR
)
2365 else if (demand_register_prefix
)
2372 /* "P" as in "PC"? Consume the "P". */
2375 if ((**cPP
== 'C' || **cPP
== 'c')
2376 && ! ISALNUM ((*cPP
)[1])
2377 /* Here's a little twist: For v32 and the compatibility mode,
2378 we only recognize PC as a register number if there's '+]'
2379 after. We don't consume that, but the presence can only be
2380 valid after a register in a post-increment context, which
2381 is also the only valid context for PC as a register for
2382 v32. Not that it's used very often, but saying "MOVE.D
2383 [PC+],R5" should remain valid. It's not supported for
2384 jump-type insns or other insns with no [Rn+] mode, though. */
2385 && ((cris_arch
!= arch_crisv32
2386 && cris_arch
!= arch_cris_common_v10_v32
)
2387 || ((*cPP
)[1] == '+' && (*cPP
)[2] == ']')))
2389 /* It's "PC": consume the "c" and we're done. */
2396 /* Like with PC, we recognize ACR, but only if it's *not* followed
2397 by '+', and only for v32. */
2400 if (cris_arch
!= arch_crisv32
2401 || ((*cPP
)[1] != 'c' && (*cPP
)[1] != 'C')
2402 || ((*cPP
)[2] != 'r' && (*cPP
)[2] != 'R')
2403 || ISALNUM ((*cPP
)[3])
2404 || (*cPP
)[3] == '+')
2412 /* Hopefully r[0-9] or r1[0-5]. Consume 'R' or 'r'. */
2415 if (ISDIGIT (**cPP
))
2417 /* It's r[0-9]. Consume and check the next digit. */
2418 *regnop
= **cPP
- '0';
2421 if (! ISALNUM (**cPP
))
2423 /* No more digits, we're done. */
2428 /* One more digit. Consume and add. */
2429 *regnop
= *regnop
* 10 + (**cPP
- '0');
2431 /* We need to check for a valid register number; Rn,
2432 0 <= n <= MAX_REG. */
2433 if (*regnop
<= MAX_REG
)
2435 /* Consume second digit. */
2445 /* "S" as in "SP"? Consume the "S". */
2447 if (**cPP
== 'P' || **cPP
== 'p')
2449 /* It's "SP": consume the "p" and we're done. */
2457 /* Just here to silence compilation warnings. */
2461 /* We get here if we fail. Restore the pointer. */
2466 /* Get a special register from the string pointed out by *cPP. The
2467 variable *cPP is advanced to the character following the special
2468 register name if one is found, and retains its original position
2471 cPP Pointer to pointer to string starting with a special register
2474 sregpp Pointer to Pointer to struct spec_reg, where a pointer to the
2475 register description will be stored.
2477 Return 1 iff a correct special register name is found. */
2480 get_spec_reg (char **cPP
, const struct cris_spec_reg
**sregpp
)
2484 char *name_begin
= *cPP
;
2486 const struct cris_spec_reg
*sregp
;
2488 /* Handle a sometimes-mandatory dollar sign as register prefix. */
2489 if (*name_begin
== REGISTER_PREFIX_CHAR
)
2491 else if (demand_register_prefix
)
2494 /* Loop over all special registers. */
2495 for (sregp
= cris_spec_regs
; sregp
->name
!= NULL
; sregp
++)
2497 /* Start over from beginning of the supposed name. */
2501 while (*s2
!= '\0' && TOLOWER (*s1
) == *s2
)
2507 /* For a match, we must have consumed the name in the table, and we
2508 must be outside what could be part of a name. Assume here that a
2509 test for alphanumerics is sufficient for a name test. */
2510 if (*s2
== 0 && ! ISALNUM (*s1
)
2511 && cris_insn_ver_valid_for_arch (sregp
->applicable_version
,
2514 /* We have a match. Update the pointer and be done. */
2521 /* If we got here, we did not find any name. */
2525 /* Get a support register from the string pointed out by *cPP. The
2526 variable *cPP is advanced to the character following the support-
2527 register name if one is found, and retains its original position
2530 cPP Pointer to pointer to string starting with a support-register
2533 sregpp Pointer to int containing the register number.
2535 Return 1 iff a correct support-register name is found. */
2538 get_sup_reg (char **cPP
, int *regnop
)
2542 char *name_begin
= *cPP
;
2544 const struct cris_support_reg
*sregp
;
2546 /* Handle a sometimes-mandatory dollar sign as register prefix. */
2547 if (*name_begin
== REGISTER_PREFIX_CHAR
)
2549 else if (demand_register_prefix
)
2552 /* Loop over all support-registers. */
2553 for (sregp
= cris_support_regs
; sregp
->name
!= NULL
; sregp
++)
2555 /* Start over from beginning of the supposed name. */
2559 while (*s2
!= '\0' && TOLOWER (*s1
) == *s2
)
2565 /* For a match, we must have consumed the name in the table, and we
2566 must be outside what could be part of a name. Assume here that a
2567 test for alphanumerics is sufficient for a name test. */
2568 if (*s2
== 0 && ! ISALNUM (*s1
))
2570 /* We have a match. Update the pointer and be done. */
2572 *regnop
= sregp
->number
;
2577 /* If we got here, we did not find any name. */
2581 /* Get an unprefixed or side-effect-prefix operand from the string pointed
2582 out by *cPP. The pointer *cPP is advanced to the character following
2583 the indirect operand if we have success, else it contains an undefined
2586 cPP Pointer to pointer to string beginning with the first
2587 character of the supposed operand.
2589 prefixp Pointer to structure containing an optional instruction
2592 is_autoincp Pointer to int indicating the indirect or autoincrement
2595 src_regnop Pointer to int containing the source register number in
2598 imm_foundp Pointer to an int indicating if an immediate expression
2601 imm_exprP Pointer to a structure containing an immediate
2602 expression, if success and if *imm_foundp is nonzero.
2604 Return 1 iff a correct indirect operand is found. */
2607 get_autoinc_prefix_or_indir_op (char **cPP
, struct cris_prefix
*prefixp
,
2608 int *is_autoincp
, int *src_regnop
,
2609 int *imm_foundp
, expressionS
*imm_exprP
)
2611 /* Assume there was no immediate mode expression. */
2616 /* So this operand is one of:
2618 Autoincrement: [rN+]
2619 Indexed with assign: [rN=rM+rO.S]
2620 Offset with assign: [rN=rM+I], [rN=rM+[rO].s], [rN=rM+[rO+].s]
2622 Either way, consume the '['. */
2625 /* Get the rN register. */
2626 if (! get_gen_reg (cPP
, src_regnop
))
2627 /* If there was no register, then this cannot match. */
2631 /* We got the register, now check the next character. */
2635 /* Indirect mode. We're done here. */
2636 prefixp
->kind
= PREFIX_NONE
;
2641 /* This must be an auto-increment mode, if there's a
2643 prefixp
->kind
= PREFIX_NONE
;
2646 /* We consume this character and break out to check the
2652 /* This must be indexed with assign, or offset with assign
2653 to match. Not supported for crisv32 or in
2654 compatibility mode. */
2655 if (cris_arch
== arch_crisv32
2656 || cris_arch
== arch_cris_common_v10_v32
)
2661 /* Either way, the next thing must be a register. */
2662 if (! get_gen_reg (cPP
, &prefixp
->base_reg_number
))
2663 /* No register, no match. */
2667 /* We've consumed "[rN=rM", so we must be looking at
2668 "+rO.s]" or "+I]", or "-I]", or "+[rO].s]" or
2672 int index_reg_number
;
2678 /* This must be [rx=ry+[rz].s] or
2679 [rx=ry+[rz+].s] or no match. We must be
2680 looking at rz after consuming the '['. */
2683 if (!get_gen_reg (cPP
, &index_reg_number
))
2686 prefixp
->kind
= PREFIX_BDAP
;
2688 = (BDAP_INDIR_OPCODE
2689 + (prefixp
->base_reg_number
<< 12)
2690 + index_reg_number
);
2694 /* We've seen "[rx=ry+[rz+" here, so now we
2695 know that there must be "].s]" left to
2698 prefixp
->opcode
|= AUTOINCR_BIT
<< 8;
2701 /* If it wasn't autoincrement, we don't need to
2704 /* Check the next-to-last ']'. */
2710 /* Check the ".s" modifier. */
2711 if (! get_bwd_size_modifier (cPP
, &size_bits
))
2714 prefixp
->opcode
|= size_bits
<< 4;
2716 /* Now we got [rx=ry+[rz+].s or [rx=ry+[rz].s.
2717 We break out to check the final ']'. */
2720 /* It wasn't an indirection. Check if it's a
2722 else if (get_gen_reg (cPP
, &index_reg_number
))
2726 /* Indexed with assign mode: "[rN+rM.S]". */
2727 prefixp
->kind
= PREFIX_BIAP
;
2729 = (BIAP_OPCODE
+ (index_reg_number
<< 12)
2730 + prefixp
->base_reg_number
/* << 0 */);
2732 if (! get_bwd_size_modifier (cPP
, &size_bits
))
2733 /* Size missing, this isn't a match. */
2737 /* Size found, break out to check the
2739 prefixp
->opcode
|= size_bits
<< 4;
2743 /* Not a register. Then this must be "[rN+I]". */
2744 else if (cris_get_expression (cPP
, &prefixp
->expr
))
2746 /* We've got offset with assign mode. Fill
2747 in the blanks and break out to match the
2749 prefixp
->kind
= PREFIX_BDAP_IMM
;
2751 /* We tentatively put an opcode corresponding to
2752 a 32-bit operand here, although it may be
2753 relaxed when there's no relocation
2754 specifier for the operand. */
2756 = (BDAP_INDIR_OPCODE
2757 | (prefixp
->base_reg_number
<< 12)
2758 | (AUTOINCR_BIT
<< 8)
2760 | REG_PC
/* << 0 */);
2762 /* This can have a PIC suffix, specifying reloc
2764 if ((pic
|| tls
) && **cPP
== RELOC_SUFFIX_CHAR
)
2766 unsigned int relocsize
;
2768 cris_get_reloc_suffix (cPP
, &prefixp
->reloc
,
2771 /* Tweak the size of the immediate operand
2772 in the prefix opcode if it isn't what we
2775 = cris_get_specified_reloc_size (prefixp
->reloc
);
2778 = ((prefixp
->opcode
& ~(3 << 4))
2779 | ((relocsize
>> 1) << 4));
2784 /* Neither register nor expression found, so
2785 this can't be a match. */
2788 /* Not "[rN+" but perhaps "[rN-"? */
2789 else if (**cPP
== '-')
2791 /* We must have an offset with assign mode. */
2792 if (! cris_get_expression (cPP
, &prefixp
->expr
))
2793 /* No expression, no match. */
2797 /* We've got offset with assign mode. Fill
2798 in the blanks and break out to match the
2801 Note that we don't allow a relocation
2802 suffix for an operand with a minus
2804 prefixp
->kind
= PREFIX_BDAP_IMM
;
2809 /* Neither '+' nor '-' after "[rN=rM". Lose. */
2813 /* Neither ']' nor '+' nor '=' after "[rN". Lose. */
2818 /* When we get here, we have a match and will just check the closing
2819 ']'. We can still fail though. */
2824 /* Don't forget to consume the final ']'.
2825 Then return in glory. */
2830 /* No indirection. Perhaps a constant? */
2831 else if (cris_get_expression (cPP
, imm_exprP
))
2833 /* Expression found, this is immediate mode. */
2834 prefixp
->kind
= PREFIX_NONE
;
2836 *src_regnop
= REG_PC
;
2839 /* This can have a PIC suffix, specifying reloc type to use. The
2840 caller must check that the reloc size matches the operand size. */
2841 if ((pic
|| tls
) && **cPP
== RELOC_SUFFIX_CHAR
)
2842 cris_get_reloc_suffix (cPP
, &prefixp
->reloc
, imm_exprP
);
2847 /* No luck today. */
2851 /* This function gets an indirect operand in a three-address operand
2852 combination from the string pointed out by *cPP. The pointer *cPP is
2853 advanced to the character following the indirect operand on success, or
2854 has an unspecified value on failure.
2856 cPP Pointer to pointer to string beginning
2859 prefixp Pointer to structure containing an
2862 Returns 1 iff a correct indirect operand is found. */
2865 get_3op_or_dip_prefix_op (char **cPP
, struct cris_prefix
*prefixp
)
2870 /* We must have a '[' or it's a clean failure. */
2873 /* Eat the first '['. */
2878 /* A second '[', so this must be double-indirect mode. */
2880 prefixp
->kind
= PREFIX_DIP
;
2881 prefixp
->opcode
= DIP_OPCODE
;
2883 /* Get the register or fail entirely. */
2884 if (! get_gen_reg (cPP
, ®_number
))
2888 prefixp
->opcode
|= reg_number
/* << 0 */ ;
2891 /* Since we found a '+', this must be double-indirect
2892 autoincrement mode. */
2894 prefixp
->opcode
|= AUTOINCR_BIT
<< 8;
2897 /* There's nothing particular to do, if this was a
2898 double-indirect *without* autoincrement. */
2901 /* Check the first ']'. The second one is checked at the end. */
2905 /* Eat the first ']', so we'll be looking at a second ']'. */
2908 /* No second '['. Then we should have a register here, making
2910 else if (get_gen_reg (cPP
, &prefixp
->base_reg_number
))
2912 /* This must be indexed or offset mode: "[rN+I]" or
2913 "[rN+rM.S]" or "[rN+[rM].S]" or "[rN+[rM+].S]". */
2916 int index_reg_number
;
2922 /* This is "[rx+["... Expect a register next. */
2926 if (!get_gen_reg (cPP
, &index_reg_number
))
2929 prefixp
->kind
= PREFIX_BDAP
;
2931 = (BDAP_INDIR_OPCODE
2932 + (prefixp
->base_reg_number
<< 12)
2933 + index_reg_number
);
2935 /* We've seen "[rx+[ry", so check if this is
2939 /* Yep, now at "[rx+[ry+". */
2941 prefixp
->opcode
|= AUTOINCR_BIT
<< 8;
2943 /* If it wasn't autoincrement, we don't need to
2946 /* Check a first closing ']': "[rx+[ry]" or
2952 /* Now expect a size modifier ".S". */
2953 if (! get_bwd_size_modifier (cPP
, &size_bits
))
2956 prefixp
->opcode
|= size_bits
<< 4;
2958 /* Ok, all interesting stuff has been seen:
2959 "[rx+[ry+].S" or "[rx+[ry].S". We only need to
2960 expect a final ']', which we'll do in a common
2963 /* Seen "[rN+", but not a '[', so check if we have a
2965 else if (get_gen_reg (cPP
, &index_reg_number
))
2967 /* This is indexed mode: "[rN+rM.S]" or
2970 prefixp
->kind
= PREFIX_BIAP
;
2973 | prefixp
->base_reg_number
/* << 0 */
2974 | (index_reg_number
<< 12));
2976 /* Consume the ".S". */
2977 if (! get_bwd_size_modifier (cPP
, &size_bits
))
2978 /* Missing size, so fail. */
2981 /* Size found. Add that piece and drop down to
2982 the common checking of the closing ']'. */
2983 prefixp
->opcode
|= size_bits
<< 4;
2985 /* Seen "[rN+", but not a '[' or a register, so then
2986 it must be a constant "I".
2988 As a quality of implementation improvement, we check for a
2989 closing ']', like in an erroneous "[rN+]". If we don't,
2990 the expression parser will emit a confusing "bad
2991 expression" when it sees the ']', probably because it
2992 doesn't like seeing no expression. */
2993 else if (**cPP
!= ']' && cris_get_expression (cPP
, &prefixp
->expr
))
2995 /* Expression found, so fill in the bits of offset
2996 mode and drop down to check the closing ']'. */
2997 prefixp
->kind
= PREFIX_BDAP_IMM
;
2999 /* We tentatively put an opcode corresponding to a 32-bit
3000 operand here, although it may be relaxed when there's no
3001 PIC specifier for the operand. */
3003 = (BDAP_INDIR_OPCODE
3004 | (prefixp
->base_reg_number
<< 12)
3005 | (AUTOINCR_BIT
<< 8)
3007 | REG_PC
/* << 0 */);
3009 /* This can have a PIC suffix, specifying reloc type to use. */
3010 if ((pic
|| tls
) && **cPP
== RELOC_SUFFIX_CHAR
)
3012 unsigned int relocsize
;
3014 cris_get_reloc_suffix (cPP
, &prefixp
->reloc
, &prefixp
->expr
);
3016 /* Tweak the size of the immediate operand in the prefix
3017 opcode if it isn't what we set. */
3018 relocsize
= cris_get_specified_reloc_size (prefixp
->reloc
);
3021 = ((prefixp
->opcode
& ~(3 << 4))
3022 | ((relocsize
>> 1) << 4));
3026 /* Nothing valid here: lose. */
3029 /* Seen "[rN" but no '+', so check if it's a '-'. */
3030 else if (**cPP
== '-')
3032 /* Yep, we must have offset mode. */
3033 if (! cris_get_expression (cPP
, &prefixp
->expr
))
3034 /* No expression, so we lose. */
3038 /* Expression found to make this offset mode, so
3039 fill those bits and drop down to check the
3042 Note that we don't allow a PIC suffix for
3043 an operand with a minus sign like this. */
3044 prefixp
->kind
= PREFIX_BDAP_IMM
;
3049 /* We've seen "[rN", but not '+' or '-'; rather a ']'.
3050 Hmm. Normally this is a simple indirect mode that we
3051 shouldn't match, but if we expect ']', then we have a
3052 zero offset, so it can be a three-address-operand,
3053 like "[rN],rO,rP", thus offset mode.
3055 Don't eat the ']', that will be done in the closing
3057 prefixp
->expr
.X_op
= O_constant
;
3058 prefixp
->expr
.X_add_number
= 0;
3059 prefixp
->expr
.X_add_symbol
= NULL
;
3060 prefixp
->expr
.X_op_symbol
= NULL
;
3061 prefixp
->kind
= PREFIX_BDAP_IMM
;
3064 /* A '[', but no second '[', and no register. Check if we
3065 have an expression, making this "[I]" for a double-indirect
3067 else if (cris_get_expression (cPP
, &prefixp
->expr
))
3069 /* Expression found, the so called absolute mode for a
3070 double-indirect prefix on PC. */
3071 prefixp
->kind
= PREFIX_DIP
;
3072 prefixp
->opcode
= DIP_OPCODE
| (AUTOINCR_BIT
<< 8) | REG_PC
;
3073 prefixp
->reloc
= BFD_RELOC_32
;
3075 /* For :GD and :IE, it makes sense to have TLS specifiers here. */
3076 if ((pic
|| tls
) && **cPP
== RELOC_SUFFIX_CHAR
)
3077 cris_get_reloc_suffix (cPP
, &prefixp
->reloc
, &prefixp
->expr
);
3080 /* Neither '[' nor register nor expression. We lose. */
3083 /* We get here as a closing ceremony to a successful match. We just
3084 need to check the closing ']'. */
3086 /* Oops. Close but no air-polluter. */
3089 /* Don't forget to consume that ']', before returning in glory. */
3094 /* Get an expression from the string pointed out by *cPP.
3095 The pointer *cPP is advanced to the character following the expression
3096 on a success, or retains its original value otherwise.
3098 cPP Pointer to pointer to string beginning with the expression.
3100 exprP Pointer to structure containing the expression.
3102 Return 1 iff a correct expression is found. */
3105 cris_get_expression (char **cPP
, expressionS
*exprP
)
3107 char *saved_input_line_pointer
;
3109 /* The "expression" function expects to find an expression at the
3110 global variable input_line_pointer, so we have to save it to give
3111 the impression that we don't fiddle with global variables. */
3112 saved_input_line_pointer
= input_line_pointer
;
3113 input_line_pointer
= *cPP
;
3115 /* Avoid a common error, confusing addressing modes. Beware that the
3116 call to expression below does not signal that error; it treats []
3117 as parentheses, unless #define NEED_INDEX_OPERATOR in which case it
3118 gives them other confusing semantics rather than plain outlawing
3119 them, which is what we want. */
3120 if (*input_line_pointer
== '[')
3122 input_line_pointer
= saved_input_line_pointer
;
3127 if (exprP
->X_op
== O_illegal
|| exprP
->X_op
== O_absent
)
3129 input_line_pointer
= saved_input_line_pointer
;
3133 /* Everything seems to be fine, just restore the global
3134 input_line_pointer and say we're successful. */
3135 *cPP
= input_line_pointer
;
3136 input_line_pointer
= saved_input_line_pointer
;
3140 /* Get a sequence of flag characters from *spp. The pointer *cPP is
3141 advanced to the character following the expression. The flag
3142 characters are consecutive, no commas or spaces.
3144 cPP Pointer to pointer to string beginning with the expression.
3146 flagp Pointer to int to return the flags expression.
3148 Return 1 iff a correct flags expression is found. */
3151 get_flags (char **cPP
, int *flagsp
)
3159 if (! cris_insn_ver_valid_for_arch (cris_ver_v0_3
,
3167 if (! cris_insn_ver_valid_for_arch (cris_ver_v8_10
,
3175 if (! cris_insn_ver_valid_for_arch (cris_ver_v0_3
,
3183 if (! cris_insn_ver_valid_for_arch (cris_ver_v8_10
,
3191 if (! cris_insn_ver_valid_for_arch (cris_ver_v32p
,
3199 if (! cris_insn_ver_valid_for_arch (cris_ver_v32p
,
3236 /* We consider this successful if we stop at a comma or
3237 whitespace. Anything else, and we consider it a failure. */
3240 && ! ISSPACE (**cPP
))
3246 /* Don't forget to consume each flag character. */
3251 /* Generate code and fixes for a BDAP prefix.
3252 For v32, this handles ADDOQ because thankfully the opcodes are the
3255 base_regno Int containing the base register number.
3257 exprP Pointer to structure containing the offset expression. */
3260 gen_bdap (int base_regno
, expressionS
*exprP
)
3262 unsigned int opcode
;
3265 /* Put out the prefix opcode; assume quick immediate mode at first. */
3266 opcode
= BDAP_QUICK_OPCODE
| (base_regno
<< 12);
3267 opcodep
= cris_insn_first_word_frag ();
3268 md_number_to_chars (opcodep
, opcode
, 2);
3270 if (exprP
->X_op
== O_constant
)
3272 /* We have an absolute expression that we know the size of right
3277 value
= exprP
->X_add_number
;
3278 if (value
< -32768 || value
> 32767)
3279 /* Outside range for a "word", make it a dword. */
3282 /* Assume "word" size. */
3285 /* If this is a signed-byte value, we can fit it into the prefix
3287 if (value
>= -128 && value
<= 127)
3291 /* This is a word or dword displacement, which will be put in a
3292 word or dword after the prefix. */
3295 opcodep
[0] = BDAP_PC_LOW
+ (size
<< 4);
3297 opcodep
[1] |= BDAP_INCR_HIGH
;
3298 p
= frag_more (1 << size
);
3299 md_number_to_chars (p
, value
, 1 << size
);
3304 /* Handle complex expressions. */
3306 = SIMPLE_EXPR (exprP
) ? exprP
->X_add_number
: 0;
3308 = (SIMPLE_EXPR (exprP
)
3309 ? exprP
->X_add_symbol
: make_expr_symbol (exprP
));
3311 /* The expression is not defined yet but may become absolute. We
3312 make it a relocation to be relaxed. */
3313 frag_var (rs_machine_dependent
, 4, 0,
3314 ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX
, STATE_UNDF
),
3315 sym
, addvalue
, opcodep
);
3319 /* Encode a branch displacement in the range -256..254 into the form used
3320 by CRIS conditional branch instructions.
3322 offset The displacement value in bytes. */
3325 branch_disp (int offset
)
3329 /* Adjust all short branch offsets here. */
3330 if (cris_arch
== arch_crisv32
|| cris_arch
== arch_cris_common_v10_v32
)
3333 disp
= offset
& 0xFE;
3341 /* Generate code and fixes for a 32-bit conditional branch instruction
3342 created by "extending" an existing 8-bit branch instruction.
3344 opcodep Pointer to the word containing the original 8-bit branch
3347 writep Pointer to "extension area" following the first instruction
3350 fragP Pointer to the frag containing the instruction.
3352 add_symP, Parts of the destination address expression.
3357 gen_cond_branch_32 (char *opcodep
, char *writep
, fragS
*fragP
,
3358 symbolS
*add_symP
, symbolS
*sub_symP
, long int add_num
)
3364 if (cris_arch
== arch_crisv32
)
3366 nop_opcode
= NOP_OPCODE_V32
;
3368 branch_offset
= -2 - 8;
3372 nop_opcode
= NOP_OPCODE
;
3374 branch_offset
= -2 - 8;
3378 nop_opcode
= NOP_OPCODE
;
3380 branch_offset
= -2 - 6;
3383 /* We should never get here for compatibility mode. */
3384 if (cris_arch
== arch_cris_common_v10_v32
)
3385 as_fatal (_("Calling gen_cond_branch_32 for .arch common_v10_v32\n"));
3387 if (warn_for_branch_expansion
)
3388 as_warn_where (fragP
->fr_file
, fragP
->fr_line
,
3389 _("32-bit conditional branch generated"));
3391 /* Here, writep points to what will be opcodep + 2. First, we change
3392 the actual branch in opcodep[0] and opcodep[1], so that in the
3393 final insn, it will look like:
3396 This means we don't have to worry about changing the opcode or
3397 messing with the delay-slot instruction. So, we move it to last in
3398 the "extended" branch, and just change the displacement. Admittedly,
3399 it's not the optimal extended construct, but we should get this
3400 rarely enough that it shouldn't matter. */
3402 writep
[opc_offset
] = branch_disp (branch_offset
);
3403 writep
[opc_offset
+ 1] = opcodep
[1];
3405 /* Then, we change the branch to an unconditional branch over the
3406 extended part, to the new location of the Bcc:
3410 Note that these two writes are to currently different locations,
3413 md_number_to_chars (opcodep
, BA_QUICK_OPCODE
3414 + (cris_arch
== arch_crisv32
? 12 : (pic
? 10 : 8)),
3416 md_number_to_chars (writep
, nop_opcode
, 2);
3418 /* Then the extended thing, the 32-bit jump insn.
3419 opcodep+4: JUMP [PC+]
3420 or, in the PIC case,
3421 opcodep+4: MOVE [PC=PC+N],P0. */
3423 md_number_to_chars (writep
+ 2,
3424 cris_arch
== arch_crisv32
3426 : (pic
? MOVE_PC_INCR_OPCODE_PREFIX
3427 : JUMP_PC_INCR_OPCODE
), 2);
3429 /* We have to fill in the actual value too.
3431 This is most probably an expression, but we can cope with an absolute
3432 value too. FIXME: Testcase needed with and without pic. */
3434 if (add_symP
== NULL
&& sub_symP
== NULL
)
3436 /* An absolute address. */
3437 if (pic
|| cris_arch
== arch_crisv32
)
3438 fix_new (fragP
, writep
+ 4 - fragP
->fr_literal
, 4,
3439 section_symbol (absolute_section
),
3441 + (cris_arch
== arch_crisv32
? 6 : 0),
3442 1, BFD_RELOC_32_PCREL
);
3444 md_number_to_chars (writep
+ 4, add_num
, 4);
3448 if (sub_symP
!= NULL
)
3449 as_bad_where (fragP
->fr_file
, fragP
->fr_line
,
3450 _("Complex expression not supported"));
3452 /* Not absolute, we have to make it a frag for later evaluation. */
3453 fix_new (fragP
, writep
+ 4 - fragP
->fr_literal
, 4, add_symP
,
3454 add_num
+ (cris_arch
== arch_crisv32
? 6 : 0),
3455 pic
|| cris_arch
== arch_crisv32
? 1 : 0,
3456 pic
|| cris_arch
== arch_crisv32
3457 ? BFD_RELOC_32_PCREL
: BFD_RELOC_32
);
3460 if (cris_arch
== arch_crisv32
)
3461 /* Follow it with a "NOP" for CRISv32. */
3462 md_number_to_chars (writep
+ 8, NOP_OPCODE_V32
, 2);
3464 /* ...and the rest of the move-opcode for pre-v32 PIC. */
3465 md_number_to_chars (writep
+ 8, MOVE_PC_INCR_OPCODE_SUFFIX
, 2);
3468 /* Get the size of an immediate-reloc in bytes. Only valid for
3469 specified relocs (TLS, PIC). */
3472 cris_get_specified_reloc_size (bfd_reloc_code_real_type reloc
)
3475 reloc
== BFD_RELOC_CRIS_16_GOTPLT
3476 || reloc
== BFD_RELOC_CRIS_16_GOT
3477 || reloc
== BFD_RELOC_CRIS_16_GOT_GD
3478 || reloc
== BFD_RELOC_CRIS_16_DTPREL
3479 || reloc
== BFD_RELOC_CRIS_16_GOT_TPREL
3480 || reloc
== BFD_RELOC_CRIS_16_TPREL
3484 /* Store a reloc type at *RELOCP corresponding to the PIC suffix at *CPP.
3485 Adjust *EXPRP with any addend found after the PIC suffix. */
3488 cris_get_reloc_suffix (char **cPP
, bfd_reloc_code_real_type
*relocp
,
3493 expressionS const_expr
;
3495 const struct pic_suffixes_struct
3497 const char *const suffix
;
3499 bfd_reloc_code_real_type reloc
;
3505 #define PICMAP(s, r) {s, sizeof (s) - 1, r, TRUE, FALSE}
3506 #define PICTLSMAP(s, r) {s, sizeof (s) - 1, r, TRUE, TRUE}
3507 #define TLSMAP(s, r) {s, sizeof (s) - 1, r, FALSE, TRUE}
3508 /* Keep this in order with longest unambiguous prefix first. */
3509 PICMAP ("GOTPLT16", BFD_RELOC_CRIS_16_GOTPLT
),
3510 PICMAP ("GOTPLT", BFD_RELOC_CRIS_32_GOTPLT
),
3511 PICMAP ("PLTG", BFD_RELOC_CRIS_32_PLT_GOTREL
),
3512 PICMAP ("PLT", BFD_RELOC_CRIS_32_PLT_PCREL
),
3513 PICMAP ("GOTOFF", BFD_RELOC_CRIS_32_GOTREL
),
3514 PICMAP ("GOT16", BFD_RELOC_CRIS_16_GOT
),
3515 PICMAP ("GOT", BFD_RELOC_CRIS_32_GOT
),
3516 PICTLSMAP ("GDGOTREL16", BFD_RELOC_CRIS_16_GOT_GD
),
3517 PICTLSMAP ("GDGOTREL", BFD_RELOC_CRIS_32_GOT_GD
),
3518 TLSMAP ("GD", BFD_RELOC_CRIS_32_GD
),
3519 PICTLSMAP ("DTPREL16", BFD_RELOC_CRIS_16_DTPREL
),
3520 PICTLSMAP ("DTPREL", BFD_RELOC_CRIS_32_DTPREL
),
3521 TLSMAP ("IE", BFD_RELOC_CRIS_32_IE
),
3522 PICTLSMAP ("TPOFFGOT16", BFD_RELOC_CRIS_16_GOT_TPREL
),
3523 PICTLSMAP ("TPOFFGOT", BFD_RELOC_CRIS_32_GOT_TPREL
),
3524 TLSMAP ("TPOFF16", BFD_RELOC_CRIS_16_TPREL
),
3525 TLSMAP ("TPOFF", BFD_RELOC_CRIS_32_TPREL
)
3528 /* We've already seen the ':', so consume it. */
3531 for (i
= 0; i
< sizeof (pic_suffixes
)/sizeof (pic_suffixes
[0]); i
++)
3533 if (strncmp (s
, pic_suffixes
[i
].suffix
, pic_suffixes
[i
].len
) == 0
3534 && ! is_part_of_name (s
[pic_suffixes
[i
].len
])
3535 /* PIC and non-PIC relocations are exclusive. */
3536 && (pic
!= 0) == (pic_suffixes
[i
].pic_p
!= 0)
3537 /* But TLS can be active for non-TLS relocations too. */
3538 && (pic_suffixes
[i
].tls_p
== 0 || tls
))
3540 /* We have a match. Consume the suffix and set the relocation
3542 s
+= pic_suffixes
[i
].len
;
3544 /* There can be a constant term appended. If so, we will add it
3546 if (*s
== '+' || *s
== '-')
3548 if (! cris_get_expression (&s
, &const_expr
))
3549 /* There was some kind of syntax error. Bail out. */
3552 /* Allow complex expressions as the constant part. It still
3553 has to be an assembly-time constant or there will be an
3554 error emitting the reloc. This makes the PIC qualifiers
3555 idempotent; foo:GOTOFF+32 == foo+32:GOTOFF. The former we
3556 recognize here; the latter is parsed in the incoming
3558 exprP
->X_add_symbol
= make_expr_symbol (exprP
);
3559 exprP
->X_op
= O_add
;
3560 exprP
->X_add_number
= 0;
3561 exprP
->X_op_symbol
= make_expr_symbol (&const_expr
);
3564 *relocp
= pic_suffixes
[i
].reloc
;
3570 /* No match. Don't consume anything; fall back and there will be a
3574 /* This *could* have been:
3576 Turn a string in input_line_pointer into a floating point constant
3577 of type TYPE, and store the appropriate bytes in *LITP. The number
3578 of LITTLENUMS emitted is stored in *SIZEP.
3580 type A character from FLTCHARS that describes what kind of
3581 floating-point number is wanted.
3583 litp A pointer to an array that the result should be stored in.
3585 sizep A pointer to an integer where the size of the result is stored.
3587 But we don't support floating point constants in assembly code *at all*,
3588 since it's suboptimal and just opens up bug opportunities. GCC emits
3589 the bit patterns as hex. All we could do here is to emit what GCC
3590 would have done in the first place. *Nobody* writes floating-point
3591 code as assembly code, but if they do, they should be able enough to
3592 find out the correct bit patterns and use them. */
3595 md_atof (int type ATTRIBUTE_UNUSED
, char *litp ATTRIBUTE_UNUSED
,
3596 int *sizep ATTRIBUTE_UNUSED
)
3598 /* FIXME: Is this function mentioned in the internals.texi manual? If
3600 return _("Bad call to md_atof () - floating point formats are not supported");
3603 /* Turn a number as a fixS * into a series of bytes that represents the
3604 number on the target machine. The purpose of this procedure is the
3605 same as that of md_number_to_chars but this procedure is supposed to
3606 handle general bit field fixes and machine-dependent fixups.
3608 bufp Pointer to an array where the result should be stored.
3610 val The value to store.
3612 n The number of bytes in "val" that should be stored.
3614 fixP The fix to be applied to the bit field starting at bufp.
3616 seg The segment containing this number. */
3619 cris_number_to_imm (char *bufp
, long val
, int n
, fixS
*fixP
, segT seg
)
3626 /* We put the relative "vma" for the other segment for inter-segment
3627 relocations in the object data to stay binary "compatible" (with an
3628 uninteresting old version) for the relocation.
3629 Maybe delete some day. */
3631 && (sym_seg
= S_GET_SEGMENT (fixP
->fx_addsy
)) != seg
)
3632 val
+= sym_seg
->vma
;
3634 if (fixP
->fx_addsy
!= NULL
|| fixP
->fx_pcrel
)
3635 switch (fixP
->fx_r_type
)
3637 /* These must be fully resolved when getting here. */
3638 case BFD_RELOC_16_PCREL
:
3639 case BFD_RELOC_8_PCREL
:
3640 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3641 _("PC-relative relocation must be trivially resolved"));
3646 /* Only use the computed value for old-arch binaries. For all
3647 others, where we're going to output a relocation, put 0 in the
3649 if (cris_arch
!= arch_cris_any_v0_v10
3650 && (fixP
->fx_addsy
!= NULL
|| fixP
->fx_pcrel
))
3653 switch (fixP
->fx_r_type
)
3655 /* Ditto here, we put the addend into the object code as
3656 well as the reloc addend. Keep it that way for now, to simplify
3657 regression tests on the object file contents. FIXME: Seems
3658 uninteresting now that we have a test suite. */
3660 case BFD_RELOC_CRIS_32_GOT_GD
:
3661 case BFD_RELOC_CRIS_16_GOT_GD
:
3662 case BFD_RELOC_CRIS_32_GD
:
3663 case BFD_RELOC_CRIS_32_IE
:
3664 case BFD_RELOC_CRIS_32_DTPREL
:
3665 case BFD_RELOC_CRIS_16_DTPREL
:
3666 case BFD_RELOC_CRIS_32_GOT_TPREL
:
3667 case BFD_RELOC_CRIS_16_GOT_TPREL
:
3668 case BFD_RELOC_CRIS_32_TPREL
:
3669 case BFD_RELOC_CRIS_16_TPREL
:
3670 #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
3671 if (IS_ELF
&& fixP
->fx_addsy
!= NULL
)
3672 S_SET_THREAD_LOCAL (fixP
->fx_addsy
);
3676 case BFD_RELOC_CRIS_16_GOT
:
3677 case BFD_RELOC_CRIS_32_GOT
:
3678 case BFD_RELOC_CRIS_32_GOTREL
:
3679 case BFD_RELOC_CRIS_16_GOTPLT
:
3680 case BFD_RELOC_CRIS_32_GOTPLT
:
3681 case BFD_RELOC_CRIS_32_PLT_GOTREL
:
3682 case BFD_RELOC_CRIS_32_PLT_PCREL
:
3683 /* We don't want to put in any kind of non-zero bits in the data
3684 being relocated for these. */
3685 md_number_to_chars (bufp
, 0, n
);
3688 case BFD_RELOC_32_PCREL
:
3689 /* If this one isn't fully resolved, we don't want to put non-zero
3691 if (fixP
->fx_addsy
!= NULL
|| fixP
->fx_pcrel
)
3696 /* No use having warnings here, since most hosts have a 32-bit type
3697 for "long" (which will probably change soon, now that I wrote
3699 bufp
[3] = (val
>> 24) & 0xFF;
3700 bufp
[2] = (val
>> 16) & 0xFF;
3701 bufp
[1] = (val
>> 8) & 0xFF;
3702 bufp
[0] = val
& 0xFF;
3705 /* FIXME: The 16 and 8-bit cases should have a way to check
3706 whether a signed or unsigned (or any signedness) number is
3710 case BFD_RELOC_16_PCREL
:
3711 if (val
> 0xffff || val
< -32768)
3712 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3713 _("Value not in 16 bit range: %ld"), val
);
3714 bufp
[1] = (val
>> 8) & 0xFF;
3715 bufp
[0] = val
& 0xFF;
3718 case BFD_RELOC_CRIS_SIGNED_16
:
3719 if (val
> 32767 || val
< -32768)
3720 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3721 _("Value not in 16 bit signed range: %ld"), val
);
3722 bufp
[1] = (val
>> 8) & 0xFF;
3723 bufp
[0] = val
& 0xFF;
3727 case BFD_RELOC_8_PCREL
:
3728 if (val
> 255 || val
< -128)
3729 as_bad_where (fixP
->fx_file
, fixP
->fx_line
, _("Value not in 8 bit range: %ld"), val
);
3730 bufp
[0] = val
& 0xFF;
3733 case BFD_RELOC_CRIS_SIGNED_8
:
3734 if (val
> 127 || val
< -128)
3735 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3736 _("Value not in 8 bit signed range: %ld"), val
);
3737 bufp
[0] = val
& 0xFF;
3740 case BFD_RELOC_CRIS_LAPCQ_OFFSET
:
3741 /* FIXME: Test-cases for out-of-range values. Probably also need
3742 to use as_bad_where. */
3743 case BFD_RELOC_CRIS_UNSIGNED_4
:
3744 if (val
> 15 || val
< 0)
3745 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3746 _("Value not in 4 bit unsigned range: %ld"), val
);
3747 bufp
[0] |= val
& 0x0F;
3750 case BFD_RELOC_CRIS_UNSIGNED_5
:
3751 if (val
> 31 || val
< 0)
3752 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3753 _("Value not in 5 bit unsigned range: %ld"), val
);
3754 bufp
[0] |= val
& 0x1F;
3757 case BFD_RELOC_CRIS_SIGNED_6
:
3758 if (val
> 31 || val
< -32)
3759 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3760 _("Value not in 6 bit range: %ld"), val
);
3761 bufp
[0] |= val
& 0x3F;
3764 case BFD_RELOC_CRIS_UNSIGNED_6
:
3765 if (val
> 63 || val
< 0)
3766 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3767 _("Value not in 6 bit unsigned range: %ld"), val
);
3768 bufp
[0] |= val
& 0x3F;
3771 case BFD_RELOC_CRIS_BDISP8
:
3772 bufp
[0] = branch_disp (val
);
3775 case BFD_RELOC_NONE
:
3776 /* May actually happen automatically. For example at broken
3777 words, if the word turns out not to be broken.
3778 FIXME: When? Which testcase? */
3779 if (! fixP
->fx_addsy
)
3780 md_number_to_chars (bufp
, val
, n
);
3783 case BFD_RELOC_VTABLE_INHERIT
:
3784 /* This borrowed from tc-ppc.c on a whim. */
3786 && !S_IS_DEFINED (fixP
->fx_addsy
)
3787 && !S_IS_WEAK (fixP
->fx_addsy
))
3788 S_SET_WEAK (fixP
->fx_addsy
);
3791 case BFD_RELOC_VTABLE_ENTRY
:
3796 BAD_CASE (fixP
->fx_r_type
);
3800 /* Processes machine-dependent command line options. Called once for
3801 each option on the command line that the machine-independent part of
3802 GAS does not understand. */
3805 md_parse_option (int arg
, const char *argp ATTRIBUTE_UNUSED
)
3811 printf (_("Please use --help to see usage and options for this assembler.\n"));
3812 md_show_usage (stdout
);
3813 exit (EXIT_SUCCESS
);
3816 warn_for_branch_expansion
= 1;
3820 demand_register_prefix
= TRUE
;
3822 if (OUTPUT_FLAVOR
== bfd_target_aout_flavour
)
3823 as_bad (_("--no-underscore is invalid with a.out format"));
3825 symbols_have_leading_underscore
= FALSE
;
3829 demand_register_prefix
= FALSE
;
3830 symbols_have_leading_underscore
= TRUE
;
3834 if (OUTPUT_FLAVOR
!= bfd_target_elf_flavour
)
3835 as_bad (_("--pic is invalid for this object format"));
3837 if (cris_arch
!= arch_crisv32
)
3838 md_long_jump_size
= cris_any_v0_v10_long_jump_size_pic
;
3840 md_long_jump_size
= crisv32_long_jump_size
;
3845 const char *str
= argp
;
3846 enum cris_archs argarch
= cris_arch_from_string (&str
);
3848 if (argarch
== arch_cris_unknown
)
3849 as_bad (_("invalid <arch> in --march=<arch>: %s"), argp
);
3851 cris_arch
= argarch
;
3853 if (argarch
== arch_crisv32
)
3855 err_for_dangerous_mul_placement
= 0;
3856 md_long_jump_size
= crisv32_long_jump_size
;
3861 md_long_jump_size
= cris_any_v0_v10_long_jump_size_pic
;
3863 md_long_jump_size
= cris_any_v0_v10_long_jump_size
;
3868 case OPTION_MULBUG_ABORT_OFF
:
3869 err_for_dangerous_mul_placement
= 0;
3872 case OPTION_MULBUG_ABORT_ON
:
3873 err_for_dangerous_mul_placement
= 1;
3883 /* Round up a section size to the appropriate boundary. */
3885 md_section_align (segT segment
, valueT size
)
3887 /* Round all sects to multiple of 4, except the bss section, which
3888 we'll round to word-size.
3890 FIXME: Check if this really matters. All sections should be
3891 rounded up, and all sections should (optionally) be assumed to be
3892 dword-aligned, it's just that there is actual usage of linking to a
3894 if (OUTPUT_FLAVOR
== bfd_target_aout_flavour
)
3896 if (segment
== bss_section
)
3897 return (size
+ 1) & ~1;
3898 return (size
+ 3) & ~3;
3902 /* FIXME: Is this wanted? It matches the testsuite, but that's not
3903 really a valid reason. */
3904 if (segment
== text_section
)
3905 return (size
+ 3) & ~3;
3911 /* Generate a machine-dependent relocation. */
3913 tc_gen_reloc (asection
*section ATTRIBUTE_UNUSED
, fixS
*fixP
)
3916 bfd_reloc_code_real_type code
;
3918 switch (fixP
->fx_r_type
)
3920 case BFD_RELOC_CRIS_SIGNED_8
:
3924 case BFD_RELOC_CRIS_SIGNED_16
:
3925 code
= BFD_RELOC_16
;
3928 case BFD_RELOC_CRIS_16_GOT
:
3929 case BFD_RELOC_CRIS_32_GOT
:
3930 case BFD_RELOC_CRIS_16_GOTPLT
:
3931 case BFD_RELOC_CRIS_32_GOTPLT
:
3932 case BFD_RELOC_CRIS_32_GOTREL
:
3933 case BFD_RELOC_CRIS_32_PLT_GOTREL
:
3934 case BFD_RELOC_CRIS_32_PLT_PCREL
:
3936 case BFD_RELOC_32_PCREL
:
3939 case BFD_RELOC_VTABLE_INHERIT
:
3940 case BFD_RELOC_VTABLE_ENTRY
:
3941 case BFD_RELOC_CRIS_UNSIGNED_8
:
3942 case BFD_RELOC_CRIS_UNSIGNED_16
:
3943 case BFD_RELOC_CRIS_LAPCQ_OFFSET
:
3944 case BFD_RELOC_CRIS_32_GOT_GD
:
3945 case BFD_RELOC_CRIS_16_GOT_GD
:
3946 case BFD_RELOC_CRIS_32_GD
:
3947 case BFD_RELOC_CRIS_32_IE
:
3948 case BFD_RELOC_CRIS_32_DTPREL
:
3949 case BFD_RELOC_CRIS_16_DTPREL
:
3950 case BFD_RELOC_CRIS_32_GOT_TPREL
:
3951 case BFD_RELOC_CRIS_16_GOT_TPREL
:
3952 case BFD_RELOC_CRIS_32_TPREL
:
3953 case BFD_RELOC_CRIS_16_TPREL
:
3954 code
= fixP
->fx_r_type
;
3957 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
3958 _("Semantics error. This type of operand can not be relocated, it must be an assembly-time constant"));
3962 relP
= XNEW (arelent
);
3963 gas_assert (relP
!= 0);
3964 relP
->sym_ptr_ptr
= XNEW (asymbol
*);
3965 *relP
->sym_ptr_ptr
= symbol_get_bfdsym (fixP
->fx_addsy
);
3966 relP
->address
= fixP
->fx_frag
->fr_address
+ fixP
->fx_where
;
3968 relP
->addend
= fixP
->fx_offset
;
3970 /* This is the standard place for KLUDGEs to work around bugs in
3971 bfd_install_relocation (first such note in the documentation
3972 appears with binutils-2.8).
3974 That function bfd_install_relocation does the wrong thing with
3975 putting stuff into the addend of a reloc (it should stay out) for a
3976 weak symbol. The really bad thing is that it adds the
3977 "segment-relative offset" of the symbol into the reloc. In this
3978 case, the reloc should instead be relative to the symbol with no
3979 other offset than the assembly code shows; and since the symbol is
3980 weak, any local definition should be ignored until link time (or
3982 To wit: weaksym+42 should be weaksym+42 in the reloc,
3983 not weaksym+(offset_from_segment_of_local_weaksym_definition)
3985 To "work around" this, we subtract the segment-relative offset of
3986 "known" weak symbols. This evens out the extra offset.
3988 That happens for a.out but not for ELF, since for ELF,
3989 bfd_install_relocation uses the "special function" field of the
3990 howto, and does not execute the code that needs to be undone. */
3992 if (OUTPUT_FLAVOR
== bfd_target_aout_flavour
3993 && fixP
->fx_addsy
&& S_IS_WEAK (fixP
->fx_addsy
)
3994 && ! bfd_is_und_section (S_GET_SEGMENT (fixP
->fx_addsy
)))
3996 relP
->addend
-= S_GET_VALUE (fixP
->fx_addsy
);
3999 relP
->howto
= bfd_reloc_type_lookup (stdoutput
, code
);
4004 name
= S_GET_NAME (fixP
->fx_addsy
);
4006 name
= _("<unknown>");
4007 as_fatal (_("Cannot generate relocation type for symbol %s, code %s"),
4008 name
, bfd_get_reloc_code_name (code
));
4014 /* Machine-dependent usage-output. */
4017 md_show_usage (FILE *stream
)
4019 /* The messages are formatted to line up with the generic options. */
4020 fprintf (stream
, _("CRIS-specific options:\n"));
4021 fprintf (stream
, "%s",
4022 _(" -h, -H Don't execute, print this help text. Deprecated.\n"));
4023 fprintf (stream
, "%s",
4024 _(" -N Warn when branches are expanded to jumps.\n"));
4025 fprintf (stream
, "%s",
4026 _(" --underscore User symbols are normally prepended with underscore.\n"));
4027 fprintf (stream
, "%s",
4028 _(" Registers will not need any prefix.\n"));
4029 fprintf (stream
, "%s",
4030 _(" --no-underscore User symbols do not have any prefix.\n"));
4031 fprintf (stream
, "%s",
4032 _(" Registers will require a `$'-prefix.\n"));
4033 #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
4034 fprintf (stream
, "%s",
4035 _(" --pic Enable generation of position-independent code.\n"));
4037 fprintf (stream
, "%s",
4038 _(" --march=<arch> Generate code for <arch>. Valid choices for <arch>\n\
4039 are v0_v10, v10, v32 and common_v10_v32.\n"));
4042 /* Apply a fixS (fixup of an instruction or data that we didn't have
4043 enough info to complete immediately) to the data in a frag. */
4046 md_apply_fix (fixS
*fixP
, valueT
*valP
, segT seg
)
4048 /* This assignment truncates upper bits if valueT is 64 bits (as with
4049 --enable-64-bit-bfd), which is fine here, though we cast to avoid
4050 any compiler warnings. */
4051 long val
= (long) *valP
;
4052 char *buf
= fixP
->fx_where
+ fixP
->fx_frag
->fr_literal
;
4054 if (fixP
->fx_addsy
== 0 && !fixP
->fx_pcrel
)
4057 /* We can't actually support subtracting a symbol. */
4058 if (fixP
->fx_subsy
!= (symbolS
*) NULL
)
4059 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
4060 _("expression too complex"));
4062 /* This operand-type is scaled. */
4063 if (fixP
->fx_r_type
== BFD_RELOC_CRIS_LAPCQ_OFFSET
)
4065 cris_number_to_imm (buf
, val
, fixP
->fx_size
, fixP
, seg
);
4068 /* All relocations are relative to the location just after the fixup;
4069 the address of the fixup plus its size. */
4072 md_pcrel_from (fixS
*fixP
)
4074 valueT addr
= fixP
->fx_where
+ fixP
->fx_frag
->fr_address
;
4076 /* FIXME: We get here only at the end of assembly, when X in ".-X" is
4077 still unknown. Since we don't have pc-relative relocations in a.out,
4078 this is invalid. What to do if anything for a.out, is to add
4079 pc-relative relocations everywhere including the elinux program
4080 loader. For ELF, allow straight-forward PC-relative relocations,
4081 which are always relative to the location after the relocation. */
4082 if (OUTPUT_FLAVOR
!= bfd_target_elf_flavour
4083 || (fixP
->fx_r_type
!= BFD_RELOC_8_PCREL
4084 && fixP
->fx_r_type
!= BFD_RELOC_16_PCREL
4085 && fixP
->fx_r_type
!= BFD_RELOC_32_PCREL
4086 && fixP
->fx_r_type
!= BFD_RELOC_CRIS_LAPCQ_OFFSET
))
4087 as_bad_where (fixP
->fx_file
, fixP
->fx_line
,
4088 _("Invalid pc-relative relocation"));
4089 return fixP
->fx_size
+ addr
;
4092 /* We have no need to give defaults for symbol-values. */
4094 md_undefined_symbol (char *name ATTRIBUTE_UNUSED
)
4099 /* If this function returns non-zero, it prevents the relocation
4100 against symbol(s) in the FIXP from being replaced with relocations
4101 against section symbols, and guarantees that a relocation will be
4102 emitted even when the value can be resolved locally. */
4104 md_cris_force_relocation (struct fix
*fixp
)
4106 switch (fixp
->fx_r_type
)
4108 case BFD_RELOC_CRIS_16_GOT
:
4109 case BFD_RELOC_CRIS_32_GOT
:
4110 case BFD_RELOC_CRIS_16_GOTPLT
:
4111 case BFD_RELOC_CRIS_32_GOTPLT
:
4112 case BFD_RELOC_CRIS_32_GOTREL
:
4113 case BFD_RELOC_CRIS_32_PLT_GOTREL
:
4114 case BFD_RELOC_CRIS_32_PLT_PCREL
:
4120 return generic_force_reloc (fixp
);
4123 /* Check and emit error if broken-word handling has failed to fix up a
4124 case-table. This is called from write.c, after doing everything it
4125 knows about how to handle broken words. */
4128 tc_cris_check_adjusted_broken_word (offsetT new_offset
, struct broken_word
*brokwP
)
4130 if (new_offset
> 32767 || new_offset
< -32768)
4131 /* We really want a genuine error, not a warning, so make it one. */
4132 as_bad_where (brokwP
->frag
->fr_file
, brokwP
->frag
->fr_line
,
4133 _("Adjusted signed .word (%ld) overflows: `switch'-statement too large."),
4137 /* Make a leading REGISTER_PREFIX_CHAR mandatory for all registers. */
4140 cris_force_reg_prefix (void)
4142 demand_register_prefix
= TRUE
;
4145 /* Do not demand a leading REGISTER_PREFIX_CHAR for all registers. */
4148 cris_relax_reg_prefix (void)
4150 demand_register_prefix
= FALSE
;
4153 /* Adjust for having a leading '_' on all user symbols. */
4156 cris_sym_leading_underscore (void)
4158 /* We can't really do anything more than assert that what the program
4159 thinks symbol starts with agrees with the command-line options, since
4160 the bfd is already created. */
4162 if (!symbols_have_leading_underscore
)
4163 as_bad (_(".syntax %s requires command-line option `--underscore'"),
4164 SYNTAX_USER_SYM_LEADING_UNDERSCORE
);
4167 /* Adjust for not having any particular prefix on user symbols. */
4169 static void cris_sym_no_leading_underscore (void)
4171 if (symbols_have_leading_underscore
)
4172 as_bad (_(".syntax %s requires command-line option `--no-underscore'"),
4173 SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE
);
4176 /* Handle the .syntax pseudo, which takes an argument that decides what
4177 syntax the assembly code has. */
4180 s_syntax (int ignore ATTRIBUTE_UNUSED
)
4182 static const struct syntaxes
4184 const char *const operand
;
4187 {{SYNTAX_ENFORCE_REG_PREFIX
, cris_force_reg_prefix
},
4188 {SYNTAX_RELAX_REG_PREFIX
, cris_relax_reg_prefix
},
4189 {SYNTAX_USER_SYM_LEADING_UNDERSCORE
, cris_sym_leading_underscore
},
4190 {SYNTAX_USER_SYM_NO_LEADING_UNDERSCORE
, cris_sym_no_leading_underscore
}};
4192 const struct syntaxes
*sp
;
4194 for (sp
= syntax_table
;
4195 sp
< syntax_table
+ sizeof (syntax_table
) / sizeof (syntax_table
[0]);
4198 if (strncmp (input_line_pointer
, sp
->operand
,
4199 strlen (sp
->operand
)) == 0)
4203 input_line_pointer
+= strlen (sp
->operand
);
4204 demand_empty_rest_of_line ();
4209 as_bad (_("Unknown .syntax operand"));
4212 /* Wrapper for dwarf2_directive_file to emit error if this is seen when
4213 not emitting ELF. */
4216 s_cris_file (int dummy
)
4218 if (OUTPUT_FLAVOR
!= bfd_target_elf_flavour
)
4219 as_bad (_("Pseudodirective .file is only valid when generating ELF"));
4221 dwarf2_directive_file (dummy
);
4224 /* Wrapper for dwarf2_directive_loc to emit error if this is seen when not
4228 s_cris_loc (int dummy
)
4230 if (OUTPUT_FLAVOR
!= bfd_target_elf_flavour
)
4231 as_bad (_("Pseudodirective .loc is only valid when generating ELF"));
4233 dwarf2_directive_loc (dummy
);
4236 /* Worker for .dtpoffd: generate a R_CRIS_32_DTPREL reloc, as for
4237 expr:DTPREL but for use in debug info. */
4240 s_cris_dtpoff (int bytes
)
4246 as_fatal (_("internal inconsistency problem: %s called for %d bytes"),
4247 __FUNCTION__
, bytes
);
4251 p
= frag_more (bytes
);
4252 md_number_to_chars (p
, 0, bytes
);
4253 fix_new_exp (frag_now
, p
- frag_now
->fr_literal
, bytes
, &ex
, FALSE
,
4254 BFD_RELOC_CRIS_32_DTPREL
);
4256 demand_empty_rest_of_line ();
4260 /* Translate a <arch> string (as common to --march=<arch> and .arch <arch>)
4261 into an enum. If the string *STR is recognized, *STR is updated to point
4262 to the end of the string. If the string is not recognized,
4263 arch_cris_unknown is returned. */
4265 static enum cris_archs
4266 cris_arch_from_string (const char **str
)
4268 static const struct cris_arch_struct
4270 const char *const name
;
4271 enum cris_archs arch
;
4273 /* Keep in order longest-first for choices where one is a prefix
4275 {{"v0_v10", arch_cris_any_v0_v10
},
4276 {"v10", arch_crisv10
},
4277 {"v32", arch_crisv32
},
4278 {"common_v10_v32", arch_cris_common_v10_v32
}};
4280 const struct cris_arch_struct
*ap
;
4282 for (ap
= arch_table
;
4283 ap
< arch_table
+ sizeof (arch_table
) / sizeof (arch_table
[0]);
4286 int len
= strlen (ap
->name
);
4288 if (strncmp (*str
, ap
->name
, len
) == 0
4289 && (str
[0][len
] == 0 || ISSPACE (str
[0][len
])))
4291 *str
+= strlen (ap
->name
);
4296 return arch_cris_unknown
;
4299 /* Return nonzero if architecture version ARCH matches version range in
4303 cris_insn_ver_valid_for_arch (enum cris_insn_version_usage iver
,
4304 enum cris_archs arch
)
4308 case arch_cris_any_v0_v10
:
4310 (iver
== cris_ver_version_all
4311 || iver
== cris_ver_warning
4312 || iver
== cris_ver_v0_3
4313 || iver
== cris_ver_v3p
4314 || iver
== cris_ver_v0_10
4315 || iver
== cris_ver_sim_v0_10
4316 || iver
== cris_ver_v3_10
4317 || iver
== cris_ver_v8
4318 || iver
== cris_ver_v8p
4319 || iver
== cris_ver_v8_10
4320 || iver
== cris_ver_v10
4321 || iver
== cris_ver_v10p
);
4325 (iver
== cris_ver_version_all
4326 || iver
== cris_ver_v3p
4327 || iver
== cris_ver_v8p
4328 || iver
== cris_ver_v10p
4329 || iver
== cris_ver_v32p
);
4331 case arch_cris_common_v10_v32
:
4333 (iver
== cris_ver_version_all
4334 || iver
== cris_ver_v3p
4335 || iver
== cris_ver_v8p
4336 || iver
== cris_ver_v10p
);
4340 (iver
== cris_ver_version_all
4341 || iver
== cris_ver_v0_3
4342 || iver
== cris_ver_v0_10
4343 || iver
== cris_ver_sim_v0_10
);
4347 (iver
== cris_ver_version_all
4348 || iver
== cris_ver_v0_3
4349 || iver
== cris_ver_v3p
4350 || iver
== cris_ver_v0_10
4351 || iver
== cris_ver_sim_v0_10
4352 || iver
== cris_ver_v3_10
);
4356 (iver
== cris_ver_version_all
4357 || iver
== cris_ver_v3p
4358 || iver
== cris_ver_v0_10
4359 || iver
== cris_ver_sim_v0_10
4360 || iver
== cris_ver_v3_10
4361 || iver
== cris_ver_v8
4362 || iver
== cris_ver_v8p
4363 || iver
== cris_ver_v8_10
);
4367 (iver
== cris_ver_version_all
4368 || iver
== cris_ver_v3p
4369 || iver
== cris_ver_v0_10
4370 || iver
== cris_ver_sim_v0_10
4371 || iver
== cris_ver_v3_10
4372 || iver
== cris_ver_v8p
4373 || iver
== cris_ver_v8_10
4374 || iver
== cris_ver_v10
4375 || iver
== cris_ver_v10p
);
4382 /* Assert that the .arch ARCHCHOICE1 is compatible with the specified or
4383 default --march=<ARCHCHOICE2> option. */
4386 s_cris_arch (int dummy ATTRIBUTE_UNUSED
)
4388 /* Right now we take the easy route and check for sameness. It's not
4389 obvious that allowing e.g. --march=v32 and .arch common_v0_v32
4390 would be more useful than confusing, implementation-wise and
4393 const char *str
= input_line_pointer
;
4394 enum cris_archs arch
= cris_arch_from_string (&str
);
4396 if (arch
== arch_cris_unknown
)
4398 as_bad (_("unknown operand to .arch"));
4400 /* For this one, str does not reflect the end of the operand,
4401 since there was no matching arch. Skip it manually; skip
4402 things that can be part of a word (a name). */
4403 while (is_part_of_name (*str
))
4406 else if (arch
!= cris_arch
)
4407 as_bad (_(".arch <arch> requires a matching --march=... option"));
4409 input_line_pointer
= (char *) str
;
4410 demand_empty_rest_of_line ();
4416 * eval: (c-set-style "gnu")
4417 * indent-tabs-mode: t