final.c (struct bb_list): Delete.
[platform/upstream/gcc.git] / gcc / final.c
1 /* Convert RTL to assembler code and output it, for GNU compiler.
2    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
3    1998, 1999, 2000, 2001 Free Software Foundation, Inc.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2, or (at your option) any later
10 version.
11
12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING.  If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 02111-1307, USA.  */
21
22 /* This is the final pass of the compiler.
23    It looks at the rtl code for a function and outputs assembler code.
24
25    Call `final_start_function' to output the assembler code for function entry,
26    `final' to output assembler code for some RTL code,
27    `final_end_function' to output assembler code for function exit.
28    If a function is compiled in several pieces, each piece is
29    output separately with `final'.
30
31    Some optimizations are also done at this level.
32    Move instructions that were made unnecessary by good register allocation
33    are detected and omitted from the output.  (Though most of these
34    are removed by the last jump pass.)
35
36    Instructions to set the condition codes are omitted when it can be
37    seen that the condition codes already had the desired values.
38
39    In some cases it is sufficient if the inherited condition codes
40    have related values, but this may require the following insn
41    (the one that tests the condition codes) to be modified.
42
43    The code for the function prologue and epilogue are generated
44    directly in assembler by the target functions function_prologue and
45    function_epilogue.  Those instructions never exist as rtl.  */
46
47 #include "config.h"
48 #include "system.h"
49
50 #include "tree.h"
51 #include "rtl.h"
52 #include "tm_p.h"
53 #include "regs.h"
54 #include "insn-config.h"
55 #include "insn-attr.h"
56 #include "recog.h"
57 #include "conditions.h"
58 #include "flags.h"
59 #include "real.h"
60 #include "hard-reg-set.h"
61 #include "output.h"
62 #include "except.h"
63 #include "function.h"
64 #include "toplev.h"
65 #include "reload.h"
66 #include "intl.h"
67 #include "basic-block.h"
68 #include "target.h"
69 #include "debug.h"
70 #include "expr.h"
71
72 #ifdef XCOFF_DEBUGGING_INFO
73 #include "xcoffout.h"           /* Needed for external data
74                                    declarations for e.g. AIX 4.x.  */
75 #endif
76
77 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
78 #include "dwarf2out.h"
79 #endif
80
81 /* If we aren't using cc0, CC_STATUS_INIT shouldn't exist.  So define a
82    null default for it to save conditionalization later.  */
83 #ifndef CC_STATUS_INIT
84 #define CC_STATUS_INIT
85 #endif
86
87 /* How to start an assembler comment.  */
88 #ifndef ASM_COMMENT_START
89 #define ASM_COMMENT_START ";#"
90 #endif
91
92 /* Is the given character a logical line separator for the assembler?  */
93 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
94 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';')
95 #endif
96
97 #ifndef JUMP_TABLES_IN_TEXT_SECTION
98 #define JUMP_TABLES_IN_TEXT_SECTION 0
99 #endif
100
101 /* Last insn processed by final_scan_insn.  */
102 static rtx debug_insn;
103 rtx current_output_insn;
104
105 /* Line number of last NOTE.  */
106 static int last_linenum;
107
108 /* Highest line number in current block.  */
109 static int high_block_linenum;
110
111 /* Likewise for function.  */
112 static int high_function_linenum;
113
114 /* Filename of last NOTE.  */
115 static const char *last_filename;
116
117 /* Number of instrumented arcs when profile_arc_flag is set.  */
118 extern int count_instrumented_edges;
119
120 extern int length_unit_log; /* This is defined in insn-attrtab.c.  */
121
122 /* Nonzero while outputting an `asm' with operands.
123    This means that inconsistencies are the user's fault, so don't abort.
124    The precise value is the insn being output, to pass to error_for_asm.  */
125 static rtx this_is_asm_operands;
126
127 /* Number of operands of this insn, for an `asm' with operands.  */
128 static unsigned int insn_noperands;
129
130 /* Compare optimization flag.  */
131
132 static rtx last_ignored_compare = 0;
133
134 /* Flag indicating this insn is the start of a new basic block.  */
135
136 static int new_block = 1;
137
138 /* Assign a unique number to each insn that is output.
139    This can be used to generate unique local labels.  */
140
141 static int insn_counter = 0;
142
143 #ifdef HAVE_cc0
144 /* This variable contains machine-dependent flags (defined in tm.h)
145    set and examined by output routines
146    that describe how to interpret the condition codes properly.  */
147
148 CC_STATUS cc_status;
149
150 /* During output of an insn, this contains a copy of cc_status
151    from before the insn.  */
152
153 CC_STATUS cc_prev_status;
154 #endif
155
156 /* Indexed by hardware reg number, is 1 if that register is ever
157    used in the current function.
158
159    In life_analysis, or in stupid_life_analysis, this is set
160    up to record the hard regs used explicitly.  Reload adds
161    in the hard regs used for holding pseudo regs.  Final uses
162    it to generate the code in the function prologue and epilogue
163    to save and restore registers as needed.  */
164
165 char regs_ever_live[FIRST_PSEUDO_REGISTER];
166
167 /* Nonzero means current function must be given a frame pointer.
168    Set in stmt.c if anything is allocated on the stack there.
169    Set in reload1.c if anything is allocated on the stack there.  */
170
171 int frame_pointer_needed;
172
173 /* Assign unique numbers to labels generated for profiling.  */
174
175 int profile_label_no;
176
177 /* Number of unmatched NOTE_INSN_BLOCK_BEG notes we have seen.  */
178
179 static int block_depth;
180
181 /* Nonzero if have enabled APP processing of our assembler output.  */
182
183 static int app_on;
184
185 /* If we are outputting an insn sequence, this contains the sequence rtx.
186    Zero otherwise.  */
187
188 rtx final_sequence;
189
190 #ifdef ASSEMBLER_DIALECT
191
192 /* Number of the assembler dialect to use, starting at 0.  */
193 static int dialect_number;
194 #endif
195
196 /* Indexed by line number, nonzero if there is a note for that line.  */
197
198 static char *line_note_exists;
199
200 #ifdef HAVE_conditional_execution
201 /* Nonnull if the insn currently being emitted was a COND_EXEC pattern.  */
202 rtx current_insn_predicate;
203 #endif
204
205 #ifdef HAVE_ATTR_length
206 static int asm_insn_count       PARAMS ((rtx));
207 #endif
208 static void profile_function    PARAMS ((FILE *));
209 static void profile_after_prologue PARAMS ((FILE *));
210 static void notice_source_line  PARAMS ((rtx));
211 static rtx walk_alter_subreg    PARAMS ((rtx *));
212 static void output_asm_name     PARAMS ((void));
213 static tree get_mem_expr_from_op        PARAMS ((rtx, int *));
214 static void output_asm_operand_names PARAMS ((rtx *, int *, int));
215 static void output_operand      PARAMS ((rtx, int));
216 #ifdef LEAF_REGISTERS
217 static void leaf_renumber_regs  PARAMS ((rtx));
218 #endif
219 #ifdef HAVE_cc0
220 static int alter_cond           PARAMS ((rtx));
221 #endif
222 #ifndef ADDR_VEC_ALIGN
223 static int final_addr_vec_align PARAMS ((rtx));
224 #endif
225 #ifdef HAVE_ATTR_length
226 static int align_fuzz           PARAMS ((rtx, rtx, int, unsigned));
227 #endif
228 \f
229 /* Initialize data in final at the beginning of a compilation.  */
230
231 void
232 init_final (filename)
233      const char *filename ATTRIBUTE_UNUSED;
234 {
235   app_on = 0;
236   final_sequence = 0;
237
238 #ifdef ASSEMBLER_DIALECT
239   dialect_number = ASSEMBLER_DIALECT;
240 #endif
241 }
242
243 /* Called at end of source file,
244    to output the block-profiling table for this entire compilation.  */
245
246 void
247 end_final (filename)
248      const char *filename;
249 {
250   if (profile_arc_flag)
251     {
252       char name[20];
253       int align = exact_log2 (BIGGEST_ALIGNMENT / BITS_PER_UNIT);
254       int size, rounded;
255       int long_bytes = LONG_TYPE_SIZE / BITS_PER_UNIT;
256       int gcov_type_bytes = GCOV_TYPE_SIZE / BITS_PER_UNIT;
257       int pointer_bytes = POINTER_SIZE / BITS_PER_UNIT;
258       unsigned int align2 = LONG_TYPE_SIZE;
259
260       size = gcov_type_bytes * count_instrumented_edges;
261       rounded = size;
262
263       rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
264       rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
265                  * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
266
267       /* ??? This _really_ ought to be done with a structure layout
268          and with assemble_constructor.  If long_bytes != pointer_bytes
269          we'll be emitting unaligned data at some point.  */
270       if (long_bytes != pointer_bytes)
271         abort ();
272
273       data_section ();
274
275       /* Output the main header, of 11 words:
276          0:  1 if this file is initialized, else 0.
277          1:  address of file name (LPBX1).
278          2:  address of table of counts (LPBX2).
279          3:  number of counts in the table.
280          4:  always 0, for compatibility with Sun.
281
282          The following are GNU extensions:
283
284          5:  address of table of start addrs of basic blocks (LPBX3).
285          6:  Number of bytes in this header.
286          7:  address of table of function names (LPBX4).
287          8:  address of table of line numbers (LPBX5) or 0.
288          9:  address of table of file names (LPBX6) or 0.
289         10:  space reserved for basic block profiling.  */
290
291       ASM_OUTPUT_ALIGN (asm_out_file, align);
292
293       ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 0);
294
295       /* Zero word.  */
296       assemble_integer (const0_rtx, long_bytes, align2, 1);
297
298       /* Address of filename.  */
299       ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 1);
300       assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes,
301                         align2, 1);
302
303       /* Address of count table.  */
304       ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 2);
305       assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes,
306                         align2, 1);
307
308       /* Count of the # of instrumented arcs.  */
309       assemble_integer (GEN_INT (count_instrumented_edges),
310                         long_bytes, align2, 1);
311
312       /* Zero word (link field).  */
313       assemble_integer (const0_rtx, pointer_bytes, align2, 1);
314
315       assemble_integer (const0_rtx, pointer_bytes, align2, 1);
316
317       /* Byte count for extended structure.  */
318       assemble_integer (GEN_INT (11 * UNITS_PER_WORD), long_bytes, align2, 1);
319
320       /* Address of function name table.  */
321       assemble_integer (const0_rtx, pointer_bytes, align2, 1);
322
323       /* Address of line number and filename tables if debugging.  */
324       assemble_integer (const0_rtx, pointer_bytes, align2, 1);
325       assemble_integer (const0_rtx, pointer_bytes, align2, 1);
326
327       /* Space for extension ptr (link field).  */
328       assemble_integer (const0_rtx, UNITS_PER_WORD, align2, 1);
329
330       /* Output the file name changing the suffix to .d for
331          Sun tcov compatibility.  */
332       ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 1);
333       {
334         char *cwd = getpwd ();
335         int len = strlen (filename) + strlen (cwd) + 1;
336         char *data_file = (char *) alloca (len + 4);
337
338         strcpy (data_file, cwd);
339         strcat (data_file, "/");
340         strcat (data_file, filename);
341         strip_off_ending (data_file, len);
342         strcat (data_file, ".da");
343         assemble_string (data_file, strlen (data_file) + 1);
344       }
345
346       /* Make space for the table of counts.  */
347       if (size == 0)
348         {
349           /* Realign data section.  */
350           ASM_OUTPUT_ALIGN (asm_out_file, align);
351           ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 2);
352           if (size != 0)
353             assemble_zeros (size);
354         }
355       else
356         {
357           ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 2);
358 #ifdef ASM_OUTPUT_SHARED_LOCAL
359           if (flag_shared_data)
360             ASM_OUTPUT_SHARED_LOCAL (asm_out_file, name, size, rounded);
361           else
362 #endif
363 #ifdef ASM_OUTPUT_ALIGNED_DECL_LOCAL
364             ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, NULL_TREE, name,
365                                            size, BIGGEST_ALIGNMENT);
366 #else
367 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
368             ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size,
369                                       BIGGEST_ALIGNMENT);
370 #else
371             ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
372 #endif
373 #endif
374         }
375     }
376 }
377
378 /* Default target function prologue and epilogue assembler output.
379
380    If not overridden for epilogue code, then the function body itself
381    contains return instructions wherever needed.  */
382 void
383 default_function_pro_epilogue (file, size)
384      FILE *file ATTRIBUTE_UNUSED;
385      HOST_WIDE_INT size ATTRIBUTE_UNUSED;
386 {
387 }
388
389 /* Default target hook that outputs nothing to a stream.  */
390 void
391 no_asm_to_stream (file)
392      FILE *file ATTRIBUTE_UNUSED;
393 {
394 }
395
396 /* Enable APP processing of subsequent output.
397    Used before the output from an `asm' statement.  */
398
399 void
400 app_enable ()
401 {
402   if (! app_on)
403     {
404       fputs (ASM_APP_ON, asm_out_file);
405       app_on = 1;
406     }
407 }
408
409 /* Disable APP processing of subsequent output.
410    Called from varasm.c before most kinds of output.  */
411
412 void
413 app_disable ()
414 {
415   if (app_on)
416     {
417       fputs (ASM_APP_OFF, asm_out_file);
418       app_on = 0;
419     }
420 }
421 \f
422 /* Return the number of slots filled in the current
423    delayed branch sequence (we don't count the insn needing the
424    delay slot).   Zero if not in a delayed branch sequence.  */
425
426 #ifdef DELAY_SLOTS
427 int
428 dbr_sequence_length ()
429 {
430   if (final_sequence != 0)
431     return XVECLEN (final_sequence, 0) - 1;
432   else
433     return 0;
434 }
435 #endif
436 \f
437 /* The next two pages contain routines used to compute the length of an insn
438    and to shorten branches.  */
439
440 /* Arrays for insn lengths, and addresses.  The latter is referenced by
441    `insn_current_length'.  */
442
443 static int *insn_lengths;
444
445 #ifdef HAVE_ATTR_length
446 varray_type insn_addresses_;
447 #endif
448
449 /* Max uid for which the above arrays are valid.  */
450 static int insn_lengths_max_uid;
451
452 /* Address of insn being processed.  Used by `insn_current_length'.  */
453 int insn_current_address;
454
455 /* Address of insn being processed in previous iteration.  */
456 int insn_last_address;
457
458 /* known invariant alignment of insn being processed.  */
459 int insn_current_align;
460
461 /* After shorten_branches, for any insn, uid_align[INSN_UID (insn)]
462    gives the next following alignment insn that increases the known
463    alignment, or NULL_RTX if there is no such insn.
464    For any alignment obtained this way, we can again index uid_align with
465    its uid to obtain the next following align that in turn increases the
466    alignment, till we reach NULL_RTX; the sequence obtained this way
467    for each insn we'll call the alignment chain of this insn in the following
468    comments.  */
469
470 struct label_alignment
471 {
472   short alignment;
473   short max_skip;
474 };
475
476 static rtx *uid_align;
477 static int *uid_shuid;
478 static struct label_alignment *label_align;
479
480 /* Indicate that branch shortening hasn't yet been done.  */
481
482 void
483 init_insn_lengths ()
484 {
485   if (uid_shuid)
486     {
487       free (uid_shuid);
488       uid_shuid = 0;
489     }
490   if (insn_lengths)
491     {
492       free (insn_lengths);
493       insn_lengths = 0;
494       insn_lengths_max_uid = 0;
495     }
496 #ifdef HAVE_ATTR_length
497   INSN_ADDRESSES_FREE ();
498 #endif
499   if (uid_align)
500     {
501       free (uid_align);
502       uid_align = 0;
503     }
504 }
505
506 /* Obtain the current length of an insn.  If branch shortening has been done,
507    get its actual length.  Otherwise, get its maximum length.  */
508
509 int
510 get_attr_length (insn)
511      rtx insn ATTRIBUTE_UNUSED;
512 {
513 #ifdef HAVE_ATTR_length
514   rtx body;
515   int i;
516   int length = 0;
517
518   if (insn_lengths_max_uid > INSN_UID (insn))
519     return insn_lengths[INSN_UID (insn)];
520   else
521     switch (GET_CODE (insn))
522       {
523       case NOTE:
524       case BARRIER:
525       case CODE_LABEL:
526         return 0;
527
528       case CALL_INSN:
529         length = insn_default_length (insn);
530         break;
531
532       case JUMP_INSN:
533         body = PATTERN (insn);
534         if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
535           {
536             /* Alignment is machine-dependent and should be handled by
537                ADDR_VEC_ALIGN.  */
538           }
539         else
540           length = insn_default_length (insn);
541         break;
542
543       case INSN:
544         body = PATTERN (insn);
545         if (GET_CODE (body) == USE || GET_CODE (body) == CLOBBER)
546           return 0;
547
548         else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >= 0)
549           length = asm_insn_count (body) * insn_default_length (insn);
550         else if (GET_CODE (body) == SEQUENCE)
551           for (i = 0; i < XVECLEN (body, 0); i++)
552             length += get_attr_length (XVECEXP (body, 0, i));
553         else
554           length = insn_default_length (insn);
555         break;
556
557       default:
558         break;
559       }
560
561 #ifdef ADJUST_INSN_LENGTH
562   ADJUST_INSN_LENGTH (insn, length);
563 #endif
564   return length;
565 #else /* not HAVE_ATTR_length */
566   return 0;
567 #endif /* not HAVE_ATTR_length */
568 }
569 \f
570 /* Code to handle alignment inside shorten_branches.  */
571
572 /* Here is an explanation how the algorithm in align_fuzz can give
573    proper results:
574
575    Call a sequence of instructions beginning with alignment point X
576    and continuing until the next alignment point `block X'.  When `X'
577    is used in an expression, it means the alignment value of the
578    alignment point.
579
580    Call the distance between the start of the first insn of block X, and
581    the end of the last insn of block X `IX', for the `inner size of X'.
582    This is clearly the sum of the instruction lengths.
583
584    Likewise with the next alignment-delimited block following X, which we
585    shall call block Y.
586
587    Call the distance between the start of the first insn of block X, and
588    the start of the first insn of block Y `OX', for the `outer size of X'.
589
590    The estimated padding is then OX - IX.
591
592    OX can be safely estimated as
593
594            if (X >= Y)
595                    OX = round_up(IX, Y)
596            else
597                    OX = round_up(IX, X) + Y - X
598
599    Clearly est(IX) >= real(IX), because that only depends on the
600    instruction lengths, and those being overestimated is a given.
601
602    Clearly round_up(foo, Z) >= round_up(bar, Z) if foo >= bar, so
603    we needn't worry about that when thinking about OX.
604
605    When X >= Y, the alignment provided by Y adds no uncertainty factor
606    for branch ranges starting before X, so we can just round what we have.
607    But when X < Y, we don't know anything about the, so to speak,
608    `middle bits', so we have to assume the worst when aligning up from an
609    address mod X to one mod Y, which is Y - X.  */
610
611 #ifndef LABEL_ALIGN
612 #define LABEL_ALIGN(LABEL) align_labels_log
613 #endif
614
615 #ifndef LABEL_ALIGN_MAX_SKIP
616 #define LABEL_ALIGN_MAX_SKIP align_labels_max_skip
617 #endif
618
619 #ifndef LOOP_ALIGN
620 #define LOOP_ALIGN(LABEL) align_loops_log
621 #endif
622
623 #ifndef LOOP_ALIGN_MAX_SKIP
624 #define LOOP_ALIGN_MAX_SKIP align_loops_max_skip
625 #endif
626
627 #ifndef LABEL_ALIGN_AFTER_BARRIER
628 #define LABEL_ALIGN_AFTER_BARRIER(LABEL) 0
629 #endif
630
631 #ifndef LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP
632 #define LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP 0
633 #endif
634
635 #ifndef JUMP_ALIGN
636 #define JUMP_ALIGN(LABEL) align_jumps_log
637 #endif
638
639 #ifndef JUMP_ALIGN_MAX_SKIP
640 #define JUMP_ALIGN_MAX_SKIP align_jumps_max_skip
641 #endif
642
643 #ifndef ADDR_VEC_ALIGN
644 static int
645 final_addr_vec_align (addr_vec)
646      rtx addr_vec;
647 {
648   int align = GET_MODE_SIZE (GET_MODE (PATTERN (addr_vec)));
649
650   if (align > BIGGEST_ALIGNMENT / BITS_PER_UNIT)
651     align = BIGGEST_ALIGNMENT / BITS_PER_UNIT;
652   return exact_log2 (align);
653
654 }
655
656 #define ADDR_VEC_ALIGN(ADDR_VEC) final_addr_vec_align (ADDR_VEC)
657 #endif
658
659 #ifndef INSN_LENGTH_ALIGNMENT
660 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log
661 #endif
662
663 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
664
665 static int min_labelno, max_labelno;
666
667 #define LABEL_TO_ALIGNMENT(LABEL) \
668   (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].alignment)
669
670 #define LABEL_TO_MAX_SKIP(LABEL) \
671   (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].max_skip)
672
673 /* For the benefit of port specific code do this also as a function.  */
674
675 int
676 label_to_alignment (label)
677      rtx label;
678 {
679   return LABEL_TO_ALIGNMENT (label);
680 }
681
682 #ifdef HAVE_ATTR_length
683 /* The differences in addresses
684    between a branch and its target might grow or shrink depending on
685    the alignment the start insn of the range (the branch for a forward
686    branch or the label for a backward branch) starts out on; if these
687    differences are used naively, they can even oscillate infinitely.
688    We therefore want to compute a 'worst case' address difference that
689    is independent of the alignment the start insn of the range end
690    up on, and that is at least as large as the actual difference.
691    The function align_fuzz calculates the amount we have to add to the
692    naively computed difference, by traversing the part of the alignment
693    chain of the start insn of the range that is in front of the end insn
694    of the range, and considering for each alignment the maximum amount
695    that it might contribute to a size increase.
696
697    For casesi tables, we also want to know worst case minimum amounts of
698    address difference, in case a machine description wants to introduce
699    some common offset that is added to all offsets in a table.
700    For this purpose, align_fuzz with a growth argument of 0 computes the
701    appropriate adjustment.  */
702
703 /* Compute the maximum delta by which the difference of the addresses of
704    START and END might grow / shrink due to a different address for start
705    which changes the size of alignment insns between START and END.
706    KNOWN_ALIGN_LOG is the alignment known for START.
707    GROWTH should be ~0 if the objective is to compute potential code size
708    increase, and 0 if the objective is to compute potential shrink.
709    The return value is undefined for any other value of GROWTH.  */
710
711 static int
712 align_fuzz (start, end, known_align_log, growth)
713      rtx start, end;
714      int known_align_log;
715      unsigned growth;
716 {
717   int uid = INSN_UID (start);
718   rtx align_label;
719   int known_align = 1 << known_align_log;
720   int end_shuid = INSN_SHUID (end);
721   int fuzz = 0;
722
723   for (align_label = uid_align[uid]; align_label; align_label = uid_align[uid])
724     {
725       int align_addr, new_align;
726
727       uid = INSN_UID (align_label);
728       align_addr = INSN_ADDRESSES (uid) - insn_lengths[uid];
729       if (uid_shuid[uid] > end_shuid)
730         break;
731       known_align_log = LABEL_TO_ALIGNMENT (align_label);
732       new_align = 1 << known_align_log;
733       if (new_align < known_align)
734         continue;
735       fuzz += (-align_addr ^ growth) & (new_align - known_align);
736       known_align = new_align;
737     }
738   return fuzz;
739 }
740
741 /* Compute a worst-case reference address of a branch so that it
742    can be safely used in the presence of aligned labels.  Since the
743    size of the branch itself is unknown, the size of the branch is
744    not included in the range.  I.e. for a forward branch, the reference
745    address is the end address of the branch as known from the previous
746    branch shortening pass, minus a value to account for possible size
747    increase due to alignment.  For a backward branch, it is the start
748    address of the branch as known from the current pass, plus a value
749    to account for possible size increase due to alignment.
750    NB.: Therefore, the maximum offset allowed for backward branches needs
751    to exclude the branch size.  */
752
753 int
754 insn_current_reference_address (branch)
755      rtx branch;
756 {
757   rtx dest, seq;
758   int seq_uid;
759
760   if (! INSN_ADDRESSES_SET_P ())
761     return 0;
762
763   seq = NEXT_INSN (PREV_INSN (branch));
764   seq_uid = INSN_UID (seq);
765   if (GET_CODE (branch) != JUMP_INSN)
766     /* This can happen for example on the PA; the objective is to know the
767        offset to address something in front of the start of the function.
768        Thus, we can treat it like a backward branch.
769        We assume here that FUNCTION_BOUNDARY / BITS_PER_UNIT is larger than
770        any alignment we'd encounter, so we skip the call to align_fuzz.  */
771     return insn_current_address;
772   dest = JUMP_LABEL (branch);
773
774   /* BRANCH has no proper alignment chain set, so use SEQ.
775      BRANCH also has no INSN_SHUID.  */
776   if (INSN_SHUID (seq) < INSN_SHUID (dest))
777     {
778       /* Forward branch.  */
779       return (insn_last_address + insn_lengths[seq_uid]
780               - align_fuzz (seq, dest, length_unit_log, ~0));
781     }
782   else
783     {
784       /* Backward branch.  */
785       return (insn_current_address
786               + align_fuzz (dest, seq, length_unit_log, ~0));
787     }
788 }
789 #endif /* HAVE_ATTR_length */
790 \f
791 void
792 compute_alignments ()
793 {
794   int i;
795   int log, max_skip, max_log;
796
797   if (label_align)
798     {
799       free (label_align);
800       label_align = 0;
801     }
802
803   max_labelno = max_label_num ();
804   min_labelno = get_first_label_num ();
805   label_align = (struct label_alignment *)
806     xcalloc (max_labelno - min_labelno + 1, sizeof (struct label_alignment));
807
808   /* If not optimizing or optimizing for size, don't assign any alignments.  */
809   if (! optimize || optimize_size)
810     return;
811
812   for (i = 0; i < n_basic_blocks; i++)
813     {
814       basic_block bb = BASIC_BLOCK (i);
815       rtx label = bb->head;
816       int fallthru_frequency = 0, branch_frequency = 0, has_fallthru = 0;
817       edge e;
818
819       if (GET_CODE (label) != CODE_LABEL)
820         continue;
821       max_log = LABEL_ALIGN (label);
822       max_skip = LABEL_ALIGN_MAX_SKIP;
823
824       for (e = bb->pred; e; e = e->pred_next)
825         {
826           if (e->flags & EDGE_FALLTHRU)
827             has_fallthru = 1, fallthru_frequency += EDGE_FREQUENCY (e);
828           else
829             branch_frequency += EDGE_FREQUENCY (e);
830         }
831
832       /* There are two purposes to align block with no fallthru incoming edge:
833          1) to avoid fetch stalls when branch destination is near cache boundary
834          2) to improve cache efficiency in case the previous block is not executed
835             (so it does not need to be in the cache).
836
837          We to catch first case, we align frequently executed blocks.
838          To catch the second, we align blocks that are executed more frequently
839          than the predecessor and the predecessor is likely to not be executed
840          when function is called.  */
841
842       if (!has_fallthru
843           && (branch_frequency > BB_FREQ_MAX / 10
844               || (bb->frequency > BASIC_BLOCK (i - 1)->frequency * 10
845                   && (BASIC_BLOCK (i - 1)->frequency
846                       <= ENTRY_BLOCK_PTR->frequency / 2))))
847         {
848           log = JUMP_ALIGN (label);
849           if (max_log < log)
850             {
851               max_log = log;
852               max_skip = JUMP_ALIGN_MAX_SKIP;
853             }
854         }
855       /* In case block is frequent and reached mostly by non-fallthru edge,
856          align it.  It is most likely an first block of loop.  */
857       if (has_fallthru
858           && branch_frequency + fallthru_frequency > BB_FREQ_MAX / 10
859           && branch_frequency > fallthru_frequency * 5)
860         {
861           log = LOOP_ALIGN (label);
862           if (max_log < log)
863             {
864               max_log = log;
865               max_skip = LOOP_ALIGN_MAX_SKIP;
866             }
867         }
868       LABEL_TO_ALIGNMENT (label) = max_log;
869       LABEL_TO_MAX_SKIP (label) = max_skip;
870     }
871 }
872 \f
873 /* Make a pass over all insns and compute their actual lengths by shortening
874    any branches of variable length if possible.  */
875
876 /* Give a default value for the lowest address in a function.  */
877
878 #ifndef FIRST_INSN_ADDRESS
879 #define FIRST_INSN_ADDRESS 0
880 #endif
881
882 /* shorten_branches might be called multiple times:  for example, the SH
883    port splits out-of-range conditional branches in MACHINE_DEPENDENT_REORG.
884    In order to do this, it needs proper length information, which it obtains
885    by calling shorten_branches.  This cannot be collapsed with
886    shorten_branches itself into a single pass unless we also want to integrate
887    reorg.c, since the branch splitting exposes new instructions with delay
888    slots.  */
889
890 void
891 shorten_branches (first)
892      rtx first ATTRIBUTE_UNUSED;
893 {
894   rtx insn;
895   int max_uid;
896   int i;
897   int max_log;
898   int max_skip;
899 #ifdef HAVE_ATTR_length
900 #define MAX_CODE_ALIGN 16
901   rtx seq;
902   int something_changed = 1;
903   char *varying_length;
904   rtx body;
905   int uid;
906   rtx align_tab[MAX_CODE_ALIGN];
907
908 #endif
909
910   /* Compute maximum UID and allocate label_align / uid_shuid.  */
911   max_uid = get_max_uid ();
912
913   uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid);
914
915   if (max_labelno != max_label_num ())
916     {
917       int old = max_labelno;
918       int n_labels;
919       int n_old_labels;
920
921       max_labelno = max_label_num ();
922
923       n_labels = max_labelno - min_labelno + 1;
924       n_old_labels = old - min_labelno + 1;
925
926       label_align = (struct label_alignment *) xrealloc
927         (label_align, n_labels * sizeof (struct label_alignment));
928
929       /* Range of labels grows monotonically in the function.  Abort here
930          means that the initialization of array got lost.  */
931       if (n_old_labels > n_labels)
932         abort ();
933
934       memset (label_align + n_old_labels, 0,
935               (n_labels - n_old_labels) * sizeof (struct label_alignment));
936     }
937
938   /* Initialize label_align and set up uid_shuid to be strictly
939      monotonically rising with insn order.  */
940   /* We use max_log here to keep track of the maximum alignment we want to
941      impose on the next CODE_LABEL (or the current one if we are processing
942      the CODE_LABEL itself).  */
943
944   max_log = 0;
945   max_skip = 0;
946
947   for (insn = get_insns (), i = 1; insn; insn = NEXT_INSN (insn))
948     {
949       int log;
950
951       INSN_SHUID (insn) = i++;
952       if (INSN_P (insn))
953         {
954           /* reorg might make the first insn of a loop being run once only,
955              and delete the label in front of it.  Then we want to apply
956              the loop alignment to the new label created by reorg, which
957              is separated by the former loop start insn from the
958              NOTE_INSN_LOOP_BEG.  */
959         }
960       else if (GET_CODE (insn) == CODE_LABEL)
961         {
962           rtx next;
963           
964           /* Merge in alignments computed by compute_alignments.  */
965           log = LABEL_TO_ALIGNMENT (insn);
966           if (max_log < log)
967             {
968               max_log = log;
969               max_skip = LABEL_TO_MAX_SKIP (insn);
970             }
971
972           log = LABEL_ALIGN (insn);
973           if (max_log < log)
974             {
975               max_log = log;
976               max_skip = LABEL_ALIGN_MAX_SKIP;
977             }
978           next = NEXT_INSN (insn);
979           /* ADDR_VECs only take room if read-only data goes into the text
980              section.  */
981           if (JUMP_TABLES_IN_TEXT_SECTION
982 #if !defined(READONLY_DATA_SECTION)
983               || 1
984 #endif
985               )
986             if (next && GET_CODE (next) == JUMP_INSN)
987               {
988                 rtx nextbody = PATTERN (next);
989                 if (GET_CODE (nextbody) == ADDR_VEC
990                     || GET_CODE (nextbody) == ADDR_DIFF_VEC)
991                   {
992                     log = ADDR_VEC_ALIGN (next);
993                     if (max_log < log)
994                       {
995                         max_log = log;
996                         max_skip = LABEL_ALIGN_MAX_SKIP;
997                       }
998                   }
999               }
1000           LABEL_TO_ALIGNMENT (insn) = max_log;
1001           LABEL_TO_MAX_SKIP (insn) = max_skip;
1002           max_log = 0;
1003           max_skip = 0;
1004         }
1005       else if (GET_CODE (insn) == BARRIER)
1006         {
1007           rtx label;
1008
1009           for (label = insn; label && ! INSN_P (label);
1010                label = NEXT_INSN (label))
1011             if (GET_CODE (label) == CODE_LABEL)
1012               {
1013                 log = LABEL_ALIGN_AFTER_BARRIER (insn);
1014                 if (max_log < log)
1015                   {
1016                     max_log = log;
1017                     max_skip = LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP;
1018                   }
1019                 break;
1020               }
1021         }
1022     }
1023 #ifdef HAVE_ATTR_length
1024
1025   /* Allocate the rest of the arrays.  */
1026   insn_lengths = (int *) xmalloc (max_uid * sizeof (*insn_lengths));
1027   insn_lengths_max_uid = max_uid;
1028   /* Syntax errors can lead to labels being outside of the main insn stream.
1029      Initialize insn_addresses, so that we get reproducible results.  */
1030   INSN_ADDRESSES_ALLOC (max_uid);
1031
1032   varying_length = (char *) xcalloc (max_uid, sizeof (char));
1033
1034   /* Initialize uid_align.  We scan instructions
1035      from end to start, and keep in align_tab[n] the last seen insn
1036      that does an alignment of at least n+1, i.e. the successor
1037      in the alignment chain for an insn that does / has a known
1038      alignment of n.  */
1039   uid_align = (rtx *) xcalloc (max_uid, sizeof *uid_align);
1040
1041   for (i = MAX_CODE_ALIGN; --i >= 0;)
1042     align_tab[i] = NULL_RTX;
1043   seq = get_last_insn ();
1044   for (; seq; seq = PREV_INSN (seq))
1045     {
1046       int uid = INSN_UID (seq);
1047       int log;
1048       log = (GET_CODE (seq) == CODE_LABEL ? LABEL_TO_ALIGNMENT (seq) : 0);
1049       uid_align[uid] = align_tab[0];
1050       if (log)
1051         {
1052           /* Found an alignment label.  */
1053           uid_align[uid] = align_tab[log];
1054           for (i = log - 1; i >= 0; i--)
1055             align_tab[i] = seq;
1056         }
1057     }
1058 #ifdef CASE_VECTOR_SHORTEN_MODE
1059   if (optimize)
1060     {
1061       /* Look for ADDR_DIFF_VECs, and initialize their minimum and maximum
1062          label fields.  */
1063
1064       int min_shuid = INSN_SHUID (get_insns ()) - 1;
1065       int max_shuid = INSN_SHUID (get_last_insn ()) + 1;
1066       int rel;
1067
1068       for (insn = first; insn != 0; insn = NEXT_INSN (insn))
1069         {
1070           rtx min_lab = NULL_RTX, max_lab = NULL_RTX, pat;
1071           int len, i, min, max, insn_shuid;
1072           int min_align;
1073           addr_diff_vec_flags flags;
1074
1075           if (GET_CODE (insn) != JUMP_INSN
1076               || GET_CODE (PATTERN (insn)) != ADDR_DIFF_VEC)
1077             continue;
1078           pat = PATTERN (insn);
1079           len = XVECLEN (pat, 1);
1080           if (len <= 0)
1081             abort ();
1082           min_align = MAX_CODE_ALIGN;
1083           for (min = max_shuid, max = min_shuid, i = len - 1; i >= 0; i--)
1084             {
1085               rtx lab = XEXP (XVECEXP (pat, 1, i), 0);
1086               int shuid = INSN_SHUID (lab);
1087               if (shuid < min)
1088                 {
1089                   min = shuid;
1090                   min_lab = lab;
1091                 }
1092               if (shuid > max)
1093                 {
1094                   max = shuid;
1095                   max_lab = lab;
1096                 }
1097               if (min_align > LABEL_TO_ALIGNMENT (lab))
1098                 min_align = LABEL_TO_ALIGNMENT (lab);
1099             }
1100           XEXP (pat, 2) = gen_rtx_LABEL_REF (VOIDmode, min_lab);
1101           XEXP (pat, 3) = gen_rtx_LABEL_REF (VOIDmode, max_lab);
1102           insn_shuid = INSN_SHUID (insn);
1103           rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0));
1104           flags.min_align = min_align;
1105           flags.base_after_vec = rel > insn_shuid;
1106           flags.min_after_vec  = min > insn_shuid;
1107           flags.max_after_vec  = max > insn_shuid;
1108           flags.min_after_base = min > rel;
1109           flags.max_after_base = max > rel;
1110           ADDR_DIFF_VEC_FLAGS (pat) = flags;
1111         }
1112     }
1113 #endif /* CASE_VECTOR_SHORTEN_MODE */
1114
1115   /* Compute initial lengths, addresses, and varying flags for each insn.  */
1116   for (insn_current_address = FIRST_INSN_ADDRESS, insn = first;
1117        insn != 0;
1118        insn_current_address += insn_lengths[uid], insn = NEXT_INSN (insn))
1119     {
1120       uid = INSN_UID (insn);
1121
1122       insn_lengths[uid] = 0;
1123
1124       if (GET_CODE (insn) == CODE_LABEL)
1125         {
1126           int log = LABEL_TO_ALIGNMENT (insn);
1127           if (log)
1128             {
1129               int align = 1 << log;
1130               int new_address = (insn_current_address + align - 1) & -align;
1131               insn_lengths[uid] = new_address - insn_current_address;
1132             }
1133         }
1134
1135       INSN_ADDRESSES (uid) = insn_current_address;
1136
1137       if (GET_CODE (insn) == NOTE || GET_CODE (insn) == BARRIER
1138           || GET_CODE (insn) == CODE_LABEL)
1139         continue;
1140       if (INSN_DELETED_P (insn))
1141         continue;
1142
1143       body = PATTERN (insn);
1144       if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
1145         {
1146           /* This only takes room if read-only data goes into the text
1147              section.  */
1148           if (JUMP_TABLES_IN_TEXT_SECTION
1149 #if !defined(READONLY_DATA_SECTION)
1150               || 1
1151 #endif
1152               )
1153             insn_lengths[uid] = (XVECLEN (body,
1154                                           GET_CODE (body) == ADDR_DIFF_VEC)
1155                                  * GET_MODE_SIZE (GET_MODE (body)));
1156           /* Alignment is handled by ADDR_VEC_ALIGN.  */
1157         }
1158       else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >= 0)
1159         insn_lengths[uid] = asm_insn_count (body) * insn_default_length (insn);
1160       else if (GET_CODE (body) == SEQUENCE)
1161         {
1162           int i;
1163           int const_delay_slots;
1164 #ifdef DELAY_SLOTS
1165           const_delay_slots = const_num_delay_slots (XVECEXP (body, 0, 0));
1166 #else
1167           const_delay_slots = 0;
1168 #endif
1169           /* Inside a delay slot sequence, we do not do any branch shortening
1170              if the shortening could change the number of delay slots
1171              of the branch.  */
1172           for (i = 0; i < XVECLEN (body, 0); i++)
1173             {
1174               rtx inner_insn = XVECEXP (body, 0, i);
1175               int inner_uid = INSN_UID (inner_insn);
1176               int inner_length;
1177
1178               if (GET_CODE (body) == ASM_INPUT
1179                   || asm_noperands (PATTERN (XVECEXP (body, 0, i))) >= 0)
1180                 inner_length = (asm_insn_count (PATTERN (inner_insn))
1181                                 * insn_default_length (inner_insn));
1182               else
1183                 inner_length = insn_default_length (inner_insn);
1184
1185               insn_lengths[inner_uid] = inner_length;
1186               if (const_delay_slots)
1187                 {
1188                   if ((varying_length[inner_uid]
1189                        = insn_variable_length_p (inner_insn)) != 0)
1190                     varying_length[uid] = 1;
1191                   INSN_ADDRESSES (inner_uid) = (insn_current_address
1192                                                 + insn_lengths[uid]);
1193                 }
1194               else
1195                 varying_length[inner_uid] = 0;
1196               insn_lengths[uid] += inner_length;
1197             }
1198         }
1199       else if (GET_CODE (body) != USE && GET_CODE (body) != CLOBBER)
1200         {
1201           insn_lengths[uid] = insn_default_length (insn);
1202           varying_length[uid] = insn_variable_length_p (insn);
1203         }
1204
1205       /* If needed, do any adjustment.  */
1206 #ifdef ADJUST_INSN_LENGTH
1207       ADJUST_INSN_LENGTH (insn, insn_lengths[uid]);
1208       if (insn_lengths[uid] < 0)
1209         fatal_insn ("negative insn length", insn);
1210 #endif
1211     }
1212
1213   /* Now loop over all the insns finding varying length insns.  For each,
1214      get the current insn length.  If it has changed, reflect the change.
1215      When nothing changes for a full pass, we are done.  */
1216
1217   while (something_changed)
1218     {
1219       something_changed = 0;
1220       insn_current_align = MAX_CODE_ALIGN - 1;
1221       for (insn_current_address = FIRST_INSN_ADDRESS, insn = first;
1222            insn != 0;
1223            insn = NEXT_INSN (insn))
1224         {
1225           int new_length;
1226 #ifdef ADJUST_INSN_LENGTH
1227           int tmp_length;
1228 #endif
1229           int length_align;
1230
1231           uid = INSN_UID (insn);
1232
1233           if (GET_CODE (insn) == CODE_LABEL)
1234             {
1235               int log = LABEL_TO_ALIGNMENT (insn);
1236               if (log > insn_current_align)
1237                 {
1238                   int align = 1 << log;
1239                   int new_address= (insn_current_address + align - 1) & -align;
1240                   insn_lengths[uid] = new_address - insn_current_address;
1241                   insn_current_align = log;
1242                   insn_current_address = new_address;
1243                 }
1244               else
1245                 insn_lengths[uid] = 0;
1246               INSN_ADDRESSES (uid) = insn_current_address;
1247               continue;
1248             }
1249
1250           length_align = INSN_LENGTH_ALIGNMENT (insn);
1251           if (length_align < insn_current_align)
1252             insn_current_align = length_align;
1253
1254           insn_last_address = INSN_ADDRESSES (uid);
1255           INSN_ADDRESSES (uid) = insn_current_address;
1256
1257 #ifdef CASE_VECTOR_SHORTEN_MODE
1258           if (optimize && GET_CODE (insn) == JUMP_INSN
1259               && GET_CODE (PATTERN (insn)) == ADDR_DIFF_VEC)
1260             {
1261               rtx body = PATTERN (insn);
1262               int old_length = insn_lengths[uid];
1263               rtx rel_lab = XEXP (XEXP (body, 0), 0);
1264               rtx min_lab = XEXP (XEXP (body, 2), 0);
1265               rtx max_lab = XEXP (XEXP (body, 3), 0);
1266               int rel_addr = INSN_ADDRESSES (INSN_UID (rel_lab));
1267               int min_addr = INSN_ADDRESSES (INSN_UID (min_lab));
1268               int max_addr = INSN_ADDRESSES (INSN_UID (max_lab));
1269               rtx prev;
1270               int rel_align = 0;
1271               addr_diff_vec_flags flags;
1272
1273               /* Avoid automatic aggregate initialization.  */
1274               flags = ADDR_DIFF_VEC_FLAGS (body);
1275
1276               /* Try to find a known alignment for rel_lab.  */
1277               for (prev = rel_lab;
1278                    prev
1279                    && ! insn_lengths[INSN_UID (prev)]
1280                    && ! (varying_length[INSN_UID (prev)] & 1);
1281                    prev = PREV_INSN (prev))
1282                 if (varying_length[INSN_UID (prev)] & 2)
1283                   {
1284                     rel_align = LABEL_TO_ALIGNMENT (prev);
1285                     break;
1286                   }
1287
1288               /* See the comment on addr_diff_vec_flags in rtl.h for the
1289                  meaning of the flags values.  base: REL_LAB   vec: INSN  */
1290               /* Anything after INSN has still addresses from the last
1291                  pass; adjust these so that they reflect our current
1292                  estimate for this pass.  */
1293               if (flags.base_after_vec)
1294                 rel_addr += insn_current_address - insn_last_address;
1295               if (flags.min_after_vec)
1296                 min_addr += insn_current_address - insn_last_address;
1297               if (flags.max_after_vec)
1298                 max_addr += insn_current_address - insn_last_address;
1299               /* We want to know the worst case, i.e. lowest possible value
1300                  for the offset of MIN_LAB.  If MIN_LAB is after REL_LAB,
1301                  its offset is positive, and we have to be wary of code shrink;
1302                  otherwise, it is negative, and we have to be vary of code
1303                  size increase.  */
1304               if (flags.min_after_base)
1305                 {
1306                   /* If INSN is between REL_LAB and MIN_LAB, the size
1307                      changes we are about to make can change the alignment
1308                      within the observed offset, therefore we have to break
1309                      it up into two parts that are independent.  */
1310                   if (! flags.base_after_vec && flags.min_after_vec)
1311                     {
1312                       min_addr -= align_fuzz (rel_lab, insn, rel_align, 0);
1313                       min_addr -= align_fuzz (insn, min_lab, 0, 0);
1314                     }
1315                   else
1316                     min_addr -= align_fuzz (rel_lab, min_lab, rel_align, 0);
1317                 }
1318               else
1319                 {
1320                   if (flags.base_after_vec && ! flags.min_after_vec)
1321                     {
1322                       min_addr -= align_fuzz (min_lab, insn, 0, ~0);
1323                       min_addr -= align_fuzz (insn, rel_lab, 0, ~0);
1324                     }
1325                   else
1326                     min_addr -= align_fuzz (min_lab, rel_lab, 0, ~0);
1327                 }
1328               /* Likewise, determine the highest lowest possible value
1329                  for the offset of MAX_LAB.  */
1330               if (flags.max_after_base)
1331                 {
1332                   if (! flags.base_after_vec && flags.max_after_vec)
1333                     {
1334                       max_addr += align_fuzz (rel_lab, insn, rel_align, ~0);
1335                       max_addr += align_fuzz (insn, max_lab, 0, ~0);
1336                     }
1337                   else
1338                     max_addr += align_fuzz (rel_lab, max_lab, rel_align, ~0);
1339                 }
1340               else
1341                 {
1342                   if (flags.base_after_vec && ! flags.max_after_vec)
1343                     {
1344                       max_addr += align_fuzz (max_lab, insn, 0, 0);
1345                       max_addr += align_fuzz (insn, rel_lab, 0, 0);
1346                     }
1347                   else
1348                     max_addr += align_fuzz (max_lab, rel_lab, 0, 0);
1349                 }
1350               PUT_MODE (body, CASE_VECTOR_SHORTEN_MODE (min_addr - rel_addr,
1351                                                         max_addr - rel_addr,
1352                                                         body));
1353               if (JUMP_TABLES_IN_TEXT_SECTION
1354 #if !defined(READONLY_DATA_SECTION)
1355                   || 1
1356 #endif
1357                   )
1358                 {
1359                   insn_lengths[uid]
1360                     = (XVECLEN (body, 1) * GET_MODE_SIZE (GET_MODE (body)));
1361                   insn_current_address += insn_lengths[uid];
1362                   if (insn_lengths[uid] != old_length)
1363                     something_changed = 1;
1364                 }
1365
1366               continue;
1367             }
1368 #endif /* CASE_VECTOR_SHORTEN_MODE */
1369
1370           if (! (varying_length[uid]))
1371             {
1372               if (GET_CODE (insn) == INSN
1373                   && GET_CODE (PATTERN (insn)) == SEQUENCE)
1374                 {
1375                   int i;
1376
1377                   body = PATTERN (insn);
1378                   for (i = 0; i < XVECLEN (body, 0); i++)
1379                     {
1380                       rtx inner_insn = XVECEXP (body, 0, i);
1381                       int inner_uid = INSN_UID (inner_insn);
1382
1383                       INSN_ADDRESSES (inner_uid) = insn_current_address;
1384
1385                       insn_current_address += insn_lengths[inner_uid];
1386                     }
1387                 }
1388               else
1389                 insn_current_address += insn_lengths[uid];
1390
1391               continue;
1392             }
1393
1394           if (GET_CODE (insn) == INSN && GET_CODE (PATTERN (insn)) == SEQUENCE)
1395             {
1396               int i;
1397
1398               body = PATTERN (insn);
1399               new_length = 0;
1400               for (i = 0; i < XVECLEN (body, 0); i++)
1401                 {
1402                   rtx inner_insn = XVECEXP (body, 0, i);
1403                   int inner_uid = INSN_UID (inner_insn);
1404                   int inner_length;
1405
1406                   INSN_ADDRESSES (inner_uid) = insn_current_address;
1407
1408                   /* insn_current_length returns 0 for insns with a
1409                      non-varying length.  */
1410                   if (! varying_length[inner_uid])
1411                     inner_length = insn_lengths[inner_uid];
1412                   else
1413                     inner_length = insn_current_length (inner_insn);
1414
1415                   if (inner_length != insn_lengths[inner_uid])
1416                     {
1417                       insn_lengths[inner_uid] = inner_length;
1418                       something_changed = 1;
1419                     }
1420                   insn_current_address += insn_lengths[inner_uid];
1421                   new_length += inner_length;
1422                 }
1423             }
1424           else
1425             {
1426               new_length = insn_current_length (insn);
1427               insn_current_address += new_length;
1428             }
1429
1430 #ifdef ADJUST_INSN_LENGTH
1431           /* If needed, do any adjustment.  */
1432           tmp_length = new_length;
1433           ADJUST_INSN_LENGTH (insn, new_length);
1434           insn_current_address += (new_length - tmp_length);
1435 #endif
1436
1437           if (new_length != insn_lengths[uid])
1438             {
1439               insn_lengths[uid] = new_length;
1440               something_changed = 1;
1441             }
1442         }
1443       /* For a non-optimizing compile, do only a single pass.  */
1444       if (!optimize)
1445         break;
1446     }
1447
1448   free (varying_length);
1449
1450 #endif /* HAVE_ATTR_length */
1451 }
1452
1453 #ifdef HAVE_ATTR_length
1454 /* Given the body of an INSN known to be generated by an ASM statement, return
1455    the number of machine instructions likely to be generated for this insn.
1456    This is used to compute its length.  */
1457
1458 static int
1459 asm_insn_count (body)
1460      rtx body;
1461 {
1462   const char *template;
1463   int count = 1;
1464
1465   if (GET_CODE (body) == ASM_INPUT)
1466     template = XSTR (body, 0);
1467   else
1468     template = decode_asm_operands (body, NULL, NULL, NULL, NULL);
1469
1470   for (; *template; template++)
1471     if (IS_ASM_LOGICAL_LINE_SEPARATOR (*template) || *template == '\n')
1472       count++;
1473
1474   return count;
1475 }
1476 #endif
1477 \f
1478 /* Output assembler code for the start of a function,
1479    and initialize some of the variables in this file
1480    for the new function.  The label for the function and associated
1481    assembler pseudo-ops have already been output in `assemble_start_function'.
1482
1483    FIRST is the first insn of the rtl for the function being compiled.
1484    FILE is the file to write assembler code to.
1485    OPTIMIZE is nonzero if we should eliminate redundant
1486      test and compare insns.  */
1487
1488 void
1489 final_start_function (first, file, optimize)
1490      rtx first;
1491      FILE *file;
1492      int optimize ATTRIBUTE_UNUSED;
1493 {
1494   block_depth = 0;
1495
1496   this_is_asm_operands = 0;
1497
1498 #ifdef NON_SAVING_SETJMP
1499   /* A function that calls setjmp should save and restore all the
1500      call-saved registers on a system where longjmp clobbers them.  */
1501   if (NON_SAVING_SETJMP && current_function_calls_setjmp)
1502     {
1503       int i;
1504
1505       for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1506         if (!call_used_regs[i])
1507           regs_ever_live[i] = 1;
1508     }
1509 #endif
1510
1511   if (NOTE_LINE_NUMBER (first) != NOTE_INSN_DELETED)
1512     notice_source_line (first);
1513   high_block_linenum = high_function_linenum = last_linenum;
1514
1515   (*debug_hooks->begin_prologue) (last_linenum, last_filename);
1516
1517 #if defined (DWARF2_UNWIND_INFO) || defined (IA64_UNWIND_INFO)
1518   if (write_symbols != DWARF2_DEBUG && write_symbols != VMS_AND_DWARF2_DEBUG)
1519     dwarf2out_begin_prologue (0, NULL);
1520 #endif
1521
1522 #ifdef LEAF_REG_REMAP
1523   if (current_function_uses_only_leaf_regs)
1524     leaf_renumber_regs (first);
1525 #endif
1526
1527   /* The Sun386i and perhaps other machines don't work right
1528      if the profiling code comes after the prologue.  */
1529 #ifdef PROFILE_BEFORE_PROLOGUE
1530   if (profile_flag)
1531     profile_function (file);
1532 #endif /* PROFILE_BEFORE_PROLOGUE */
1533
1534 #if defined (DWARF2_UNWIND_INFO) && defined (HAVE_prologue)
1535   if (dwarf2out_do_frame ())
1536     dwarf2out_frame_debug (NULL_RTX);
1537 #endif
1538
1539   /* If debugging, assign block numbers to all of the blocks in this
1540      function.  */
1541   if (write_symbols)
1542     {
1543       remove_unnecessary_notes ();
1544       reorder_blocks ();
1545       number_blocks (current_function_decl);
1546       /* We never actually put out begin/end notes for the top-level
1547          block in the function.  But, conceptually, that block is
1548          always needed.  */
1549       TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1;
1550     }
1551
1552   /* First output the function prologue: code to set up the stack frame.  */
1553   (*targetm.asm_out.function_prologue) (file, get_frame_size ());
1554
1555 #ifdef VMS_DEBUGGING_INFO
1556   /* Output label after the prologue of the function.  */
1557   if (write_symbols == VMS_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)
1558     vmsdbgout_after_prologue ();
1559 #endif
1560
1561   /* If the machine represents the prologue as RTL, the profiling code must
1562      be emitted when NOTE_INSN_PROLOGUE_END is scanned.  */
1563 #ifdef HAVE_prologue
1564   if (! HAVE_prologue)
1565 #endif
1566     profile_after_prologue (file);
1567
1568   profile_label_no++;
1569 }
1570
1571 static void
1572 profile_after_prologue (file)
1573      FILE *file ATTRIBUTE_UNUSED;
1574 {
1575 #ifndef PROFILE_BEFORE_PROLOGUE
1576   if (profile_flag)
1577     profile_function (file);
1578 #endif /* not PROFILE_BEFORE_PROLOGUE */
1579 }
1580
1581 static void
1582 profile_function (file)
1583      FILE *file ATTRIBUTE_UNUSED;
1584 {
1585 #ifndef NO_PROFILE_COUNTERS
1586   int align = MIN (BIGGEST_ALIGNMENT, LONG_TYPE_SIZE);
1587 #endif
1588 #if defined(ASM_OUTPUT_REG_PUSH)
1589 #if defined(STRUCT_VALUE_INCOMING_REGNUM) || defined(STRUCT_VALUE_REGNUM)
1590   int sval = current_function_returns_struct;
1591 #endif
1592 #if defined(STATIC_CHAIN_INCOMING_REGNUM) || defined(STATIC_CHAIN_REGNUM)
1593   int cxt = current_function_needs_context;
1594 #endif
1595 #endif /* ASM_OUTPUT_REG_PUSH */
1596
1597 #ifndef NO_PROFILE_COUNTERS
1598   data_section ();
1599   ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
1600   ASM_OUTPUT_INTERNAL_LABEL (file, "LP", profile_label_no);
1601   assemble_integer (const0_rtx, LONG_TYPE_SIZE / BITS_PER_UNIT, align, 1);
1602 #endif
1603
1604   function_section (current_function_decl);
1605
1606 #if defined(STRUCT_VALUE_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1607   if (sval)
1608     ASM_OUTPUT_REG_PUSH (file, STRUCT_VALUE_INCOMING_REGNUM);
1609 #else
1610 #if defined(STRUCT_VALUE_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1611   if (sval)
1612     {
1613       ASM_OUTPUT_REG_PUSH (file, STRUCT_VALUE_REGNUM);
1614     }
1615 #endif
1616 #endif
1617
1618 #if defined(STATIC_CHAIN_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1619   if (cxt)
1620     ASM_OUTPUT_REG_PUSH (file, STATIC_CHAIN_INCOMING_REGNUM);
1621 #else
1622 #if defined(STATIC_CHAIN_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1623   if (cxt)
1624     {
1625       ASM_OUTPUT_REG_PUSH (file, STATIC_CHAIN_REGNUM);
1626     }
1627 #endif
1628 #endif
1629
1630   FUNCTION_PROFILER (file, profile_label_no);
1631
1632 #if defined(STATIC_CHAIN_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1633   if (cxt)
1634     ASM_OUTPUT_REG_POP (file, STATIC_CHAIN_INCOMING_REGNUM);
1635 #else
1636 #if defined(STATIC_CHAIN_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1637   if (cxt)
1638     {
1639       ASM_OUTPUT_REG_POP (file, STATIC_CHAIN_REGNUM);
1640     }
1641 #endif
1642 #endif
1643
1644 #if defined(STRUCT_VALUE_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1645   if (sval)
1646     ASM_OUTPUT_REG_POP (file, STRUCT_VALUE_INCOMING_REGNUM);
1647 #else
1648 #if defined(STRUCT_VALUE_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1649   if (sval)
1650     {
1651       ASM_OUTPUT_REG_POP (file, STRUCT_VALUE_REGNUM);
1652     }
1653 #endif
1654 #endif
1655 }
1656
1657 /* Output assembler code for the end of a function.
1658    For clarity, args are same as those of `final_start_function'
1659    even though not all of them are needed.  */
1660
1661 void
1662 final_end_function ()
1663 {
1664   app_disable ();
1665
1666   (*debug_hooks->end_function) (high_function_linenum);
1667
1668   /* Finally, output the function epilogue:
1669      code to restore the stack frame and return to the caller.  */
1670   (*targetm.asm_out.function_epilogue) (asm_out_file, get_frame_size ());
1671
1672   /* And debug output.  */
1673   (*debug_hooks->end_epilogue) ();
1674
1675 #if defined (DWARF2_UNWIND_INFO)
1676   if (write_symbols != DWARF2_DEBUG && write_symbols != VMS_AND_DWARF2_DEBUG
1677       && dwarf2out_do_frame ())
1678     dwarf2out_end_epilogue ();
1679 #endif
1680 }
1681 \f
1682 /* Output assembler code for some insns: all or part of a function.
1683    For description of args, see `final_start_function', above.
1684
1685    PRESCAN is 1 if we are not really outputting,
1686      just scanning as if we were outputting.
1687    Prescanning deletes and rearranges insns just like ordinary output.
1688    PRESCAN is -2 if we are outputting after having prescanned.
1689    In this case, don't try to delete or rearrange insns
1690    because that has already been done.
1691    Prescanning is done only on certain machines.  */
1692
1693 void
1694 final (first, file, optimize, prescan)
1695      rtx first;
1696      FILE *file;
1697      int optimize;
1698      int prescan;
1699 {
1700   rtx insn;
1701   int max_line = 0;
1702   int max_uid = 0;
1703
1704   last_ignored_compare = 0;
1705   new_block = 1;
1706
1707   /* Make a map indicating which line numbers appear in this function.
1708      When producing SDB debugging info, delete troublesome line number
1709      notes from inlined functions in other files as well as duplicate
1710      line number notes.  */
1711 #ifdef SDB_DEBUGGING_INFO
1712   if (write_symbols == SDB_DEBUG)
1713     {
1714       rtx last = 0;
1715       for (insn = first; insn; insn = NEXT_INSN (insn))
1716         if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1717           {
1718             if ((RTX_INTEGRATED_P (insn)
1719                  && strcmp (NOTE_SOURCE_FILE (insn), main_input_filename) != 0)
1720                  || (last != 0
1721                      && NOTE_LINE_NUMBER (insn) == NOTE_LINE_NUMBER (last)
1722                      && NOTE_SOURCE_FILE (insn) == NOTE_SOURCE_FILE (last)))
1723               {
1724                 delete_insn (insn);     /* Use delete_note.  */
1725                 continue;
1726               }
1727             last = insn;
1728             if (NOTE_LINE_NUMBER (insn) > max_line)
1729               max_line = NOTE_LINE_NUMBER (insn);
1730           }
1731     }
1732   else
1733 #endif
1734     {
1735       for (insn = first; insn; insn = NEXT_INSN (insn))
1736         if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > max_line)
1737           max_line = NOTE_LINE_NUMBER (insn);
1738     }
1739
1740   line_note_exists = (char *) xcalloc (max_line + 1, sizeof (char));
1741
1742   for (insn = first; insn; insn = NEXT_INSN (insn))
1743     {
1744       if (INSN_UID (insn) > max_uid)       /* find largest UID */
1745         max_uid = INSN_UID (insn);
1746       if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1747         line_note_exists[NOTE_LINE_NUMBER (insn)] = 1;
1748 #ifdef HAVE_cc0
1749       /* If CC tracking across branches is enabled, record the insn which
1750          jumps to each branch only reached from one place.  */
1751       if (optimize && GET_CODE (insn) == JUMP_INSN)
1752         {
1753           rtx lab = JUMP_LABEL (insn);
1754           if (lab && LABEL_NUSES (lab) == 1)
1755             {
1756               LABEL_REFS (lab) = insn;
1757             }
1758         }
1759 #endif
1760     }
1761
1762   init_recog ();
1763
1764   CC_STATUS_INIT;
1765
1766   /* Output the insns.  */
1767   for (insn = NEXT_INSN (first); insn;)
1768     {
1769 #ifdef HAVE_ATTR_length
1770       if ((unsigned) INSN_UID (insn) >= INSN_ADDRESSES_SIZE ())
1771         {
1772 #ifdef STACK_REGS
1773           /* Irritatingly, the reg-stack pass is creating new instructions
1774              and because of REG_DEAD note abuse it has to run after
1775              shorten_branches.  Fake address of -1 then.  */
1776           insn_current_address = -1;
1777 #else
1778           /* This can be triggered by bugs elsewhere in the compiler if
1779              new insns are created after init_insn_lengths is called.  */
1780           abort ();
1781 #endif
1782         }
1783       else
1784         insn_current_address = INSN_ADDRESSES (INSN_UID (insn));
1785 #endif /* HAVE_ATTR_length */
1786
1787       insn = final_scan_insn (insn, file, optimize, prescan, 0);
1788     }
1789
1790   free (line_note_exists);
1791   line_note_exists = NULL;
1792 }
1793 \f
1794 const char *
1795 get_insn_template (code, insn)
1796      int code;
1797      rtx insn;
1798 {
1799   const void *output = insn_data[code].output;
1800   switch (insn_data[code].output_format)
1801     {
1802     case INSN_OUTPUT_FORMAT_SINGLE:
1803       return (const char *) output;
1804     case INSN_OUTPUT_FORMAT_MULTI:
1805       return ((const char *const *) output)[which_alternative];
1806     case INSN_OUTPUT_FORMAT_FUNCTION:
1807       if (insn == NULL)
1808         abort ();
1809       return (*(insn_output_fn) output) (recog_data.operand, insn);
1810
1811     default:
1812       abort ();
1813     }
1814 }
1815
1816 /* The final scan for one insn, INSN.
1817    Args are same as in `final', except that INSN
1818    is the insn being scanned.
1819    Value returned is the next insn to be scanned.
1820
1821    NOPEEPHOLES is the flag to disallow peephole processing (currently
1822    used for within delayed branch sequence output).  */
1823
1824 rtx
1825 final_scan_insn (insn, file, optimize, prescan, nopeepholes)
1826      rtx insn;
1827      FILE *file;
1828      int optimize ATTRIBUTE_UNUSED;
1829      int prescan;
1830      int nopeepholes ATTRIBUTE_UNUSED;
1831 {
1832 #ifdef HAVE_cc0
1833   rtx set;
1834 #endif
1835
1836   insn_counter++;
1837
1838   /* Ignore deleted insns.  These can occur when we split insns (due to a
1839      template of "#") while not optimizing.  */
1840   if (INSN_DELETED_P (insn))
1841     return NEXT_INSN (insn);
1842
1843   switch (GET_CODE (insn))
1844     {
1845     case NOTE:
1846       if (prescan > 0)
1847         break;
1848
1849       switch (NOTE_LINE_NUMBER (insn))
1850         {
1851         case NOTE_INSN_DELETED:
1852         case NOTE_INSN_LOOP_BEG:
1853         case NOTE_INSN_LOOP_END:
1854         case NOTE_INSN_LOOP_CONT:
1855         case NOTE_INSN_LOOP_VTOP:
1856         case NOTE_INSN_FUNCTION_END:
1857         case NOTE_INSN_REPEATED_LINE_NUMBER:
1858         case NOTE_INSN_RANGE_BEG:
1859         case NOTE_INSN_RANGE_END:
1860         case NOTE_INSN_LIVE:
1861         case NOTE_INSN_EXPECTED_VALUE:
1862           break;
1863
1864         case NOTE_INSN_BASIC_BLOCK:
1865 #ifdef IA64_UNWIND_INFO
1866           IA64_UNWIND_EMIT (asm_out_file, insn);
1867 #endif
1868           if (flag_debug_asm)
1869             fprintf (asm_out_file, "\t%s basic block %d\n",
1870                      ASM_COMMENT_START, NOTE_BASIC_BLOCK (insn)->index);
1871           break;
1872
1873         case NOTE_INSN_EH_REGION_BEG:
1874           ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LEHB",
1875                                   NOTE_EH_HANDLER (insn));
1876           break;
1877
1878         case NOTE_INSN_EH_REGION_END:
1879           ASM_OUTPUT_DEBUG_LABEL (asm_out_file, "LEHE",
1880                                   NOTE_EH_HANDLER (insn));
1881           break;
1882
1883         case NOTE_INSN_PROLOGUE_END:
1884           (*targetm.asm_out.function_end_prologue) (file);
1885           profile_after_prologue (file);
1886           break;
1887
1888         case NOTE_INSN_EPILOGUE_BEG:
1889           (*targetm.asm_out.function_begin_epilogue) (file);
1890           break;
1891
1892         case NOTE_INSN_FUNCTION_BEG:
1893           app_disable ();
1894           (*debug_hooks->end_prologue) (last_linenum);
1895           break;
1896
1897         case NOTE_INSN_BLOCK_BEG:
1898           if (debug_info_level == DINFO_LEVEL_NORMAL
1899               || debug_info_level == DINFO_LEVEL_VERBOSE
1900               || write_symbols == DWARF_DEBUG
1901               || write_symbols == DWARF2_DEBUG
1902               || write_symbols == VMS_AND_DWARF2_DEBUG
1903               || write_symbols == VMS_DEBUG)
1904             {
1905               int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
1906
1907               app_disable ();
1908               ++block_depth;
1909               high_block_linenum = last_linenum;
1910
1911               /* Output debugging info about the symbol-block beginning.  */
1912               (*debug_hooks->begin_block) (last_linenum, n);
1913
1914               /* Mark this block as output.  */
1915               TREE_ASM_WRITTEN (NOTE_BLOCK (insn)) = 1;
1916             }
1917           break;
1918
1919         case NOTE_INSN_BLOCK_END:
1920           if (debug_info_level == DINFO_LEVEL_NORMAL
1921               || debug_info_level == DINFO_LEVEL_VERBOSE
1922               || write_symbols == DWARF_DEBUG
1923               || write_symbols == DWARF2_DEBUG
1924               || write_symbols == VMS_AND_DWARF2_DEBUG
1925               || write_symbols == VMS_DEBUG)
1926             {
1927               int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
1928
1929               app_disable ();
1930
1931               /* End of a symbol-block.  */
1932               --block_depth;
1933               if (block_depth < 0)
1934                 abort ();
1935
1936               (*debug_hooks->end_block) (high_block_linenum, n);
1937             }
1938           break;
1939
1940         case NOTE_INSN_DELETED_LABEL:
1941           /* Emit the label.  We may have deleted the CODE_LABEL because
1942              the label could be proved to be unreachable, though still
1943              referenced (in the form of having its address taken.  */
1944           ASM_OUTPUT_DEBUG_LABEL (file, "L", CODE_LABEL_NUMBER (insn));
1945           break;
1946
1947         case 0:
1948           break;
1949
1950         default:
1951           if (NOTE_LINE_NUMBER (insn) <= 0)
1952             abort ();
1953
1954           /* This note is a line-number.  */
1955           {
1956             rtx note;
1957             int note_after = 0;
1958
1959             /* If there is anything real after this note, output it.
1960                If another line note follows, omit this one.  */
1961             for (note = NEXT_INSN (insn); note; note = NEXT_INSN (note))
1962               {
1963                 if (GET_CODE (note) != NOTE && GET_CODE (note) != CODE_LABEL)
1964                   break;
1965
1966                 /* These types of notes can be significant
1967                    so make sure the preceding line number stays.  */
1968                 else if (GET_CODE (note) == NOTE
1969                          && (NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_BEG
1970                              || NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_END
1971                              || NOTE_LINE_NUMBER (note) == NOTE_INSN_FUNCTION_BEG))
1972                   break;
1973                 else if (GET_CODE (note) == NOTE && NOTE_LINE_NUMBER (note) > 0)
1974                   {
1975                     /* Another line note follows; we can delete this note
1976                        if no intervening line numbers have notes elsewhere.  */
1977                     int num;
1978                     for (num = NOTE_LINE_NUMBER (insn) + 1;
1979                          num < NOTE_LINE_NUMBER (note);
1980                          num++)
1981                       if (line_note_exists[num])
1982                         break;
1983
1984                     if (num >= NOTE_LINE_NUMBER (note))
1985                       note_after = 1;
1986                     break;
1987                   }
1988               }
1989
1990             /* Output this line note if it is the first or the last line
1991                note in a row.  */
1992             if (!note_after)
1993               {
1994                 notice_source_line (insn);
1995                 (*debug_hooks->source_line) (last_linenum, last_filename);
1996               }
1997           }
1998           break;
1999         }
2000       break;
2001
2002     case BARRIER:
2003 #if defined (DWARF2_UNWIND_INFO)
2004       if (dwarf2out_do_frame ())
2005         dwarf2out_frame_debug (insn);
2006 #endif
2007       break;
2008
2009     case CODE_LABEL:
2010       /* The target port might emit labels in the output function for
2011          some insn, e.g. sh.c output_branchy_insn.  */
2012       if (CODE_LABEL_NUMBER (insn) <= max_labelno)
2013         {
2014           int align = LABEL_TO_ALIGNMENT (insn);
2015 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
2016           int max_skip = LABEL_TO_MAX_SKIP (insn);
2017 #endif
2018
2019           if (align && NEXT_INSN (insn))
2020             {
2021 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
2022               ASM_OUTPUT_MAX_SKIP_ALIGN (file, align, max_skip);
2023 #else
2024               ASM_OUTPUT_ALIGN (file, align);
2025 #endif
2026             }
2027         }
2028 #ifdef HAVE_cc0
2029       CC_STATUS_INIT;
2030       /* If this label is reached from only one place, set the condition
2031          codes from the instruction just before the branch.  */
2032
2033       /* Disabled because some insns set cc_status in the C output code
2034          and NOTICE_UPDATE_CC alone can set incorrect status.  */
2035       if (0 /* optimize && LABEL_NUSES (insn) == 1*/)
2036         {
2037           rtx jump = LABEL_REFS (insn);
2038           rtx barrier = prev_nonnote_insn (insn);
2039           rtx prev;
2040           /* If the LABEL_REFS field of this label has been set to point
2041              at a branch, the predecessor of the branch is a regular
2042              insn, and that branch is the only way to reach this label,
2043              set the condition codes based on the branch and its
2044              predecessor.  */
2045           if (barrier && GET_CODE (barrier) == BARRIER
2046               && jump && GET_CODE (jump) == JUMP_INSN
2047               && (prev = prev_nonnote_insn (jump))
2048               && GET_CODE (prev) == INSN)
2049             {
2050               NOTICE_UPDATE_CC (PATTERN (prev), prev);
2051               NOTICE_UPDATE_CC (PATTERN (jump), jump);
2052             }
2053         }
2054 #endif
2055       if (prescan > 0)
2056         break;
2057       new_block = 1;
2058
2059 #ifdef FINAL_PRESCAN_LABEL
2060       FINAL_PRESCAN_INSN (insn, NULL, 0);
2061 #endif
2062
2063       if (LABEL_NAME (insn))
2064         (*debug_hooks->label) (insn);
2065
2066       if (app_on)
2067         {
2068           fputs (ASM_APP_OFF, file);
2069           app_on = 0;
2070         }
2071       if (NEXT_INSN (insn) != 0
2072           && GET_CODE (NEXT_INSN (insn)) == JUMP_INSN)
2073         {
2074           rtx nextbody = PATTERN (NEXT_INSN (insn));
2075
2076           /* If this label is followed by a jump-table,
2077              make sure we put the label in the read-only section.  Also
2078              possibly write the label and jump table together.  */
2079
2080           if (GET_CODE (nextbody) == ADDR_VEC
2081               || GET_CODE (nextbody) == ADDR_DIFF_VEC)
2082             {
2083 #if defined(ASM_OUTPUT_ADDR_VEC) || defined(ASM_OUTPUT_ADDR_DIFF_VEC)
2084               /* In this case, the case vector is being moved by the
2085                  target, so don't output the label at all.  Leave that
2086                  to the back end macros.  */
2087 #else
2088               if (! JUMP_TABLES_IN_TEXT_SECTION)
2089                 {
2090                   int log_align;
2091
2092                   readonly_data_section ();
2093
2094 #ifdef ADDR_VEC_ALIGN
2095                   log_align = ADDR_VEC_ALIGN (NEXT_INSN (insn));
2096 #else
2097                   log_align = exact_log2 (BIGGEST_ALIGNMENT / BITS_PER_UNIT);
2098 #endif
2099                   ASM_OUTPUT_ALIGN (file, log_align);
2100                 }
2101               else
2102                 function_section (current_function_decl);
2103
2104 #ifdef ASM_OUTPUT_CASE_LABEL
2105               ASM_OUTPUT_CASE_LABEL (file, "L", CODE_LABEL_NUMBER (insn),
2106                                      NEXT_INSN (insn));
2107 #else
2108               if (LABEL_ALTERNATE_NAME (insn))
2109                 ASM_OUTPUT_ALTERNATE_LABEL_NAME (file, insn);
2110               else
2111                 ASM_OUTPUT_INTERNAL_LABEL (file, "L", CODE_LABEL_NUMBER (insn));
2112 #endif
2113 #endif
2114               break;
2115             }
2116         }
2117       if (LABEL_ALTERNATE_NAME (insn))
2118         ASM_OUTPUT_ALTERNATE_LABEL_NAME (file, insn);
2119       else
2120         ASM_OUTPUT_INTERNAL_LABEL (file, "L", CODE_LABEL_NUMBER (insn));
2121       break;
2122
2123     default:
2124       {
2125         rtx body = PATTERN (insn);
2126         int insn_code_number;
2127         const char *template;
2128         rtx note;
2129
2130         /* An INSN, JUMP_INSN or CALL_INSN.
2131            First check for special kinds that recog doesn't recognize.  */
2132
2133         if (GET_CODE (body) == USE /* These are just declarations */
2134             || GET_CODE (body) == CLOBBER)
2135           break;
2136
2137 #ifdef HAVE_cc0
2138         /* If there is a REG_CC_SETTER note on this insn, it means that
2139            the setting of the condition code was done in the delay slot
2140            of the insn that branched here.  So recover the cc status
2141            from the insn that set it.  */
2142
2143         note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
2144         if (note)
2145           {
2146             NOTICE_UPDATE_CC (PATTERN (XEXP (note, 0)), XEXP (note, 0));
2147             cc_prev_status = cc_status;
2148           }
2149 #endif
2150
2151         /* Detect insns that are really jump-tables
2152            and output them as such.  */
2153
2154         if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
2155           {
2156 #if !(defined(ASM_OUTPUT_ADDR_VEC) || defined(ASM_OUTPUT_ADDR_DIFF_VEC))
2157             int vlen, idx;
2158 #endif
2159
2160             if (prescan > 0)
2161               break;
2162
2163             if (app_on)
2164               {
2165                 fputs (ASM_APP_OFF, file);
2166                 app_on = 0;
2167               }
2168
2169 #if defined(ASM_OUTPUT_ADDR_VEC) || defined(ASM_OUTPUT_ADDR_DIFF_VEC)
2170             if (GET_CODE (body) == ADDR_VEC)
2171               {
2172 #ifdef ASM_OUTPUT_ADDR_VEC
2173                 ASM_OUTPUT_ADDR_VEC (PREV_INSN (insn), body);
2174 #else
2175                 abort ();
2176 #endif
2177               }
2178             else
2179               {
2180 #ifdef ASM_OUTPUT_ADDR_DIFF_VEC
2181                 ASM_OUTPUT_ADDR_DIFF_VEC (PREV_INSN (insn), body);
2182 #else
2183                 abort ();
2184 #endif
2185               }
2186 #else
2187             vlen = XVECLEN (body, GET_CODE (body) == ADDR_DIFF_VEC);
2188             for (idx = 0; idx < vlen; idx++)
2189               {
2190                 if (GET_CODE (body) == ADDR_VEC)
2191                   {
2192 #ifdef ASM_OUTPUT_ADDR_VEC_ELT
2193                     ASM_OUTPUT_ADDR_VEC_ELT
2194                       (file, CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 0, idx), 0)));
2195 #else
2196                     abort ();
2197 #endif
2198                   }
2199                 else
2200                   {
2201 #ifdef ASM_OUTPUT_ADDR_DIFF_ELT
2202                     ASM_OUTPUT_ADDR_DIFF_ELT
2203                       (file,
2204                        body,
2205                        CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 1, idx), 0)),
2206                        CODE_LABEL_NUMBER (XEXP (XEXP (body, 0), 0)));
2207 #else
2208                     abort ();
2209 #endif
2210                   }
2211               }
2212 #ifdef ASM_OUTPUT_CASE_END
2213             ASM_OUTPUT_CASE_END (file,
2214                                  CODE_LABEL_NUMBER (PREV_INSN (insn)),
2215                                  insn);
2216 #endif
2217 #endif
2218
2219             function_section (current_function_decl);
2220
2221             break;
2222           }
2223
2224         if (GET_CODE (body) == ASM_INPUT)
2225           {
2226             const char *string = XSTR (body, 0);
2227
2228             /* There's no telling what that did to the condition codes.  */
2229             CC_STATUS_INIT;
2230             if (prescan > 0)
2231               break;
2232
2233             if (string[0])
2234               {
2235                 if (! app_on)
2236                   {
2237                     fputs (ASM_APP_ON, file);
2238                     app_on = 1;
2239                   }
2240                 fprintf (asm_out_file, "\t%s\n", string);
2241               }
2242             break;
2243           }
2244
2245         /* Detect `asm' construct with operands.  */
2246         if (asm_noperands (body) >= 0)
2247           {
2248             unsigned int noperands = asm_noperands (body);
2249             rtx *ops = (rtx *) alloca (noperands * sizeof (rtx));
2250             const char *string;
2251
2252             /* There's no telling what that did to the condition codes.  */
2253             CC_STATUS_INIT;
2254             if (prescan > 0)
2255               break;
2256
2257             /* Get out the operand values.  */
2258             string = decode_asm_operands (body, ops, NULL, NULL, NULL);
2259             /* Inhibit aborts on what would otherwise be compiler bugs.  */
2260             insn_noperands = noperands;
2261             this_is_asm_operands = insn;
2262
2263             /* Output the insn using them.  */
2264             if (string[0])
2265               {
2266                 if (! app_on)
2267                   {
2268                     fputs (ASM_APP_ON, file);
2269                     app_on = 1;
2270                   }
2271                 output_asm_insn (string, ops);
2272               }
2273
2274             this_is_asm_operands = 0;
2275             break;
2276           }
2277
2278         if (prescan <= 0 && app_on)
2279           {
2280             fputs (ASM_APP_OFF, file);
2281             app_on = 0;
2282           }
2283
2284         if (GET_CODE (body) == SEQUENCE)
2285           {
2286             /* A delayed-branch sequence */
2287             int i;
2288             rtx next;
2289
2290             if (prescan > 0)
2291               break;
2292             final_sequence = body;
2293
2294             /* The first insn in this SEQUENCE might be a JUMP_INSN that will
2295                force the restoration of a comparison that was previously
2296                thought unnecessary.  If that happens, cancel this sequence
2297                and cause that insn to be restored.  */
2298
2299             next = final_scan_insn (XVECEXP (body, 0, 0), file, 0, prescan, 1);
2300             if (next != XVECEXP (body, 0, 1))
2301               {
2302                 final_sequence = 0;
2303                 return next;
2304               }
2305
2306             for (i = 1; i < XVECLEN (body, 0); i++)
2307               {
2308                 rtx insn = XVECEXP (body, 0, i);
2309                 rtx next = NEXT_INSN (insn);
2310                 /* We loop in case any instruction in a delay slot gets
2311                    split.  */
2312                 do
2313                   insn = final_scan_insn (insn, file, 0, prescan, 1);
2314                 while (insn != next);
2315               }
2316 #ifdef DBR_OUTPUT_SEQEND
2317             DBR_OUTPUT_SEQEND (file);
2318 #endif
2319             final_sequence = 0;
2320
2321             /* If the insn requiring the delay slot was a CALL_INSN, the
2322                insns in the delay slot are actually executed before the
2323                called function.  Hence we don't preserve any CC-setting
2324                actions in these insns and the CC must be marked as being
2325                clobbered by the function.  */
2326             if (GET_CODE (XVECEXP (body, 0, 0)) == CALL_INSN)
2327               {
2328                 CC_STATUS_INIT;
2329               }
2330             break;
2331           }
2332
2333         /* We have a real machine instruction as rtl.  */
2334
2335         body = PATTERN (insn);
2336
2337 #ifdef HAVE_cc0
2338         set = single_set (insn);
2339
2340         /* Check for redundant test and compare instructions
2341            (when the condition codes are already set up as desired).
2342            This is done only when optimizing; if not optimizing,
2343            it should be possible for the user to alter a variable
2344            with the debugger in between statements
2345            and the next statement should reexamine the variable
2346            to compute the condition codes.  */
2347
2348         if (optimize)
2349           {
2350 #if 0
2351             rtx set = single_set (insn);
2352 #endif
2353
2354             if (set
2355                 && GET_CODE (SET_DEST (set)) == CC0
2356                 && insn != last_ignored_compare)
2357               {
2358                 if (GET_CODE (SET_SRC (set)) == SUBREG)
2359                   SET_SRC (set) = alter_subreg (&SET_SRC (set));
2360                 else if (GET_CODE (SET_SRC (set)) == COMPARE)
2361                   {
2362                     if (GET_CODE (XEXP (SET_SRC (set), 0)) == SUBREG)
2363                       XEXP (SET_SRC (set), 0)
2364                         = alter_subreg (&XEXP (SET_SRC (set), 0));
2365                     if (GET_CODE (XEXP (SET_SRC (set), 1)) == SUBREG)
2366                       XEXP (SET_SRC (set), 1)
2367                         = alter_subreg (&XEXP (SET_SRC (set), 1));
2368                   }
2369                 if ((cc_status.value1 != 0
2370                      && rtx_equal_p (SET_SRC (set), cc_status.value1))
2371                     || (cc_status.value2 != 0
2372                         && rtx_equal_p (SET_SRC (set), cc_status.value2)))
2373                   {
2374                     /* Don't delete insn if it has an addressing side-effect.  */
2375                     if (! FIND_REG_INC_NOTE (insn, 0)
2376                         /* or if anything in it is volatile.  */
2377                         && ! volatile_refs_p (PATTERN (insn)))
2378                       {
2379                         /* We don't really delete the insn; just ignore it.  */
2380                         last_ignored_compare = insn;
2381                         break;
2382                       }
2383                   }
2384               }
2385           }
2386 #endif
2387
2388 #ifndef STACK_REGS
2389         /* Don't bother outputting obvious no-ops, even without -O.
2390            This optimization is fast and doesn't interfere with debugging.
2391            Don't do this if the insn is in a delay slot, since this
2392            will cause an improper number of delay insns to be written.  */
2393         if (final_sequence == 0
2394             && prescan >= 0
2395             && GET_CODE (insn) == INSN && GET_CODE (body) == SET
2396             && GET_CODE (SET_SRC (body)) == REG
2397             && GET_CODE (SET_DEST (body)) == REG
2398             && REGNO (SET_SRC (body)) == REGNO (SET_DEST (body)))
2399           break;
2400 #endif
2401
2402 #ifdef HAVE_cc0
2403         /* If this is a conditional branch, maybe modify it
2404            if the cc's are in a nonstandard state
2405            so that it accomplishes the same thing that it would
2406            do straightforwardly if the cc's were set up normally.  */
2407
2408         if (cc_status.flags != 0
2409             && GET_CODE (insn) == JUMP_INSN
2410             && GET_CODE (body) == SET
2411             && SET_DEST (body) == pc_rtx
2412             && GET_CODE (SET_SRC (body)) == IF_THEN_ELSE
2413             && GET_RTX_CLASS (GET_CODE (XEXP (SET_SRC (body), 0))) == '<'
2414             && XEXP (XEXP (SET_SRC (body), 0), 0) == cc0_rtx
2415             /* This is done during prescan; it is not done again
2416                in final scan when prescan has been done.  */
2417             && prescan >= 0)
2418           {
2419             /* This function may alter the contents of its argument
2420                and clear some of the cc_status.flags bits.
2421                It may also return 1 meaning condition now always true
2422                or -1 meaning condition now always false
2423                or 2 meaning condition nontrivial but altered.  */
2424             int result = alter_cond (XEXP (SET_SRC (body), 0));
2425             /* If condition now has fixed value, replace the IF_THEN_ELSE
2426                with its then-operand or its else-operand.  */
2427             if (result == 1)
2428               SET_SRC (body) = XEXP (SET_SRC (body), 1);
2429             if (result == -1)
2430               SET_SRC (body) = XEXP (SET_SRC (body), 2);
2431
2432             /* The jump is now either unconditional or a no-op.
2433                If it has become a no-op, don't try to output it.
2434                (It would not be recognized.)  */
2435             if (SET_SRC (body) == pc_rtx)
2436               {
2437                 delete_insn (insn);
2438                 break;
2439               }
2440             else if (GET_CODE (SET_SRC (body)) == RETURN)
2441               /* Replace (set (pc) (return)) with (return).  */
2442               PATTERN (insn) = body = SET_SRC (body);
2443
2444             /* Rerecognize the instruction if it has changed.  */
2445             if (result != 0)
2446               INSN_CODE (insn) = -1;
2447           }
2448
2449         /* Make same adjustments to instructions that examine the
2450            condition codes without jumping and instructions that
2451            handle conditional moves (if this machine has either one).  */
2452
2453         if (cc_status.flags != 0
2454             && set != 0)
2455           {
2456             rtx cond_rtx, then_rtx, else_rtx;
2457
2458             if (GET_CODE (insn) != JUMP_INSN
2459                 && GET_CODE (SET_SRC (set)) == IF_THEN_ELSE)
2460               {
2461                 cond_rtx = XEXP (SET_SRC (set), 0);
2462                 then_rtx = XEXP (SET_SRC (set), 1);
2463                 else_rtx = XEXP (SET_SRC (set), 2);
2464               }
2465             else
2466               {
2467                 cond_rtx = SET_SRC (set);
2468                 then_rtx = const_true_rtx;
2469                 else_rtx = const0_rtx;
2470               }
2471
2472             switch (GET_CODE (cond_rtx))
2473               {
2474               case GTU:
2475               case GT:
2476               case LTU:
2477               case LT:
2478               case GEU:
2479               case GE:
2480               case LEU:
2481               case LE:
2482               case EQ:
2483               case NE:
2484                 {
2485                   int result;
2486                   if (XEXP (cond_rtx, 0) != cc0_rtx)
2487                     break;
2488                   result = alter_cond (cond_rtx);
2489                   if (result == 1)
2490                     validate_change (insn, &SET_SRC (set), then_rtx, 0);
2491                   else if (result == -1)
2492                     validate_change (insn, &SET_SRC (set), else_rtx, 0);
2493                   else if (result == 2)
2494                     INSN_CODE (insn) = -1;
2495                   if (SET_DEST (set) == SET_SRC (set))
2496                     delete_insn (insn);
2497                 }
2498                 break;
2499
2500               default:
2501                 break;
2502               }
2503           }
2504
2505 #endif
2506
2507 #ifdef HAVE_peephole
2508         /* Do machine-specific peephole optimizations if desired.  */
2509
2510         if (optimize && !flag_no_peephole && !nopeepholes)
2511           {
2512             rtx next = peephole (insn);
2513             /* When peepholing, if there were notes within the peephole,
2514                emit them before the peephole.  */
2515             if (next != 0 && next != NEXT_INSN (insn))
2516               {
2517                 rtx prev = PREV_INSN (insn);
2518
2519                 for (note = NEXT_INSN (insn); note != next;
2520                      note = NEXT_INSN (note))
2521                   final_scan_insn (note, file, optimize, prescan, nopeepholes);
2522
2523                 /* In case this is prescan, put the notes
2524                    in proper position for later rescan.  */
2525                 note = NEXT_INSN (insn);
2526                 PREV_INSN (note) = prev;
2527                 NEXT_INSN (prev) = note;
2528                 NEXT_INSN (PREV_INSN (next)) = insn;
2529                 PREV_INSN (insn) = PREV_INSN (next);
2530                 NEXT_INSN (insn) = next;
2531                 PREV_INSN (next) = insn;
2532               }
2533
2534             /* PEEPHOLE might have changed this.  */
2535             body = PATTERN (insn);
2536           }
2537 #endif
2538
2539         /* Try to recognize the instruction.
2540            If successful, verify that the operands satisfy the
2541            constraints for the instruction.  Crash if they don't,
2542            since `reload' should have changed them so that they do.  */
2543
2544         insn_code_number = recog_memoized (insn);
2545         cleanup_subreg_operands (insn);
2546
2547        /* Dump the insn in the assembly for debugging.  */
2548        if (flag_dump_rtl_in_asm)
2549          {
2550            print_rtx_head = ASM_COMMENT_START;
2551            print_rtl_single (asm_out_file, insn);
2552            print_rtx_head = "";
2553          }
2554
2555         if (! constrain_operands_cached (1))
2556           fatal_insn_not_found (insn);
2557
2558         /* Some target machines need to prescan each insn before
2559            it is output.  */
2560
2561 #ifdef FINAL_PRESCAN_INSN
2562         FINAL_PRESCAN_INSN (insn, recog_data.operand, recog_data.n_operands);
2563 #endif
2564
2565 #ifdef HAVE_conditional_execution
2566         if (GET_CODE (PATTERN (insn)) == COND_EXEC)
2567           current_insn_predicate = COND_EXEC_TEST (PATTERN (insn));
2568         else
2569           current_insn_predicate = NULL_RTX;
2570 #endif
2571
2572 #ifdef HAVE_cc0
2573         cc_prev_status = cc_status;
2574
2575         /* Update `cc_status' for this instruction.
2576            The instruction's output routine may change it further.
2577            If the output routine for a jump insn needs to depend
2578            on the cc status, it should look at cc_prev_status.  */
2579
2580         NOTICE_UPDATE_CC (body, insn);
2581 #endif
2582
2583         current_output_insn = debug_insn = insn;
2584
2585 #if defined (DWARF2_UNWIND_INFO)
2586         if (GET_CODE (insn) == CALL_INSN && dwarf2out_do_frame ())
2587           dwarf2out_frame_debug (insn);
2588 #endif
2589
2590         /* Find the proper template for this insn.  */
2591         template = get_insn_template (insn_code_number, insn);
2592
2593         /* If the C code returns 0, it means that it is a jump insn
2594            which follows a deleted test insn, and that test insn
2595            needs to be reinserted.  */
2596         if (template == 0)
2597           {
2598             rtx prev;
2599
2600             if (prev_nonnote_insn (insn) != last_ignored_compare)
2601               abort ();
2602             new_block = 0;
2603
2604             /* We have already processed the notes between the setter and
2605                the user.  Make sure we don't process them again, this is
2606                particularly important if one of the notes is a block
2607                scope note or an EH note.  */
2608             for (prev = insn;
2609                  prev != last_ignored_compare;
2610                  prev = PREV_INSN (prev))
2611               {
2612                 if (GET_CODE (prev) == NOTE)
2613                   delete_insn (prev);   /* Use delete_note.  */
2614               }
2615
2616             return prev;
2617           }
2618
2619         /* If the template is the string "#", it means that this insn must
2620            be split.  */
2621         if (template[0] == '#' && template[1] == '\0')
2622           {
2623             rtx new = try_split (body, insn, 0);
2624
2625             /* If we didn't split the insn, go away.  */
2626             if (new == insn && PATTERN (new) == body)
2627               fatal_insn ("could not split insn", insn);
2628
2629 #ifdef HAVE_ATTR_length
2630             /* This instruction should have been split in shorten_branches,
2631                to ensure that we would have valid length info for the
2632                splitees.  */
2633             abort ();
2634 #endif
2635
2636             new_block = 0;
2637             return new;
2638           }
2639
2640         if (prescan > 0)
2641           break;
2642
2643 #ifdef IA64_UNWIND_INFO
2644         IA64_UNWIND_EMIT (asm_out_file, insn);
2645 #endif
2646         /* Output assembler code from the template.  */
2647
2648         output_asm_insn (template, recog_data.operand);
2649
2650 #if defined (DWARF2_UNWIND_INFO)
2651 #if defined (HAVE_prologue)
2652         if (GET_CODE (insn) == INSN && dwarf2out_do_frame ())
2653           dwarf2out_frame_debug (insn);
2654 #else
2655         if (!ACCUMULATE_OUTGOING_ARGS
2656             && GET_CODE (insn) == INSN
2657             && dwarf2out_do_frame ())
2658           dwarf2out_frame_debug (insn);
2659 #endif
2660 #endif
2661
2662 #if 0
2663         /* It's not at all clear why we did this and doing so interferes
2664            with tests we'd like to do to use REG_WAS_0 notes, so let's try
2665            with this out.  */
2666
2667         /* Mark this insn as having been output.  */
2668         INSN_DELETED_P (insn) = 1;
2669 #endif
2670
2671         /* Emit information for vtable gc.  */
2672         note = find_reg_note (insn, REG_VTABLE_REF, NULL_RTX);
2673         if (note)
2674           assemble_vtable_entry (XEXP (XEXP (note, 0), 0),
2675                                  INTVAL (XEXP (XEXP (note, 0), 1)));
2676
2677         current_output_insn = debug_insn = 0;
2678       }
2679     }
2680   return NEXT_INSN (insn);
2681 }
2682 \f
2683 /* Output debugging info to the assembler file FILE
2684    based on the NOTE-insn INSN, assumed to be a line number.  */
2685
2686 static void
2687 notice_source_line (insn)
2688      rtx insn;
2689 {
2690   const char *filename = NOTE_SOURCE_FILE (insn);
2691
2692   last_filename = filename;
2693   last_linenum = NOTE_LINE_NUMBER (insn);
2694   high_block_linenum = MAX (last_linenum, high_block_linenum);
2695   high_function_linenum = MAX (last_linenum, high_function_linenum);
2696 }
2697 \f
2698 /* For each operand in INSN, simplify (subreg (reg)) so that it refers
2699    directly to the desired hard register.  */
2700
2701 void
2702 cleanup_subreg_operands (insn)
2703      rtx insn;
2704 {
2705   int i;
2706   extract_insn_cached (insn);
2707   for (i = 0; i < recog_data.n_operands; i++)
2708     {
2709       /* The following test cannot use recog_data.operand when tesing
2710          for a SUBREG: the underlying object might have been changed
2711          already if we are inside a match_operator expression that
2712          matches the else clause.  Instead we test the underlying
2713          expression directly.  */
2714       if (GET_CODE (*recog_data.operand_loc[i]) == SUBREG)
2715         recog_data.operand[i] = alter_subreg (recog_data.operand_loc[i]);
2716       else if (GET_CODE (recog_data.operand[i]) == PLUS
2717                || GET_CODE (recog_data.operand[i]) == MULT
2718                || GET_CODE (recog_data.operand[i]) == MEM)
2719         recog_data.operand[i] = walk_alter_subreg (recog_data.operand_loc[i]);
2720     }
2721
2722   for (i = 0; i < recog_data.n_dups; i++)
2723     {
2724       if (GET_CODE (*recog_data.dup_loc[i]) == SUBREG)
2725         *recog_data.dup_loc[i] = alter_subreg (recog_data.dup_loc[i]);
2726       else if (GET_CODE (*recog_data.dup_loc[i]) == PLUS
2727                || GET_CODE (*recog_data.dup_loc[i]) == MULT
2728                || GET_CODE (*recog_data.dup_loc[i]) == MEM)
2729         *recog_data.dup_loc[i] = walk_alter_subreg (recog_data.dup_loc[i]);
2730     }
2731 }
2732
2733 /* If X is a SUBREG, replace it with a REG or a MEM,
2734    based on the thing it is a subreg of.  */
2735
2736 rtx
2737 alter_subreg (xp)
2738      rtx *xp;
2739 {
2740   rtx x = *xp;
2741   rtx y = SUBREG_REG (x);
2742
2743   /* simplify_subreg does not remove subreg from volatile references.
2744      We are required to.  */
2745   if (GET_CODE (y) == MEM)
2746     *xp = adjust_address (y, GET_MODE (x), SUBREG_BYTE (x));
2747   else
2748     {
2749       rtx new = simplify_subreg (GET_MODE (x), y, GET_MODE (y),
2750                                  SUBREG_BYTE (x));
2751
2752       if (new != 0)
2753         *xp = new;
2754       /* Simplify_subreg can't handle some REG cases, but we have to.  */
2755       else if (GET_CODE (y) == REG)
2756         {
2757           REGNO (x) = subreg_hard_regno (x, 1);
2758           PUT_CODE (x, REG);
2759           ORIGINAL_REGNO (x) = ORIGINAL_REGNO (y);
2760           /* This field has a different meaning for REGs and SUBREGs.  Make
2761              sure to clear it!  */
2762           x->used = 0;
2763         }
2764       else
2765         abort ();
2766     }
2767
2768   return *xp;
2769 }
2770
2771 /* Do alter_subreg on all the SUBREGs contained in X.  */
2772
2773 static rtx
2774 walk_alter_subreg (xp)
2775      rtx *xp;
2776 {
2777   rtx x = *xp;
2778   switch (GET_CODE (x))
2779     {
2780     case PLUS:
2781     case MULT:
2782       XEXP (x, 0) = walk_alter_subreg (&XEXP (x, 0));
2783       XEXP (x, 1) = walk_alter_subreg (&XEXP (x, 1));
2784       break;
2785
2786     case MEM:
2787       XEXP (x, 0) = walk_alter_subreg (&XEXP (x, 0));
2788       break;
2789
2790     case SUBREG:
2791       return alter_subreg (xp);
2792
2793     default:
2794       break;
2795     }
2796
2797   return *xp;
2798 }
2799 \f
2800 #ifdef HAVE_cc0
2801
2802 /* Given BODY, the body of a jump instruction, alter the jump condition
2803    as required by the bits that are set in cc_status.flags.
2804    Not all of the bits there can be handled at this level in all cases.
2805
2806    The value is normally 0.
2807    1 means that the condition has become always true.
2808    -1 means that the condition has become always false.
2809    2 means that COND has been altered.  */
2810
2811 static int
2812 alter_cond (cond)
2813      rtx cond;
2814 {
2815   int value = 0;
2816
2817   if (cc_status.flags & CC_REVERSED)
2818     {
2819       value = 2;
2820       PUT_CODE (cond, swap_condition (GET_CODE (cond)));
2821     }
2822
2823   if (cc_status.flags & CC_INVERTED)
2824     {
2825       value = 2;
2826       PUT_CODE (cond, reverse_condition (GET_CODE (cond)));
2827     }
2828
2829   if (cc_status.flags & CC_NOT_POSITIVE)
2830     switch (GET_CODE (cond))
2831       {
2832       case LE:
2833       case LEU:
2834       case GEU:
2835         /* Jump becomes unconditional.  */
2836         return 1;
2837
2838       case GT:
2839       case GTU:
2840       case LTU:
2841         /* Jump becomes no-op.  */
2842         return -1;
2843
2844       case GE:
2845         PUT_CODE (cond, EQ);
2846         value = 2;
2847         break;
2848
2849       case LT:
2850         PUT_CODE (cond, NE);
2851         value = 2;
2852         break;
2853
2854       default:
2855         break;
2856       }
2857
2858   if (cc_status.flags & CC_NOT_NEGATIVE)
2859     switch (GET_CODE (cond))
2860       {
2861       case GE:
2862       case GEU:
2863         /* Jump becomes unconditional.  */
2864         return 1;
2865
2866       case LT:
2867       case LTU:
2868         /* Jump becomes no-op.  */
2869         return -1;
2870
2871       case LE:
2872       case LEU:
2873         PUT_CODE (cond, EQ);
2874         value = 2;
2875         break;
2876
2877       case GT:
2878       case GTU:
2879         PUT_CODE (cond, NE);
2880         value = 2;
2881         break;
2882
2883       default:
2884         break;
2885       }
2886
2887   if (cc_status.flags & CC_NO_OVERFLOW)
2888     switch (GET_CODE (cond))
2889       {
2890       case GEU:
2891         /* Jump becomes unconditional.  */
2892         return 1;
2893
2894       case LEU:
2895         PUT_CODE (cond, EQ);
2896         value = 2;
2897         break;
2898
2899       case GTU:
2900         PUT_CODE (cond, NE);
2901         value = 2;
2902         break;
2903
2904       case LTU:
2905         /* Jump becomes no-op.  */
2906         return -1;
2907
2908       default:
2909         break;
2910       }
2911
2912   if (cc_status.flags & (CC_Z_IN_NOT_N | CC_Z_IN_N))
2913     switch (GET_CODE (cond))
2914       {
2915       default:
2916         abort ();
2917
2918       case NE:
2919         PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? GE : LT);
2920         value = 2;
2921         break;
2922
2923       case EQ:
2924         PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? LT : GE);
2925         value = 2;
2926         break;
2927       }
2928
2929   if (cc_status.flags & CC_NOT_SIGNED)
2930     /* The flags are valid if signed condition operators are converted
2931        to unsigned.  */
2932     switch (GET_CODE (cond))
2933       {
2934       case LE:
2935         PUT_CODE (cond, LEU);
2936         value = 2;
2937         break;
2938
2939       case LT:
2940         PUT_CODE (cond, LTU);
2941         value = 2;
2942         break;
2943
2944       case GT:
2945         PUT_CODE (cond, GTU);
2946         value = 2;
2947         break;
2948
2949       case GE:
2950         PUT_CODE (cond, GEU);
2951         value = 2;
2952         break;
2953
2954       default:
2955         break;
2956       }
2957
2958   return value;
2959 }
2960 #endif
2961 \f
2962 /* Report inconsistency between the assembler template and the operands.
2963    In an `asm', it's the user's fault; otherwise, the compiler's fault.  */
2964
2965 void
2966 output_operand_lossage (msgid)
2967      const char *msgid;
2968 {
2969   if (this_is_asm_operands)
2970     error_for_asm (this_is_asm_operands, "invalid `asm': %s", _(msgid));
2971   else
2972     internal_error ("output_operand: %s", _(msgid));
2973 }
2974 \f
2975 /* Output of assembler code from a template, and its subroutines.  */
2976
2977 /* Annotate the assembly with a comment describing the pattern and
2978    alternative used.  */
2979
2980 static void
2981 output_asm_name ()
2982 {
2983   if (debug_insn)
2984     {
2985       int num = INSN_CODE (debug_insn);
2986       fprintf (asm_out_file, "\t%s %d\t%s",
2987                ASM_COMMENT_START, INSN_UID (debug_insn),
2988                insn_data[num].name);
2989       if (insn_data[num].n_alternatives > 1)
2990         fprintf (asm_out_file, "/%d", which_alternative + 1);
2991 #ifdef HAVE_ATTR_length
2992       fprintf (asm_out_file, "\t[length = %d]",
2993                get_attr_length (debug_insn));
2994 #endif
2995       /* Clear this so only the first assembler insn
2996          of any rtl insn will get the special comment for -dp.  */
2997       debug_insn = 0;
2998     }
2999 }
3000
3001 /* If OP is a REG or MEM and we can find a MEM_EXPR corresponding to it
3002    or its address, return that expr .  Set *PADDRESSP to 1 if the expr
3003    corresponds to the address of the object and 0 if to the object.  */
3004
3005 static tree
3006 get_mem_expr_from_op (op, paddressp)
3007      rtx op;
3008      int *paddressp;
3009 {
3010   tree expr;
3011   int inner_addressp;
3012
3013   *paddressp = 0;
3014
3015   if (GET_CODE (op) == REG && ORIGINAL_REGNO (op) >= FIRST_PSEUDO_REGISTER)
3016     return REGNO_DECL (ORIGINAL_REGNO (op));
3017   else if (GET_CODE (op) != MEM)
3018     return 0;
3019
3020   if (MEM_EXPR (op) != 0)
3021     return MEM_EXPR (op);
3022
3023   /* Otherwise we have an address, so indicate it and look at the address.  */
3024   *paddressp = 1;
3025   op = XEXP (op, 0);
3026
3027   /* First check if we have a decl for the address, then look at the right side
3028      if it is a PLUS.  Otherwise, strip off arithmetic and keep looking.
3029      But don't allow the address to itself be indirect.  */
3030   if ((expr = get_mem_expr_from_op (op, &inner_addressp)) && ! inner_addressp)
3031     return expr;
3032   else if (GET_CODE (op) == PLUS
3033            && (expr = get_mem_expr_from_op (XEXP (op, 1), &inner_addressp)))
3034     return expr;
3035
3036   while (GET_RTX_CLASS (GET_CODE (op)) == '1'
3037          || GET_RTX_CLASS (GET_CODE (op)) == '2')
3038     op = XEXP (op, 0);
3039
3040   expr = get_mem_expr_from_op (op, &inner_addressp);
3041   return inner_addressp ? 0 : expr;
3042 }
3043   
3044 /* Output operand names for assembler instructions.  OPERANDS is the
3045    operand vector, OPORDER is the order to write the operands, and NOPS
3046    is the number of operands to write.  */
3047
3048 static void
3049 output_asm_operand_names (operands, oporder, nops)
3050      rtx *operands;
3051      int *oporder;
3052      int nops;
3053 {
3054   int wrote = 0;
3055   int i;
3056
3057   for (i = 0; i < nops; i++)
3058     {
3059       int addressp;
3060       tree expr = get_mem_expr_from_op (operands[oporder[i]], &addressp);
3061
3062       if (expr)
3063         {
3064           fprintf (asm_out_file, "%c%s %s",
3065                    wrote ? ',' : '\t', wrote ? "" : ASM_COMMENT_START,
3066                    addressp ? "*" : "");
3067           print_mem_expr (asm_out_file, expr);
3068           wrote = 1;
3069         }
3070     }
3071 }
3072
3073 /* Output text from TEMPLATE to the assembler output file,
3074    obeying %-directions to substitute operands taken from
3075    the vector OPERANDS.
3076
3077    %N (for N a digit) means print operand N in usual manner.
3078    %lN means require operand N to be a CODE_LABEL or LABEL_REF
3079       and print the label name with no punctuation.
3080    %cN means require operand N to be a constant
3081       and print the constant expression with no punctuation.
3082    %aN means expect operand N to be a memory address
3083       (not a memory reference!) and print a reference
3084       to that address.
3085    %nN means expect operand N to be a constant
3086       and print a constant expression for minus the value
3087       of the operand, with no other punctuation.  */
3088
3089 void
3090 output_asm_insn (template, operands)
3091      const char *template;
3092      rtx *operands;
3093 {
3094   const char *p;
3095   int c;
3096 #ifdef ASSEMBLER_DIALECT
3097   int dialect = 0;
3098 #endif
3099   int oporder[MAX_RECOG_OPERANDS];
3100   char opoutput[MAX_RECOG_OPERANDS];
3101   int ops = 0;
3102
3103   /* An insn may return a null string template
3104      in a case where no assembler code is needed.  */
3105   if (*template == 0)
3106     return;
3107
3108   memset (opoutput, 0, sizeof opoutput);
3109   p = template;
3110   putc ('\t', asm_out_file);
3111
3112 #ifdef ASM_OUTPUT_OPCODE
3113   ASM_OUTPUT_OPCODE (asm_out_file, p);
3114 #endif
3115
3116   while ((c = *p++))
3117     switch (c)
3118       {
3119       case '\n':
3120         if (flag_verbose_asm)
3121           output_asm_operand_names (operands, oporder, ops);
3122         if (flag_print_asm_name)
3123           output_asm_name ();
3124
3125         ops = 0;
3126         memset (opoutput, 0, sizeof opoutput);
3127
3128         putc (c, asm_out_file);
3129 #ifdef ASM_OUTPUT_OPCODE
3130         while ((c = *p) == '\t')
3131           {
3132             putc (c, asm_out_file);
3133             p++;
3134           }
3135         ASM_OUTPUT_OPCODE (asm_out_file, p);
3136 #endif
3137         break;
3138
3139 #ifdef ASSEMBLER_DIALECT
3140       case '{':
3141         {
3142           int i;
3143
3144           if (dialect)
3145             output_operand_lossage ("nested assembly dialect alternatives");
3146           else
3147             dialect = 1;
3148
3149           /* If we want the first dialect, do nothing.  Otherwise, skip
3150              DIALECT_NUMBER of strings ending with '|'.  */
3151           for (i = 0; i < dialect_number; i++)
3152             {
3153               while (*p && *p != '}' && *p++ != '|')
3154                 ;
3155               if (*p == '}')
3156                 break;
3157               if (*p == '|')
3158                 p++;
3159             }
3160
3161           if (*p == '\0')
3162             output_operand_lossage ("unterminated assembly dialect alternative");
3163         }
3164         break;
3165
3166       case '|':
3167         if (dialect)
3168           {
3169             /* Skip to close brace.  */
3170             do
3171               {
3172                 if (*p == '\0')
3173                   {
3174                     output_operand_lossage ("unterminated assembly dialect alternative");
3175                     break;
3176                   }
3177               }   
3178             while (*p++ != '}');
3179             dialect = 0;
3180           }
3181         else
3182           putc (c, asm_out_file);
3183         break;
3184
3185       case '}':
3186         if (! dialect)
3187           putc (c, asm_out_file);
3188         dialect = 0;
3189         break;
3190 #endif
3191
3192       case '%':
3193         /* %% outputs a single %.  */
3194         if (*p == '%')
3195           {
3196             p++;
3197             putc (c, asm_out_file);
3198           }
3199         /* %= outputs a number which is unique to each insn in the entire
3200            compilation.  This is useful for making local labels that are
3201            referred to more than once in a given insn.  */
3202         else if (*p == '=')
3203           {
3204             p++;
3205             fprintf (asm_out_file, "%d", insn_counter);
3206           }
3207         /* % followed by a letter and some digits
3208            outputs an operand in a special way depending on the letter.
3209            Letters `acln' are implemented directly.
3210            Other letters are passed to `output_operand' so that
3211            the PRINT_OPERAND macro can define them.  */
3212         else if (ISALPHA (*p))
3213           {
3214             int letter = *p++;
3215             c = atoi (p);
3216
3217             if (! ISDIGIT (*p))
3218               output_operand_lossage ("operand number missing after %-letter");
3219             else if (this_is_asm_operands
3220                      && (c < 0 || (unsigned int) c >= insn_noperands))
3221               output_operand_lossage ("operand number out of range");
3222             else if (letter == 'l')
3223               output_asm_label (operands[c]);
3224             else if (letter == 'a')
3225               output_address (operands[c]);
3226             else if (letter == 'c')
3227               {
3228                 if (CONSTANT_ADDRESS_P (operands[c]))
3229                   output_addr_const (asm_out_file, operands[c]);
3230                 else
3231                   output_operand (operands[c], 'c');
3232               }
3233             else if (letter == 'n')
3234               {
3235                 if (GET_CODE (operands[c]) == CONST_INT)
3236                   fprintf (asm_out_file, HOST_WIDE_INT_PRINT_DEC,
3237                            - INTVAL (operands[c]));
3238                 else
3239                   {
3240                     putc ('-', asm_out_file);
3241                     output_addr_const (asm_out_file, operands[c]);
3242                   }
3243               }
3244             else
3245               output_operand (operands[c], letter);
3246
3247             if (!opoutput[c])
3248               oporder[ops++] = c;
3249             opoutput[c] = 1;
3250
3251             while (ISDIGIT (c = *p))
3252               p++;
3253           }
3254         /* % followed by a digit outputs an operand the default way.  */
3255         else if (ISDIGIT (*p))
3256           {
3257             c = atoi (p);
3258             if (this_is_asm_operands
3259                 && (c < 0 || (unsigned int) c >= insn_noperands))
3260               output_operand_lossage ("operand number out of range");
3261             else
3262               output_operand (operands[c], 0);
3263
3264             if (!opoutput[c])
3265               oporder[ops++] = c;
3266             opoutput[c] = 1;
3267
3268             while (ISDIGIT (c = *p))
3269               p++;
3270           }
3271         /* % followed by punctuation: output something for that
3272            punctuation character alone, with no operand.
3273            The PRINT_OPERAND macro decides what is actually done.  */
3274 #ifdef PRINT_OPERAND_PUNCT_VALID_P
3275         else if (PRINT_OPERAND_PUNCT_VALID_P ((unsigned char) *p))
3276           output_operand (NULL_RTX, *p++);
3277 #endif
3278         else
3279           output_operand_lossage ("invalid %%-code");
3280         break;
3281
3282       default:
3283         putc (c, asm_out_file);
3284       }
3285
3286   /* Write out the variable names for operands, if we know them.  */
3287   if (flag_verbose_asm)
3288     output_asm_operand_names (operands, oporder, ops);
3289   if (flag_print_asm_name)
3290     output_asm_name ();
3291
3292   putc ('\n', asm_out_file);
3293 }
3294 \f
3295 /* Output a LABEL_REF, or a bare CODE_LABEL, as an assembler symbol.  */
3296
3297 void
3298 output_asm_label (x)
3299      rtx x;
3300 {
3301   char buf[256];
3302
3303   if (GET_CODE (x) == LABEL_REF)
3304     x = XEXP (x, 0);
3305   if (GET_CODE (x) == CODE_LABEL
3306       || (GET_CODE (x) == NOTE
3307           && NOTE_LINE_NUMBER (x) == NOTE_INSN_DELETED_LABEL))
3308     ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (x));
3309   else
3310     output_operand_lossage ("`%l' operand isn't a label");
3311
3312   assemble_name (asm_out_file, buf);
3313 }
3314
3315 /* Print operand X using machine-dependent assembler syntax.
3316    The macro PRINT_OPERAND is defined just to control this function.
3317    CODE is a non-digit that preceded the operand-number in the % spec,
3318    such as 'z' if the spec was `%z3'.  CODE is 0 if there was no char
3319    between the % and the digits.
3320    When CODE is a non-letter, X is 0.
3321
3322    The meanings of the letters are machine-dependent and controlled
3323    by PRINT_OPERAND.  */
3324
3325 static void
3326 output_operand (x, code)
3327      rtx x;
3328      int code ATTRIBUTE_UNUSED;
3329 {
3330   if (x && GET_CODE (x) == SUBREG)
3331     x = alter_subreg (&x);
3332
3333   /* If X is a pseudo-register, abort now rather than writing trash to the
3334      assembler file.  */
3335
3336   if (x && GET_CODE (x) == REG && REGNO (x) >= FIRST_PSEUDO_REGISTER)
3337     abort ();
3338
3339   PRINT_OPERAND (asm_out_file, x, code);
3340 }
3341
3342 /* Print a memory reference operand for address X
3343    using machine-dependent assembler syntax.
3344    The macro PRINT_OPERAND_ADDRESS exists just to control this function.  */
3345
3346 void
3347 output_address (x)
3348      rtx x;
3349 {
3350   walk_alter_subreg (&x);
3351   PRINT_OPERAND_ADDRESS (asm_out_file, x);
3352 }
3353 \f
3354 /* Print an integer constant expression in assembler syntax.
3355    Addition and subtraction are the only arithmetic
3356    that may appear in these expressions.  */
3357
3358 void
3359 output_addr_const (file, x)
3360      FILE *file;
3361      rtx x;
3362 {
3363   char buf[256];
3364
3365  restart:
3366   switch (GET_CODE (x))
3367     {
3368     case PC:
3369       putc ('.', file);
3370       break;
3371
3372     case SYMBOL_REF:
3373 #ifdef ASM_OUTPUT_SYMBOL_REF
3374       ASM_OUTPUT_SYMBOL_REF (file, x);
3375 #else
3376       assemble_name (file, XSTR (x, 0));
3377 #endif
3378       break;
3379
3380     case LABEL_REF:
3381       x = XEXP (x, 0);
3382       /* Fall through.  */
3383     case CODE_LABEL:
3384       ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (x));
3385 #ifdef ASM_OUTPUT_LABEL_REF
3386       ASM_OUTPUT_LABEL_REF (file, buf);
3387 #else
3388       assemble_name (file, buf);
3389 #endif
3390       break;
3391
3392     case CONST_INT:
3393       fprintf (file, HOST_WIDE_INT_PRINT_DEC, INTVAL (x));
3394       break;
3395
3396     case CONST:
3397       /* This used to output parentheses around the expression,
3398          but that does not work on the 386 (either ATT or BSD assembler).  */
3399       output_addr_const (file, XEXP (x, 0));
3400       break;
3401
3402     case CONST_DOUBLE:
3403       if (GET_MODE (x) == VOIDmode)
3404         {
3405           /* We can use %d if the number is one word and positive.  */
3406           if (CONST_DOUBLE_HIGH (x))
3407             fprintf (file, HOST_WIDE_INT_PRINT_DOUBLE_HEX,
3408                      CONST_DOUBLE_HIGH (x), CONST_DOUBLE_LOW (x));
3409           else if (CONST_DOUBLE_LOW (x) < 0)
3410             fprintf (file, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_LOW (x));
3411           else
3412             fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x));
3413         }
3414       else
3415         /* We can't handle floating point constants;
3416            PRINT_OPERAND must handle them.  */
3417         output_operand_lossage ("floating constant misused");
3418       break;
3419
3420     case PLUS:
3421       /* Some assemblers need integer constants to appear last (eg masm).  */
3422       if (GET_CODE (XEXP (x, 0)) == CONST_INT)
3423         {
3424           output_addr_const (file, XEXP (x, 1));
3425           if (INTVAL (XEXP (x, 0)) >= 0)
3426             fprintf (file, "+");
3427           output_addr_const (file, XEXP (x, 0));
3428         }
3429       else
3430         {
3431           output_addr_const (file, XEXP (x, 0));
3432           if (GET_CODE (XEXP (x, 1)) != CONST_INT
3433               || INTVAL (XEXP (x, 1)) >= 0)
3434             fprintf (file, "+");
3435           output_addr_const (file, XEXP (x, 1));
3436         }
3437       break;
3438
3439     case MINUS:
3440       /* Avoid outputting things like x-x or x+5-x,
3441          since some assemblers can't handle that.  */
3442       x = simplify_subtraction (x);
3443       if (GET_CODE (x) != MINUS)
3444         goto restart;
3445
3446       output_addr_const (file, XEXP (x, 0));
3447       fprintf (file, "-");
3448       if ((GET_CODE (XEXP (x, 1)) == CONST_INT && INTVAL (XEXP (x, 1)) >= 0)
3449           || GET_CODE (XEXP (x, 1)) == PC
3450           || GET_CODE (XEXP (x, 1)) == SYMBOL_REF)
3451         output_addr_const (file, XEXP (x, 1));
3452       else
3453         {
3454           fputs (targetm.asm_out.open_paren, file);
3455           output_addr_const (file, XEXP (x, 1));
3456           fputs (targetm.asm_out.close_paren, file);
3457         }
3458       break;
3459
3460     case ZERO_EXTEND:
3461     case SIGN_EXTEND:
3462       output_addr_const (file, XEXP (x, 0));
3463       break;
3464
3465     default:
3466 #ifdef OUTPUT_ADDR_CONST_EXTRA
3467       OUTPUT_ADDR_CONST_EXTRA (file, x, fail);
3468       break;
3469
3470     fail:
3471 #endif
3472       output_operand_lossage ("invalid expression as operand");
3473     }
3474 }
3475 \f
3476 /* A poor man's fprintf, with the added features of %I, %R, %L, and %U.
3477    %R prints the value of REGISTER_PREFIX.
3478    %L prints the value of LOCAL_LABEL_PREFIX.
3479    %U prints the value of USER_LABEL_PREFIX.
3480    %I prints the value of IMMEDIATE_PREFIX.
3481    %O runs ASM_OUTPUT_OPCODE to transform what follows in the string.
3482    Also supported are %d, %x, %s, %e, %f, %g and %%.
3483
3484    We handle alternate assembler dialects here, just like output_asm_insn.  */
3485
3486 void
3487 asm_fprintf VPARAMS ((FILE *file, const char *p, ...))
3488 {
3489   char buf[10];
3490   char *q, c;
3491
3492   VA_OPEN (argptr, p);
3493   VA_FIXEDARG (argptr, FILE *, file);
3494   VA_FIXEDARG (argptr, const char *, p);
3495
3496   buf[0] = '%';
3497
3498   while ((c = *p++))
3499     switch (c)
3500       {
3501 #ifdef ASSEMBLER_DIALECT
3502       case '{':
3503         {
3504           int i;
3505
3506           /* If we want the first dialect, do nothing.  Otherwise, skip
3507              DIALECT_NUMBER of strings ending with '|'.  */
3508           for (i = 0; i < dialect_number; i++)
3509             {
3510               while (*p && *p++ != '|')
3511                 ;
3512
3513               if (*p == '|')
3514                 p++;
3515             }
3516         }
3517         break;
3518
3519       case '|':
3520         /* Skip to close brace.  */
3521         while (*p && *p++ != '}')
3522           ;
3523         break;
3524
3525       case '}':
3526         break;
3527 #endif
3528
3529       case '%':
3530         c = *p++;
3531         q = &buf[1];
3532         while (ISDIGIT (c) || c == '.')
3533           {
3534             *q++ = c;
3535             c = *p++;
3536           }
3537         switch (c)
3538           {
3539           case '%':
3540             fprintf (file, "%%");
3541             break;
3542
3543           case 'd':  case 'i':  case 'u':
3544           case 'x':  case 'p':  case 'X':
3545           case 'o':
3546             *q++ = c;
3547             *q = 0;
3548             fprintf (file, buf, va_arg (argptr, int));
3549             break;
3550
3551           case 'w':
3552             /* This is a prefix to the 'd', 'i', 'u', 'x', 'p', and 'X' cases,
3553                but we do not check for those cases.  It means that the value
3554                is a HOST_WIDE_INT, which may be either `int' or `long'.  */
3555
3556 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
3557 #else
3558 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
3559             *q++ = 'l';
3560 #else
3561             *q++ = 'l';
3562             *q++ = 'l';
3563 #endif
3564 #endif
3565
3566             *q++ = *p++;
3567             *q = 0;
3568             fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT));
3569             break;
3570
3571           case 'l':
3572             *q++ = c;
3573             *q++ = *p++;
3574             *q = 0;
3575             fprintf (file, buf, va_arg (argptr, long));
3576             break;
3577
3578           case 'e':
3579           case 'f':
3580           case 'g':
3581             *q++ = c;
3582             *q = 0;
3583             fprintf (file, buf, va_arg (argptr, double));
3584             break;
3585
3586           case 's':
3587             *q++ = c;
3588             *q = 0;
3589             fprintf (file, buf, va_arg (argptr, char *));
3590             break;
3591
3592           case 'O':
3593 #ifdef ASM_OUTPUT_OPCODE
3594             ASM_OUTPUT_OPCODE (asm_out_file, p);
3595 #endif
3596             break;
3597
3598           case 'R':
3599 #ifdef REGISTER_PREFIX
3600             fprintf (file, "%s", REGISTER_PREFIX);
3601 #endif
3602             break;
3603
3604           case 'I':
3605 #ifdef IMMEDIATE_PREFIX
3606             fprintf (file, "%s", IMMEDIATE_PREFIX);
3607 #endif
3608             break;
3609
3610           case 'L':
3611 #ifdef LOCAL_LABEL_PREFIX
3612             fprintf (file, "%s", LOCAL_LABEL_PREFIX);
3613 #endif
3614             break;
3615
3616           case 'U':
3617             fputs (user_label_prefix, file);
3618             break;
3619
3620 #ifdef ASM_FPRINTF_EXTENSIONS
3621             /* Upper case letters are reserved for general use by asm_fprintf
3622                and so are not available to target specific code.  In order to
3623                prevent the ASM_FPRINTF_EXTENSIONS macro from using them then,
3624                they are defined here.  As they get turned into real extensions
3625                to asm_fprintf they should be removed from this list.  */
3626           case 'A': case 'B': case 'C': case 'D': case 'E':
3627           case 'F': case 'G': case 'H': case 'J': case 'K':
3628           case 'M': case 'N': case 'P': case 'Q': case 'S':
3629           case 'T': case 'V': case 'W': case 'Y': case 'Z':
3630             break;
3631
3632           ASM_FPRINTF_EXTENSIONS (file, argptr, p)
3633 #endif
3634           default:
3635             abort ();
3636           }
3637         break;
3638
3639       default:
3640         fputc (c, file);
3641       }
3642   VA_CLOSE (argptr);
3643 }
3644 \f
3645 /* Split up a CONST_DOUBLE or integer constant rtx
3646    into two rtx's for single words,
3647    storing in *FIRST the word that comes first in memory in the target
3648    and in *SECOND the other.  */
3649
3650 void
3651 split_double (value, first, second)
3652      rtx value;
3653      rtx *first, *second;
3654 {
3655   if (GET_CODE (value) == CONST_INT)
3656     {
3657       if (HOST_BITS_PER_WIDE_INT >= (2 * BITS_PER_WORD))
3658         {
3659           /* In this case the CONST_INT holds both target words.
3660              Extract the bits from it into two word-sized pieces.
3661              Sign extend each half to HOST_WIDE_INT.  */
3662           unsigned HOST_WIDE_INT low, high;
3663           unsigned HOST_WIDE_INT mask, sign_bit, sign_extend;
3664
3665           /* Set sign_bit to the most significant bit of a word.  */
3666           sign_bit = 1;
3667           sign_bit <<= BITS_PER_WORD - 1;
3668
3669           /* Set mask so that all bits of the word are set.  We could
3670              have used 1 << BITS_PER_WORD instead of basing the
3671              calculation on sign_bit.  However, on machines where
3672              HOST_BITS_PER_WIDE_INT == BITS_PER_WORD, it could cause a
3673              compiler warning, even though the code would never be
3674              executed.  */
3675           mask = sign_bit << 1;
3676           mask--;
3677
3678           /* Set sign_extend as any remaining bits.  */
3679           sign_extend = ~mask;
3680
3681           /* Pick the lower word and sign-extend it.  */
3682           low = INTVAL (value);
3683           low &= mask;
3684           if (low & sign_bit)
3685             low |= sign_extend;
3686
3687           /* Pick the higher word, shifted to the least significant
3688              bits, and sign-extend it.  */
3689           high = INTVAL (value);
3690           high >>= BITS_PER_WORD - 1;
3691           high >>= 1;
3692           high &= mask;
3693           if (high & sign_bit)
3694             high |= sign_extend;
3695
3696           /* Store the words in the target machine order.  */
3697           if (WORDS_BIG_ENDIAN)
3698             {
3699               *first = GEN_INT (high);
3700               *second = GEN_INT (low);
3701             }
3702           else
3703             {
3704               *first = GEN_INT (low);
3705               *second = GEN_INT (high);
3706             }
3707         }
3708       else
3709         {
3710           /* The rule for using CONST_INT for a wider mode
3711              is that we regard the value as signed.
3712              So sign-extend it.  */
3713           rtx high = (INTVAL (value) < 0 ? constm1_rtx : const0_rtx);
3714           if (WORDS_BIG_ENDIAN)
3715             {
3716               *first = high;
3717               *second = value;
3718             }
3719           else
3720             {
3721               *first = value;
3722               *second = high;
3723             }
3724         }
3725     }
3726   else if (GET_CODE (value) != CONST_DOUBLE)
3727     {
3728       if (WORDS_BIG_ENDIAN)
3729         {
3730           *first = const0_rtx;
3731           *second = value;
3732         }
3733       else
3734         {
3735           *first = value;
3736           *second = const0_rtx;
3737         }
3738     }
3739   else if (GET_MODE (value) == VOIDmode
3740            /* This is the old way we did CONST_DOUBLE integers.  */
3741            || GET_MODE_CLASS (GET_MODE (value)) == MODE_INT)
3742     {
3743       /* In an integer, the words are defined as most and least significant.
3744          So order them by the target's convention.  */
3745       if (WORDS_BIG_ENDIAN)
3746         {
3747           *first = GEN_INT (CONST_DOUBLE_HIGH (value));
3748           *second = GEN_INT (CONST_DOUBLE_LOW (value));
3749         }
3750       else
3751         {
3752           *first = GEN_INT (CONST_DOUBLE_LOW (value));
3753           *second = GEN_INT (CONST_DOUBLE_HIGH (value));
3754         }
3755     }
3756   else
3757     {
3758 #ifdef REAL_ARITHMETIC
3759       REAL_VALUE_TYPE r;
3760       long l[2];
3761       REAL_VALUE_FROM_CONST_DOUBLE (r, value);
3762
3763       /* Note, this converts the REAL_VALUE_TYPE to the target's
3764          format, splits up the floating point double and outputs
3765          exactly 32 bits of it into each of l[0] and l[1] --
3766          not necessarily BITS_PER_WORD bits.  */
3767       REAL_VALUE_TO_TARGET_DOUBLE (r, l);
3768
3769       /* If 32 bits is an entire word for the target, but not for the host,
3770          then sign-extend on the host so that the number will look the same
3771          way on the host that it would on the target.  See for instance
3772          simplify_unary_operation.  The #if is needed to avoid compiler
3773          warnings.  */
3774
3775 #if HOST_BITS_PER_LONG > 32
3776       if (BITS_PER_WORD < HOST_BITS_PER_LONG && BITS_PER_WORD == 32)
3777         {
3778           if (l[0] & ((long) 1 << 31))
3779             l[0] |= ((long) (-1) << 32);
3780           if (l[1] & ((long) 1 << 31))
3781             l[1] |= ((long) (-1) << 32);
3782         }
3783 #endif
3784
3785       *first = GEN_INT ((HOST_WIDE_INT) l[0]);
3786       *second = GEN_INT ((HOST_WIDE_INT) l[1]);
3787 #else
3788       if ((HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
3789            || HOST_BITS_PER_WIDE_INT != BITS_PER_WORD)
3790           && ! flag_pretend_float)
3791         abort ();
3792
3793       if (
3794 #ifdef HOST_WORDS_BIG_ENDIAN
3795           WORDS_BIG_ENDIAN
3796 #else
3797           ! WORDS_BIG_ENDIAN
3798 #endif
3799           )
3800         {
3801           /* Host and target agree => no need to swap.  */
3802           *first = GEN_INT (CONST_DOUBLE_LOW (value));
3803           *second = GEN_INT (CONST_DOUBLE_HIGH (value));
3804         }
3805       else
3806         {
3807           *second = GEN_INT (CONST_DOUBLE_LOW (value));
3808           *first = GEN_INT (CONST_DOUBLE_HIGH (value));
3809         }
3810 #endif /* no REAL_ARITHMETIC */
3811     }
3812 }
3813 \f
3814 /* Return nonzero if this function has no function calls.  */
3815
3816 int
3817 leaf_function_p ()
3818 {
3819   rtx insn;
3820   rtx link;
3821
3822   if (profile_flag || profile_arc_flag)
3823     return 0;
3824
3825   for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
3826     {
3827       if (GET_CODE (insn) == CALL_INSN
3828           && ! SIBLING_CALL_P (insn))
3829         return 0;
3830       if (GET_CODE (insn) == INSN
3831           && GET_CODE (PATTERN (insn)) == SEQUENCE
3832           && GET_CODE (XVECEXP (PATTERN (insn), 0, 0)) == CALL_INSN
3833           && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0)))
3834         return 0;
3835     }
3836   for (link = current_function_epilogue_delay_list;
3837        link;
3838        link = XEXP (link, 1))
3839     {
3840       insn = XEXP (link, 0);
3841
3842       if (GET_CODE (insn) == CALL_INSN
3843           && ! SIBLING_CALL_P (insn))
3844         return 0;
3845       if (GET_CODE (insn) == INSN
3846           && GET_CODE (PATTERN (insn)) == SEQUENCE
3847           && GET_CODE (XVECEXP (PATTERN (insn), 0, 0)) == CALL_INSN
3848           && ! SIBLING_CALL_P (XVECEXP (PATTERN (insn), 0, 0)))
3849         return 0;
3850     }
3851
3852   return 1;
3853 }
3854
3855 /* Return 1 if branch is an forward branch.
3856    Uses insn_shuid array, so it works only in the final pass.  May be used by
3857    output templates to customary add branch prediction hints.
3858  */
3859 int
3860 final_forward_branch_p (insn)
3861      rtx insn;
3862 {
3863   int insn_id, label_id;
3864   if (!uid_shuid)
3865     abort ();
3866   insn_id = INSN_SHUID (insn);
3867   label_id = INSN_SHUID (JUMP_LABEL (insn));
3868   /* We've hit some insns that does not have id information available.  */
3869   if (!insn_id || !label_id)
3870     abort ();
3871   return insn_id < label_id;
3872 }
3873
3874 /* On some machines, a function with no call insns
3875    can run faster if it doesn't create its own register window.
3876    When output, the leaf function should use only the "output"
3877    registers.  Ordinarily, the function would be compiled to use
3878    the "input" registers to find its arguments; it is a candidate
3879    for leaf treatment if it uses only the "input" registers.
3880    Leaf function treatment means renumbering so the function
3881    uses the "output" registers instead.  */
3882
3883 #ifdef LEAF_REGISTERS
3884
3885 /* Return 1 if this function uses only the registers that can be
3886    safely renumbered.  */
3887
3888 int
3889 only_leaf_regs_used ()
3890 {
3891   int i;
3892   char *permitted_reg_in_leaf_functions = LEAF_REGISTERS;
3893
3894   for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
3895     if ((regs_ever_live[i] || global_regs[i])
3896         && ! permitted_reg_in_leaf_functions[i])
3897       return 0;
3898
3899   if (current_function_uses_pic_offset_table
3900       && pic_offset_table_rtx != 0
3901       && GET_CODE (pic_offset_table_rtx) == REG
3902       && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)])
3903     return 0;
3904
3905   return 1;
3906 }
3907
3908 /* Scan all instructions and renumber all registers into those
3909    available in leaf functions.  */
3910
3911 static void
3912 leaf_renumber_regs (first)
3913      rtx first;
3914 {
3915   rtx insn;
3916
3917   /* Renumber only the actual patterns.
3918      The reg-notes can contain frame pointer refs,
3919      and renumbering them could crash, and should not be needed.  */
3920   for (insn = first; insn; insn = NEXT_INSN (insn))
3921     if (INSN_P (insn))
3922       leaf_renumber_regs_insn (PATTERN (insn));
3923   for (insn = current_function_epilogue_delay_list;
3924        insn;
3925        insn = XEXP (insn, 1))
3926     if (INSN_P (XEXP (insn, 0)))
3927       leaf_renumber_regs_insn (PATTERN (XEXP (insn, 0)));
3928 }
3929
3930 /* Scan IN_RTX and its subexpressions, and renumber all regs into those
3931    available in leaf functions.  */
3932
3933 void
3934 leaf_renumber_regs_insn (in_rtx)
3935      rtx in_rtx;
3936 {
3937   int i, j;
3938   const char *format_ptr;
3939
3940   if (in_rtx == 0)
3941     return;
3942
3943   /* Renumber all input-registers into output-registers.
3944      renumbered_regs would be 1 for an output-register;
3945      they  */
3946
3947   if (GET_CODE (in_rtx) == REG)
3948     {
3949       int newreg;
3950
3951       /* Don't renumber the same reg twice.  */
3952       if (in_rtx->used)
3953         return;
3954
3955       newreg = REGNO (in_rtx);
3956       /* Don't try to renumber pseudo regs.  It is possible for a pseudo reg
3957          to reach here as part of a REG_NOTE.  */
3958       if (newreg >= FIRST_PSEUDO_REGISTER)
3959         {
3960           in_rtx->used = 1;
3961           return;
3962         }
3963       newreg = LEAF_REG_REMAP (newreg);
3964       if (newreg < 0)
3965         abort ();
3966       regs_ever_live[REGNO (in_rtx)] = 0;
3967       regs_ever_live[newreg] = 1;
3968       REGNO (in_rtx) = newreg;
3969       in_rtx->used = 1;
3970     }
3971
3972   if (INSN_P (in_rtx))
3973     {
3974       /* Inside a SEQUENCE, we find insns.
3975          Renumber just the patterns of these insns,
3976          just as we do for the top-level insns.  */
3977       leaf_renumber_regs_insn (PATTERN (in_rtx));
3978       return;
3979     }
3980
3981   format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx));
3982
3983   for (i = 0; i < GET_RTX_LENGTH (GET_CODE (in_rtx)); i++)
3984     switch (*format_ptr++)
3985       {
3986       case 'e':
3987         leaf_renumber_regs_insn (XEXP (in_rtx, i));
3988         break;
3989
3990       case 'E':
3991         if (NULL != XVEC (in_rtx, i))
3992           {
3993             for (j = 0; j < XVECLEN (in_rtx, i); j++)
3994               leaf_renumber_regs_insn (XVECEXP (in_rtx, i, j));
3995           }
3996         break;
3997
3998       case 'S':
3999       case 's':
4000       case '0':
4001       case 'i':
4002       case 'w':
4003       case 'n':
4004       case 'u':
4005         break;
4006
4007       default:
4008         abort ();
4009       }
4010 }
4011 #endif