1998-09-21 Ben Elliston <bje@cygnus.com>
[official-gcc.git] / gcc / final.c
blob454ab6c71f5bfe0ca6d8b417414e6c370216ec67
1 /* Convert RTL to assembler code and output it, for GNU compiler.
2 Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc.
4 This file is part of GNU CC.
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
22 /* This is the final pass of the compiler.
23 It looks at the rtl code for a function and outputs assembler code.
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'.
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.)
36 Instructions to set the condition codes are omitted when it can be
37 seen that the condition codes already had the desired values.
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.
43 The code for the function prologue and epilogue are generated
44 directly as assembler code by the macros FUNCTION_PROLOGUE and
45 FUNCTION_EPILOGUE. Those instructions never exist as rtl. */
47 #include "config.h"
48 #include "system.h"
50 #include "tree.h"
51 #include "rtl.h"
52 #include "regs.h"
53 #include "insn-config.h"
54 #include "insn-flags.h"
55 #include "insn-attr.h"
56 #include "insn-codes.h"
57 #include "recog.h"
58 #include "conditions.h"
59 #include "flags.h"
60 #include "real.h"
61 #include "hard-reg-set.h"
62 #include "defaults.h"
63 #include "output.h"
64 #include "except.h"
65 #include "toplev.h"
66 #include "reload.h"
68 /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist. */
69 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
70 #include "dbxout.h"
71 #if defined (USG) || !defined (HAVE_STAB_H)
72 #include "gstab.h" /* If doing DBX on sysV, use our own stab.h. */
73 #else
74 #include <stab.h>
75 #endif
77 #endif /* DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO */
79 #ifdef XCOFF_DEBUGGING_INFO
80 #include "xcoffout.h"
81 #endif
83 #ifdef DWARF_DEBUGGING_INFO
84 #include "dwarfout.h"
85 #endif
87 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
88 #include "dwarf2out.h"
89 #endif
91 #ifdef SDB_DEBUGGING_INFO
92 #include "sdbout.h"
93 #endif
95 /* .stabd code for line number. */
96 #ifndef N_SLINE
97 #define N_SLINE 0x44
98 #endif
100 /* .stabs code for included file name. */
101 #ifndef N_SOL
102 #define N_SOL 0x84
103 #endif
105 #ifndef INT_TYPE_SIZE
106 #define INT_TYPE_SIZE BITS_PER_WORD
107 #endif
109 #ifndef LONG_TYPE_SIZE
110 #define LONG_TYPE_SIZE BITS_PER_WORD
111 #endif
113 /* If we aren't using cc0, CC_STATUS_INIT shouldn't exist. So define a
114 null default for it to save conditionalization later. */
115 #ifndef CC_STATUS_INIT
116 #define CC_STATUS_INIT
117 #endif
119 /* How to start an assembler comment. */
120 #ifndef ASM_COMMENT_START
121 #define ASM_COMMENT_START ";#"
122 #endif
124 /* Is the given character a logical line separator for the assembler? */
125 #ifndef IS_ASM_LOGICAL_LINE_SEPARATOR
126 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == ';')
127 #endif
129 #ifndef JUMP_TABLES_IN_TEXT_SECTION
130 #define JUMP_TABLES_IN_TEXT_SECTION 0
131 #endif
133 /* Nonzero means this function is a leaf function, with no function calls.
134 This variable exists to be examined in FUNCTION_PROLOGUE
135 and FUNCTION_EPILOGUE. Always zero, unless set by some action. */
136 int leaf_function;
138 /* Last insn processed by final_scan_insn. */
139 static rtx debug_insn = 0;
141 /* Line number of last NOTE. */
142 static int last_linenum;
144 /* Highest line number in current block. */
145 static int high_block_linenum;
147 /* Likewise for function. */
148 static int high_function_linenum;
150 /* Filename of last NOTE. */
151 static char *last_filename;
153 /* Number of basic blocks seen so far;
154 used if profile_block_flag is set. */
155 static int count_basic_blocks;
157 /* Number of instrumented arcs when profile_arc_flag is set. */
158 extern int count_instrumented_arcs;
160 extern int length_unit_log; /* This is defined in insn-attrtab.c. */
162 /* Nonzero while outputting an `asm' with operands.
163 This means that inconsistencies are the user's fault, so don't abort.
164 The precise value is the insn being output, to pass to error_for_asm. */
165 static rtx this_is_asm_operands;
167 /* Number of operands of this insn, for an `asm' with operands. */
168 static unsigned int insn_noperands;
170 /* Compare optimization flag. */
172 static rtx last_ignored_compare = 0;
174 /* Flag indicating this insn is the start of a new basic block. */
176 static int new_block = 1;
178 /* All the symbol-blocks (levels of scoping) in the compilation
179 are assigned sequence numbers in order of appearance of the
180 beginnings of the symbol-blocks. Both final and dbxout do this,
181 and assume that they will both give the same number to each block.
182 Final uses these sequence numbers to generate assembler label names
183 LBBnnn and LBEnnn for the beginning and end of the symbol-block.
184 Dbxout uses the sequence numbers to generate references to the same labels
185 from the dbx debugging information.
187 Sdb records this level at the beginning of each function,
188 in order to find the current level when recursing down declarations.
189 It outputs the block beginning and endings
190 at the point in the asm file where the blocks would begin and end. */
192 int next_block_index;
194 /* Assign a unique number to each insn that is output.
195 This can be used to generate unique local labels. */
197 static int insn_counter = 0;
199 #ifdef HAVE_cc0
200 /* This variable contains machine-dependent flags (defined in tm.h)
201 set and examined by output routines
202 that describe how to interpret the condition codes properly. */
204 CC_STATUS cc_status;
206 /* During output of an insn, this contains a copy of cc_status
207 from before the insn. */
209 CC_STATUS cc_prev_status;
210 #endif
212 /* Indexed by hardware reg number, is 1 if that register is ever
213 used in the current function.
215 In life_analysis, or in stupid_life_analysis, this is set
216 up to record the hard regs used explicitly. Reload adds
217 in the hard regs used for holding pseudo regs. Final uses
218 it to generate the code in the function prologue and epilogue
219 to save and restore registers as needed. */
221 char regs_ever_live[FIRST_PSEUDO_REGISTER];
223 /* Nonzero means current function must be given a frame pointer.
224 Set in stmt.c if anything is allocated on the stack there.
225 Set in reload1.c if anything is allocated on the stack there. */
227 int frame_pointer_needed;
229 /* Assign unique numbers to labels generated for profiling. */
231 int profile_label_no;
233 /* Length so far allocated in PENDING_BLOCKS. */
235 static int max_block_depth;
237 /* Stack of sequence numbers of symbol-blocks of which we have seen the
238 beginning but not yet the end. Sequence numbers are assigned at
239 the beginning; this stack allows us to find the sequence number
240 of a block that is ending. */
242 static int *pending_blocks;
244 /* Number of elements currently in use in PENDING_BLOCKS. */
246 static int block_depth;
248 /* Nonzero if have enabled APP processing of our assembler output. */
250 static int app_on;
252 /* If we are outputting an insn sequence, this contains the sequence rtx.
253 Zero otherwise. */
255 rtx final_sequence;
257 #ifdef ASSEMBLER_DIALECT
259 /* Number of the assembler dialect to use, starting at 0. */
260 static int dialect_number;
261 #endif
263 /* Indexed by line number, nonzero if there is a note for that line. */
265 static char *line_note_exists;
267 /* Linked list to hold line numbers for each basic block. */
269 struct bb_list {
270 struct bb_list *next; /* pointer to next basic block */
271 int line_num; /* line number */
272 int file_label_num; /* LPBC<n> label # for stored filename */
273 int func_label_num; /* LPBC<n> label # for stored function name */
276 static struct bb_list *bb_head = 0; /* Head of basic block list */
277 static struct bb_list **bb_tail = &bb_head; /* Ptr to store next bb ptr */
278 static int bb_file_label_num = -1; /* Current label # for file */
279 static int bb_func_label_num = -1; /* Current label # for func */
281 /* Linked list to hold the strings for each file and function name output. */
283 struct bb_str {
284 struct bb_str *next; /* pointer to next string */
285 char *string; /* string */
286 int label_num; /* label number */
287 int length; /* string length */
290 extern rtx peephole PROTO((rtx));
292 static struct bb_str *sbb_head = 0; /* Head of string list. */
293 static struct bb_str **sbb_tail = &sbb_head; /* Ptr to store next bb str */
294 static int sbb_label_num = 0; /* Last label used */
296 #ifdef HAVE_ATTR_length
297 static int asm_insn_count PROTO((rtx));
298 #endif
299 static void profile_function PROTO((FILE *));
300 static void profile_after_prologue PROTO((FILE *));
301 static void add_bb PROTO((FILE *));
302 static int add_bb_string PROTO((char *, int));
303 static void output_source_line PROTO((FILE *, rtx));
304 static rtx walk_alter_subreg PROTO((rtx));
305 static void output_asm_name PROTO((void));
306 static void output_operand PROTO((rtx, int));
307 #ifdef LEAF_REGISTERS
308 static void leaf_renumber_regs PROTO((rtx));
309 #endif
310 #ifdef HAVE_cc0
311 static int alter_cond PROTO((rtx));
312 #endif
314 extern char *getpwd ();
316 /* Initialize data in final at the beginning of a compilation. */
318 void
319 init_final (filename)
320 char *filename;
322 next_block_index = 2;
323 app_on = 0;
324 max_block_depth = 20;
325 pending_blocks = (int *) xmalloc (20 * sizeof *pending_blocks);
326 final_sequence = 0;
328 #ifdef ASSEMBLER_DIALECT
329 dialect_number = ASSEMBLER_DIALECT;
330 #endif
333 /* Called at end of source file,
334 to output the block-profiling table for this entire compilation. */
336 void
337 end_final (filename)
338 char *filename;
340 int i;
342 if (profile_block_flag || profile_arc_flag)
344 char name[20];
345 int align = exact_log2 (BIGGEST_ALIGNMENT / BITS_PER_UNIT);
346 int size, rounded;
347 struct bb_list *ptr;
348 struct bb_str *sptr;
349 int long_bytes = LONG_TYPE_SIZE / BITS_PER_UNIT;
350 int pointer_bytes = POINTER_SIZE / BITS_PER_UNIT;
352 if (profile_block_flag)
353 size = long_bytes * count_basic_blocks;
354 else
355 size = long_bytes * count_instrumented_arcs;
356 rounded = size;
358 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
359 rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
360 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
362 data_section ();
364 /* Output the main header, of 11 words:
365 0: 1 if this file is initialized, else 0.
366 1: address of file name (LPBX1).
367 2: address of table of counts (LPBX2).
368 3: number of counts in the table.
369 4: always 0, for compatibility with Sun.
371 The following are GNU extensions:
373 5: address of table of start addrs of basic blocks (LPBX3).
374 6: Number of bytes in this header.
375 7: address of table of function names (LPBX4).
376 8: address of table of line numbers (LPBX5) or 0.
377 9: address of table of file names (LPBX6) or 0.
378 10: space reserved for basic block profiling. */
380 ASM_OUTPUT_ALIGN (asm_out_file, align);
382 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 0);
383 /* zero word */
384 assemble_integer (const0_rtx, long_bytes, 1);
386 /* address of filename */
387 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 1);
388 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes, 1);
390 /* address of count table */
391 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 2);
392 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes, 1);
394 /* count of the # of basic blocks or # of instrumented arcs */
395 if (profile_block_flag)
396 assemble_integer (GEN_INT (count_basic_blocks), long_bytes, 1);
397 else
398 assemble_integer (GEN_INT (count_instrumented_arcs), long_bytes,
401 /* zero word (link field) */
402 assemble_integer (const0_rtx, pointer_bytes, 1);
404 /* address of basic block start address table */
405 if (profile_block_flag)
407 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 3);
408 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes,
411 else
412 assemble_integer (const0_rtx, pointer_bytes, 1);
414 /* byte count for extended structure. */
415 assemble_integer (GEN_INT (10 * UNITS_PER_WORD), long_bytes, 1);
417 /* address of function name table */
418 if (profile_block_flag)
420 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 4);
421 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes,
424 else
425 assemble_integer (const0_rtx, pointer_bytes, 1);
427 /* address of line number and filename tables if debugging. */
428 if (write_symbols != NO_DEBUG && profile_block_flag)
430 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 5);
431 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes, 1);
432 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 6);
433 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes, 1);
435 else
437 assemble_integer (const0_rtx, pointer_bytes, 1);
438 assemble_integer (const0_rtx, pointer_bytes, 1);
441 /* space for extension ptr (link field) */
442 assemble_integer (const0_rtx, UNITS_PER_WORD, 1);
444 /* Output the file name changing the suffix to .d for Sun tcov
445 compatibility. */
446 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 1);
448 char *cwd = getpwd ();
449 int len = strlen (filename) + strlen (cwd) + 1;
450 char *data_file = (char *) alloca (len + 4);
452 strcpy (data_file, cwd);
453 strcat (data_file, "/");
454 strcat (data_file, filename);
455 strip_off_ending (data_file, len);
456 if (profile_block_flag)
457 strcat (data_file, ".d");
458 else
459 strcat (data_file, ".da");
460 assemble_string (data_file, strlen (data_file) + 1);
463 /* Make space for the table of counts. */
464 if (size == 0)
466 /* Realign data section. */
467 ASM_OUTPUT_ALIGN (asm_out_file, align);
468 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 2);
469 if (size != 0)
470 assemble_zeros (size);
472 else
474 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 2);
475 #ifdef ASM_OUTPUT_SHARED_LOCAL
476 if (flag_shared_data)
477 ASM_OUTPUT_SHARED_LOCAL (asm_out_file, name, size, rounded);
478 else
479 #endif
480 #ifdef ASM_OUTPUT_ALIGNED_DECL_LOCAL
481 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, NULL_TREE, name, size,
482 BIGGEST_ALIGNMENT);
483 #else
484 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
485 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size,
486 BIGGEST_ALIGNMENT);
487 #else
488 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
489 #endif
490 #endif
493 /* Output any basic block strings */
494 if (profile_block_flag)
496 readonly_data_section ();
497 if (sbb_head)
499 ASM_OUTPUT_ALIGN (asm_out_file, align);
500 for (sptr = sbb_head; sptr != 0; sptr = sptr->next)
502 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBC",
503 sptr->label_num);
504 assemble_string (sptr->string, sptr->length);
509 /* Output the table of addresses. */
510 if (profile_block_flag)
512 /* Realign in new section */
513 ASM_OUTPUT_ALIGN (asm_out_file, align);
514 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 3);
515 for (i = 0; i < count_basic_blocks; i++)
517 ASM_GENERATE_INTERNAL_LABEL (name, "LPB", i);
518 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name),
519 pointer_bytes, 1);
523 /* Output the table of function names. */
524 if (profile_block_flag)
526 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 4);
527 for ((ptr = bb_head), (i = 0); ptr != 0; (ptr = ptr->next), i++)
529 if (ptr->func_label_num >= 0)
531 ASM_GENERATE_INTERNAL_LABEL (name, "LPBC",
532 ptr->func_label_num);
533 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name),
534 pointer_bytes, 1);
536 else
537 assemble_integer (const0_rtx, pointer_bytes, 1);
540 for ( ; i < count_basic_blocks; i++)
541 assemble_integer (const0_rtx, pointer_bytes, 1);
544 if (write_symbols != NO_DEBUG && profile_block_flag)
546 /* Output the table of line numbers. */
547 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 5);
548 for ((ptr = bb_head), (i = 0); ptr != 0; (ptr = ptr->next), i++)
549 assemble_integer (GEN_INT (ptr->line_num), long_bytes, 1);
551 for ( ; i < count_basic_blocks; i++)
552 assemble_integer (const0_rtx, long_bytes, 1);
554 /* Output the table of file names. */
555 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 6);
556 for ((ptr = bb_head), (i = 0); ptr != 0; (ptr = ptr->next), i++)
558 if (ptr->file_label_num >= 0)
560 ASM_GENERATE_INTERNAL_LABEL (name, "LPBC",
561 ptr->file_label_num);
562 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name),
563 pointer_bytes, 1);
565 else
566 assemble_integer (const0_rtx, pointer_bytes, 1);
569 for ( ; i < count_basic_blocks; i++)
570 assemble_integer (const0_rtx, pointer_bytes, 1);
573 /* End with the address of the table of addresses,
574 so we can find it easily, as the last word in the file's text. */
575 if (profile_block_flag)
577 ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 3);
578 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes,
584 /* Enable APP processing of subsequent output.
585 Used before the output from an `asm' statement. */
587 void
588 app_enable ()
590 if (! app_on)
592 fputs (ASM_APP_ON, asm_out_file);
593 app_on = 1;
597 /* Disable APP processing of subsequent output.
598 Called from varasm.c before most kinds of output. */
600 void
601 app_disable ()
603 if (app_on)
605 fputs (ASM_APP_OFF, asm_out_file);
606 app_on = 0;
610 /* Return the number of slots filled in the current
611 delayed branch sequence (we don't count the insn needing the
612 delay slot). Zero if not in a delayed branch sequence. */
614 #ifdef DELAY_SLOTS
616 dbr_sequence_length ()
618 if (final_sequence != 0)
619 return XVECLEN (final_sequence, 0) - 1;
620 else
621 return 0;
623 #endif
625 /* The next two pages contain routines used to compute the length of an insn
626 and to shorten branches. */
628 /* Arrays for insn lengths, and addresses. The latter is referenced by
629 `insn_current_length'. */
631 static short *insn_lengths;
632 int *insn_addresses;
634 /* Address of insn being processed. Used by `insn_current_length'. */
635 int insn_current_address;
637 /* Address of insn being processed in previous iteration. */
638 int insn_last_address;
640 /* konwn invariant alignment of insn being processed. */
641 int insn_current_align;
643 /* After shorten_branches, for any insn, uid_align[INSN_UID (insn)]
644 gives the next following alignment insn that increases the known
645 alignment, or NULL_RTX if there is no such insn.
646 For any alignment obtained this way, we can again index uid_align with
647 its uid to obtain the next following align that in turn increases the
648 alignment, till we reach NULL_RTX; the sequence obtained this way
649 for each insn we'll call the alignment chain of this insn in the following
650 comments. */
652 struct label_alignment {
653 short alignment;
654 short max_skip;
657 static rtx *uid_align;
658 static int *uid_shuid;
659 static struct label_alignment *label_align;
661 /* Indicate that branch shortening hasn't yet been done. */
663 void
664 init_insn_lengths ()
666 if (label_align)
668 free (label_align);
669 label_align = 0;
671 if (uid_shuid)
673 free (uid_shuid);
674 uid_shuid = 0;
676 if (insn_lengths)
678 free (insn_lengths);
679 insn_lengths = 0;
681 if (insn_addresses)
683 free (insn_addresses);
684 insn_addresses = 0;
686 if (uid_align)
688 free (uid_align);
689 uid_align = 0;
693 /* Obtain the current length of an insn. If branch shortening has been done,
694 get its actual length. Otherwise, get its maximum length. */
697 get_attr_length (insn)
698 rtx insn;
700 #ifdef HAVE_ATTR_length
701 rtx body;
702 int i;
703 int length = 0;
705 if (insn_lengths)
706 return insn_lengths[INSN_UID (insn)];
707 else
708 switch (GET_CODE (insn))
710 case NOTE:
711 case BARRIER:
712 case CODE_LABEL:
713 return 0;
715 case CALL_INSN:
716 length = insn_default_length (insn);
717 break;
719 case JUMP_INSN:
720 body = PATTERN (insn);
721 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
723 /* Alignment is machine-dependent and should be handled by
724 ADDR_VEC_ALIGN. */
726 else
727 length = insn_default_length (insn);
728 break;
730 case INSN:
731 body = PATTERN (insn);
732 if (GET_CODE (body) == USE || GET_CODE (body) == CLOBBER)
733 return 0;
735 else if (GET_CODE (body) == ASM_INPUT || asm_noperands (body) >= 0)
736 length = asm_insn_count (body) * insn_default_length (insn);
737 else if (GET_CODE (body) == SEQUENCE)
738 for (i = 0; i < XVECLEN (body, 0); i++)
739 length += get_attr_length (XVECEXP (body, 0, i));
740 else
741 length = insn_default_length (insn);
742 break;
744 default:
745 break;
748 #ifdef ADJUST_INSN_LENGTH
749 ADJUST_INSN_LENGTH (insn, length);
750 #endif
751 return length;
752 #else /* not HAVE_ATTR_length */
753 return 0;
754 #endif /* not HAVE_ATTR_length */
757 /* Code to handle alignment inside shorten_branches. */
759 /* Here is an explanation how the algorithm in align_fuzz can give
760 proper results:
762 Call a sequence of instructions beginning with alignment point X
763 and continuing until the next alignment point `block X'. When `X'
764 is used in an expression, it means the alignment value of the
765 alignment point.
767 Call the distance between the start of the first insn of block X, and
768 the end of the last insn of block X `IX', for the `inner size of X'.
769 This is clearly the sum of the instruction lengths.
771 Likewise with the next alignment-delimited block following X, which we
772 shall call block Y.
774 Call the distance between the start of the first insn of block X, and
775 the start of the first insn of block Y `OX', for the `outer size of X'.
777 The estimated padding is then OX - IX.
779 OX can be safely estimated as
781 if (X >= Y)
782 OX = round_up(IX, Y)
783 else
784 OX = round_up(IX, X) + Y - X
786 Clearly est(IX) >= real(IX), because that only depends on the
787 instruction lengths, and those being overestimated is a given.
789 Clearly round_up(foo, Z) >= round_up(bar, Z) if foo >= bar, so
790 we needn't worry about that when thinking about OX.
792 When X >= Y, the alignment provided by Y adds no uncertainty factor
793 for branch ranges starting before X, so we can just round what we have.
794 But when X < Y, we don't know anything about the, so to speak,
795 `middle bits', so we have to assume the worst when aligning up from an
796 address mod X to one mod Y, which is Y - X. */
798 #ifndef LABEL_ALIGN
799 #define LABEL_ALIGN(LABEL) 0
800 #endif
802 #ifndef LABEL_ALIGN_MAX_SKIP
803 #define LABEL_ALIGN_MAX_SKIP 0
804 #endif
806 #ifndef LOOP_ALIGN
807 #define LOOP_ALIGN(LABEL) 0
808 #endif
810 #ifndef LOOP_ALIGN_MAX_SKIP
811 #define LOOP_ALIGN_MAX_SKIP 0
812 #endif
814 #ifndef LABEL_ALIGN_AFTER_BARRIER
815 #define LABEL_ALIGN_AFTER_BARRIER(LABEL) 0
816 #endif
818 #ifndef LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP
819 #define LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP 0
820 #endif
822 #ifndef ADDR_VEC_ALIGN
824 final_addr_vec_align (addr_vec)
825 rtx addr_vec;
827 int align = exact_log2 (GET_MODE_SIZE (GET_MODE (PATTERN (addr_vec))));
829 if (align > BIGGEST_ALIGNMENT / BITS_PER_UNIT)
830 align = BIGGEST_ALIGNMENT / BITS_PER_UNIT;
831 return align;
834 #define ADDR_VEC_ALIGN(ADDR_VEC) final_addr_vec_align (ADDR_VEC)
835 #endif
837 #ifndef INSN_LENGTH_ALIGNMENT
838 #define INSN_LENGTH_ALIGNMENT(INSN) length_unit_log
839 #endif
841 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
843 static int min_labelno, max_labelno;
845 #define LABEL_TO_ALIGNMENT(LABEL) \
846 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].alignment)
848 #define LABEL_TO_MAX_SKIP(LABEL) \
849 (label_align[CODE_LABEL_NUMBER (LABEL) - min_labelno].max_skip)
851 /* For the benefit of port specific code do this also as a function. */
853 label_to_alignment (label)
854 rtx label;
856 return LABEL_TO_ALIGNMENT (label);
859 #ifdef HAVE_ATTR_length
860 /* The differences in addresses
861 between a branch and its target might grow or shrink depending on
862 the alignment the start insn of the range (the branch for a forward
863 branch or the label for a backward branch) starts out on; if these
864 differences are used naively, they can even oscillate infinitely.
865 We therefore want to compute a 'worst case' address difference that
866 is independent of the alignment the start insn of the range end
867 up on, and that is at least as large as the actual difference.
868 The function align_fuzz calculates the amount we have to add to the
869 naively computed difference, by traversing the part of the alignment
870 chain of the start insn of the range that is in front of the end insn
871 of the range, and considering for each alignment the maximum amount
872 that it might contribute to a size increase.
874 For casesi tables, we also want to know worst case minimum amounts of
875 address difference, in case a machine description wants to introduce
876 some common offset that is added to all offsets in a table.
877 For this purpose, align_fuzz with a growth argument of 0 comuptes the
878 appropriate adjustment. */
881 /* Compute the maximum delta by which the difference of the addresses of
882 START and END might grow / shrink due to a different address for start
883 which changes the size of alignment insns between START and END.
884 KNOWN_ALIGN_LOG is the alignment known for START.
885 GROWTH should be ~0 if the objective is to compute potential code size
886 increase, and 0 if the objective is to compute potential shrink.
887 The return value is undefined for any other value of GROWTH. */
889 align_fuzz (start, end, known_align_log, growth)
890 rtx start, end;
891 int known_align_log;
892 unsigned growth;
894 int uid = INSN_UID (start);
895 rtx align_label;
896 int known_align = 1 << known_align_log;
897 int end_shuid = INSN_SHUID (end);
898 int fuzz = 0;
900 for (align_label = uid_align[uid]; align_label; align_label = uid_align[uid])
902 int align_addr, new_align;
904 uid = INSN_UID (align_label);
905 align_addr = insn_addresses[uid] - insn_lengths[uid];
906 if (uid_shuid[uid] > end_shuid)
907 break;
908 known_align_log = LABEL_TO_ALIGNMENT (align_label);
909 new_align = 1 << known_align_log;
910 if (new_align < known_align)
911 continue;
912 fuzz += (-align_addr ^ growth) & (new_align - known_align);
913 known_align = new_align;
915 return fuzz;
918 /* Compute a worst-case reference address of a branch so that it
919 can be safely used in the presence of aligned labels. Since the
920 size of the branch itself is unknown, the size of the branch is
921 not included in the range. I.e. for a forward branch, the reference
922 address is the end address of the branch as known from the previous
923 branch shortening pass, minus a value to account for possible size
924 increase due to alignment. For a backward branch, it is the start
925 address of the branch as known from the current pass, plus a value
926 to account for possible size increase due to alignment.
927 NB.: Therefore, the maximum offset allowed for backward branches needs
928 to exclude the branch size. */
930 insn_current_reference_address (branch)
931 rtx branch;
933 rtx dest;
934 rtx seq = NEXT_INSN (PREV_INSN (branch));
935 int seq_uid = INSN_UID (seq);
936 if (GET_CODE (branch) != JUMP_INSN)
937 /* This can happen for example on the PA; the objective is to know the
938 offset to address something in front of the start of the function.
939 Thus, we can treat it like a backward branch.
940 We assume here that FUNCTION_BOUNDARY / BITS_PER_UNIT is larger than
941 any alignment we'd encounter, so we skip the call to align_fuzz. */
942 return insn_current_address;
943 dest = JUMP_LABEL (branch);
944 /* BRANCH has no proper alignment chain set, so use SEQ. */
945 if (INSN_SHUID (branch) < INSN_SHUID (dest))
947 /* Forward branch. */
948 return (insn_last_address + insn_lengths[seq_uid]
949 - align_fuzz (seq, dest, length_unit_log, ~0));
951 else
953 /* Backward branch. */
954 return (insn_current_address
955 + align_fuzz (dest, seq, length_unit_log, ~0));
958 #endif /* HAVE_ATTR_length */
960 /* Make a pass over all insns and compute their actual lengths by shortening
961 any branches of variable length if possible. */
963 /* Give a default value for the lowest address in a function. */
965 #ifndef FIRST_INSN_ADDRESS
966 #define FIRST_INSN_ADDRESS 0
967 #endif
969 /* shorten_branches might be called multiple times: for example, the SH
970 port splits out-of-range conditional branches in MACHINE_DEPENDENT_REORG.
971 In order to do this, it needs proper length information, which it obtains
972 by calling shorten_branches. This cannot be collapsed with
973 shorten_branches itself into a single pass unless we also want to intergate
974 reorg.c, since the branch splitting exposes new instructions with delay
975 slots. */
977 void
978 shorten_branches (first)
979 rtx first;
981 rtx insn;
982 int max_uid;
983 int i;
984 int max_log;
985 int max_skip;
986 #ifdef HAVE_ATTR_length
987 #define MAX_CODE_ALIGN 16
988 rtx seq;
989 int something_changed = 1;
990 char *varying_length;
991 rtx body;
992 int uid;
993 rtx align_tab[MAX_CODE_ALIGN];
995 /* In order to make sure that all instructions have valid length info,
996 we must split them before we compute the address/length info. */
998 for (insn = NEXT_INSN (first); insn; insn = NEXT_INSN (insn))
999 if (GET_RTX_CLASS (GET_CODE (insn)) == 'i')
1001 rtx old = insn;
1002 insn = try_split (PATTERN (old), old, 1);
1003 /* When not optimizing, the old insn will be still left around
1004 with only the 'deleted' bit set. Transform it into a note
1005 to avoid confusion of subsequent processing. */
1006 if (INSN_DELETED_P (old))
1008 PUT_CODE (old , NOTE);
1009 NOTE_LINE_NUMBER (old) = NOTE_INSN_DELETED;
1010 NOTE_SOURCE_FILE (old) = 0;
1013 #endif
1015 /* We must do some computations even when not actually shortening, in
1016 order to get the alignment information for the labels. */
1018 init_insn_lengths ();
1020 /* Compute maximum UID and allocate label_align / uid_shuid. */
1021 max_uid = get_max_uid ();
1023 max_labelno = max_label_num ();
1024 min_labelno = get_first_label_num ();
1025 label_align = (struct label_alignment *) xmalloc (
1026 (max_labelno - min_labelno + 1) * sizeof (struct label_alignment));
1027 bzero ((char *) label_align,
1028 (max_labelno - min_labelno + 1) * sizeof (struct label_alignment));
1030 uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid);
1032 /* Initialize label_align and set up uid_shuid to be strictly
1033 monotonically rising with insn order. */
1034 /* We use max_log here to keep track of the maximum alignment we want to
1035 impose on the next CODE_LABEL (or the current one if we are processing
1036 the CODE_LABEL itself). */
1038 max_log = 0;
1039 max_skip = 0;
1041 for (insn = get_insns (), i = 1; insn; insn = NEXT_INSN (insn))
1043 int log;
1045 INSN_SHUID (insn) = i++;
1046 if (GET_RTX_CLASS (GET_CODE (insn)) == 'i')
1048 /* reorg might make the first insn of a loop being run once only,
1049 and delete the label in front of it. Then we want to apply
1050 the loop alignment to the new label created by reorg, which
1051 is separated by the former loop start insn from the
1052 NOTE_INSN_LOOP_BEG. */
1054 else if (GET_CODE (insn) == CODE_LABEL)
1056 rtx next;
1058 log = LABEL_ALIGN (insn);
1059 if (max_log < log)
1061 max_log = log;
1062 max_skip = LABEL_ALIGN_MAX_SKIP;
1064 next = NEXT_INSN (insn);
1065 /* ADDR_VECs only take room if read-only data goes into the text
1066 section. */
1067 if (JUMP_TABLES_IN_TEXT_SECTION
1068 #if !defined(READONLY_DATA_SECTION)
1069 || 1
1070 #endif
1072 if (next && GET_CODE (next) == JUMP_INSN)
1074 rtx nextbody = PATTERN (next);
1075 if (GET_CODE (nextbody) == ADDR_VEC
1076 || GET_CODE (nextbody) == ADDR_DIFF_VEC)
1078 log = ADDR_VEC_ALIGN (next);
1079 if (max_log < log)
1081 max_log = log;
1082 max_skip = LABEL_ALIGN_MAX_SKIP;
1086 LABEL_TO_ALIGNMENT (insn) = max_log;
1087 LABEL_TO_MAX_SKIP (insn) = max_skip;
1088 max_log = 0;
1089 max_skip = 0;
1091 else if (GET_CODE (insn) == BARRIER)
1093 rtx label;
1095 for (label = insn; label && GET_RTX_CLASS (GET_CODE (label)) != 'i';
1096 label = NEXT_INSN (label))
1097 if (GET_CODE (label) == CODE_LABEL)
1099 log = LABEL_ALIGN_AFTER_BARRIER (insn);
1100 if (max_log < log)
1102 max_log = log;
1103 max_skip = LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP;
1105 break;
1108 /* Again, we allow NOTE_INSN_LOOP_BEG - INSN - CODE_LABEL
1109 sequences in order to handle reorg output efficiently. */
1110 else if (GET_CODE (insn) == NOTE
1111 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_BEG)
1113 rtx label;
1115 for (label = insn; label; label = NEXT_INSN (label))
1116 if (GET_CODE (label) == CODE_LABEL)
1118 log = LOOP_ALIGN (insn);
1119 if (max_log < log)
1121 max_log = log;
1122 max_skip = LOOP_ALIGN_MAX_SKIP;
1124 break;
1127 else
1128 continue;
1130 #ifdef HAVE_ATTR_length
1132 /* Allocate the rest of the arrays. */
1133 insn_lengths = (short *) xmalloc (max_uid * sizeof (short));
1134 insn_addresses = (int *) xmalloc (max_uid * sizeof (int));
1135 /* Syntax errors can lead to labels being outside of the main insn stream.
1136 Initialize insn_addresses, so that we get reproducible results. */
1137 bzero ((char *)insn_addresses, max_uid * sizeof *insn_addresses);
1138 uid_align = (rtx *) xmalloc (max_uid * sizeof *uid_align);
1140 varying_length = (char *) xmalloc (max_uid * sizeof (char));
1142 bzero (varying_length, max_uid);
1144 /* Initialize uid_align. We scan instructions
1145 from end to start, and keep in align_tab[n] the last seen insn
1146 that does an alignment of at least n+1, i.e. the successor
1147 in the alignment chain for an insn that does / has a known
1148 alignment of n. */
1150 bzero ((char *) uid_align, max_uid * sizeof *uid_align);
1152 for (i = MAX_CODE_ALIGN; --i >= 0; )
1153 align_tab[i] = NULL_RTX;
1154 seq = get_last_insn ();
1155 for (; seq; seq = PREV_INSN (seq))
1157 int uid = INSN_UID (seq);
1158 int log;
1159 log = (GET_CODE (seq) == CODE_LABEL ? LABEL_TO_ALIGNMENT (seq) : 0);
1160 uid_align[uid] = align_tab[0];
1161 if (log)
1163 /* Found an alignment label. */
1164 uid_align[uid] = align_tab[log];
1165 for (i = log - 1; i >= 0; i--)
1166 align_tab[i] = seq;
1169 #ifdef CASE_VECTOR_SHORTEN_MODE
1170 if (optimize)
1172 /* Look for ADDR_DIFF_VECs, and initialize their minimum and maximum
1173 label fields. */
1175 int min_shuid = INSN_SHUID (get_insns ()) - 1;
1176 int max_shuid = INSN_SHUID (get_last_insn ()) + 1;
1177 int rel;
1179 for (insn = first; insn != 0; insn = NEXT_INSN (insn))
1181 rtx min_lab = NULL_RTX, max_lab = NULL_RTX, pat;
1182 int len, i, min, max, insn_shuid;
1183 int min_align;
1184 addr_diff_vec_flags flags;
1186 if (GET_CODE (insn) != JUMP_INSN
1187 || GET_CODE (PATTERN (insn)) != ADDR_DIFF_VEC)
1188 continue;
1189 pat = PATTERN (insn);
1190 len = XVECLEN (pat, 1);
1191 if (len <= 0)
1192 abort ();
1193 min_align = MAX_CODE_ALIGN;
1194 for (min = max_shuid, max = min_shuid, i = len - 1; i >= 0; i--)
1196 rtx lab = XEXP (XVECEXP (pat, 1, i), 0);
1197 int shuid = INSN_SHUID (lab);
1198 if (shuid < min)
1200 min = shuid;
1201 min_lab = lab;
1203 if (shuid > max)
1205 max = shuid;
1206 max_lab = lab;
1208 if (min_align > LABEL_TO_ALIGNMENT (lab))
1209 min_align = LABEL_TO_ALIGNMENT (lab);
1211 XEXP (pat, 2) = gen_rtx_LABEL_REF (VOIDmode, min_lab);
1212 XEXP (pat, 3) = gen_rtx_LABEL_REF (VOIDmode, max_lab);
1213 insn_shuid = INSN_SHUID (insn);
1214 rel = INSN_SHUID (XEXP (XEXP (pat, 0), 0));
1215 flags.min_align = min_align;
1216 flags.base_after_vec = rel > insn_shuid;
1217 flags.min_after_vec = min > insn_shuid;
1218 flags.max_after_vec = max > insn_shuid;
1219 flags.min_after_base = min > rel;
1220 flags.max_after_base = max > rel;
1221 ADDR_DIFF_VEC_FLAGS (pat) = flags;
1224 #endif /* CASE_VECTOR_SHORTEN_MODE */
1227 /* Compute initial lengths, addresses, and varying flags for each insn. */
1228 for (insn_current_address = FIRST_INSN_ADDRESS, insn = first;
1229 insn != 0;
1230 insn_current_address += insn_lengths[uid], insn = NEXT_INSN (insn))
1232 uid = INSN_UID (insn);
1234 insn_lengths[uid] = 0;
1236 if (GET_CODE (insn) == CODE_LABEL)
1238 int log = LABEL_TO_ALIGNMENT (insn);
1239 if (log)
1241 int align = 1 << log;
1242 int new_address = (insn_current_address + align - 1) & -align;
1243 insn_lengths[uid] = new_address - insn_current_address;
1244 insn_current_address = new_address;
1248 insn_addresses[uid] = insn_current_address;
1250 if (GET_CODE (insn) == NOTE || GET_CODE (insn) == BARRIER
1251 || GET_CODE (insn) == CODE_LABEL)
1252 continue;
1253 if (INSN_DELETED_P (insn))
1254 continue;
1256 body = PATTERN (insn);
1257 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
1259 /* This only takes room if read-only data goes into the text
1260 section. */
1261 if (JUMP_TABLES_IN_TEXT_SECTION
1262 #if !defined(READONLY_DATA_SECTION)
1263 || 1
1264 #endif
1266 insn_lengths[uid] = (XVECLEN (body,
1267 GET_CODE (body) == ADDR_DIFF_VEC)
1268 * GET_MODE_SIZE (GET_MODE (body)));
1269 /* Alignment is handled by ADDR_VEC_ALIGN. */
1271 else if (asm_noperands (body) >= 0)
1272 insn_lengths[uid] = asm_insn_count (body) * insn_default_length (insn);
1273 else if (GET_CODE (body) == SEQUENCE)
1275 int i;
1276 int const_delay_slots;
1277 #ifdef DELAY_SLOTS
1278 const_delay_slots = const_num_delay_slots (XVECEXP (body, 0, 0));
1279 #else
1280 const_delay_slots = 0;
1281 #endif
1282 /* Inside a delay slot sequence, we do not do any branch shortening
1283 if the shortening could change the number of delay slots
1284 of the branch. */
1285 for (i = 0; i < XVECLEN (body, 0); i++)
1287 rtx inner_insn = XVECEXP (body, 0, i);
1288 int inner_uid = INSN_UID (inner_insn);
1289 int inner_length;
1291 if (asm_noperands (PATTERN (XVECEXP (body, 0, i))) >= 0)
1292 inner_length = (asm_insn_count (PATTERN (inner_insn))
1293 * insn_default_length (inner_insn));
1294 else
1295 inner_length = insn_default_length (inner_insn);
1297 insn_lengths[inner_uid] = inner_length;
1298 if (const_delay_slots)
1300 if ((varying_length[inner_uid]
1301 = insn_variable_length_p (inner_insn)) != 0)
1302 varying_length[uid] = 1;
1303 insn_addresses[inner_uid] = (insn_current_address +
1304 insn_lengths[uid]);
1306 else
1307 varying_length[inner_uid] = 0;
1308 insn_lengths[uid] += inner_length;
1311 else if (GET_CODE (body) != USE && GET_CODE (body) != CLOBBER)
1313 insn_lengths[uid] = insn_default_length (insn);
1314 varying_length[uid] = insn_variable_length_p (insn);
1317 /* If needed, do any adjustment. */
1318 #ifdef ADJUST_INSN_LENGTH
1319 ADJUST_INSN_LENGTH (insn, insn_lengths[uid]);
1320 #endif
1323 /* Now loop over all the insns finding varying length insns. For each,
1324 get the current insn length. If it has changed, reflect the change.
1325 When nothing changes for a full pass, we are done. */
1327 while (something_changed)
1329 something_changed = 0;
1330 insn_current_align = MAX_CODE_ALIGN - 1;
1331 for (insn_current_address = FIRST_INSN_ADDRESS, insn = first;
1332 insn != 0;
1333 insn = NEXT_INSN (insn))
1335 int new_length;
1336 #ifdef ADJUST_INSN_LENGTH
1337 int tmp_length;
1338 #endif
1339 int length_align;
1341 uid = INSN_UID (insn);
1343 if (GET_CODE (insn) == CODE_LABEL)
1345 int log = LABEL_TO_ALIGNMENT (insn);
1346 if (log > insn_current_align)
1348 int align = 1 << log;
1349 int new_address= (insn_current_address + align - 1) & -align;
1350 insn_lengths[uid] = new_address - insn_current_address;
1351 insn_current_align = log;
1352 insn_current_address = new_address;
1354 else
1355 insn_lengths[uid] = 0;
1356 insn_addresses[uid] = insn_current_address;
1357 continue;
1360 length_align = INSN_LENGTH_ALIGNMENT (insn);
1361 if (length_align < insn_current_align)
1362 insn_current_align = length_align;
1364 insn_last_address = insn_addresses[uid];
1365 insn_addresses[uid] = insn_current_address;
1367 #ifdef CASE_VECTOR_SHORTEN_MODE
1368 if (optimize && GET_CODE (insn) == JUMP_INSN
1369 && GET_CODE (PATTERN (insn)) == ADDR_DIFF_VEC)
1371 rtx body = PATTERN (insn);
1372 int old_length = insn_lengths[uid];
1373 rtx rel_lab = XEXP (XEXP (body, 0), 0);
1374 rtx min_lab = XEXP (XEXP (body, 2), 0);
1375 rtx max_lab = XEXP (XEXP (body, 3), 0);
1376 addr_diff_vec_flags flags = ADDR_DIFF_VEC_FLAGS (body);
1377 int rel_addr = insn_addresses[INSN_UID (rel_lab)];
1378 int min_addr = insn_addresses[INSN_UID (min_lab)];
1379 int max_addr = insn_addresses[INSN_UID (max_lab)];
1380 rtx prev;
1381 int rel_align = 0;
1383 /* Try to find a known alignment for rel_lab. */
1384 for (prev = rel_lab;
1385 prev
1386 && ! insn_lengths[INSN_UID (prev)]
1387 && ! (varying_length[INSN_UID (prev)] & 1);
1388 prev = PREV_INSN (prev))
1389 if (varying_length[INSN_UID (prev)] & 2)
1391 rel_align = LABEL_TO_ALIGNMENT (prev);
1392 break;
1395 /* See the comment on addr_diff_vec_flags in rtl.h for the
1396 meaning of the flags values. base: REL_LAB vec: INSN */
1397 /* Anything after INSN has still addresses from the last
1398 pass; adjust these so that they reflect our current
1399 estimate for this pass. */
1400 if (flags.base_after_vec)
1401 rel_addr += insn_current_address - insn_last_address;
1402 if (flags.min_after_vec)
1403 min_addr += insn_current_address - insn_last_address;
1404 if (flags.max_after_vec)
1405 max_addr += insn_current_address - insn_last_address;
1406 /* We want to know the worst case, i.e. lowest possible value
1407 for the offset of MIN_LAB. If MIN_LAB is after REL_LAB,
1408 its offset is positive, and we have to be wary of code shrink;
1409 otherwise, it is negative, and we have to be vary of code
1410 size increase. */
1411 if (flags.min_after_base)
1413 /* If INSN is between REL_LAB and MIN_LAB, the size
1414 changes we are about to make can change the alignment
1415 within the observed offset, therefore we have to break
1416 it up into two parts that are independent. */
1417 if (! flags.base_after_vec && flags.min_after_vec)
1419 min_addr -= align_fuzz (rel_lab, insn, rel_align, 0);
1420 min_addr -= align_fuzz (insn, min_lab, 0, 0);
1422 else
1423 min_addr -= align_fuzz (rel_lab, min_lab, rel_align, 0);
1425 else
1427 if (flags.base_after_vec && ! flags.min_after_vec)
1429 min_addr -= align_fuzz (min_lab, insn, 0, ~0);
1430 min_addr -= align_fuzz (insn, rel_lab, 0, ~0);
1432 else
1433 min_addr -= align_fuzz (min_lab, rel_lab, 0, ~0);
1435 /* Likewise, determine the highest lowest possible value
1436 for the offset of MAX_LAB. */
1437 if (flags.max_after_base)
1439 if (! flags.base_after_vec && flags.max_after_vec)
1441 max_addr += align_fuzz (rel_lab, insn, rel_align, ~0);
1442 max_addr += align_fuzz (insn, max_lab, 0, ~0);
1444 else
1445 max_addr += align_fuzz (rel_lab, max_lab, rel_align, ~0);
1447 else
1449 if (flags.base_after_vec && ! flags.max_after_vec)
1451 max_addr += align_fuzz (max_lab, insn, 0, 0);
1452 max_addr += align_fuzz (insn, rel_lab, 0, 0);
1454 else
1455 max_addr += align_fuzz (max_lab, rel_lab, 0, 0);
1457 PUT_MODE (body, CASE_VECTOR_SHORTEN_MODE (min_addr - rel_addr,
1458 max_addr - rel_addr,
1459 body));
1460 if (JUMP_TABLES_IN_TEXT_SECTION
1461 #if !defined(READONLY_DATA_SECTION)
1462 || 1
1463 #endif
1466 insn_lengths[uid]
1467 = (XVECLEN (body, 1) * GET_MODE_SIZE (GET_MODE (body)));
1468 insn_current_address += insn_lengths[uid];
1469 if (insn_lengths[uid] != old_length)
1470 something_changed = 1;
1473 continue;
1475 #endif /* CASE_VECTOR_SHORTEN_MODE */
1477 if (! (varying_length[uid]))
1479 insn_current_address += insn_lengths[uid];
1480 continue;
1482 if (GET_CODE (insn) == INSN && GET_CODE (PATTERN (insn)) == SEQUENCE)
1484 int i;
1486 body = PATTERN (insn);
1487 new_length = 0;
1488 for (i = 0; i < XVECLEN (body, 0); i++)
1490 rtx inner_insn = XVECEXP (body, 0, i);
1491 int inner_uid = INSN_UID (inner_insn);
1492 int inner_length;
1494 insn_addresses[inner_uid] = insn_current_address;
1496 /* insn_current_length returns 0 for insns with a
1497 non-varying length. */
1498 if (! varying_length[inner_uid])
1499 inner_length = insn_lengths[inner_uid];
1500 else
1501 inner_length = insn_current_length (inner_insn);
1503 if (inner_length != insn_lengths[inner_uid])
1505 insn_lengths[inner_uid] = inner_length;
1506 something_changed = 1;
1508 insn_current_address += insn_lengths[inner_uid];
1509 new_length += inner_length;
1512 else
1514 new_length = insn_current_length (insn);
1515 insn_current_address += new_length;
1518 #ifdef ADJUST_INSN_LENGTH
1519 /* If needed, do any adjustment. */
1520 tmp_length = new_length;
1521 ADJUST_INSN_LENGTH (insn, new_length);
1522 insn_current_address += (new_length - tmp_length);
1523 #endif
1525 if (new_length != insn_lengths[uid])
1527 insn_lengths[uid] = new_length;
1528 something_changed = 1;
1531 /* For a non-optimizing compile, do only a single pass. */
1532 if (!optimize)
1533 break;
1536 free (varying_length);
1538 #endif /* HAVE_ATTR_length */
1541 #ifdef HAVE_ATTR_length
1542 /* Given the body of an INSN known to be generated by an ASM statement, return
1543 the number of machine instructions likely to be generated for this insn.
1544 This is used to compute its length. */
1546 static int
1547 asm_insn_count (body)
1548 rtx body;
1550 char *template;
1551 int count = 1;
1553 if (GET_CODE (body) == ASM_INPUT)
1554 template = XSTR (body, 0);
1555 else
1556 template = decode_asm_operands (body, NULL_PTR, NULL_PTR,
1557 NULL_PTR, NULL_PTR);
1559 for ( ; *template; template++)
1560 if (IS_ASM_LOGICAL_LINE_SEPARATOR(*template) || *template == '\n')
1561 count++;
1563 return count;
1565 #endif
1567 /* Output assembler code for the start of a function,
1568 and initialize some of the variables in this file
1569 for the new function. The label for the function and associated
1570 assembler pseudo-ops have already been output in `assemble_start_function'.
1572 FIRST is the first insn of the rtl for the function being compiled.
1573 FILE is the file to write assembler code to.
1574 OPTIMIZE is nonzero if we should eliminate redundant
1575 test and compare insns. */
1577 void
1578 final_start_function (first, file, optimize)
1579 rtx first;
1580 FILE *file;
1581 int optimize;
1583 block_depth = 0;
1585 this_is_asm_operands = 0;
1587 #ifdef NON_SAVING_SETJMP
1588 /* A function that calls setjmp should save and restore all the
1589 call-saved registers on a system where longjmp clobbers them. */
1590 if (NON_SAVING_SETJMP && current_function_calls_setjmp)
1592 int i;
1594 for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
1595 if (!call_used_regs[i])
1596 regs_ever_live[i] = 1;
1598 #endif
1600 /* Initial line number is supposed to be output
1601 before the function's prologue and label
1602 so that the function's address will not appear to be
1603 in the last statement of the preceding function. */
1604 if (NOTE_LINE_NUMBER (first) != NOTE_INSN_DELETED)
1605 last_linenum = high_block_linenum = high_function_linenum
1606 = NOTE_LINE_NUMBER (first);
1608 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
1609 /* Output DWARF definition of the function. */
1610 if (dwarf2out_do_frame ())
1611 dwarf2out_begin_prologue ();
1612 #endif
1614 /* For SDB and XCOFF, the function beginning must be marked between
1615 the function label and the prologue. We always need this, even when
1616 -g1 was used. Defer on MIPS systems so that parameter descriptions
1617 follow function entry. */
1618 #if defined(SDB_DEBUGGING_INFO) && !defined(MIPS_DEBUGGING_INFO)
1619 if (write_symbols == SDB_DEBUG)
1620 sdbout_begin_function (last_linenum);
1621 else
1622 #endif
1623 #ifdef XCOFF_DEBUGGING_INFO
1624 if (write_symbols == XCOFF_DEBUG)
1625 xcoffout_begin_function (file, last_linenum);
1626 else
1627 #endif
1628 /* But only output line number for other debug info types if -g2
1629 or better. */
1630 if (NOTE_LINE_NUMBER (first) != NOTE_INSN_DELETED)
1631 output_source_line (file, first);
1633 #ifdef LEAF_REG_REMAP
1634 if (leaf_function)
1635 leaf_renumber_regs (first);
1636 #endif
1638 /* The Sun386i and perhaps other machines don't work right
1639 if the profiling code comes after the prologue. */
1640 #ifdef PROFILE_BEFORE_PROLOGUE
1641 if (profile_flag)
1642 profile_function (file);
1643 #endif /* PROFILE_BEFORE_PROLOGUE */
1645 #if defined (DWARF2_UNWIND_INFO) && defined (HAVE_prologue)
1646 if (dwarf2out_do_frame ())
1647 dwarf2out_frame_debug (NULL_RTX);
1648 #endif
1650 #ifdef FUNCTION_PROLOGUE
1651 /* First output the function prologue: code to set up the stack frame. */
1652 FUNCTION_PROLOGUE (file, get_frame_size ());
1653 #endif
1655 #if defined (SDB_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
1656 if (write_symbols == SDB_DEBUG || write_symbols == XCOFF_DEBUG)
1657 next_block_index = 1;
1658 #endif
1660 /* If the machine represents the prologue as RTL, the profiling code must
1661 be emitted when NOTE_INSN_PROLOGUE_END is scanned. */
1662 #ifdef HAVE_prologue
1663 if (! HAVE_prologue)
1664 #endif
1665 profile_after_prologue (file);
1667 profile_label_no++;
1669 /* If we are doing basic block profiling, remember a printable version
1670 of the function name. */
1671 if (profile_block_flag)
1673 bb_func_label_num
1674 = add_bb_string ((*decl_printable_name) (current_function_decl, 2), FALSE);
1678 static void
1679 profile_after_prologue (file)
1680 FILE *file;
1682 #ifdef FUNCTION_BLOCK_PROFILER
1683 if (profile_block_flag)
1685 FUNCTION_BLOCK_PROFILER (file, count_basic_blocks);
1687 #endif /* FUNCTION_BLOCK_PROFILER */
1689 #ifndef PROFILE_BEFORE_PROLOGUE
1690 if (profile_flag)
1691 profile_function (file);
1692 #endif /* not PROFILE_BEFORE_PROLOGUE */
1695 static void
1696 profile_function (file)
1697 FILE *file;
1699 int align = MIN (BIGGEST_ALIGNMENT, LONG_TYPE_SIZE);
1700 #if defined(ASM_OUTPUT_REG_PUSH)
1701 #if defined(STRUCT_VALUE_INCOMING_REGNUM) || defined(STRUCT_VALUE_REGNUM)
1702 int sval = current_function_returns_struct;
1703 #endif
1704 #if defined(STATIC_CHAIN_INCOMING_REGNUM) || defined(STATIC_CHAIN_REGNUM)
1705 int cxt = current_function_needs_context;
1706 #endif
1707 #endif /* ASM_OUTPUT_REG_PUSH */
1709 data_section ();
1710 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
1711 ASM_OUTPUT_INTERNAL_LABEL (file, "LP", profile_label_no);
1712 assemble_integer (const0_rtx, LONG_TYPE_SIZE / BITS_PER_UNIT, 1);
1714 function_section (current_function_decl);
1716 #if defined(STRUCT_VALUE_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1717 if (sval)
1718 ASM_OUTPUT_REG_PUSH (file, STRUCT_VALUE_INCOMING_REGNUM);
1719 #else
1720 #if defined(STRUCT_VALUE_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1721 if (sval)
1723 ASM_OUTPUT_REG_PUSH (file, STRUCT_VALUE_REGNUM);
1725 #endif
1726 #endif
1728 #if defined(STATIC_CHAIN_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1729 if (cxt)
1730 ASM_OUTPUT_REG_PUSH (file, STATIC_CHAIN_INCOMING_REGNUM);
1731 #else
1732 #if defined(STATIC_CHAIN_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1733 if (cxt)
1735 ASM_OUTPUT_REG_PUSH (file, STATIC_CHAIN_REGNUM);
1737 #endif
1738 #endif
1740 FUNCTION_PROFILER (file, profile_label_no);
1742 #if defined(STATIC_CHAIN_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1743 if (cxt)
1744 ASM_OUTPUT_REG_POP (file, STATIC_CHAIN_INCOMING_REGNUM);
1745 #else
1746 #if defined(STATIC_CHAIN_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1747 if (cxt)
1749 ASM_OUTPUT_REG_POP (file, STATIC_CHAIN_REGNUM);
1751 #endif
1752 #endif
1754 #if defined(STRUCT_VALUE_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1755 if (sval)
1756 ASM_OUTPUT_REG_POP (file, STRUCT_VALUE_INCOMING_REGNUM);
1757 #else
1758 #if defined(STRUCT_VALUE_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
1759 if (sval)
1761 ASM_OUTPUT_REG_POP (file, STRUCT_VALUE_REGNUM);
1763 #endif
1764 #endif
1767 /* Output assembler code for the end of a function.
1768 For clarity, args are same as those of `final_start_function'
1769 even though not all of them are needed. */
1771 void
1772 final_end_function (first, file, optimize)
1773 rtx first;
1774 FILE *file;
1775 int optimize;
1777 if (app_on)
1779 fputs (ASM_APP_OFF, file);
1780 app_on = 0;
1783 #ifdef SDB_DEBUGGING_INFO
1784 if (write_symbols == SDB_DEBUG)
1785 sdbout_end_function (high_function_linenum);
1786 #endif
1788 #ifdef DWARF_DEBUGGING_INFO
1789 if (write_symbols == DWARF_DEBUG)
1790 dwarfout_end_function ();
1791 #endif
1793 #ifdef XCOFF_DEBUGGING_INFO
1794 if (write_symbols == XCOFF_DEBUG)
1795 xcoffout_end_function (file, high_function_linenum);
1796 #endif
1798 #ifdef FUNCTION_EPILOGUE
1799 /* Finally, output the function epilogue:
1800 code to restore the stack frame and return to the caller. */
1801 FUNCTION_EPILOGUE (file, get_frame_size ());
1802 #endif
1804 #ifdef SDB_DEBUGGING_INFO
1805 if (write_symbols == SDB_DEBUG)
1806 sdbout_end_epilogue ();
1807 #endif
1809 #ifdef DWARF_DEBUGGING_INFO
1810 if (write_symbols == DWARF_DEBUG)
1811 dwarfout_end_epilogue ();
1812 #endif
1814 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
1815 if (dwarf2out_do_frame ())
1816 dwarf2out_end_epilogue ();
1817 #endif
1819 #ifdef XCOFF_DEBUGGING_INFO
1820 if (write_symbols == XCOFF_DEBUG)
1821 xcoffout_end_epilogue (file);
1822 #endif
1824 bb_func_label_num = -1; /* not in function, nuke label # */
1826 /* If FUNCTION_EPILOGUE is not defined, then the function body
1827 itself contains return instructions wherever needed. */
1830 /* Add a block to the linked list that remembers the current line/file/function
1831 for basic block profiling. Emit the label in front of the basic block and
1832 the instructions that increment the count field. */
1834 static void
1835 add_bb (file)
1836 FILE *file;
1838 struct bb_list *ptr = (struct bb_list *) permalloc (sizeof (struct bb_list));
1840 /* Add basic block to linked list. */
1841 ptr->next = 0;
1842 ptr->line_num = last_linenum;
1843 ptr->file_label_num = bb_file_label_num;
1844 ptr->func_label_num = bb_func_label_num;
1845 *bb_tail = ptr;
1846 bb_tail = &ptr->next;
1848 /* Enable the table of basic-block use counts
1849 to point at the code it applies to. */
1850 ASM_OUTPUT_INTERNAL_LABEL (file, "LPB", count_basic_blocks);
1852 /* Before first insn of this basic block, increment the
1853 count of times it was entered. */
1854 #ifdef BLOCK_PROFILER
1855 BLOCK_PROFILER (file, count_basic_blocks);
1856 #endif
1857 #ifdef HAVE_cc0
1858 CC_STATUS_INIT;
1859 #endif
1861 new_block = 0;
1862 count_basic_blocks++;
1865 /* Add a string to be used for basic block profiling. */
1867 static int
1868 add_bb_string (string, perm_p)
1869 char *string;
1870 int perm_p;
1872 int len;
1873 struct bb_str *ptr = 0;
1875 if (!string)
1877 string = "<unknown>";
1878 perm_p = TRUE;
1881 /* Allocate a new string if the current string isn't permanent. If
1882 the string is permanent search for the same string in other
1883 allocations. */
1885 len = strlen (string) + 1;
1886 if (!perm_p)
1888 char *p = (char *) permalloc (len);
1889 bcopy (string, p, len);
1890 string = p;
1892 else
1893 for (ptr = sbb_head; ptr != (struct bb_str *) 0; ptr = ptr->next)
1894 if (ptr->string == string)
1895 break;
1897 /* Allocate a new string block if we need to. */
1898 if (!ptr)
1900 ptr = (struct bb_str *) permalloc (sizeof (*ptr));
1901 ptr->next = 0;
1902 ptr->length = len;
1903 ptr->label_num = sbb_label_num++;
1904 ptr->string = string;
1905 *sbb_tail = ptr;
1906 sbb_tail = &ptr->next;
1909 return ptr->label_num;
1913 /* Output assembler code for some insns: all or part of a function.
1914 For description of args, see `final_start_function', above.
1916 PRESCAN is 1 if we are not really outputting,
1917 just scanning as if we were outputting.
1918 Prescanning deletes and rearranges insns just like ordinary output.
1919 PRESCAN is -2 if we are outputting after having prescanned.
1920 In this case, don't try to delete or rearrange insns
1921 because that has already been done.
1922 Prescanning is done only on certain machines. */
1924 void
1925 final (first, file, optimize, prescan)
1926 rtx first;
1927 FILE *file;
1928 int optimize;
1929 int prescan;
1931 register rtx insn;
1932 int max_line = 0;
1933 int max_uid = 0;
1935 last_ignored_compare = 0;
1936 new_block = 1;
1938 check_exception_handler_labels ();
1940 /* Make a map indicating which line numbers appear in this function.
1941 When producing SDB debugging info, delete troublesome line number
1942 notes from inlined functions in other files as well as duplicate
1943 line number notes. */
1944 #ifdef SDB_DEBUGGING_INFO
1945 if (write_symbols == SDB_DEBUG)
1947 rtx last = 0;
1948 for (insn = first; insn; insn = NEXT_INSN (insn))
1949 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1951 if ((RTX_INTEGRATED_P (insn)
1952 && strcmp (NOTE_SOURCE_FILE (insn), main_input_filename) != 0)
1953 || (last != 0
1954 && NOTE_LINE_NUMBER (insn) == NOTE_LINE_NUMBER (last)
1955 && NOTE_SOURCE_FILE (insn) == NOTE_SOURCE_FILE (last)))
1957 NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED;
1958 NOTE_SOURCE_FILE (insn) = 0;
1959 continue;
1961 last = insn;
1962 if (NOTE_LINE_NUMBER (insn) > max_line)
1963 max_line = NOTE_LINE_NUMBER (insn);
1966 else
1967 #endif
1969 for (insn = first; insn; insn = NEXT_INSN (insn))
1970 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > max_line)
1971 max_line = NOTE_LINE_NUMBER (insn);
1974 line_note_exists = (char *) oballoc (max_line + 1);
1975 bzero (line_note_exists, max_line + 1);
1977 for (insn = first; insn; insn = NEXT_INSN (insn))
1979 if (INSN_UID (insn) > max_uid) /* find largest UID */
1980 max_uid = INSN_UID (insn);
1981 if (GET_CODE (insn) == NOTE && NOTE_LINE_NUMBER (insn) > 0)
1982 line_note_exists[NOTE_LINE_NUMBER (insn)] = 1;
1983 #ifdef HAVE_cc0
1984 /* If CC tracking across branches is enabled, record the insn which
1985 jumps to each branch only reached from one place. */
1986 if (GET_CODE (insn) == JUMP_INSN)
1988 rtx lab = JUMP_LABEL (insn);
1989 if (lab && LABEL_NUSES (lab) == 1)
1991 LABEL_REFS (lab) = insn;
1994 #endif
1997 /* Initialize insn_eh_region table if eh is being used. */
1999 init_insn_eh_region (first, max_uid);
2001 init_recog ();
2003 CC_STATUS_INIT;
2005 /* Output the insns. */
2006 for (insn = NEXT_INSN (first); insn;)
2008 #ifdef HAVE_ATTR_length
2009 insn_current_address = insn_addresses[INSN_UID (insn)];
2010 #endif
2011 insn = final_scan_insn (insn, file, optimize, prescan, 0);
2014 /* Do basic-block profiling here
2015 if the last insn was a conditional branch. */
2016 if (profile_block_flag && new_block)
2017 add_bb (file);
2019 free_insn_eh_region ();
2022 /* The final scan for one insn, INSN.
2023 Args are same as in `final', except that INSN
2024 is the insn being scanned.
2025 Value returned is the next insn to be scanned.
2027 NOPEEPHOLES is the flag to disallow peephole processing (currently
2028 used for within delayed branch sequence output). */
2031 final_scan_insn (insn, file, optimize, prescan, nopeepholes)
2032 rtx insn;
2033 FILE *file;
2034 int optimize;
2035 int prescan;
2036 int nopeepholes;
2038 register int i;
2039 #ifdef HAVE_cc0
2040 rtx set;
2041 #endif
2043 insn_counter++;
2045 /* Ignore deleted insns. These can occur when we split insns (due to a
2046 template of "#") while not optimizing. */
2047 if (INSN_DELETED_P (insn))
2048 return NEXT_INSN (insn);
2050 switch (GET_CODE (insn))
2052 case NOTE:
2053 if (prescan > 0)
2054 break;
2056 /* Align the beginning of a loop, for higher speed
2057 on certain machines. */
2059 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_BEG)
2060 break; /* This used to depend on optimize, but that was bogus. */
2061 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_LOOP_END)
2062 break;
2064 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_EH_REGION_BEG
2065 && ! exceptions_via_longjmp)
2067 ASM_OUTPUT_INTERNAL_LABEL (file, "LEHB", NOTE_BLOCK_NUMBER (insn));
2068 if (! flag_new_exceptions)
2069 add_eh_table_entry (NOTE_BLOCK_NUMBER (insn));
2070 #ifdef ASM_OUTPUT_EH_REGION_BEG
2071 ASM_OUTPUT_EH_REGION_BEG (file, NOTE_BLOCK_NUMBER (insn));
2072 #endif
2073 break;
2076 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_EH_REGION_END
2077 && ! exceptions_via_longjmp)
2079 ASM_OUTPUT_INTERNAL_LABEL (file, "LEHE", NOTE_BLOCK_NUMBER (insn));
2080 if (flag_new_exceptions)
2081 add_eh_table_entry (NOTE_BLOCK_NUMBER (insn));
2082 #ifdef ASM_OUTPUT_EH_REGION_END
2083 ASM_OUTPUT_EH_REGION_END (file, NOTE_BLOCK_NUMBER (insn));
2084 #endif
2085 break;
2088 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_PROLOGUE_END)
2090 #ifdef FUNCTION_END_PROLOGUE
2091 FUNCTION_END_PROLOGUE (file);
2092 #endif
2093 profile_after_prologue (file);
2094 break;
2097 #ifdef FUNCTION_BEGIN_EPILOGUE
2098 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_EPILOGUE_BEG)
2100 FUNCTION_BEGIN_EPILOGUE (file);
2101 break;
2103 #endif
2105 if (write_symbols == NO_DEBUG)
2106 break;
2107 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_FUNCTION_BEG)
2109 #if defined(SDB_DEBUGGING_INFO) && defined(MIPS_DEBUGGING_INFO)
2110 /* MIPS stabs require the parameter descriptions to be after the
2111 function entry point rather than before. */
2112 if (write_symbols == SDB_DEBUG)
2113 sdbout_begin_function (last_linenum);
2114 else
2115 #endif
2116 #ifdef DWARF_DEBUGGING_INFO
2117 /* This outputs a marker where the function body starts, so it
2118 must be after the prologue. */
2119 if (write_symbols == DWARF_DEBUG)
2120 dwarfout_begin_function ();
2121 #endif
2122 break;
2124 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_DELETED)
2125 break; /* An insn that was "deleted" */
2126 if (app_on)
2128 fputs (ASM_APP_OFF, file);
2129 app_on = 0;
2131 if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_BEG
2132 && (debug_info_level == DINFO_LEVEL_NORMAL
2133 || debug_info_level == DINFO_LEVEL_VERBOSE
2134 || write_symbols == DWARF_DEBUG
2135 || write_symbols == DWARF2_DEBUG))
2137 /* Beginning of a symbol-block. Assign it a sequence number
2138 and push the number onto the stack PENDING_BLOCKS. */
2140 if (block_depth == max_block_depth)
2142 /* PENDING_BLOCKS is full; make it longer. */
2143 max_block_depth *= 2;
2144 pending_blocks
2145 = (int *) xrealloc (pending_blocks,
2146 max_block_depth * sizeof (int));
2148 pending_blocks[block_depth++] = next_block_index;
2150 high_block_linenum = last_linenum;
2152 /* Output debugging info about the symbol-block beginning. */
2154 #ifdef SDB_DEBUGGING_INFO
2155 if (write_symbols == SDB_DEBUG)
2156 sdbout_begin_block (file, last_linenum, next_block_index);
2157 #endif
2158 #ifdef XCOFF_DEBUGGING_INFO
2159 if (write_symbols == XCOFF_DEBUG)
2160 xcoffout_begin_block (file, last_linenum, next_block_index);
2161 #endif
2162 #ifdef DBX_DEBUGGING_INFO
2163 if (write_symbols == DBX_DEBUG)
2164 ASM_OUTPUT_INTERNAL_LABEL (file, "LBB", next_block_index);
2165 #endif
2166 #ifdef DWARF_DEBUGGING_INFO
2167 if (write_symbols == DWARF_DEBUG)
2168 dwarfout_begin_block (next_block_index);
2169 #endif
2170 #ifdef DWARF2_DEBUGGING_INFO
2171 if (write_symbols == DWARF2_DEBUG)
2172 dwarf2out_begin_block (next_block_index);
2173 #endif
2175 next_block_index++;
2177 else if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_BLOCK_END
2178 && (debug_info_level == DINFO_LEVEL_NORMAL
2179 || debug_info_level == DINFO_LEVEL_VERBOSE
2180 || write_symbols == DWARF_DEBUG
2181 || write_symbols == DWARF2_DEBUG))
2183 /* End of a symbol-block. Pop its sequence number off
2184 PENDING_BLOCKS and output debugging info based on that. */
2186 --block_depth;
2188 #ifdef XCOFF_DEBUGGING_INFO
2189 if (write_symbols == XCOFF_DEBUG && block_depth >= 0)
2190 xcoffout_end_block (file, high_block_linenum,
2191 pending_blocks[block_depth]);
2192 #endif
2193 #ifdef DBX_DEBUGGING_INFO
2194 if (write_symbols == DBX_DEBUG && block_depth >= 0)
2195 ASM_OUTPUT_INTERNAL_LABEL (file, "LBE",
2196 pending_blocks[block_depth]);
2197 #endif
2198 #ifdef SDB_DEBUGGING_INFO
2199 if (write_symbols == SDB_DEBUG && block_depth >= 0)
2200 sdbout_end_block (file, high_block_linenum,
2201 pending_blocks[block_depth]);
2202 #endif
2203 #ifdef DWARF_DEBUGGING_INFO
2204 if (write_symbols == DWARF_DEBUG && block_depth >= 0)
2205 dwarfout_end_block (pending_blocks[block_depth]);
2206 #endif
2207 #ifdef DWARF2_DEBUGGING_INFO
2208 if (write_symbols == DWARF2_DEBUG && block_depth >= 0)
2209 dwarf2out_end_block (pending_blocks[block_depth]);
2210 #endif
2212 else if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_DELETED_LABEL
2213 && (debug_info_level == DINFO_LEVEL_NORMAL
2214 || debug_info_level == DINFO_LEVEL_VERBOSE))
2216 #ifdef DWARF_DEBUGGING_INFO
2217 if (write_symbols == DWARF_DEBUG)
2218 dwarfout_label (insn);
2219 #endif
2220 #ifdef DWARF2_DEBUGGING_INFO
2221 if (write_symbols == DWARF2_DEBUG)
2222 dwarf2out_label (insn);
2223 #endif
2225 else if (NOTE_LINE_NUMBER (insn) > 0)
2226 /* This note is a line-number. */
2228 register rtx note;
2230 #if 0 /* This is what we used to do. */
2231 output_source_line (file, insn);
2232 #endif
2233 int note_after = 0;
2235 /* If there is anything real after this note,
2236 output it. If another line note follows, omit this one. */
2237 for (note = NEXT_INSN (insn); note; note = NEXT_INSN (note))
2239 if (GET_CODE (note) != NOTE && GET_CODE (note) != CODE_LABEL)
2240 break;
2241 /* These types of notes can be significant
2242 so make sure the preceding line number stays. */
2243 else if (GET_CODE (note) == NOTE
2244 && (NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_BEG
2245 || NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_END
2246 || NOTE_LINE_NUMBER (note) == NOTE_INSN_FUNCTION_BEG))
2247 break;
2248 else if (GET_CODE (note) == NOTE && NOTE_LINE_NUMBER (note) > 0)
2250 /* Another line note follows; we can delete this note
2251 if no intervening line numbers have notes elsewhere. */
2252 int num;
2253 for (num = NOTE_LINE_NUMBER (insn) + 1;
2254 num < NOTE_LINE_NUMBER (note);
2255 num++)
2256 if (line_note_exists[num])
2257 break;
2259 if (num >= NOTE_LINE_NUMBER (note))
2260 note_after = 1;
2261 break;
2265 /* Output this line note
2266 if it is the first or the last line note in a row. */
2267 if (!note_after)
2268 output_source_line (file, insn);
2270 break;
2272 case BARRIER:
2273 #if defined (DWARF2_UNWIND_INFO) && !defined (ACCUMULATE_OUTGOING_ARGS)
2274 /* If we push arguments, we need to check all insns for stack
2275 adjustments. */
2276 if (dwarf2out_do_frame ())
2277 dwarf2out_frame_debug (insn);
2278 #endif
2279 break;
2281 case CODE_LABEL:
2282 /* The target port might emit labels in the output function for
2283 some insn, e.g. sh.c output_branchy_insn. */
2284 if (CODE_LABEL_NUMBER (insn) <= max_labelno)
2286 int align = LABEL_TO_ALIGNMENT (insn);
2287 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
2288 int max_skip = LABEL_TO_MAX_SKIP (insn);
2289 #endif
2291 if (align && NEXT_INSN (insn))
2292 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
2293 ASM_OUTPUT_MAX_SKIP_ALIGN (file, align, max_skip);
2294 #else
2295 ASM_OUTPUT_ALIGN (file, align);
2296 #endif
2298 #ifdef HAVE_cc0
2299 CC_STATUS_INIT;
2300 /* If this label is reached from only one place, set the condition
2301 codes from the instruction just before the branch. */
2302 if (LABEL_NUSES (insn) == 1)
2304 rtx jump = LABEL_REFS (insn);
2305 rtx barrier = prev_nonnote_insn (insn);
2306 rtx prev;
2307 /* If the LABEL_REFS field of this label has been set to point
2308 at a branch, the predecessor of the branch is a regular
2309 insn, and that branch is the only way to reach this label,
2310 set the condition codes based on the branch and its
2311 predecessor. */
2312 if (barrier && GET_CODE (barrier) == BARRIER
2313 && jump && GET_CODE (jump) == JUMP_INSN
2314 && (prev = prev_nonnote_insn (jump))
2315 && GET_CODE (prev) == INSN)
2317 NOTICE_UPDATE_CC (PATTERN (prev), prev);
2318 NOTICE_UPDATE_CC (PATTERN (jump), jump);
2321 #endif
2322 if (prescan > 0)
2323 break;
2324 new_block = 1;
2326 #ifdef FINAL_PRESCAN_LABEL
2327 FINAL_PRESCAN_INSN (insn, NULL_PTR, 0);
2328 #endif
2330 #ifdef SDB_DEBUGGING_INFO
2331 if (write_symbols == SDB_DEBUG && LABEL_NAME (insn))
2332 sdbout_label (insn);
2333 #endif
2334 #ifdef DWARF_DEBUGGING_INFO
2335 if (write_symbols == DWARF_DEBUG && LABEL_NAME (insn))
2336 dwarfout_label (insn);
2337 #endif
2338 #ifdef DWARF2_DEBUGGING_INFO
2339 if (write_symbols == DWARF2_DEBUG && LABEL_NAME (insn))
2340 dwarf2out_label (insn);
2341 #endif
2342 if (app_on)
2344 fputs (ASM_APP_OFF, file);
2345 app_on = 0;
2347 if (NEXT_INSN (insn) != 0
2348 && GET_CODE (NEXT_INSN (insn)) == JUMP_INSN)
2350 rtx nextbody = PATTERN (NEXT_INSN (insn));
2352 /* If this label is followed by a jump-table,
2353 make sure we put the label in the read-only section. Also
2354 possibly write the label and jump table together. */
2356 if (GET_CODE (nextbody) == ADDR_VEC
2357 || GET_CODE (nextbody) == ADDR_DIFF_VEC)
2359 #if defined(ASM_OUTPUT_ADDR_VEC) || defined(ASM_OUTPUT_ADDR_DIFF_VEC)
2360 /* In this case, the case vector is being moved by the
2361 target, so don't output the label at all. Leave that
2362 to the back end macros. */
2363 #else
2364 if (! JUMP_TABLES_IN_TEXT_SECTION)
2366 readonly_data_section ();
2367 #ifdef READONLY_DATA_SECTION
2368 ASM_OUTPUT_ALIGN (file,
2369 exact_log2 (BIGGEST_ALIGNMENT
2370 / BITS_PER_UNIT));
2371 #endif /* READONLY_DATA_SECTION */
2373 else
2374 function_section (current_function_decl);
2376 #ifdef ASM_OUTPUT_CASE_LABEL
2377 ASM_OUTPUT_CASE_LABEL (file, "L", CODE_LABEL_NUMBER (insn),
2378 NEXT_INSN (insn));
2379 #else
2380 ASM_OUTPUT_INTERNAL_LABEL (file, "L", CODE_LABEL_NUMBER (insn));
2381 #endif
2382 #endif
2383 break;
2387 ASM_OUTPUT_INTERNAL_LABEL (file, "L", CODE_LABEL_NUMBER (insn));
2388 break;
2390 default:
2392 register rtx body = PATTERN (insn);
2393 int insn_code_number;
2394 char *template;
2395 #ifdef HAVE_cc0
2396 rtx note;
2397 #endif
2399 /* An INSN, JUMP_INSN or CALL_INSN.
2400 First check for special kinds that recog doesn't recognize. */
2402 if (GET_CODE (body) == USE /* These are just declarations */
2403 || GET_CODE (body) == CLOBBER)
2404 break;
2406 #ifdef HAVE_cc0
2407 /* If there is a REG_CC_SETTER note on this insn, it means that
2408 the setting of the condition code was done in the delay slot
2409 of the insn that branched here. So recover the cc status
2410 from the insn that set it. */
2412 note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
2413 if (note)
2415 NOTICE_UPDATE_CC (PATTERN (XEXP (note, 0)), XEXP (note, 0));
2416 cc_prev_status = cc_status;
2418 #endif
2420 /* Detect insns that are really jump-tables
2421 and output them as such. */
2423 if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC)
2425 register int vlen, idx;
2427 if (prescan > 0)
2428 break;
2430 if (app_on)
2432 fputs (ASM_APP_OFF, file);
2433 app_on = 0;
2436 #if defined(ASM_OUTPUT_ADDR_VEC) || defined(ASM_OUTPUT_ADDR_DIFF_VEC)
2437 if (GET_CODE (body) == ADDR_VEC)
2439 #ifdef ASM_OUTPUT_ADDR_VEC
2440 ASM_OUTPUT_ADDR_VEC (PREV_INSN (insn), body);
2441 #else
2442 abort();
2443 #endif
2445 else
2447 #ifdef ASM_OUTPUT_ADDR_DIFF_VEC
2448 ASM_OUTPUT_ADDR_DIFF_VEC (PREV_INSN (insn), body);
2449 #else
2450 abort();
2451 #endif
2453 #else
2454 vlen = XVECLEN (body, GET_CODE (body) == ADDR_DIFF_VEC);
2455 for (idx = 0; idx < vlen; idx++)
2457 if (GET_CODE (body) == ADDR_VEC)
2459 #ifdef ASM_OUTPUT_ADDR_VEC_ELT
2460 ASM_OUTPUT_ADDR_VEC_ELT
2461 (file, CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 0, idx), 0)));
2462 #else
2463 abort ();
2464 #endif
2466 else
2468 #ifdef ASM_OUTPUT_ADDR_DIFF_ELT
2469 ASM_OUTPUT_ADDR_DIFF_ELT
2470 (file,
2471 body,
2472 CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 1, idx), 0)),
2473 CODE_LABEL_NUMBER (XEXP (XEXP (body, 0), 0)));
2474 #else
2475 abort ();
2476 #endif
2479 #ifdef ASM_OUTPUT_CASE_END
2480 ASM_OUTPUT_CASE_END (file,
2481 CODE_LABEL_NUMBER (PREV_INSN (insn)),
2482 insn);
2483 #endif
2484 #endif
2486 function_section (current_function_decl);
2488 break;
2491 /* Do basic-block profiling when we reach a new block.
2492 Done here to avoid jump tables. */
2493 if (profile_block_flag && new_block)
2494 add_bb (file);
2496 if (GET_CODE (body) == ASM_INPUT)
2498 /* There's no telling what that did to the condition codes. */
2499 CC_STATUS_INIT;
2500 if (prescan > 0)
2501 break;
2502 if (! app_on)
2504 fputs (ASM_APP_ON, file);
2505 app_on = 1;
2507 fprintf (asm_out_file, "\t%s\n", XSTR (body, 0));
2508 break;
2511 /* Detect `asm' construct with operands. */
2512 if (asm_noperands (body) >= 0)
2514 unsigned int noperands = asm_noperands (body);
2515 rtx *ops = (rtx *) alloca (noperands * sizeof (rtx));
2516 char *string;
2518 /* There's no telling what that did to the condition codes. */
2519 CC_STATUS_INIT;
2520 if (prescan > 0)
2521 break;
2523 if (! app_on)
2525 fputs (ASM_APP_ON, file);
2526 app_on = 1;
2529 /* Get out the operand values. */
2530 string = decode_asm_operands (body, ops, NULL_PTR,
2531 NULL_PTR, NULL_PTR);
2532 /* Inhibit aborts on what would otherwise be compiler bugs. */
2533 insn_noperands = noperands;
2534 this_is_asm_operands = insn;
2536 /* Output the insn using them. */
2537 output_asm_insn (string, ops);
2538 this_is_asm_operands = 0;
2539 break;
2542 if (prescan <= 0 && app_on)
2544 fputs (ASM_APP_OFF, file);
2545 app_on = 0;
2548 if (GET_CODE (body) == SEQUENCE)
2550 /* A delayed-branch sequence */
2551 register int i;
2552 rtx next;
2554 if (prescan > 0)
2555 break;
2556 final_sequence = body;
2558 /* The first insn in this SEQUENCE might be a JUMP_INSN that will
2559 force the restoration of a comparison that was previously
2560 thought unnecessary. If that happens, cancel this sequence
2561 and cause that insn to be restored. */
2563 next = final_scan_insn (XVECEXP (body, 0, 0), file, 0, prescan, 1);
2564 if (next != XVECEXP (body, 0, 1))
2566 final_sequence = 0;
2567 return next;
2570 for (i = 1; i < XVECLEN (body, 0); i++)
2572 rtx insn = XVECEXP (body, 0, i);
2573 rtx next = NEXT_INSN (insn);
2574 /* We loop in case any instruction in a delay slot gets
2575 split. */
2577 insn = final_scan_insn (insn, file, 0, prescan, 1);
2578 while (insn != next);
2580 #ifdef DBR_OUTPUT_SEQEND
2581 DBR_OUTPUT_SEQEND (file);
2582 #endif
2583 final_sequence = 0;
2585 /* If the insn requiring the delay slot was a CALL_INSN, the
2586 insns in the delay slot are actually executed before the
2587 called function. Hence we don't preserve any CC-setting
2588 actions in these insns and the CC must be marked as being
2589 clobbered by the function. */
2590 if (GET_CODE (XVECEXP (body, 0, 0)) == CALL_INSN)
2592 CC_STATUS_INIT;
2595 /* Following a conditional branch sequence, we have a new basic
2596 block. */
2597 if (profile_block_flag)
2599 rtx insn = XVECEXP (body, 0, 0);
2600 rtx body = PATTERN (insn);
2602 if ((GET_CODE (insn) == JUMP_INSN && GET_CODE (body) == SET
2603 && GET_CODE (SET_SRC (body)) != LABEL_REF)
2604 || (GET_CODE (insn) == JUMP_INSN
2605 && GET_CODE (body) == PARALLEL
2606 && GET_CODE (XVECEXP (body, 0, 0)) == SET
2607 && GET_CODE (SET_SRC (XVECEXP (body, 0, 0))) != LABEL_REF))
2608 new_block = 1;
2610 break;
2613 /* We have a real machine instruction as rtl. */
2615 body = PATTERN (insn);
2617 #ifdef HAVE_cc0
2618 set = single_set(insn);
2620 /* Check for redundant test and compare instructions
2621 (when the condition codes are already set up as desired).
2622 This is done only when optimizing; if not optimizing,
2623 it should be possible for the user to alter a variable
2624 with the debugger in between statements
2625 and the next statement should reexamine the variable
2626 to compute the condition codes. */
2628 if (optimize)
2630 #if 0
2631 rtx set = single_set(insn);
2632 #endif
2634 if (set
2635 && GET_CODE (SET_DEST (set)) == CC0
2636 && insn != last_ignored_compare)
2638 if (GET_CODE (SET_SRC (set)) == SUBREG)
2639 SET_SRC (set) = alter_subreg (SET_SRC (set));
2640 else if (GET_CODE (SET_SRC (set)) == COMPARE)
2642 if (GET_CODE (XEXP (SET_SRC (set), 0)) == SUBREG)
2643 XEXP (SET_SRC (set), 0)
2644 = alter_subreg (XEXP (SET_SRC (set), 0));
2645 if (GET_CODE (XEXP (SET_SRC (set), 1)) == SUBREG)
2646 XEXP (SET_SRC (set), 1)
2647 = alter_subreg (XEXP (SET_SRC (set), 1));
2649 if ((cc_status.value1 != 0
2650 && rtx_equal_p (SET_SRC (set), cc_status.value1))
2651 || (cc_status.value2 != 0
2652 && rtx_equal_p (SET_SRC (set), cc_status.value2)))
2654 /* Don't delete insn if it has an addressing side-effect. */
2655 if (! FIND_REG_INC_NOTE (insn, 0)
2656 /* or if anything in it is volatile. */
2657 && ! volatile_refs_p (PATTERN (insn)))
2659 /* We don't really delete the insn; just ignore it. */
2660 last_ignored_compare = insn;
2661 break;
2666 #endif
2668 /* Following a conditional branch, we have a new basic block.
2669 But if we are inside a sequence, the new block starts after the
2670 last insn of the sequence. */
2671 if (profile_block_flag && final_sequence == 0
2672 && ((GET_CODE (insn) == JUMP_INSN && GET_CODE (body) == SET
2673 && GET_CODE (SET_SRC (body)) != LABEL_REF)
2674 || (GET_CODE (insn) == JUMP_INSN && GET_CODE (body) == PARALLEL
2675 && GET_CODE (XVECEXP (body, 0, 0)) == SET
2676 && GET_CODE (SET_SRC (XVECEXP (body, 0, 0))) != LABEL_REF)))
2677 new_block = 1;
2679 #ifndef STACK_REGS
2680 /* Don't bother outputting obvious no-ops, even without -O.
2681 This optimization is fast and doesn't interfere with debugging.
2682 Don't do this if the insn is in a delay slot, since this
2683 will cause an improper number of delay insns to be written. */
2684 if (final_sequence == 0
2685 && prescan >= 0
2686 && GET_CODE (insn) == INSN && GET_CODE (body) == SET
2687 && GET_CODE (SET_SRC (body)) == REG
2688 && GET_CODE (SET_DEST (body)) == REG
2689 && REGNO (SET_SRC (body)) == REGNO (SET_DEST (body)))
2690 break;
2691 #endif
2693 #ifdef HAVE_cc0
2694 /* If this is a conditional branch, maybe modify it
2695 if the cc's are in a nonstandard state
2696 so that it accomplishes the same thing that it would
2697 do straightforwardly if the cc's were set up normally. */
2699 if (cc_status.flags != 0
2700 && GET_CODE (insn) == JUMP_INSN
2701 && GET_CODE (body) == SET
2702 && SET_DEST (body) == pc_rtx
2703 && GET_CODE (SET_SRC (body)) == IF_THEN_ELSE
2704 && GET_RTX_CLASS (GET_CODE (XEXP (SET_SRC (body), 0))) == '<'
2705 && XEXP (XEXP (SET_SRC (body), 0), 0) == cc0_rtx
2706 /* This is done during prescan; it is not done again
2707 in final scan when prescan has been done. */
2708 && prescan >= 0)
2710 /* This function may alter the contents of its argument
2711 and clear some of the cc_status.flags bits.
2712 It may also return 1 meaning condition now always true
2713 or -1 meaning condition now always false
2714 or 2 meaning condition nontrivial but altered. */
2715 register int result = alter_cond (XEXP (SET_SRC (body), 0));
2716 /* If condition now has fixed value, replace the IF_THEN_ELSE
2717 with its then-operand or its else-operand. */
2718 if (result == 1)
2719 SET_SRC (body) = XEXP (SET_SRC (body), 1);
2720 if (result == -1)
2721 SET_SRC (body) = XEXP (SET_SRC (body), 2);
2723 /* The jump is now either unconditional or a no-op.
2724 If it has become a no-op, don't try to output it.
2725 (It would not be recognized.) */
2726 if (SET_SRC (body) == pc_rtx)
2728 PUT_CODE (insn, NOTE);
2729 NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED;
2730 NOTE_SOURCE_FILE (insn) = 0;
2731 break;
2733 else if (GET_CODE (SET_SRC (body)) == RETURN)
2734 /* Replace (set (pc) (return)) with (return). */
2735 PATTERN (insn) = body = SET_SRC (body);
2737 /* Rerecognize the instruction if it has changed. */
2738 if (result != 0)
2739 INSN_CODE (insn) = -1;
2742 /* Make same adjustments to instructions that examine the
2743 condition codes without jumping and instructions that
2744 handle conditional moves (if this machine has either one). */
2746 if (cc_status.flags != 0
2747 && set != 0)
2749 rtx cond_rtx, then_rtx, else_rtx;
2751 if (GET_CODE (insn) != JUMP_INSN
2752 && GET_CODE (SET_SRC (set)) == IF_THEN_ELSE)
2754 cond_rtx = XEXP (SET_SRC (set), 0);
2755 then_rtx = XEXP (SET_SRC (set), 1);
2756 else_rtx = XEXP (SET_SRC (set), 2);
2758 else
2760 cond_rtx = SET_SRC (set);
2761 then_rtx = const_true_rtx;
2762 else_rtx = const0_rtx;
2765 switch (GET_CODE (cond_rtx))
2767 case GTU:
2768 case GT:
2769 case LTU:
2770 case LT:
2771 case GEU:
2772 case GE:
2773 case LEU:
2774 case LE:
2775 case EQ:
2776 case NE:
2778 register int result;
2779 if (XEXP (cond_rtx, 0) != cc0_rtx)
2780 break;
2781 result = alter_cond (cond_rtx);
2782 if (result == 1)
2783 validate_change (insn, &SET_SRC (set), then_rtx, 0);
2784 else if (result == -1)
2785 validate_change (insn, &SET_SRC (set), else_rtx, 0);
2786 else if (result == 2)
2787 INSN_CODE (insn) = -1;
2788 if (SET_DEST (set) == SET_SRC (set))
2790 PUT_CODE (insn, NOTE);
2791 NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED;
2792 NOTE_SOURCE_FILE (insn) = 0;
2795 break;
2797 default:
2798 break;
2802 #endif
2804 /* Do machine-specific peephole optimizations if desired. */
2806 if (optimize && !flag_no_peephole && !nopeepholes)
2808 rtx next = peephole (insn);
2809 /* When peepholing, if there were notes within the peephole,
2810 emit them before the peephole. */
2811 if (next != 0 && next != NEXT_INSN (insn))
2813 rtx prev = PREV_INSN (insn);
2814 rtx note;
2816 for (note = NEXT_INSN (insn); note != next;
2817 note = NEXT_INSN (note))
2818 final_scan_insn (note, file, optimize, prescan, nopeepholes);
2820 /* In case this is prescan, put the notes
2821 in proper position for later rescan. */
2822 note = NEXT_INSN (insn);
2823 PREV_INSN (note) = prev;
2824 NEXT_INSN (prev) = note;
2825 NEXT_INSN (PREV_INSN (next)) = insn;
2826 PREV_INSN (insn) = PREV_INSN (next);
2827 NEXT_INSN (insn) = next;
2828 PREV_INSN (next) = insn;
2831 /* PEEPHOLE might have changed this. */
2832 body = PATTERN (insn);
2835 /* Try to recognize the instruction.
2836 If successful, verify that the operands satisfy the
2837 constraints for the instruction. Crash if they don't,
2838 since `reload' should have changed them so that they do. */
2840 insn_code_number = recog_memoized (insn);
2841 insn_extract (insn);
2842 for (i = 0; i < insn_n_operands[insn_code_number]; i++)
2844 if (GET_CODE (recog_operand[i]) == SUBREG)
2845 recog_operand[i] = alter_subreg (recog_operand[i]);
2846 else if (GET_CODE (recog_operand[i]) == PLUS
2847 || GET_CODE (recog_operand[i]) == MULT)
2848 recog_operand[i] = walk_alter_subreg (recog_operand[i]);
2851 for (i = 0; i < insn_n_dups[insn_code_number]; i++)
2853 if (GET_CODE (*recog_dup_loc[i]) == SUBREG)
2854 *recog_dup_loc[i] = alter_subreg (*recog_dup_loc[i]);
2855 else if (GET_CODE (*recog_dup_loc[i]) == PLUS
2856 || GET_CODE (*recog_dup_loc[i]) == MULT)
2857 *recog_dup_loc[i] = walk_alter_subreg (*recog_dup_loc[i]);
2860 #ifdef REGISTER_CONSTRAINTS
2861 if (! constrain_operands (insn_code_number, 1))
2862 fatal_insn_not_found (insn);
2863 #endif
2865 /* Some target machines need to prescan each insn before
2866 it is output. */
2868 #ifdef FINAL_PRESCAN_INSN
2869 FINAL_PRESCAN_INSN (insn, recog_operand,
2870 insn_n_operands[insn_code_number]);
2871 #endif
2873 #ifdef HAVE_cc0
2874 cc_prev_status = cc_status;
2876 /* Update `cc_status' for this instruction.
2877 The instruction's output routine may change it further.
2878 If the output routine for a jump insn needs to depend
2879 on the cc status, it should look at cc_prev_status. */
2881 NOTICE_UPDATE_CC (body, insn);
2882 #endif
2884 debug_insn = insn;
2886 #if defined (DWARF2_UNWIND_INFO) && !defined (ACCUMULATE_OUTGOING_ARGS)
2887 /* If we push arguments, we want to know where the calls are. */
2888 if (GET_CODE (insn) == CALL_INSN && dwarf2out_do_frame ())
2889 dwarf2out_frame_debug (insn);
2890 #endif
2892 /* If the proper template needs to be chosen by some C code,
2893 run that code and get the real template. */
2895 template = insn_template[insn_code_number];
2896 if (template == 0)
2898 template = (*insn_outfun[insn_code_number]) (recog_operand, insn);
2900 /* If the C code returns 0, it means that it is a jump insn
2901 which follows a deleted test insn, and that test insn
2902 needs to be reinserted. */
2903 if (template == 0)
2905 if (prev_nonnote_insn (insn) != last_ignored_compare)
2906 abort ();
2907 new_block = 0;
2908 return prev_nonnote_insn (insn);
2912 /* If the template is the string "#", it means that this insn must
2913 be split. */
2914 if (template[0] == '#' && template[1] == '\0')
2916 rtx new = try_split (body, insn, 0);
2918 /* If we didn't split the insn, go away. */
2919 if (new == insn && PATTERN (new) == body)
2920 fatal_insn ("Could not split insn", insn);
2922 #ifdef HAVE_ATTR_length
2923 /* This instruction should have been split in shorten_branches,
2924 to ensure that we would have valid length info for the
2925 splitees. */
2926 abort ();
2927 #endif
2929 new_block = 0;
2930 return new;
2933 if (prescan > 0)
2934 break;
2936 /* Output assembler code from the template. */
2938 output_asm_insn (template, recog_operand);
2940 #if defined (DWARF2_UNWIND_INFO)
2941 #if !defined (ACCUMULATE_OUTGOING_ARGS)
2942 /* If we push arguments, we need to check all insns for stack
2943 adjustments. */
2944 if (GET_CODE (insn) == INSN && dwarf2out_do_frame ())
2945 dwarf2out_frame_debug (insn);
2946 #else
2947 #if defined (HAVE_prologue)
2948 /* If this insn is part of the prologue, emit DWARF v2
2949 call frame info. */
2950 if (RTX_FRAME_RELATED_P (insn) && dwarf2out_do_frame ())
2951 dwarf2out_frame_debug (insn);
2952 #endif
2953 #endif
2954 #endif
2956 #if 0
2957 /* It's not at all clear why we did this and doing so interferes
2958 with tests we'd like to do to use REG_WAS_0 notes, so let's try
2959 with this out. */
2961 /* Mark this insn as having been output. */
2962 INSN_DELETED_P (insn) = 1;
2963 #endif
2965 debug_insn = 0;
2968 return NEXT_INSN (insn);
2971 /* Output debugging info to the assembler file FILE
2972 based on the NOTE-insn INSN, assumed to be a line number. */
2974 static void
2975 output_source_line (file, insn)
2976 FILE *file;
2977 rtx insn;
2979 register char *filename = NOTE_SOURCE_FILE (insn);
2981 /* Remember filename for basic block profiling.
2982 Filenames are allocated on the permanent obstack
2983 or are passed in ARGV, so we don't have to save
2984 the string. */
2986 if (profile_block_flag && last_filename != filename)
2987 bb_file_label_num = add_bb_string (filename, TRUE);
2989 last_filename = filename;
2990 last_linenum = NOTE_LINE_NUMBER (insn);
2991 high_block_linenum = MAX (last_linenum, high_block_linenum);
2992 high_function_linenum = MAX (last_linenum, high_function_linenum);
2994 if (write_symbols != NO_DEBUG)
2996 #ifdef SDB_DEBUGGING_INFO
2997 if (write_symbols == SDB_DEBUG
2998 #if 0 /* People like having line numbers even in wrong file! */
2999 /* COFF can't handle multiple source files--lose, lose. */
3000 && !strcmp (filename, main_input_filename)
3001 #endif
3002 /* COFF relative line numbers must be positive. */
3003 && last_linenum > sdb_begin_function_line)
3005 #ifdef ASM_OUTPUT_SOURCE_LINE
3006 ASM_OUTPUT_SOURCE_LINE (file, last_linenum);
3007 #else
3008 fprintf (file, "\t.ln\t%d\n",
3009 ((sdb_begin_function_line > -1)
3010 ? last_linenum - sdb_begin_function_line : 1));
3011 #endif
3013 #endif
3015 #if defined (DBX_DEBUGGING_INFO)
3016 if (write_symbols == DBX_DEBUG)
3017 dbxout_source_line (file, filename, NOTE_LINE_NUMBER (insn));
3018 #endif
3020 #if defined (XCOFF_DEBUGGING_INFO)
3021 if (write_symbols == XCOFF_DEBUG)
3022 xcoffout_source_line (file, filename, insn);
3023 #endif
3025 #ifdef DWARF_DEBUGGING_INFO
3026 if (write_symbols == DWARF_DEBUG)
3027 dwarfout_line (filename, NOTE_LINE_NUMBER (insn));
3028 #endif
3030 #ifdef DWARF2_DEBUGGING_INFO
3031 if (write_symbols == DWARF2_DEBUG)
3032 dwarf2out_line (filename, NOTE_LINE_NUMBER (insn));
3033 #endif
3037 /* If X is a SUBREG, replace it with a REG or a MEM,
3038 based on the thing it is a subreg of. */
3041 alter_subreg (x)
3042 register rtx x;
3044 register rtx y = SUBREG_REG (x);
3046 if (GET_CODE (y) == SUBREG)
3047 y = alter_subreg (y);
3049 /* If reload is operating, we may be replacing inside this SUBREG.
3050 Check for that and make a new one if so. */
3051 if (reload_in_progress && find_replacement (&SUBREG_REG (x)) != 0)
3052 x = copy_rtx (x);
3054 if (GET_CODE (y) == REG)
3056 /* If the word size is larger than the size of this register,
3057 adjust the register number to compensate. */
3058 /* ??? Note that this just catches stragglers created by/for
3059 integrate. It would be better if we either caught these
3060 earlier, or kept _all_ subregs until now and eliminate
3061 gen_lowpart and friends. */
3063 PUT_CODE (x, REG);
3064 #ifdef ALTER_HARD_SUBREG
3065 REGNO (x) = ALTER_HARD_SUBREG(GET_MODE (x), SUBREG_WORD (x),
3066 GET_MODE (y), REGNO (y));
3067 #else
3068 REGNO (x) = REGNO (y) + SUBREG_WORD (x);
3069 #endif
3071 else if (GET_CODE (y) == MEM)
3073 register int offset = SUBREG_WORD (x) * UNITS_PER_WORD;
3074 if (BYTES_BIG_ENDIAN)
3075 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))
3076 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (y))));
3077 PUT_CODE (x, MEM);
3078 MEM_VOLATILE_P (x) = MEM_VOLATILE_P (y);
3079 MEM_IN_STRUCT_P (x) = MEM_IN_STRUCT_P (y);
3080 MEM_ALIAS_SET (x) = MEM_ALIAS_SET (y);
3081 XEXP (x, 0) = plus_constant (XEXP (y, 0), offset);
3084 return x;
3087 /* Do alter_subreg on all the SUBREGs contained in X. */
3089 static rtx
3090 walk_alter_subreg (x)
3091 rtx x;
3093 switch (GET_CODE (x))
3095 case PLUS:
3096 case MULT:
3097 XEXP (x, 0) = walk_alter_subreg (XEXP (x, 0));
3098 XEXP (x, 1) = walk_alter_subreg (XEXP (x, 1));
3099 break;
3101 case MEM:
3102 XEXP (x, 0) = walk_alter_subreg (XEXP (x, 0));
3103 break;
3105 case SUBREG:
3106 return alter_subreg (x);
3108 default:
3109 break;
3112 return x;
3115 #ifdef HAVE_cc0
3117 /* Given BODY, the body of a jump instruction, alter the jump condition
3118 as required by the bits that are set in cc_status.flags.
3119 Not all of the bits there can be handled at this level in all cases.
3121 The value is normally 0.
3122 1 means that the condition has become always true.
3123 -1 means that the condition has become always false.
3124 2 means that COND has been altered. */
3126 static int
3127 alter_cond (cond)
3128 register rtx cond;
3130 int value = 0;
3132 if (cc_status.flags & CC_REVERSED)
3134 value = 2;
3135 PUT_CODE (cond, swap_condition (GET_CODE (cond)));
3138 if (cc_status.flags & CC_INVERTED)
3140 value = 2;
3141 PUT_CODE (cond, reverse_condition (GET_CODE (cond)));
3144 if (cc_status.flags & CC_NOT_POSITIVE)
3145 switch (GET_CODE (cond))
3147 case LE:
3148 case LEU:
3149 case GEU:
3150 /* Jump becomes unconditional. */
3151 return 1;
3153 case GT:
3154 case GTU:
3155 case LTU:
3156 /* Jump becomes no-op. */
3157 return -1;
3159 case GE:
3160 PUT_CODE (cond, EQ);
3161 value = 2;
3162 break;
3164 case LT:
3165 PUT_CODE (cond, NE);
3166 value = 2;
3167 break;
3169 default:
3170 break;
3173 if (cc_status.flags & CC_NOT_NEGATIVE)
3174 switch (GET_CODE (cond))
3176 case GE:
3177 case GEU:
3178 /* Jump becomes unconditional. */
3179 return 1;
3181 case LT:
3182 case LTU:
3183 /* Jump becomes no-op. */
3184 return -1;
3186 case LE:
3187 case LEU:
3188 PUT_CODE (cond, EQ);
3189 value = 2;
3190 break;
3192 case GT:
3193 case GTU:
3194 PUT_CODE (cond, NE);
3195 value = 2;
3196 break;
3198 default:
3199 break;
3202 if (cc_status.flags & CC_NO_OVERFLOW)
3203 switch (GET_CODE (cond))
3205 case GEU:
3206 /* Jump becomes unconditional. */
3207 return 1;
3209 case LEU:
3210 PUT_CODE (cond, EQ);
3211 value = 2;
3212 break;
3214 case GTU:
3215 PUT_CODE (cond, NE);
3216 value = 2;
3217 break;
3219 case LTU:
3220 /* Jump becomes no-op. */
3221 return -1;
3223 default:
3224 break;
3227 if (cc_status.flags & (CC_Z_IN_NOT_N | CC_Z_IN_N))
3228 switch (GET_CODE (cond))
3230 default:
3231 abort ();
3233 case NE:
3234 PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? GE : LT);
3235 value = 2;
3236 break;
3238 case EQ:
3239 PUT_CODE (cond, cc_status.flags & CC_Z_IN_N ? LT : GE);
3240 value = 2;
3241 break;
3244 if (cc_status.flags & CC_NOT_SIGNED)
3245 /* The flags are valid if signed condition operators are converted
3246 to unsigned. */
3247 switch (GET_CODE (cond))
3249 case LE:
3250 PUT_CODE (cond, LEU);
3251 value = 2;
3252 break;
3254 case LT:
3255 PUT_CODE (cond, LTU);
3256 value = 2;
3257 break;
3259 case GT:
3260 PUT_CODE (cond, GTU);
3261 value = 2;
3262 break;
3264 case GE:
3265 PUT_CODE (cond, GEU);
3266 value = 2;
3267 break;
3269 default:
3270 break;
3273 return value;
3275 #endif
3277 /* Report inconsistency between the assembler template and the operands.
3278 In an `asm', it's the user's fault; otherwise, the compiler's fault. */
3280 void
3281 output_operand_lossage (str)
3282 char *str;
3284 if (this_is_asm_operands)
3285 error_for_asm (this_is_asm_operands, "invalid `asm': %s", str);
3286 else
3287 fatal ("Internal compiler error, output_operand_lossage `%s'", str);
3290 /* Output of assembler code from a template, and its subroutines. */
3292 /* Output text from TEMPLATE to the assembler output file,
3293 obeying %-directions to substitute operands taken from
3294 the vector OPERANDS.
3296 %N (for N a digit) means print operand N in usual manner.
3297 %lN means require operand N to be a CODE_LABEL or LABEL_REF
3298 and print the label name with no punctuation.
3299 %cN means require operand N to be a constant
3300 and print the constant expression with no punctuation.
3301 %aN means expect operand N to be a memory address
3302 (not a memory reference!) and print a reference
3303 to that address.
3304 %nN means expect operand N to be a constant
3305 and print a constant expression for minus the value
3306 of the operand, with no other punctuation. */
3308 static void
3309 output_asm_name ()
3311 if (flag_print_asm_name)
3313 /* Annotate the assembly with a comment describing the pattern and
3314 alternative used. */
3315 if (debug_insn)
3317 register int num = INSN_CODE (debug_insn);
3318 fprintf (asm_out_file, " %s %d %s",
3319 ASM_COMMENT_START, INSN_UID (debug_insn), insn_name[num]);
3320 if (insn_n_alternatives[num] > 1)
3321 fprintf (asm_out_file, "/%d", which_alternative + 1);
3323 /* Clear this so only the first assembler insn
3324 of any rtl insn will get the special comment for -dp. */
3325 debug_insn = 0;
3330 void
3331 output_asm_insn (template, operands)
3332 char *template;
3333 rtx *operands;
3335 register char *p;
3336 register int c;
3338 /* An insn may return a null string template
3339 in a case where no assembler code is needed. */
3340 if (*template == 0)
3341 return;
3343 p = template;
3344 putc ('\t', asm_out_file);
3346 #ifdef ASM_OUTPUT_OPCODE
3347 ASM_OUTPUT_OPCODE (asm_out_file, p);
3348 #endif
3350 while ((c = *p++))
3351 switch (c)
3353 case '\n':
3354 output_asm_name ();
3355 putc (c, asm_out_file);
3356 #ifdef ASM_OUTPUT_OPCODE
3357 while ((c = *p) == '\t')
3359 putc (c, asm_out_file);
3360 p++;
3362 ASM_OUTPUT_OPCODE (asm_out_file, p);
3363 #endif
3364 break;
3366 #ifdef ASSEMBLER_DIALECT
3367 case '{':
3369 register int i;
3371 /* If we want the first dialect, do nothing. Otherwise, skip
3372 DIALECT_NUMBER of strings ending with '|'. */
3373 for (i = 0; i < dialect_number; i++)
3375 while (*p && *p++ != '|')
3378 if (*p == '|')
3379 p++;
3382 break;
3384 case '|':
3385 /* Skip to close brace. */
3386 while (*p && *p++ != '}')
3388 break;
3390 case '}':
3391 break;
3392 #endif
3394 case '%':
3395 /* %% outputs a single %. */
3396 if (*p == '%')
3398 p++;
3399 putc (c, asm_out_file);
3401 /* %= outputs a number which is unique to each insn in the entire
3402 compilation. This is useful for making local labels that are
3403 referred to more than once in a given insn. */
3404 else if (*p == '=')
3406 p++;
3407 fprintf (asm_out_file, "%d", insn_counter);
3409 /* % followed by a letter and some digits
3410 outputs an operand in a special way depending on the letter.
3411 Letters `acln' are implemented directly.
3412 Other letters are passed to `output_operand' so that
3413 the PRINT_OPERAND macro can define them. */
3414 else if ((*p >= 'a' && *p <= 'z')
3415 || (*p >= 'A' && *p <= 'Z'))
3417 int letter = *p++;
3418 c = atoi (p);
3420 if (! (*p >= '0' && *p <= '9'))
3421 output_operand_lossage ("operand number missing after %-letter");
3422 else if (this_is_asm_operands && (c < 0 || (unsigned int) c >= insn_noperands))
3423 output_operand_lossage ("operand number out of range");
3424 else if (letter == 'l')
3425 output_asm_label (operands[c]);
3426 else if (letter == 'a')
3427 output_address (operands[c]);
3428 else if (letter == 'c')
3430 if (CONSTANT_ADDRESS_P (operands[c]))
3431 output_addr_const (asm_out_file, operands[c]);
3432 else
3433 output_operand (operands[c], 'c');
3435 else if (letter == 'n')
3437 if (GET_CODE (operands[c]) == CONST_INT)
3438 fprintf (asm_out_file, HOST_WIDE_INT_PRINT_DEC,
3439 - INTVAL (operands[c]));
3440 else
3442 putc ('-', asm_out_file);
3443 output_addr_const (asm_out_file, operands[c]);
3446 else
3447 output_operand (operands[c], letter);
3449 while ((c = *p) >= '0' && c <= '9') p++;
3451 /* % followed by a digit outputs an operand the default way. */
3452 else if (*p >= '0' && *p <= '9')
3454 c = atoi (p);
3455 if (this_is_asm_operands && (c < 0 || (unsigned int) c >= insn_noperands))
3456 output_operand_lossage ("operand number out of range");
3457 else
3458 output_operand (operands[c], 0);
3459 while ((c = *p) >= '0' && c <= '9') p++;
3461 /* % followed by punctuation: output something for that
3462 punctuation character alone, with no operand.
3463 The PRINT_OPERAND macro decides what is actually done. */
3464 #ifdef PRINT_OPERAND_PUNCT_VALID_P
3465 else if (PRINT_OPERAND_PUNCT_VALID_P (*p))
3466 output_operand (NULL_RTX, *p++);
3467 #endif
3468 else
3469 output_operand_lossage ("invalid %%-code");
3470 break;
3472 default:
3473 putc (c, asm_out_file);
3476 output_asm_name ();
3478 putc ('\n', asm_out_file);
3481 /* Output a LABEL_REF, or a bare CODE_LABEL, as an assembler symbol. */
3483 void
3484 output_asm_label (x)
3485 rtx x;
3487 char buf[256];
3489 if (GET_CODE (x) == LABEL_REF)
3490 ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (XEXP (x, 0)));
3491 else if (GET_CODE (x) == CODE_LABEL)
3492 ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (x));
3493 else
3494 output_operand_lossage ("`%l' operand isn't a label");
3496 assemble_name (asm_out_file, buf);
3499 /* Print operand X using machine-dependent assembler syntax.
3500 The macro PRINT_OPERAND is defined just to control this function.
3501 CODE is a non-digit that preceded the operand-number in the % spec,
3502 such as 'z' if the spec was `%z3'. CODE is 0 if there was no char
3503 between the % and the digits.
3504 When CODE is a non-letter, X is 0.
3506 The meanings of the letters are machine-dependent and controlled
3507 by PRINT_OPERAND. */
3509 static void
3510 output_operand (x, code)
3511 rtx x;
3512 int code;
3514 if (x && GET_CODE (x) == SUBREG)
3515 x = alter_subreg (x);
3517 /* If X is a pseudo-register, abort now rather than writing trash to the
3518 assembler file. */
3520 if (x && GET_CODE (x) == REG && REGNO (x) >= FIRST_PSEUDO_REGISTER)
3521 abort ();
3523 PRINT_OPERAND (asm_out_file, x, code);
3526 /* Print a memory reference operand for address X
3527 using machine-dependent assembler syntax.
3528 The macro PRINT_OPERAND_ADDRESS exists just to control this function. */
3530 void
3531 output_address (x)
3532 rtx x;
3534 walk_alter_subreg (x);
3535 PRINT_OPERAND_ADDRESS (asm_out_file, x);
3538 /* Print an integer constant expression in assembler syntax.
3539 Addition and subtraction are the only arithmetic
3540 that may appear in these expressions. */
3542 void
3543 output_addr_const (file, x)
3544 FILE *file;
3545 rtx x;
3547 char buf[256];
3549 restart:
3550 switch (GET_CODE (x))
3552 case PC:
3553 if (flag_pic)
3554 putc ('.', file);
3555 else
3556 abort ();
3557 break;
3559 case SYMBOL_REF:
3560 assemble_name (file, XSTR (x, 0));
3561 break;
3563 case LABEL_REF:
3564 ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (XEXP (x, 0)));
3565 assemble_name (file, buf);
3566 break;
3568 case CODE_LABEL:
3569 ASM_GENERATE_INTERNAL_LABEL (buf, "L", CODE_LABEL_NUMBER (x));
3570 assemble_name (file, buf);
3571 break;
3573 case CONST_INT:
3574 fprintf (file, HOST_WIDE_INT_PRINT_DEC, INTVAL (x));
3575 break;
3577 case CONST:
3578 /* This used to output parentheses around the expression,
3579 but that does not work on the 386 (either ATT or BSD assembler). */
3580 output_addr_const (file, XEXP (x, 0));
3581 break;
3583 case CONST_DOUBLE:
3584 if (GET_MODE (x) == VOIDmode)
3586 /* We can use %d if the number is one word and positive. */
3587 if (CONST_DOUBLE_HIGH (x))
3588 fprintf (file, HOST_WIDE_INT_PRINT_DOUBLE_HEX,
3589 CONST_DOUBLE_HIGH (x), CONST_DOUBLE_LOW (x));
3590 else if (CONST_DOUBLE_LOW (x) < 0)
3591 fprintf (file, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_LOW (x));
3592 else
3593 fprintf (file, HOST_WIDE_INT_PRINT_DEC, CONST_DOUBLE_LOW (x));
3595 else
3596 /* We can't handle floating point constants;
3597 PRINT_OPERAND must handle them. */
3598 output_operand_lossage ("floating constant misused");
3599 break;
3601 case PLUS:
3602 /* Some assemblers need integer constants to appear last (eg masm). */
3603 if (GET_CODE (XEXP (x, 0)) == CONST_INT)
3605 output_addr_const (file, XEXP (x, 1));
3606 if (INTVAL (XEXP (x, 0)) >= 0)
3607 fprintf (file, "+");
3608 output_addr_const (file, XEXP (x, 0));
3610 else
3612 output_addr_const (file, XEXP (x, 0));
3613 if (INTVAL (XEXP (x, 1)) >= 0)
3614 fprintf (file, "+");
3615 output_addr_const (file, XEXP (x, 1));
3617 break;
3619 case MINUS:
3620 /* Avoid outputting things like x-x or x+5-x,
3621 since some assemblers can't handle that. */
3622 x = simplify_subtraction (x);
3623 if (GET_CODE (x) != MINUS)
3624 goto restart;
3626 output_addr_const (file, XEXP (x, 0));
3627 fprintf (file, "-");
3628 if (GET_CODE (XEXP (x, 1)) == CONST_INT
3629 && INTVAL (XEXP (x, 1)) < 0)
3631 fprintf (file, ASM_OPEN_PAREN);
3632 output_addr_const (file, XEXP (x, 1));
3633 fprintf (file, ASM_CLOSE_PAREN);
3635 else
3636 output_addr_const (file, XEXP (x, 1));
3637 break;
3639 case ZERO_EXTEND:
3640 case SIGN_EXTEND:
3641 output_addr_const (file, XEXP (x, 0));
3642 break;
3644 default:
3645 output_operand_lossage ("invalid expression as operand");
3649 /* A poor man's fprintf, with the added features of %I, %R, %L, and %U.
3650 %R prints the value of REGISTER_PREFIX.
3651 %L prints the value of LOCAL_LABEL_PREFIX.
3652 %U prints the value of USER_LABEL_PREFIX.
3653 %I prints the value of IMMEDIATE_PREFIX.
3654 %O runs ASM_OUTPUT_OPCODE to transform what follows in the string.
3655 Also supported are %d, %x, %s, %e, %f, %g and %%.
3657 We handle alternate assembler dialects here, just like output_asm_insn. */
3659 void
3660 asm_fprintf VPROTO((FILE *file, char *p, ...))
3662 #ifndef __STDC__
3663 FILE *file;
3664 char *p;
3665 #endif
3666 va_list argptr;
3667 char buf[10];
3668 char *q, c;
3670 VA_START (argptr, p);
3672 #ifndef __STDC__
3673 file = va_arg (argptr, FILE *);
3674 p = va_arg (argptr, char *);
3675 #endif
3677 buf[0] = '%';
3679 while ((c = *p++))
3680 switch (c)
3682 #ifdef ASSEMBLER_DIALECT
3683 case '{':
3685 int i;
3687 /* If we want the first dialect, do nothing. Otherwise, skip
3688 DIALECT_NUMBER of strings ending with '|'. */
3689 for (i = 0; i < dialect_number; i++)
3691 while (*p && *p++ != '|')
3694 if (*p == '|')
3695 p++;
3698 break;
3700 case '|':
3701 /* Skip to close brace. */
3702 while (*p && *p++ != '}')
3704 break;
3706 case '}':
3707 break;
3708 #endif
3710 case '%':
3711 c = *p++;
3712 q = &buf[1];
3713 while ((c >= '0' && c <= '9') || c == '.')
3715 *q++ = c;
3716 c = *p++;
3718 switch (c)
3720 case '%':
3721 fprintf (file, "%%");
3722 break;
3724 case 'd': case 'i': case 'u':
3725 case 'x': case 'p': case 'X':
3726 case 'o':
3727 *q++ = c;
3728 *q = 0;
3729 fprintf (file, buf, va_arg (argptr, int));
3730 break;
3732 case 'w':
3733 /* This is a prefix to the 'd', 'i', 'u', 'x', 'p', and 'X' cases,
3734 but we do not check for those cases. It means that the value
3735 is a HOST_WIDE_INT, which may be either `int' or `long'. */
3737 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_INT
3738 #else
3739 #if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
3740 *q++ = 'l';
3741 #else
3742 *q++ = 'l';
3743 *q++ = 'l';
3744 #endif
3745 #endif
3747 *q++ = *p++;
3748 *q = 0;
3749 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT));
3750 break;
3752 case 'l':
3753 *q++ = c;
3754 *q++ = *p++;
3755 *q = 0;
3756 fprintf (file, buf, va_arg (argptr, long));
3757 break;
3759 case 'e':
3760 case 'f':
3761 case 'g':
3762 *q++ = c;
3763 *q = 0;
3764 fprintf (file, buf, va_arg (argptr, double));
3765 break;
3767 case 's':
3768 *q++ = c;
3769 *q = 0;
3770 fprintf (file, buf, va_arg (argptr, char *));
3771 break;
3773 case 'O':
3774 #ifdef ASM_OUTPUT_OPCODE
3775 ASM_OUTPUT_OPCODE (asm_out_file, p);
3776 #endif
3777 break;
3779 case 'R':
3780 #ifdef REGISTER_PREFIX
3781 fprintf (file, "%s", REGISTER_PREFIX);
3782 #endif
3783 break;
3785 case 'I':
3786 #ifdef IMMEDIATE_PREFIX
3787 fprintf (file, "%s", IMMEDIATE_PREFIX);
3788 #endif
3789 break;
3791 case 'L':
3792 #ifdef LOCAL_LABEL_PREFIX
3793 fprintf (file, "%s", LOCAL_LABEL_PREFIX);
3794 #endif
3795 break;
3797 case 'U':
3798 #ifdef USER_LABEL_PREFIX
3799 fprintf (file, "%s", USER_LABEL_PREFIX);
3800 #endif
3801 break;
3803 default:
3804 abort ();
3806 break;
3808 default:
3809 fputc (c, file);
3813 /* Split up a CONST_DOUBLE or integer constant rtx
3814 into two rtx's for single words,
3815 storing in *FIRST the word that comes first in memory in the target
3816 and in *SECOND the other. */
3818 void
3819 split_double (value, first, second)
3820 rtx value;
3821 rtx *first, *second;
3823 if (GET_CODE (value) == CONST_INT)
3825 if (HOST_BITS_PER_WIDE_INT >= (2 * BITS_PER_WORD))
3827 /* In this case the CONST_INT holds both target words.
3828 Extract the bits from it into two word-sized pieces.
3829 Sign extend each half to HOST_WIDE_INT. */
3830 rtx low, high;
3831 /* On machines where HOST_BITS_PER_WIDE_INT == BITS_PER_WORD
3832 the shift below will cause a compiler warning, even though
3833 this code won't be executed. So put the shift amounts in
3834 variables to avoid the warning. */
3835 int rshift = HOST_BITS_PER_WIDE_INT - BITS_PER_WORD;
3836 int lshift = HOST_BITS_PER_WIDE_INT - 2 * BITS_PER_WORD;
3838 low = GEN_INT ((INTVAL (value) << rshift) >> rshift);
3839 high = GEN_INT ((INTVAL (value) << lshift) >> rshift);
3840 if (WORDS_BIG_ENDIAN)
3842 *first = high;
3843 *second = low;
3845 else
3847 *first = low;
3848 *second = high;
3851 else
3853 /* The rule for using CONST_INT for a wider mode
3854 is that we regard the value as signed.
3855 So sign-extend it. */
3856 rtx high = (INTVAL (value) < 0 ? constm1_rtx : const0_rtx);
3857 if (WORDS_BIG_ENDIAN)
3859 *first = high;
3860 *second = value;
3862 else
3864 *first = value;
3865 *second = high;
3869 else if (GET_CODE (value) != CONST_DOUBLE)
3871 if (WORDS_BIG_ENDIAN)
3873 *first = const0_rtx;
3874 *second = value;
3876 else
3878 *first = value;
3879 *second = const0_rtx;
3882 else if (GET_MODE (value) == VOIDmode
3883 /* This is the old way we did CONST_DOUBLE integers. */
3884 || GET_MODE_CLASS (GET_MODE (value)) == MODE_INT)
3886 /* In an integer, the words are defined as most and least significant.
3887 So order them by the target's convention. */
3888 if (WORDS_BIG_ENDIAN)
3890 *first = GEN_INT (CONST_DOUBLE_HIGH (value));
3891 *second = GEN_INT (CONST_DOUBLE_LOW (value));
3893 else
3895 *first = GEN_INT (CONST_DOUBLE_LOW (value));
3896 *second = GEN_INT (CONST_DOUBLE_HIGH (value));
3899 else
3901 #ifdef REAL_ARITHMETIC
3902 REAL_VALUE_TYPE r; long l[2];
3903 REAL_VALUE_FROM_CONST_DOUBLE (r, value);
3905 /* Note, this converts the REAL_VALUE_TYPE to the target's
3906 format, splits up the floating point double and outputs
3907 exactly 32 bits of it into each of l[0] and l[1] --
3908 not necessarily BITS_PER_WORD bits. */
3909 REAL_VALUE_TO_TARGET_DOUBLE (r, l);
3911 *first = GEN_INT ((HOST_WIDE_INT) l[0]);
3912 *second = GEN_INT ((HOST_WIDE_INT) l[1]);
3913 #else
3914 if ((HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
3915 || HOST_BITS_PER_WIDE_INT != BITS_PER_WORD)
3916 && ! flag_pretend_float)
3917 abort ();
3919 if (
3920 #ifdef HOST_WORDS_BIG_ENDIAN
3921 WORDS_BIG_ENDIAN
3922 #else
3923 ! WORDS_BIG_ENDIAN
3924 #endif
3927 /* Host and target agree => no need to swap. */
3928 *first = GEN_INT (CONST_DOUBLE_LOW (value));
3929 *second = GEN_INT (CONST_DOUBLE_HIGH (value));
3931 else
3933 *second = GEN_INT (CONST_DOUBLE_LOW (value));
3934 *first = GEN_INT (CONST_DOUBLE_HIGH (value));
3936 #endif /* no REAL_ARITHMETIC */
3940 /* Return nonzero if this function has no function calls. */
3943 leaf_function_p ()
3945 rtx insn;
3947 if (profile_flag || profile_block_flag || profile_arc_flag)
3948 return 0;
3950 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
3952 if (GET_CODE (insn) == CALL_INSN)
3953 return 0;
3954 if (GET_CODE (insn) == INSN
3955 && GET_CODE (PATTERN (insn)) == SEQUENCE
3956 && GET_CODE (XVECEXP (PATTERN (insn), 0, 0)) == CALL_INSN)
3957 return 0;
3959 for (insn = current_function_epilogue_delay_list; insn; insn = XEXP (insn, 1))
3961 if (GET_CODE (XEXP (insn, 0)) == CALL_INSN)
3962 return 0;
3963 if (GET_CODE (XEXP (insn, 0)) == INSN
3964 && GET_CODE (PATTERN (XEXP (insn, 0))) == SEQUENCE
3965 && GET_CODE (XVECEXP (PATTERN (XEXP (insn, 0)), 0, 0)) == CALL_INSN)
3966 return 0;
3969 return 1;
3972 /* On some machines, a function with no call insns
3973 can run faster if it doesn't create its own register window.
3974 When output, the leaf function should use only the "output"
3975 registers. Ordinarily, the function would be compiled to use
3976 the "input" registers to find its arguments; it is a candidate
3977 for leaf treatment if it uses only the "input" registers.
3978 Leaf function treatment means renumbering so the function
3979 uses the "output" registers instead. */
3981 #ifdef LEAF_REGISTERS
3983 static char permitted_reg_in_leaf_functions[] = LEAF_REGISTERS;
3985 /* Return 1 if this function uses only the registers that can be
3986 safely renumbered. */
3989 only_leaf_regs_used ()
3991 int i;
3993 for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
3994 if ((regs_ever_live[i] || global_regs[i])
3995 && ! permitted_reg_in_leaf_functions[i])
3996 return 0;
3998 if (current_function_uses_pic_offset_table
3999 && pic_offset_table_rtx != 0
4000 && GET_CODE (pic_offset_table_rtx) == REG
4001 && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)])
4002 return 0;
4004 return 1;
4007 /* Scan all instructions and renumber all registers into those
4008 available in leaf functions. */
4010 static void
4011 leaf_renumber_regs (first)
4012 rtx first;
4014 rtx insn;
4016 /* Renumber only the actual patterns.
4017 The reg-notes can contain frame pointer refs,
4018 and renumbering them could crash, and should not be needed. */
4019 for (insn = first; insn; insn = NEXT_INSN (insn))
4020 if (GET_RTX_CLASS (GET_CODE (insn)) == 'i')
4021 leaf_renumber_regs_insn (PATTERN (insn));
4022 for (insn = current_function_epilogue_delay_list; insn; insn = XEXP (insn, 1))
4023 if (GET_RTX_CLASS (GET_CODE (XEXP (insn, 0))) == 'i')
4024 leaf_renumber_regs_insn (PATTERN (XEXP (insn, 0)));
4027 /* Scan IN_RTX and its subexpressions, and renumber all regs into those
4028 available in leaf functions. */
4030 void
4031 leaf_renumber_regs_insn (in_rtx)
4032 register rtx in_rtx;
4034 register int i, j;
4035 register char *format_ptr;
4037 if (in_rtx == 0)
4038 return;
4040 /* Renumber all input-registers into output-registers.
4041 renumbered_regs would be 1 for an output-register;
4042 they */
4044 if (GET_CODE (in_rtx) == REG)
4046 int newreg;
4048 /* Don't renumber the same reg twice. */
4049 if (in_rtx->used)
4050 return;
4052 newreg = REGNO (in_rtx);
4053 /* Don't try to renumber pseudo regs. It is possible for a pseudo reg
4054 to reach here as part of a REG_NOTE. */
4055 if (newreg >= FIRST_PSEUDO_REGISTER)
4057 in_rtx->used = 1;
4058 return;
4060 newreg = LEAF_REG_REMAP (newreg);
4061 if (newreg < 0)
4062 abort ();
4063 regs_ever_live[REGNO (in_rtx)] = 0;
4064 regs_ever_live[newreg] = 1;
4065 REGNO (in_rtx) = newreg;
4066 in_rtx->used = 1;
4069 if (GET_RTX_CLASS (GET_CODE (in_rtx)) == 'i')
4071 /* Inside a SEQUENCE, we find insns.
4072 Renumber just the patterns of these insns,
4073 just as we do for the top-level insns. */
4074 leaf_renumber_regs_insn (PATTERN (in_rtx));
4075 return;
4078 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx));
4080 for (i = 0; i < GET_RTX_LENGTH (GET_CODE (in_rtx)); i++)
4081 switch (*format_ptr++)
4083 case 'e':
4084 leaf_renumber_regs_insn (XEXP (in_rtx, i));
4085 break;
4087 case 'E':
4088 if (NULL != XVEC (in_rtx, i))
4090 for (j = 0; j < XVECLEN (in_rtx, i); j++)
4091 leaf_renumber_regs_insn (XVECEXP (in_rtx, i, j));
4093 break;
4095 case 'S':
4096 case 's':
4097 case '0':
4098 case 'i':
4099 case 'w':
4100 case 'n':
4101 case 'u':
4102 break;
4104 default:
4105 abort ();
4108 #endif