1 /* Output variables, constants and external declarations, for GNU compiler.
2 Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
3 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2, or (at your option) any later
12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
23 /* This file handles generation of all the assembler code
24 *except* the instructions of a function.
25 This includes declarations of variables and their initial values.
27 We also output the assembler code for constants stored in memory
28 and are responsible for combining constants with the same value. */
37 #include "hard-reg-set.h"
47 #include "langhooks.h"
52 #ifdef XCOFF_DEBUGGING_INFO
53 #include "xcoffout.h" /* Needed for external data
54 declarations for e.g. AIX 4.x. */
57 #ifndef TRAMPOLINE_ALIGNMENT
58 #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY
62 #define ASM_STABS_OP "\t.stabs\t"
65 /* The (assembler) name of the first globally-visible object output. */
66 const char *first_global_object_name;
67 const char *weak_global_object_name;
69 extern struct obstack permanent_obstack;
70 #define obstack_chunk_alloc xmalloc
73 struct constant_descriptor;
77 #define MAX_RTX_HASH_TABLE 61
81 /* Hash facility for making memory-constants
82 from constant rtl-expressions. It is used on RISC machines
83 where immediate integer arguments and constant addresses are restricted
84 so that such constants must be stored in memory.
86 This pool of constants is reinitialized for each function
87 so each function gets its own constants-pool that comes right before
89 struct constant_descriptor **x_const_rtx_hash_table;
90 struct pool_constant **x_const_rtx_sym_hash_table;
92 /* Pointers to first and last constant in pool. */
93 struct pool_constant *x_first_pool, *x_last_pool;
95 /* Current offset in constant pool (does not include any machine-specific
97 HOST_WIDE_INT x_pool_offset;
99 /* Chain of all CONST_DOUBLE rtx's constructed for the current function.
100 They are chained through the CONST_DOUBLE_CHAIN. */
101 rtx x_const_double_chain;
104 #define const_rtx_hash_table (cfun->varasm->x_const_rtx_hash_table)
105 #define const_rtx_sym_hash_table (cfun->varasm->x_const_rtx_sym_hash_table)
106 #define first_pool (cfun->varasm->x_first_pool)
107 #define last_pool (cfun->varasm->x_last_pool)
108 #define pool_offset (cfun->varasm->x_pool_offset)
109 #define const_double_chain (cfun->varasm->x_const_double_chain)
111 /* Number for making the label on the next
112 constant that is stored in memory. */
116 /* Number for making the label on the next
117 static variable internal to a function. */
121 /* Carry information from ASM_DECLARE_OBJECT_NAME
122 to ASM_FINISH_DECLARE_OBJECT. */
124 int size_directive_output;
126 /* The last decl for which assemble_variable was called,
127 if it did ASM_DECLARE_OBJECT_NAME.
128 If the last call to assemble_variable didn't do that,
131 tree last_assemble_variable_decl;
133 /* RTX_UNCHANGING_P in a MEM can mean it is stored into, for initialization.
134 So giving constant the alias set for the type will allow such
135 initializations to appear to conflict with the load of the constant. We
136 avoid this by giving all constants an alias set for just constants.
137 Since there will be no stores to that alias set, nothing will ever
138 conflict with them. */
140 static HOST_WIDE_INT const_alias_set;
142 static const char *strip_reg_name PARAMS ((const char *));
143 static int contains_pointers_p PARAMS ((tree));
144 static void decode_addr_const PARAMS ((tree, struct addr_const *));
145 static int const_hash PARAMS ((tree));
146 static int compare_constant PARAMS ((tree,
147 struct constant_descriptor *));
148 static const unsigned char *compare_constant_1 PARAMS ((tree, const unsigned char *));
149 static struct constant_descriptor *record_constant PARAMS ((tree));
150 static void record_constant_1 PARAMS ((tree));
151 static tree copy_constant PARAMS ((tree));
152 static void output_constant_def_contents PARAMS ((tree, int, int));
153 static void decode_rtx_const PARAMS ((enum machine_mode, rtx,
154 struct rtx_const *));
155 static int const_hash_rtx PARAMS ((enum machine_mode, rtx));
156 static int compare_constant_rtx PARAMS ((enum machine_mode, rtx,
157 struct constant_descriptor *));
158 static struct constant_descriptor *record_constant_rtx PARAMS ((enum machine_mode,
160 static struct pool_constant *find_pool_constant PARAMS ((struct function *, rtx));
161 static void mark_constant_pool PARAMS ((void));
162 static void mark_constants PARAMS ((rtx));
163 static int mark_constant PARAMS ((rtx *current_rtx, void *data));
164 static int output_addressed_constants PARAMS ((tree));
165 static void output_after_function_constants PARAMS ((void));
166 static unsigned HOST_WIDE_INT array_size_for_constructor PARAMS ((tree));
167 static unsigned min_align PARAMS ((unsigned, unsigned));
168 static void output_constructor PARAMS ((tree, HOST_WIDE_INT,
170 static void globalize_decl PARAMS ((tree));
171 static void maybe_assemble_visibility PARAMS ((tree));
172 static int in_named_entry_eq PARAMS ((const PTR, const PTR));
173 static hashval_t in_named_entry_hash PARAMS ((const PTR));
174 #ifdef ASM_OUTPUT_BSS
175 static void asm_output_bss PARAMS ((FILE *, tree, const char *, int, int));
177 #ifdef BSS_SECTION_ASM_OP
178 #ifdef ASM_OUTPUT_ALIGNED_BSS
179 static void asm_output_aligned_bss PARAMS ((FILE *, tree, const char *,
182 #endif /* BSS_SECTION_ASM_OP */
183 static void mark_pool_constant PARAMS ((struct pool_constant *));
184 static void mark_const_hash_entry PARAMS ((void *));
185 static int mark_const_str_htab_1 PARAMS ((void **, void *));
186 static void mark_const_str_htab PARAMS ((void *));
187 static hashval_t const_str_htab_hash PARAMS ((const void *x));
188 static int const_str_htab_eq PARAMS ((const void *x, const void *y));
189 static void const_str_htab_del PARAMS ((void *));
190 static void asm_emit_uninitialised PARAMS ((tree, const char*, int, int));
191 static void resolve_unique_section PARAMS ((tree, int));
193 static enum in_section { no_section, in_text, in_data, in_named
194 #ifdef BSS_SECTION_ASM_OP
197 #ifdef CTORS_SECTION_ASM_OP
200 #ifdef DTORS_SECTION_ASM_OP
203 #ifdef EXTRA_SECTIONS
206 } in_section = no_section;
208 /* Return a non-zero value if DECL has a section attribute. */
209 #ifndef IN_NAMED_SECTION
210 #define IN_NAMED_SECTION(DECL) \
211 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
212 && DECL_SECTION_NAME (DECL) != NULL_TREE)
215 /* Text of section name when in_section == in_named. */
216 static const char *in_named_name;
218 /* Hash table of flags that have been used for a particular named section. */
220 struct in_named_entry
227 static htab_t in_named_htab;
229 /* Define functions like text_section for any extra sections. */
230 #ifdef EXTRA_SECTION_FUNCTIONS
231 EXTRA_SECTION_FUNCTIONS
234 /* Tell assembler to switch to text section. */
239 if (in_section != in_text)
244 fprintf (asm_out_file, "%s\n", TEXT_SECTION_ASM_OP);
246 in_section = in_text;
250 /* Tell assembler to switch to data section. */
255 if (in_section != in_data)
257 if (flag_shared_data)
259 #ifdef SHARED_SECTION_ASM_OP
260 fprintf (asm_out_file, "%s\n", SHARED_SECTION_ASM_OP);
262 fprintf (asm_out_file, "%s\n", DATA_SECTION_ASM_OP);
266 fprintf (asm_out_file, "%s\n", DATA_SECTION_ASM_OP);
268 in_section = in_data;
271 /* Tell assembler to ALWAYS switch to data section, in case
272 it's not sure where it is. */
275 force_data_section ()
277 in_section = no_section;
281 /* Tell assembler to switch to read-only data section. This is normally
285 readonly_data_section ()
287 #ifdef READONLY_DATA_SECTION
288 READONLY_DATA_SECTION (); /* Note this can call data_section. */
294 /* Determine if we're in the text section. */
299 return in_section == in_text;
302 /* Determine if we're in the data section. */
307 return in_section == in_data;
310 /* Helper routines for maintaining in_named_htab. */
313 in_named_entry_eq (p1, p2)
317 const struct in_named_entry *old = p1;
318 const char *new = p2;
320 return strcmp (old->name, new) == 0;
324 in_named_entry_hash (p)
327 const struct in_named_entry *old = p;
328 return htab_hash_string (old->name);
331 /* If SECTION has been seen before as a named section, return the flags
332 that were used. Otherwise, return 0. Note, that 0 is a perfectly valid
333 set of flags for a section to have, so 0 does not mean that the section
334 has not been seen. */
337 get_named_section_flags (section)
340 struct in_named_entry **slot;
342 slot = (struct in_named_entry**)
343 htab_find_slot_with_hash (in_named_htab, section,
344 htab_hash_string (section), NO_INSERT);
346 return slot ? (*slot)->flags : 0;
349 /* Returns true if the section has been declared before. Sets internal
350 flag on this section in in_named_hash so subsequent calls on this
351 section will return false. */
354 named_section_first_declaration (name)
357 struct in_named_entry **slot;
359 slot = (struct in_named_entry**)
360 htab_find_slot_with_hash (in_named_htab, name,
361 htab_hash_string (name), NO_INSERT);
362 if (! (*slot)->declared)
364 (*slot)->declared = true;
374 /* Record FLAGS for SECTION. If SECTION was previously recorded with a
375 different set of flags, return false. */
378 set_named_section_flags (section, flags)
382 struct in_named_entry **slot, *entry;
384 slot = (struct in_named_entry**)
385 htab_find_slot_with_hash (in_named_htab, section,
386 htab_hash_string (section), INSERT);
391 entry = (struct in_named_entry *) xmalloc (sizeof (*entry));
393 entry->name = ggc_strdup (section);
394 entry->flags = flags;
395 entry->declared = false;
397 else if (entry->flags != flags)
403 /* Tell assembler to change to section NAME with attributes FLAGS. */
406 named_section_flags (name, flags)
410 if (in_section != in_named || strcmp (name, in_named_name) != 0)
412 if (! set_named_section_flags (name, flags))
415 (* targetm.asm_out.named_section) (name, flags);
417 if (flags & SECTION_FORGET)
418 in_section = no_section;
421 in_named_name = ggc_strdup (name);
422 in_section = in_named;
427 /* Tell assembler to change to section NAME for DECL.
428 If DECL is NULL, just switch to section NAME.
429 If NAME is NULL, get the name from DECL.
430 If RELOC is 1, the initializer for DECL contains relocs. */
433 named_section (decl, name, reloc)
440 if (decl != NULL_TREE && !DECL_P (decl))
443 name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
445 flags = (* targetm.section_type_flags) (decl, name, reloc);
447 /* Sanity check user variables for flag changes. Non-user
448 section flag changes will abort in named_section_flags.
449 However, don't complain if SECTION_OVERRIDE is set.
450 We trust that the setter knows that it is safe to ignore
451 the default flags for this decl. */
452 if (decl && ! set_named_section_flags (name, flags))
454 flags = get_named_section_flags (name);
455 if ((flags & SECTION_OVERRIDE) == 0)
456 error_with_decl (decl, "%s causes a section type conflict");
459 named_section_flags (name, flags);
462 /* If required, set DECL_SECTION_NAME to a unique name. */
465 resolve_unique_section (decl, reloc)
467 int reloc ATTRIBUTE_UNUSED;
469 if (DECL_SECTION_NAME (decl) == NULL_TREE
470 && (flag_function_sections
471 || (targetm.have_named_sections
472 && DECL_ONE_ONLY (decl))))
473 UNIQUE_SECTION (decl, reloc);
476 #ifdef BSS_SECTION_ASM_OP
478 /* Tell the assembler to switch to the bss section. */
483 if (in_section != in_bss)
485 #ifdef SHARED_BSS_SECTION_ASM_OP
486 if (flag_shared_data)
487 fprintf (asm_out_file, "%s\n", SHARED_BSS_SECTION_ASM_OP);
490 fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP);
496 #ifdef ASM_OUTPUT_BSS
498 /* Utility function for ASM_OUTPUT_BSS for targets to use if
499 they don't support alignments in .bss.
500 ??? It is believed that this function will work in most cases so such
501 support is localized here. */
504 asm_output_bss (file, decl, name, size, rounded)
506 tree decl ATTRIBUTE_UNUSED;
508 int size ATTRIBUTE_UNUSED, rounded;
510 ASM_GLOBALIZE_LABEL (file, name);
512 #ifdef ASM_DECLARE_OBJECT_NAME
513 last_assemble_variable_decl = decl;
514 ASM_DECLARE_OBJECT_NAME (file, name, decl);
516 /* Standard thing is just output label for the object. */
517 ASM_OUTPUT_LABEL (file, name);
518 #endif /* ASM_DECLARE_OBJECT_NAME */
519 ASM_OUTPUT_SKIP (file, rounded);
524 #ifdef ASM_OUTPUT_ALIGNED_BSS
526 /* Utility function for targets to use in implementing
527 ASM_OUTPUT_ALIGNED_BSS.
528 ??? It is believed that this function will work in most cases so such
529 support is localized here. */
532 asm_output_aligned_bss (file, decl, name, size, align)
534 tree decl ATTRIBUTE_UNUSED;
538 ASM_GLOBALIZE_LABEL (file, name);
540 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
541 #ifdef ASM_DECLARE_OBJECT_NAME
542 last_assemble_variable_decl = decl;
543 ASM_DECLARE_OBJECT_NAME (file, name, decl);
545 /* Standard thing is just output label for the object. */
546 ASM_OUTPUT_LABEL (file, name);
547 #endif /* ASM_DECLARE_OBJECT_NAME */
548 ASM_OUTPUT_SKIP (file, size ? size : 1);
553 #endif /* BSS_SECTION_ASM_OP */
555 /* Switch to the section for function DECL.
557 If DECL is NULL_TREE, switch to the text section.
558 ??? It's not clear that we will ever be passed NULL_TREE, but it's
559 safer to handle it. */
562 function_section (decl)
565 if (decl != NULL_TREE
566 && DECL_SECTION_NAME (decl) != NULL_TREE)
567 named_section (decl, (char *) 0, 0);
572 /* Switch to section for variable DECL.
574 RELOC is the `reloc' argument to SELECT_SECTION. */
577 variable_section (decl, reloc)
581 if (IN_NAMED_SECTION (decl))
582 named_section (decl, NULL, reloc);
585 /* C++ can have const variables that get initialized from constructors,
586 and thus can not be in a readonly section. We prevent this by
587 verifying that the initial value is constant for objects put in a
590 error_mark_node is used by the C front end to indicate that the
591 initializer has not been seen yet. In this case, we assume that
592 the initializer must be constant.
594 C++ uses error_mark_node for variables that have complicated
595 initializers, but these variables go in BSS so we won't be called
598 #ifdef SELECT_SECTION
599 SELECT_SECTION (decl, reloc, DECL_ALIGN (decl));
601 if (DECL_READONLY_SECTION (decl, reloc))
602 readonly_data_section ();
609 /* Tell assembler to switch to the section for the exception handling
613 default_exception_section ()
615 if (targetm.have_named_sections)
616 named_section (NULL_TREE, ".gcc_except_table", 0);
620 readonly_data_section ();
623 /* Tell assembler to switch to the section for string merging. */
626 mergeable_string_section (decl, align, flags)
627 tree decl ATTRIBUTE_UNUSED;
628 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED;
629 unsigned int flags ATTRIBUTE_UNUSED;
631 #ifdef HAVE_GAS_SHF_MERGE
632 if (flag_merge_constants
633 && TREE_CODE (decl) == STRING_CST
634 && TREE_CODE (TREE_TYPE (decl)) == ARRAY_TYPE
636 && TREE_STRING_LENGTH (decl) >= int_size_in_bytes (TREE_TYPE (decl)))
638 enum machine_mode mode;
639 unsigned int modesize;
644 mode = TYPE_MODE (TREE_TYPE (TREE_TYPE (decl)));
645 modesize = GET_MODE_BITSIZE (mode);
646 if (modesize >= 8 && modesize <= 256
647 && (modesize & (modesize - 1)) == 0)
649 if (align < modesize)
652 str = TREE_STRING_POINTER (decl);
653 len = TREE_STRING_LENGTH (decl);
654 unit = GET_MODE_SIZE (mode);
656 /* Check for embedded NUL characters. */
657 for (i = 0; i < len; i += unit)
659 for (j = 0; j < unit; j++)
660 if (str [i + j] != '\0')
667 sprintf (name, ".rodata.str%d.%d", modesize / 8,
669 flags |= (modesize / 8) | SECTION_MERGE | SECTION_STRINGS;
670 if (!i && modesize < align)
672 /* A "" string with requested alignment greater than
673 character size might cause a problem:
674 if some other string required even bigger
675 alignment than "", then linker might think the
676 "" is just part of padding after some other string
677 and not put it into the hash table initially.
678 But this means "" could have smaller alignment
680 #ifdef ASM_OUTPUT_SECTION_START
681 named_section_flags (name, flags);
682 ASM_OUTPUT_SECTION_START (asm_out_file);
684 readonly_data_section ();
689 named_section_flags (name, flags);
695 readonly_data_section ();
698 /* Tell assembler to switch to the section for constant merging. */
701 mergeable_constant_section (mode, align, flags)
702 enum machine_mode mode ATTRIBUTE_UNUSED;
703 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED;
704 unsigned int flags ATTRIBUTE_UNUSED;
706 #ifdef HAVE_GAS_SHF_MERGE
707 unsigned int modesize = GET_MODE_BITSIZE (mode);
709 if (flag_merge_constants
715 && (align & (align - 1)) == 0)
719 sprintf (name, ".rodata.cst%d", (int) (align / 8));
720 flags |= (align / 8) | SECTION_MERGE;
721 named_section_flags (name, flags);
725 readonly_data_section ();
728 /* Given NAME, a putative register name, discard any customary prefixes. */
731 strip_reg_name (name)
734 #ifdef REGISTER_PREFIX
735 if (!strncmp (name, REGISTER_PREFIX, strlen (REGISTER_PREFIX)))
736 name += strlen (REGISTER_PREFIX);
738 if (name[0] == '%' || name[0] == '#')
743 /* Decode an `asm' spec for a declaration as a register name.
744 Return the register number, or -1 if nothing specified,
745 or -2 if the ASMSPEC is not `cc' or `memory' and is not recognized,
746 or -3 if ASMSPEC is `cc' and is not recognized,
747 or -4 if ASMSPEC is `memory' and is not recognized.
748 Accept an exact spelling or a decimal number.
749 Prefixes such as % are optional. */
752 decode_reg_name (asmspec)
759 /* Get rid of confusing prefixes. */
760 asmspec = strip_reg_name (asmspec);
762 /* Allow a decimal number as a "register name". */
763 for (i = strlen (asmspec) - 1; i >= 0; i--)
764 if (! ISDIGIT (asmspec[i]))
766 if (asmspec[0] != 0 && i < 0)
769 if (i < FIRST_PSEUDO_REGISTER && i >= 0)
775 for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
777 && ! strcmp (asmspec, strip_reg_name (reg_names[i])))
780 #ifdef ADDITIONAL_REGISTER_NAMES
782 static const struct { const char *const name; const int number; } table[]
783 = ADDITIONAL_REGISTER_NAMES;
785 for (i = 0; i < (int) ARRAY_SIZE (table); i++)
786 if (! strcmp (asmspec, table[i].name))
787 return table[i].number;
789 #endif /* ADDITIONAL_REGISTER_NAMES */
791 if (!strcmp (asmspec, "memory"))
794 if (!strcmp (asmspec, "cc"))
803 /* Create the DECL_RTL for a VAR_DECL or FUNCTION_DECL. DECL should
804 have static storage duration. In other words, it should not be an
805 automatic variable, including PARM_DECLs.
807 There is, however, one exception: this function handles variables
808 explicitly placed in a particular register by the user.
810 ASMSPEC, if not 0, is the string which the user specified as the
811 assembler symbol name.
813 This is never called for PARM_DECL nodes. */
816 make_decl_rtl (decl, asmspec)
820 int top_level = (DECL_CONTEXT (decl) == NULL_TREE);
821 const char *name = 0;
822 const char *new_name = 0;
826 /* Check that we are not being given an automatic variable. */
827 /* A weak alias has TREE_PUBLIC set but not the other bits. */
828 if (TREE_CODE (decl) == PARM_DECL
829 || TREE_CODE (decl) == RESULT_DECL
830 || (TREE_CODE (decl) == VAR_DECL
831 && !TREE_STATIC (decl)
832 && !TREE_PUBLIC (decl)
833 && !DECL_EXTERNAL (decl)
834 && !DECL_REGISTER (decl)))
836 /* And that we were not given a type or a label. */
837 else if (TREE_CODE (decl) == TYPE_DECL
838 || TREE_CODE (decl) == LABEL_DECL)
841 /* For a duplicate declaration, we can be called twice on the
842 same DECL node. Don't discard the RTL already made. */
843 if (DECL_RTL_SET_P (decl))
845 /* If the old RTL had the wrong mode, fix the mode. */
846 if (GET_MODE (DECL_RTL (decl)) != DECL_MODE (decl))
847 SET_DECL_RTL (decl, adjust_address_nv (DECL_RTL (decl),
848 DECL_MODE (decl), 0));
850 /* ??? Another way to do this would be to do what halfpic.c does
851 and maintain a hashed table of such critters. */
852 /* Let the target reassign the RTL if it wants.
853 This is necessary, for example, when one machine specific
854 decl attribute overrides another. */
855 #ifdef ENCODE_SECTION_INFO
856 ENCODE_SECTION_INFO (decl, false);
861 new_name = name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
863 reg_number = decode_reg_name (asmspec);
864 if (reg_number == -2)
866 /* ASMSPEC is given, and not the name of a register. Mark the
867 name with a star so assemble_name won't munge it. */
868 char *starred = alloca (strlen (asmspec) + 2);
870 strcpy (starred + 1, asmspec);
874 if (TREE_CODE (decl) != FUNCTION_DECL && DECL_REGISTER (decl))
876 /* First detect errors in declaring global registers. */
877 if (reg_number == -1)
878 error_with_decl (decl, "register name not specified for `%s'");
879 else if (reg_number < 0)
880 error_with_decl (decl, "invalid register name for `%s'");
881 else if (TYPE_MODE (TREE_TYPE (decl)) == BLKmode)
882 error_with_decl (decl,
883 "data type of `%s' isn't suitable for a register");
884 else if (! HARD_REGNO_MODE_OK (reg_number, TYPE_MODE (TREE_TYPE (decl))))
885 error_with_decl (decl,
886 "register specified for `%s' isn't suitable for data type");
887 /* Now handle properly declared static register variables. */
892 if (DECL_INITIAL (decl) != 0 && TREE_STATIC (decl))
894 DECL_INITIAL (decl) = 0;
895 error ("global register variable has initial value");
897 if (TREE_THIS_VOLATILE (decl))
898 warning ("volatile register variables don't work as you might wish");
900 /* If the user specified one of the eliminables registers here,
901 e.g., FRAME_POINTER_REGNUM, we don't want to get this variable
902 confused with that register and be eliminated. This usage is
903 somewhat suspect... */
905 SET_DECL_RTL (decl, gen_rtx_raw_REG (DECL_MODE (decl), reg_number));
906 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number;
907 REG_USERVAR_P (DECL_RTL (decl)) = 1;
909 if (TREE_STATIC (decl))
911 /* Make this register global, so not usable for anything
913 #ifdef ASM_DECLARE_REGISTER_GLOBAL
914 ASM_DECLARE_REGISTER_GLOBAL (asm_out_file, decl, reg_number, name);
916 nregs = HARD_REGNO_NREGS (reg_number, DECL_MODE (decl));
918 globalize_reg (reg_number + --nregs);
921 /* As a register variable, it has no section. */
926 /* Now handle ordinary static variables and functions (in memory).
927 Also handle vars declared register invalidly. */
929 if (reg_number >= 0 || reg_number == -3)
930 error_with_decl (decl,
931 "register name given for non-register variable `%s'");
933 /* Specifying a section attribute on a variable forces it into a
934 non-.bss section, and thus it cannot be common. */
935 if (TREE_CODE (decl) == VAR_DECL
936 && DECL_SECTION_NAME (decl) != NULL_TREE
937 && DECL_INITIAL (decl) == NULL_TREE
938 && DECL_COMMON (decl))
939 DECL_COMMON (decl) = 0;
941 /* Can't use just the variable's own name for a variable
942 whose scope is less than the whole file, unless it's a member
943 of a local class (which will already be unambiguous).
944 Concatenate a distinguishing number. */
945 if (!top_level && !TREE_PUBLIC (decl)
946 && ! (DECL_CONTEXT (decl) && TYPE_P (DECL_CONTEXT (decl)))
948 && name == IDENTIFIER_POINTER (DECL_NAME (decl)))
952 ASM_FORMAT_PRIVATE_NAME (label, name, var_labelno);
957 if (name != new_name)
959 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (new_name));
960 name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
963 /* If this variable is to be treated as volatile, show its
964 tree node has side effects. */
965 if ((flag_volatile_global && TREE_CODE (decl) == VAR_DECL
966 && TREE_PUBLIC (decl))
967 || ((flag_volatile_static && TREE_CODE (decl) == VAR_DECL
968 && (TREE_PUBLIC (decl) || TREE_STATIC (decl)))))
969 TREE_SIDE_EFFECTS (decl) = 1;
971 x = gen_rtx_MEM (DECL_MODE (decl), gen_rtx_SYMBOL_REF (Pmode, name));
972 SYMBOL_REF_WEAK (XEXP (x, 0)) = DECL_WEAK (decl);
973 if (TREE_CODE (decl) != FUNCTION_DECL)
974 set_mem_attributes (x, decl, 1);
975 SET_DECL_RTL (decl, x);
977 /* Optionally set flags or add text to the name to record information
978 such as that it is a function name.
979 If the name is changed, the macro ASM_OUTPUT_LABELREF
980 will have to know how to strip this information. */
981 #ifdef ENCODE_SECTION_INFO
982 ENCODE_SECTION_INFO (decl, true);
986 /* Make the rtl for variable VAR be volatile.
987 Use this only for static variables. */
990 make_var_volatile (var)
993 if (GET_CODE (DECL_RTL (var)) != MEM)
996 MEM_VOLATILE_P (DECL_RTL (var)) = 1;
999 /* Output alignment directive to align for constant expression EXP. */
1002 assemble_constant_align (exp)
1007 /* Align the location counter as required by EXP's data type. */
1008 align = TYPE_ALIGN (TREE_TYPE (exp));
1009 #ifdef CONSTANT_ALIGNMENT
1010 align = CONSTANT_ALIGNMENT (exp, align);
1013 if (align > BITS_PER_UNIT)
1015 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
1019 /* Output a string of literal assembler code
1020 for an `asm' keyword used between functions. */
1023 assemble_asm (string)
1028 if (TREE_CODE (string) == ADDR_EXPR)
1029 string = TREE_OPERAND (string, 0);
1031 fprintf (asm_out_file, "\t%s\n", TREE_STRING_POINTER (string));
1034 /* Record an element in the table of global destructors. SYMBOL is
1035 a SYMBOL_REF of the function to be called; PRIORITY is a number
1036 between 0 and MAX_INIT_PRIORITY. */
1039 default_stabs_asm_out_destructor (symbol, priority)
1041 int priority ATTRIBUTE_UNUSED;
1043 /* Tell GNU LD that this is part of the static destructor set.
1044 This will work for any system that uses stabs, most usefully
1046 fprintf (asm_out_file, "%s\"___DTOR_LIST__\",22,0,0,", ASM_STABS_OP);
1047 assemble_name (asm_out_file, XSTR (symbol, 0));
1048 fputc ('\n', asm_out_file);
1052 default_named_section_asm_out_destructor (symbol, priority)
1056 const char *section = ".dtors";
1059 /* ??? This only works reliably with the GNU linker. */
1060 if (priority != DEFAULT_INIT_PRIORITY)
1062 sprintf (buf, ".dtors.%.5u",
1063 /* Invert the numbering so the linker puts us in the proper
1064 order; constructors are run from right to left, and the
1065 linker sorts in increasing order. */
1066 MAX_INIT_PRIORITY - priority);
1070 named_section_flags (section, SECTION_WRITE);
1071 assemble_align (POINTER_SIZE);
1072 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1075 #ifdef DTORS_SECTION_ASM_OP
1079 if (in_section != in_dtors)
1081 in_section = in_dtors;
1082 fputs (DTORS_SECTION_ASM_OP, asm_out_file);
1083 fputc ('\n', asm_out_file);
1088 default_dtor_section_asm_out_destructor (symbol, priority)
1090 int priority ATTRIBUTE_UNUSED;
1093 assemble_align (POINTER_SIZE);
1094 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1098 /* Likewise for global constructors. */
1101 default_stabs_asm_out_constructor (symbol, priority)
1103 int priority ATTRIBUTE_UNUSED;
1105 /* Tell GNU LD that this is part of the static destructor set.
1106 This will work for any system that uses stabs, most usefully
1108 fprintf (asm_out_file, "%s\"___CTOR_LIST__\",22,0,0,", ASM_STABS_OP);
1109 assemble_name (asm_out_file, XSTR (symbol, 0));
1110 fputc ('\n', asm_out_file);
1114 default_named_section_asm_out_constructor (symbol, priority)
1118 const char *section = ".ctors";
1121 /* ??? This only works reliably with the GNU linker. */
1122 if (priority != DEFAULT_INIT_PRIORITY)
1124 sprintf (buf, ".ctors.%.5u",
1125 /* Invert the numbering so the linker puts us in the proper
1126 order; constructors are run from right to left, and the
1127 linker sorts in increasing order. */
1128 MAX_INIT_PRIORITY - priority);
1132 named_section_flags (section, SECTION_WRITE);
1133 assemble_align (POINTER_SIZE);
1134 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1137 #ifdef CTORS_SECTION_ASM_OP
1141 if (in_section != in_ctors)
1143 in_section = in_ctors;
1144 fputs (CTORS_SECTION_ASM_OP, asm_out_file);
1145 fputc ('\n', asm_out_file);
1150 default_ctor_section_asm_out_constructor (symbol, priority)
1152 int priority ATTRIBUTE_UNUSED;
1155 assemble_align (POINTER_SIZE);
1156 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
1160 /* CONSTANT_POOL_BEFORE_FUNCTION may be defined as an expression with
1161 a non-zero value if the constant pool should be output before the
1162 start of the function, or a zero value if the pool should output
1163 after the end of the function. The default is to put it before the
1166 #ifndef CONSTANT_POOL_BEFORE_FUNCTION
1167 #define CONSTANT_POOL_BEFORE_FUNCTION 1
1170 /* Output assembler code for the constant pool of a function and associated
1171 with defining the name of the function. DECL describes the function.
1172 NAME is the function's name. For the constant pool, we use the current
1173 constant pool data. */
1176 assemble_start_function (decl, fnname)
1182 /* The following code does not need preprocessing in the assembler. */
1186 if (CONSTANT_POOL_BEFORE_FUNCTION)
1187 output_constant_pool (fnname, decl);
1189 resolve_unique_section (decl, 0);
1190 function_section (decl);
1192 /* Tell assembler to move to target machine's alignment for functions. */
1193 align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT);
1196 ASM_OUTPUT_ALIGN (asm_out_file, align);
1199 /* Handle a user-specified function alignment.
1200 Note that we still need to align to FUNCTION_BOUNDARY, as above,
1201 because ASM_OUTPUT_MAX_SKIP_ALIGN might not do any alignment at all. */
1202 if (align_functions_log > align)
1204 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN
1205 ASM_OUTPUT_MAX_SKIP_ALIGN (asm_out_file,
1206 align_functions_log, align_functions-1);
1208 ASM_OUTPUT_ALIGN (asm_out_file, align_functions_log);
1212 #ifdef ASM_OUTPUT_FUNCTION_PREFIX
1213 ASM_OUTPUT_FUNCTION_PREFIX (asm_out_file, fnname);
1216 (*debug_hooks->begin_function) (decl);
1218 /* Make function name accessible from other files, if appropriate. */
1220 if (TREE_PUBLIC (decl))
1222 if (! first_global_object_name)
1227 STRIP_NAME_ENCODING (p, fnname);
1228 name = permalloc (strlen (p) + 1);
1231 if (! DECL_WEAK (decl) && ! DECL_ONE_ONLY (decl))
1232 first_global_object_name = name;
1234 weak_global_object_name = name;
1237 globalize_decl (decl);
1239 maybe_assemble_visibility (decl);
1242 /* Do any machine/system dependent processing of the function name */
1243 #ifdef ASM_DECLARE_FUNCTION_NAME
1244 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl);
1246 /* Standard thing is just output label for the function. */
1247 ASM_OUTPUT_LABEL (asm_out_file, fnname);
1248 #endif /* ASM_DECLARE_FUNCTION_NAME */
1251 /* Output assembler code associated with defining the size of the
1252 function. DECL describes the function. NAME is the function's name. */
1255 assemble_end_function (decl, fnname)
1259 #ifdef ASM_DECLARE_FUNCTION_SIZE
1260 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl);
1262 if (! CONSTANT_POOL_BEFORE_FUNCTION)
1264 output_constant_pool (fnname, decl);
1265 function_section (decl); /* need to switch back */
1268 /* Output any constants which should appear after the function. */
1269 output_after_function_constants ();
1272 /* Assemble code to leave SIZE bytes of zeros. */
1275 assemble_zeros (size)
1278 /* Do no output if -fsyntax-only. */
1279 if (flag_syntax_only)
1282 #ifdef ASM_NO_SKIP_IN_TEXT
1283 /* The `space' pseudo in the text section outputs nop insns rather than 0s,
1284 so we must output 0s explicitly in the text section. */
1285 if (ASM_NO_SKIP_IN_TEXT && in_text_section ())
1288 for (i = 0; i < size; i++)
1289 assemble_integer (const0_rtx, 1, BITS_PER_UNIT, 1);
1294 ASM_OUTPUT_SKIP (asm_out_file, size);
1297 /* Assemble an alignment pseudo op for an ALIGN-bit boundary. */
1300 assemble_align (align)
1303 if (align > BITS_PER_UNIT)
1305 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
1309 /* Assemble a string constant with the specified C string as contents. */
1312 assemble_string (p, size)
1319 /* If the string is very long, split it up. */
1323 int thissize = size - pos;
1324 if (thissize > maximum)
1327 ASM_OUTPUT_ASCII (asm_out_file, p, thissize);
1335 #if defined ASM_OUTPUT_ALIGNED_DECL_LOCAL
1336 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \
1337 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1339 #if defined ASM_OUTPUT_ALIGNED_LOCAL
1340 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \
1341 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, DECL_ALIGN (decl))
1343 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \
1344 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded)
1348 #if defined ASM_OUTPUT_ALIGNED_BSS
1349 #define ASM_EMIT_BSS(decl, name, size, rounded) \
1350 ASM_OUTPUT_ALIGNED_BSS (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1352 #if defined ASM_OUTPUT_BSS
1353 #define ASM_EMIT_BSS(decl, name, size, rounded) \
1354 ASM_OUTPUT_BSS (asm_out_file, decl, name, size, rounded)
1360 #if defined ASM_OUTPUT_ALIGNED_DECL_COMMON
1361 #define ASM_EMIT_COMMON(decl, name, size, rounded) \
1362 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, decl, name, size, DECL_ALIGN (decl))
1364 #if defined ASM_OUTPUT_ALIGNED_COMMON
1365 #define ASM_EMIT_COMMON(decl, name, size, rounded) \
1366 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, name, size, DECL_ALIGN (decl))
1368 #define ASM_EMIT_COMMON(decl, name, size, rounded) \
1369 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded)
1374 asm_emit_uninitialised (decl, name, size, rounded)
1377 int size ATTRIBUTE_UNUSED;
1378 int rounded ATTRIBUTE_UNUSED;
1386 destination = asm_dest_local;
1388 if (TREE_PUBLIC (decl))
1390 #if defined ASM_EMIT_BSS
1391 if (! DECL_COMMON (decl))
1392 destination = asm_dest_bss;
1395 destination = asm_dest_common;
1398 switch (destination)
1400 case asm_dest_common:
1401 if (! DECL_WEAK (decl))
1404 globalize_decl (decl);
1409 if (flag_shared_data)
1411 switch (destination)
1413 #ifdef ASM_OUTPUT_SHARED_BSS
1415 ASM_OUTPUT_SHARED_BSS (asm_out_file, decl, name, size, rounded);
1418 #ifdef ASM_OUTPUT_SHARED_COMMON
1419 case asm_dest_common:
1420 ASM_OUTPUT_SHARED_COMMON (asm_out_file, name, size, rounded);
1423 #ifdef ASM_OUTPUT_SHARED_LOCAL
1424 case asm_dest_local:
1425 ASM_OUTPUT_SHARED_LOCAL (asm_out_file, name, size, rounded);
1433 resolve_unique_section (decl, 0);
1435 switch (destination)
1439 ASM_EMIT_BSS (decl, name, size, rounded);
1442 case asm_dest_common:
1443 ASM_EMIT_COMMON (decl, name, size, rounded);
1445 case asm_dest_local:
1446 ASM_EMIT_LOCAL (decl, name, size, rounded);
1455 /* Assemble everything that is needed for a variable or function declaration.
1456 Not used for automatic variables, and not used for function definitions.
1457 Should not be called for variables of incomplete structure type.
1459 TOP_LEVEL is nonzero if this variable has file scope.
1460 AT_END is nonzero if this is the special handling, at end of compilation,
1461 to define things that have had only tentative definitions.
1462 DONT_OUTPUT_DATA if nonzero means don't actually output the
1463 initial value (that will be done by the caller). */
1466 assemble_variable (decl, top_level, at_end, dont_output_data)
1468 int top_level ATTRIBUTE_UNUSED;
1469 int at_end ATTRIBUTE_UNUSED;
1470 int dont_output_data;
1477 last_assemble_variable_decl = 0;
1479 /* Normally no need to say anything here for external references,
1480 since assemble_external is called by the language-specific code
1481 when a declaration is first seen. */
1483 if (DECL_EXTERNAL (decl))
1486 /* Output no assembler code for a function declaration.
1487 Only definitions of functions output anything. */
1489 if (TREE_CODE (decl) == FUNCTION_DECL)
1492 /* Do nothing for global register variables. */
1493 if (DECL_RTL_SET_P (decl) && GET_CODE (DECL_RTL (decl)) == REG)
1495 TREE_ASM_WRITTEN (decl) = 1;
1499 /* If type was incomplete when the variable was declared,
1500 see if it is complete now. */
1502 if (DECL_SIZE (decl) == 0)
1503 layout_decl (decl, 0);
1505 /* Still incomplete => don't allocate it; treat the tentative defn
1506 (which is what it must have been) as an `extern' reference. */
1508 if (!dont_output_data && DECL_SIZE (decl) == 0)
1510 error_with_file_and_line (DECL_SOURCE_FILE (decl),
1511 DECL_SOURCE_LINE (decl),
1512 "storage size of `%s' isn't known",
1513 IDENTIFIER_POINTER (DECL_NAME (decl)));
1514 TREE_ASM_WRITTEN (decl) = 1;
1518 /* The first declaration of a variable that comes through this function
1519 decides whether it is global (in C, has external linkage)
1520 or local (in C, has internal linkage). So do nothing more
1521 if this function has already run. */
1523 if (TREE_ASM_WRITTEN (decl))
1526 /* Make sure ENCODE_SECTION_INFO is invoked before we set ASM_WRITTEN. */
1527 decl_rtl = DECL_RTL (decl);
1529 TREE_ASM_WRITTEN (decl) = 1;
1531 /* Do no output if -fsyntax-only. */
1532 if (flag_syntax_only)
1537 if (! dont_output_data
1538 && ! host_integerp (DECL_SIZE_UNIT (decl), 1))
1540 error_with_decl (decl, "size of variable `%s' is too large");
1544 name = XSTR (XEXP (decl_rtl, 0), 0);
1545 if (TREE_PUBLIC (decl) && DECL_NAME (decl)
1546 && ! first_global_object_name
1547 && ! (DECL_COMMON (decl) && (DECL_INITIAL (decl) == 0
1548 || DECL_INITIAL (decl) == error_mark_node))
1549 && ! DECL_WEAK (decl)
1550 && ! DECL_ONE_ONLY (decl))
1555 STRIP_NAME_ENCODING (p, name);
1556 xname = permalloc (strlen (p) + 1);
1558 first_global_object_name = xname;
1561 /* Compute the alignment of this data. */
1563 align = DECL_ALIGN (decl);
1565 /* In the case for initialing an array whose length isn't specified,
1566 where we have not yet been able to do the layout,
1567 figure out the proper alignment now. */
1568 if (dont_output_data && DECL_SIZE (decl) == 0
1569 && TREE_CODE (TREE_TYPE (decl)) == ARRAY_TYPE)
1570 align = MAX (align, TYPE_ALIGN (TREE_TYPE (TREE_TYPE (decl))));
1572 /* Some object file formats have a maximum alignment which they support.
1573 In particular, a.out format supports a maximum alignment of 4. */
1574 #ifndef MAX_OFILE_ALIGNMENT
1575 #define MAX_OFILE_ALIGNMENT BIGGEST_ALIGNMENT
1577 if (align > MAX_OFILE_ALIGNMENT)
1579 warning_with_decl (decl,
1580 "alignment of `%s' is greater than maximum object file alignment. Using %d",
1581 MAX_OFILE_ALIGNMENT/BITS_PER_UNIT);
1582 align = MAX_OFILE_ALIGNMENT;
1585 /* On some machines, it is good to increase alignment sometimes. */
1586 if (! DECL_USER_ALIGN (decl))
1588 #ifdef DATA_ALIGNMENT
1589 align = DATA_ALIGNMENT (TREE_TYPE (decl), align);
1591 #ifdef CONSTANT_ALIGNMENT
1592 if (DECL_INITIAL (decl) != 0 && DECL_INITIAL (decl) != error_mark_node)
1593 align = CONSTANT_ALIGNMENT (DECL_INITIAL (decl), align);
1597 /* Reset the alignment in case we have made it tighter, so we can benefit
1598 from it in get_pointer_alignment. */
1599 DECL_ALIGN (decl) = align;
1600 set_mem_align (decl_rtl, align);
1602 if (TREE_PUBLIC (decl))
1603 maybe_assemble_visibility (decl);
1605 /* Output any data that we will need to use the address of. */
1606 if (DECL_INITIAL (decl) == error_mark_node)
1607 reloc = contains_pointers_p (TREE_TYPE (decl)) ? 3 : 0;
1608 else if (DECL_INITIAL (decl))
1609 reloc = output_addressed_constants (DECL_INITIAL (decl));
1610 resolve_unique_section (decl, reloc);
1612 /* Handle uninitialized definitions. */
1614 if ((DECL_INITIAL (decl) == 0 || DECL_INITIAL (decl) == error_mark_node
1615 #if defined ASM_EMIT_BSS
1616 || (flag_zero_initialized_in_bss
1617 && initializer_zerop (DECL_INITIAL (decl)))
1620 /* If the target can't output uninitialized but not common global data
1621 in .bss, then we have to use .data. */
1622 #if ! defined ASM_EMIT_BSS
1623 && DECL_COMMON (decl)
1625 && DECL_SECTION_NAME (decl) == NULL_TREE
1626 && ! dont_output_data)
1628 unsigned HOST_WIDE_INT size = tree_low_cst (DECL_SIZE_UNIT (decl), 1);
1629 unsigned HOST_WIDE_INT rounded = size;
1631 /* Don't allocate zero bytes of common,
1632 since that means "undefined external" in the linker. */
1636 /* Round size up to multiple of BIGGEST_ALIGNMENT bits
1637 so that each uninitialized object starts on such a boundary. */
1638 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
1639 rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
1640 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
1642 /* Don't continue this line--convex cc version 4.1 would lose. */
1643 #if !defined(ASM_OUTPUT_ALIGNED_COMMON) && !defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) && !defined(ASM_OUTPUT_ALIGNED_BSS)
1644 if ((unsigned HOST_WIDE_INT) DECL_ALIGN (decl) / BITS_PER_UNIT > rounded)
1646 (decl, "requested alignment for %s is greater than implemented alignment of %d",rounded);
1649 asm_emit_uninitialised (decl, name, size, rounded);
1654 /* Handle initialized definitions.
1655 Also handle uninitialized global definitions if -fno-common and the
1656 target doesn't support ASM_OUTPUT_BSS. */
1658 /* First make the assembler name(s) global if appropriate. */
1659 if (TREE_PUBLIC (decl) && DECL_NAME (decl))
1660 globalize_decl (decl);
1662 /* Switch to the appropriate section. */
1663 variable_section (decl, reloc);
1665 /* dbxout.c needs to know this. */
1666 if (in_text_section ())
1667 DECL_IN_TEXT_SECTION (decl) = 1;
1669 /* Output the alignment of this data. */
1670 if (align > BITS_PER_UNIT)
1672 ASM_OUTPUT_ALIGN (asm_out_file,
1673 floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT));
1676 /* Do any machine/system dependent processing of the object. */
1677 #ifdef ASM_DECLARE_OBJECT_NAME
1678 last_assemble_variable_decl = decl;
1679 ASM_DECLARE_OBJECT_NAME (asm_out_file, name, decl);
1681 /* Standard thing is just output label for the object. */
1682 ASM_OUTPUT_LABEL (asm_out_file, name);
1683 #endif /* ASM_DECLARE_OBJECT_NAME */
1685 if (!dont_output_data)
1687 if (DECL_INITIAL (decl) && DECL_INITIAL (decl) != error_mark_node)
1688 /* Output the actual data. */
1689 output_constant (DECL_INITIAL (decl),
1690 tree_low_cst (DECL_SIZE_UNIT (decl), 1),
1693 /* Leave space for it. */
1694 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1));
1698 /* Return 1 if type TYPE contains any pointers. */
1701 contains_pointers_p (type)
1704 switch (TREE_CODE (type))
1707 case REFERENCE_TYPE:
1708 /* I'm not sure whether OFFSET_TYPE needs this treatment,
1709 so I'll play safe and return 1. */
1715 case QUAL_UNION_TYPE:
1718 /* For a type that has fields, see if the fields have pointers. */
1719 for (fields = TYPE_FIELDS (type); fields; fields = TREE_CHAIN (fields))
1720 if (TREE_CODE (fields) == FIELD_DECL
1721 && contains_pointers_p (TREE_TYPE (fields)))
1727 /* An array type contains pointers if its element type does. */
1728 return contains_pointers_p (TREE_TYPE (type));
1735 /* Output something to declare an external symbol to the assembler.
1736 (Most assemblers don't need this, so we normally output nothing.)
1737 Do nothing if DECL is not external. */
1740 assemble_external (decl)
1741 tree decl ATTRIBUTE_UNUSED;
1743 /* Because most platforms do not define ASM_OUTPUT_EXTERNAL, the
1744 main body of this code is only rarely exercised. To provide some
1745 testing, on all platforms, we make sure that the ASM_OUT_FILE is
1746 open. If it's not, we should not be calling this function. */
1750 #ifdef ASM_OUTPUT_EXTERNAL
1751 if (DECL_P (decl) && DECL_EXTERNAL (decl) && TREE_PUBLIC (decl))
1753 rtx rtl = DECL_RTL (decl);
1755 if (GET_CODE (rtl) == MEM && GET_CODE (XEXP (rtl, 0)) == SYMBOL_REF
1756 && ! SYMBOL_REF_USED (XEXP (rtl, 0)))
1758 /* Some systems do require some output. */
1759 SYMBOL_REF_USED (XEXP (rtl, 0)) = 1;
1760 ASM_OUTPUT_EXTERNAL (asm_out_file, decl, XSTR (XEXP (rtl, 0), 0));
1766 /* Similar, for calling a library function FUN. */
1769 assemble_external_libcall (fun)
1770 rtx fun ATTRIBUTE_UNUSED;
1772 #ifdef ASM_OUTPUT_EXTERNAL_LIBCALL
1773 /* Declare library function name external when first used, if nec. */
1774 if (! SYMBOL_REF_USED (fun))
1776 SYMBOL_REF_USED (fun) = 1;
1777 ASM_OUTPUT_EXTERNAL_LIBCALL (asm_out_file, fun);
1782 /* Declare the label NAME global. */
1785 assemble_global (name)
1786 const char *name ATTRIBUTE_UNUSED;
1788 ASM_GLOBALIZE_LABEL (asm_out_file, name);
1791 /* Assemble a label named NAME. */
1794 assemble_label (name)
1797 ASM_OUTPUT_LABEL (asm_out_file, name);
1800 /* Output to FILE a reference to the assembler name of a C-level name NAME.
1801 If NAME starts with a *, the rest of NAME is output verbatim.
1802 Otherwise NAME is transformed in an implementation-defined way
1803 (usually by the addition of an underscore).
1804 Many macros in the tm file are defined to call this function. */
1807 assemble_name (file, name)
1811 const char *real_name;
1814 STRIP_NAME_ENCODING (real_name, name);
1816 id = maybe_get_identifier (real_name);
1818 TREE_SYMBOL_REFERENCED (id) = 1;
1821 fputs (&name[1], file);
1823 ASM_OUTPUT_LABELREF (file, name);
1826 /* Allocate SIZE bytes writable static space with a gensym name
1827 and return an RTX to refer to its address. */
1830 assemble_static_space (size)
1834 const char *namestring;
1838 if (flag_shared_data)
1842 ASM_GENERATE_INTERNAL_LABEL (name, "LF", const_labelno);
1844 namestring = ggc_strdup (name);
1846 x = gen_rtx_SYMBOL_REF (Pmode, namestring);
1848 #ifdef ASM_OUTPUT_ALIGNED_DECL_LOCAL
1849 ASM_OUTPUT_ALIGNED_DECL_LOCAL (asm_out_file, NULL_TREE, name, size,
1852 #ifdef ASM_OUTPUT_ALIGNED_LOCAL
1853 ASM_OUTPUT_ALIGNED_LOCAL (asm_out_file, name, size, BIGGEST_ALIGNMENT);
1856 /* Round size up to multiple of BIGGEST_ALIGNMENT bits
1857 so that each uninitialized object starts on such a boundary. */
1858 /* Variable `rounded' might or might not be used in ASM_OUTPUT_LOCAL. */
1859 int rounded ATTRIBUTE_UNUSED
1860 = ((size + (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1)
1861 / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
1862 * (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
1863 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
1870 /* Assemble the static constant template for function entry trampolines.
1871 This is done at most once per compilation.
1872 Returns an RTX for the address of the template. */
1874 #ifdef TRAMPOLINE_TEMPLATE
1876 assemble_trampoline_template ()
1882 /* By default, put trampoline templates in read-only data section. */
1884 #ifdef TRAMPOLINE_SECTION
1885 TRAMPOLINE_SECTION ();
1887 readonly_data_section ();
1890 /* Write the assembler code to define one. */
1891 align = floor_log2 (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
1894 ASM_OUTPUT_ALIGN (asm_out_file, align);
1897 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LTRAMP", 0);
1898 TRAMPOLINE_TEMPLATE (asm_out_file);
1900 /* Record the rtl to refer to it. */
1901 ASM_GENERATE_INTERNAL_LABEL (label, "LTRAMP", 0);
1902 name = ggc_strdup (label);
1903 return gen_rtx_SYMBOL_REF (Pmode, name);
1907 /* A and B are either alignments or offsets. Return the minimum alignment
1908 that may be assumed after adding the two together. */
1910 static inline unsigned
1914 return (a | b) & -(a | b);
1917 /* Return the assembler directive for creating a given kind of integer
1918 object. SIZE is the number of bytes in the object and ALIGNED_P
1919 indicates whether it is known to be aligned. Return NULL if the
1920 assembly dialect has no such directive.
1922 The returned string should be printed at the start of a new line and
1923 be followed immediately by the object's initial value. */
1926 integer_asm_op (size, aligned_p)
1930 struct asm_int_op *ops;
1933 ops = &targetm.asm_out.aligned_op;
1935 ops = &targetm.asm_out.unaligned_op;
1940 return targetm.asm_out.byte_op;
1954 /* Use directive OP to assemble an integer object X. Print OP at the
1955 start of the line, followed immediately by the value of X. */
1958 assemble_integer_with_op (op, x)
1962 fputs (op, asm_out_file);
1963 output_addr_const (asm_out_file, x);
1964 fputc ('\n', asm_out_file);
1967 /* The default implementation of the asm_out.integer target hook. */
1970 default_assemble_integer (x, size, aligned_p)
1971 rtx x ATTRIBUTE_UNUSED;
1972 unsigned int size ATTRIBUTE_UNUSED;
1973 int aligned_p ATTRIBUTE_UNUSED;
1975 const char *op = integer_asm_op (size, aligned_p);
1976 return op && (assemble_integer_with_op (op, x), true);
1979 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is
1980 the alignment of the integer in bits. Return 1 if we were able to output
1981 the constant, otherwise 0. If FORCE is non-zero, abort if we can't output
1985 assemble_integer (x, size, align, force)
1993 aligned_p = (align >= MIN (size * BITS_PER_UNIT, BIGGEST_ALIGNMENT));
1995 /* See if the target hook can handle this kind of object. */
1996 if ((*targetm.asm_out.integer) (x, size, aligned_p))
1999 /* If the object is a multi-byte one, try splitting it up. Split
2000 it into words it if is multi-word, otherwise split it into bytes. */
2003 enum machine_mode omode, imode;
2004 unsigned int subalign;
2005 unsigned int subsize, i;
2007 subsize = size > UNITS_PER_WORD? UNITS_PER_WORD : 1;
2008 subalign = MIN (align, subsize * BITS_PER_UNIT);
2009 omode = mode_for_size (subsize * BITS_PER_UNIT, MODE_INT, 0);
2010 imode = mode_for_size (size * BITS_PER_UNIT, MODE_INT, 0);
2012 for (i = 0; i < size; i += subsize)
2014 rtx partial = simplify_subreg (omode, x, imode, i);
2015 if (!partial || !assemble_integer (partial, subsize, subalign, 0))
2021 /* If we've printed some of it, but not all of it, there's no going
2034 assemble_real (d, mode, align)
2036 enum machine_mode mode;
2041 unsigned int nalign = min_align (align, 32);
2043 switch (BITS_PER_UNIT)
2049 REAL_VALUE_TO_TARGET_SINGLE (d, l);
2050 assemble_integer (GEN_INT (l), 4, align, 1);
2053 REAL_VALUE_TO_TARGET_DOUBLE (d, data);
2054 assemble_integer (GEN_INT (data[0]), 4, align, 1);
2055 assemble_integer (GEN_INT (data[1]), 4, nalign, 1);
2058 REAL_VALUE_TO_TARGET_LONG_DOUBLE (d, data);
2059 assemble_integer (GEN_INT (data[0]), 4, align, 1);
2060 assemble_integer (GEN_INT (data[1]), 4, nalign, 1);
2061 assemble_integer (GEN_INT (data[2]), 4, nalign, 1);
2064 REAL_VALUE_TO_TARGET_LONG_DOUBLE (d, data);
2065 assemble_integer (GEN_INT (data[0]), 4, align, 1);
2066 assemble_integer (GEN_INT (data[1]), 4, nalign, 1);
2067 assemble_integer (GEN_INT (data[2]), 4, nalign, 1);
2068 assemble_integer (GEN_INT (data[3]), 4, nalign, 1);
2079 REAL_VALUE_TO_TARGET_SINGLE (d, l);
2080 assemble_integer (GEN_INT (l), 2, align, 1);
2083 REAL_VALUE_TO_TARGET_DOUBLE (d, data);
2084 assemble_integer (GEN_INT (data[0]), 2, align, 1);
2085 assemble_integer (GEN_INT (data[1]), 1, nalign, 1);
2096 REAL_VALUE_TO_TARGET_SINGLE (d, l);
2097 assemble_integer (GEN_INT (l), 1, align, 1);
2100 REAL_VALUE_TO_TARGET_DOUBLE (d, data);
2101 assemble_integer (GEN_INT (data[0]), 1, align, 1);
2102 assemble_integer (GEN_INT (data[1]), 1, nalign, 1);
2114 /* Here we combine duplicate floating constants to make
2115 CONST_DOUBLE rtx's, and force those out to memory when necessary. */
2117 /* Return a CONST_DOUBLE or CONST_INT for a value specified as a pair of ints.
2118 For an integer, I0 is the low-order word and I1 is the high-order word.
2119 For a real number, I0 is the word with the low address
2120 and I1 is the word with the high address. */
2123 immed_double_const (i0, i1, mode)
2124 HOST_WIDE_INT i0, i1;
2125 enum machine_mode mode;
2129 if (GET_MODE_CLASS (mode) == MODE_INT
2130 || GET_MODE_CLASS (mode) == MODE_PARTIAL_INT)
2132 /* We clear out all bits that don't belong in MODE, unless they and our
2133 sign bit are all one. So we get either a reasonable negative value
2134 or a reasonable unsigned value for this mode. */
2135 int width = GET_MODE_BITSIZE (mode);
2136 if (width < HOST_BITS_PER_WIDE_INT
2137 && ((i0 & ((HOST_WIDE_INT) (-1) << (width - 1)))
2138 != ((HOST_WIDE_INT) (-1) << (width - 1))))
2139 i0 &= ((HOST_WIDE_INT) 1 << width) - 1, i1 = 0;
2140 else if (width == HOST_BITS_PER_WIDE_INT
2141 && ! (i1 == ~0 && i0 < 0))
2143 else if (width > 2 * HOST_BITS_PER_WIDE_INT)
2144 /* We cannot represent this value as a constant. */
2147 /* If this would be an entire word for the target, but is not for
2148 the host, then sign-extend on the host so that the number will look
2149 the same way on the host that it would on the target.
2151 For example, when building a 64 bit alpha hosted 32 bit sparc
2152 targeted compiler, then we want the 32 bit unsigned value -1 to be
2153 represented as a 64 bit value -1, and not as 0x00000000ffffffff.
2154 The later confuses the sparc backend. */
2156 if (width < HOST_BITS_PER_WIDE_INT
2157 && (i0 & ((HOST_WIDE_INT) 1 << (width - 1))))
2158 i0 |= ((HOST_WIDE_INT) (-1) << width);
2160 /* If MODE fits within HOST_BITS_PER_WIDE_INT, always use a CONST_INT.
2162 ??? Strictly speaking, this is wrong if we create a CONST_INT
2163 for a large unsigned constant with the size of MODE being
2164 HOST_BITS_PER_WIDE_INT and later try to interpret that constant in a
2165 wider mode. In that case we will mis-interpret it as a negative
2168 Unfortunately, the only alternative is to make a CONST_DOUBLE
2169 for any constant in any mode if it is an unsigned constant larger
2170 than the maximum signed integer in an int on the host. However,
2171 doing this will break everyone that always expects to see a CONST_INT
2172 for SImode and smaller.
2174 We have always been making CONST_INTs in this case, so nothing new
2177 if (width <= HOST_BITS_PER_WIDE_INT)
2178 i1 = (i0 < 0) ? ~(HOST_WIDE_INT) 0 : 0;
2180 /* If this integer fits in one word, return a CONST_INT. */
2181 if ((i1 == 0 && i0 >= 0)
2182 || (i1 == ~0 && i0 < 0))
2183 return GEN_INT (i0);
2185 /* We use VOIDmode for integers. */
2189 /* Search the chain for an existing CONST_DOUBLE with the right value.
2190 If one is found, return it. */
2192 for (r = const_double_chain; r; r = CONST_DOUBLE_CHAIN (r))
2193 if (CONST_DOUBLE_LOW (r) == i0 && CONST_DOUBLE_HIGH (r) == i1
2194 && GET_MODE (r) == mode)
2197 /* No; make a new one and add it to the chain. */
2198 r = gen_rtx_CONST_DOUBLE (mode, i0, i1);
2200 /* Don't touch const_double_chain if not inside any function. */
2201 if (current_function_decl != 0)
2203 CONST_DOUBLE_CHAIN (r) = const_double_chain;
2204 const_double_chain = r;
2210 /* Return a CONST_DOUBLE for a specified `double' value
2211 and machine mode. */
2214 immed_real_const_1 (d, mode)
2216 enum machine_mode mode;
2220 /* Detect special cases. Check for NaN first, because some ports
2221 (specifically the i386) do not emit correct ieee-fp code by default, and
2222 thus will generate a core dump here if we pass a NaN to REAL_VALUES_EQUAL
2223 and if REAL_VALUES_EQUAL does a floating point comparison. */
2224 if (! REAL_VALUE_ISNAN (d) && REAL_VALUES_IDENTICAL (dconst0, d))
2225 return CONST0_RTX (mode);
2226 else if (! REAL_VALUE_ISNAN (d) && REAL_VALUES_EQUAL (dconst1, d))
2227 return CONST1_RTX (mode);
2228 else if (! REAL_VALUE_ISNAN (d) && REAL_VALUES_EQUAL (dconst2, d))
2229 return CONST2_RTX (mode);
2231 if (sizeof (REAL_VALUE_TYPE) == sizeof (HOST_WIDE_INT))
2232 return immed_double_const (d.r[0], 0, mode);
2233 if (sizeof (REAL_VALUE_TYPE) == 2 * sizeof (HOST_WIDE_INT))
2234 return immed_double_const (d.r[0], d.r[1], mode);
2236 /* The rest of this function handles the case where
2237 a float value requires more than 2 ints of space.
2238 It will be deleted as dead code on machines that don't need it. */
2240 /* Search the chain for an existing CONST_DOUBLE with the right value.
2241 If one is found, return it. */
2243 for (r = const_double_chain; r; r = CONST_DOUBLE_CHAIN (r))
2244 if (! memcmp ((char *) &CONST_DOUBLE_LOW (r), (char *) &d, sizeof d)
2245 && GET_MODE (r) == mode)
2248 /* No; make a new one and add it to the chain.
2250 We may be called by an optimizer which may be discarding any memory
2251 allocated during its processing (such as combine and loop). However,
2252 we will be leaving this constant on the chain, so we cannot tolerate
2254 r = rtx_alloc (CONST_DOUBLE);
2256 memcpy ((char *) &CONST_DOUBLE_LOW (r), (char *) &d, sizeof d);
2258 /* If we aren't inside a function, don't put r on the
2259 const_double_chain. */
2260 if (current_function_decl != 0)
2262 CONST_DOUBLE_CHAIN (r) = const_double_chain;
2263 const_double_chain = r;
2266 CONST_DOUBLE_CHAIN (r) = NULL_RTX;
2271 /* Return a CONST_DOUBLE rtx for a value specified by EXP,
2272 which must be a REAL_CST tree node. */
2275 immed_real_const (exp)
2278 return immed_real_const_1 (TREE_REAL_CST (exp), TYPE_MODE (TREE_TYPE (exp)));
2281 /* At the end of a function, forget the memory-constants
2282 previously made for CONST_DOUBLEs. Mark them as not on real_constant_chain.
2283 Also clear out real_constant_chain and clear out all the chain-pointers. */
2286 clear_const_double_mem ()
2290 for (r = const_double_chain; r; r = next)
2292 next = CONST_DOUBLE_CHAIN (r);
2293 CONST_DOUBLE_CHAIN (r) = 0;
2295 const_double_chain = 0;
2298 /* Given an expression EXP with a constant value,
2299 reduce it to the sum of an assembler symbol and an integer.
2300 Store them both in the structure *VALUE.
2301 Abort if EXP does not reduce. */
2306 HOST_WIDE_INT offset;
2310 decode_addr_const (exp, value)
2312 struct addr_const *value;
2314 tree target = TREE_OPERAND (exp, 0);
2320 if (TREE_CODE (target) == COMPONENT_REF
2321 && host_integerp (byte_position (TREE_OPERAND (target, 1)), 0))
2324 offset += int_byte_position (TREE_OPERAND (target, 1));
2325 target = TREE_OPERAND (target, 0);
2327 else if (TREE_CODE (target) == ARRAY_REF
2328 || TREE_CODE (target) == ARRAY_RANGE_REF)
2330 offset += (tree_low_cst (TYPE_SIZE_UNIT (TREE_TYPE (target)), 1)
2331 * tree_low_cst (TREE_OPERAND (target, 1), 0));
2332 target = TREE_OPERAND (target, 0);
2338 switch (TREE_CODE (target))
2342 x = DECL_RTL (target);
2346 x = gen_rtx_MEM (FUNCTION_MODE,
2347 gen_rtx_LABEL_REF (VOIDmode,
2348 label_rtx (TREE_OPERAND (exp, 0))));
2356 /* This constant should have been output already, but we can't simply
2357 use TREE_CST_RTL since INTEGER_CST doesn't have one. */
2358 x = output_constant_def (target, 1);
2365 if (GET_CODE (x) != MEM)
2370 value->offset = offset;
2373 /* We do RTX_UNSPEC + XINT (blah), so nothing can go after RTX_UNSPEC. */
2374 enum kind { RTX_UNKNOWN, RTX_DOUBLE, RTX_INT, RTX_VECTOR, RTX_UNSPEC };
2377 ENUM_BITFIELD(kind) kind : 16;
2378 ENUM_BITFIELD(machine_mode) mode : 16;
2381 struct addr_const addr;
2382 struct {HOST_WIDE_INT high, low;} di;
2384 /* The max vector size we have is 8 wide. This should be enough. */
2385 HOST_WIDE_INT veclo[16];
2386 HOST_WIDE_INT vechi[16];
2390 /* Uniquize all constants that appear in memory.
2391 Each constant in memory thus far output is recorded
2392 in `const_hash_table' with a `struct constant_descriptor'
2393 that contains a polish representation of the value of
2396 We cannot store the trees in the hash table
2397 because the trees may be temporary. */
2399 struct constant_descriptor
2401 struct constant_descriptor *next;
2404 /* Make sure the data is reasonably aligned. */
2407 unsigned char contents[1];
2408 #ifdef HAVE_LONG_DOUBLE
2417 #define MAX_HASH_TABLE 1009
2418 static struct constant_descriptor *const_hash_table[MAX_HASH_TABLE];
2420 /* We maintain a hash table of STRING_CST values. Unless we are asked to force
2421 out a string constant, we defer output of the constants until we know
2422 they are actually used. This will be if something takes its address or if
2423 there is a usage of the string in the RTL of a function. */
2425 #define STRHASH(x) ((hashval_t) ((long) (x) >> 3))
2427 struct deferred_string
2434 static htab_t const_str_htab;
2436 /* Mark a const_hash_table descriptor for GC. */
2439 mark_const_hash_entry (ptr)
2442 struct constant_descriptor *desc = * (struct constant_descriptor **) ptr;
2446 ggc_mark_rtx (desc->rtl);
2451 /* Mark the hash-table element X (which is really a pointer to an
2452 struct deferred_string *). */
2455 mark_const_str_htab_1 (x, data)
2457 void *data ATTRIBUTE_UNUSED;
2459 ggc_mark_tree (((struct deferred_string *) *x)->exp);
2463 /* Mark a const_str_htab for GC. */
2466 mark_const_str_htab (htab)
2469 htab_traverse (*((htab_t *) htab), mark_const_str_htab_1, NULL);
2472 /* Returns a hash code for X (which is a really a
2473 struct deferred_string *). */
2476 const_str_htab_hash (x)
2479 return STRHASH (((const struct deferred_string *) x)->label);
2482 /* Returns non-zero if the value represented by X (which is really a
2483 struct deferred_string *) is the same as that given by Y
2484 (which is really a char *). */
2487 const_str_htab_eq (x, y)
2491 return (((const struct deferred_string *) x)->label == (const char *) y);
2494 /* Delete the hash table entry dfsp. */
2497 const_str_htab_del (dfsp)
2503 /* Compute a hash code for a constant expression. */
2511 enum tree_code code = TREE_CODE (exp);
2513 /* Either set P and LEN to the address and len of something to hash and
2514 exit the switch or return a value. */
2519 p = (char *) &TREE_INT_CST (exp);
2520 len = sizeof TREE_INT_CST (exp);
2524 p = (char *) &TREE_REAL_CST (exp);
2525 len = sizeof TREE_REAL_CST (exp);
2529 p = TREE_STRING_POINTER (exp);
2530 len = TREE_STRING_LENGTH (exp);
2534 return (const_hash (TREE_REALPART (exp)) * 5
2535 + const_hash (TREE_IMAGPART (exp)));
2538 if (TREE_CODE (TREE_TYPE (exp)) == SET_TYPE)
2542 len = int_size_in_bytes (TREE_TYPE (exp));
2543 tmp = (char *) alloca (len);
2544 get_set_constructor_bytes (exp, (unsigned char *) tmp, len);
2552 /* For record type, include the type in the hashing.
2553 We do not do so for array types
2554 because (1) the sizes of the elements are sufficient
2555 and (2) distinct array types can have the same constructor.
2556 Instead, we include the array size because the constructor could
2558 if (TREE_CODE (TREE_TYPE (exp)) == RECORD_TYPE)
2559 hi = ((unsigned long) TREE_TYPE (exp) & ((1 << HASHBITS) - 1))
2562 hi = ((5 + int_size_in_bytes (TREE_TYPE (exp)))
2563 & ((1 << HASHBITS) - 1)) % MAX_HASH_TABLE;
2565 for (link = CONSTRUCTOR_ELTS (exp); link; link = TREE_CHAIN (link))
2566 if (TREE_VALUE (link))
2568 = (hi * 603 + const_hash (TREE_VALUE (link))) % MAX_HASH_TABLE;
2575 struct addr_const value;
2577 decode_addr_const (exp, &value);
2578 if (GET_CODE (value.base) == SYMBOL_REF)
2580 /* Don't hash the address of the SYMBOL_REF;
2581 only use the offset and the symbol name. */
2583 p = XSTR (value.base, 0);
2584 for (i = 0; p[i] != 0; i++)
2585 hi = ((hi * 613) + (unsigned) (p[i]));
2587 else if (GET_CODE (value.base) == LABEL_REF)
2588 hi = value.offset + CODE_LABEL_NUMBER (XEXP (value.base, 0)) * 13;
2592 hi &= (1 << HASHBITS) - 1;
2593 hi %= MAX_HASH_TABLE;
2599 return (const_hash (TREE_OPERAND (exp, 0)) * 9
2600 + const_hash (TREE_OPERAND (exp, 1)));
2604 case NON_LVALUE_EXPR:
2605 return const_hash (TREE_OPERAND (exp, 0)) * 7 + 2;
2608 /* A language specific constant. Just hash the code. */
2609 return (int) code % MAX_HASH_TABLE;
2612 /* Compute hashing function */
2614 for (i = 0; i < len; i++)
2615 hi = ((hi * 613) + (unsigned) (p[i]));
2617 hi &= (1 << HASHBITS) - 1;
2618 hi %= MAX_HASH_TABLE;
2622 /* Compare a constant expression EXP with a constant-descriptor DESC.
2623 Return 1 if DESC describes a constant with the same value as EXP. */
2626 compare_constant (exp, desc)
2628 struct constant_descriptor *desc;
2630 return 0 != compare_constant_1 (exp, desc->u.contents);
2633 /* Compare constant expression EXP with a substring P of a constant descriptor.
2634 If they match, return a pointer to the end of the substring matched.
2635 If they do not match, return 0.
2637 Since descriptors are written in polish prefix notation,
2638 this function can be used recursively to test one operand of EXP
2639 against a subdescriptor, and if it succeeds it returns the
2640 address of the subdescriptor for the next operand. */
2642 static const unsigned char *
2643 compare_constant_1 (exp, p)
2645 const unsigned char *p;
2647 const unsigned char *strp;
2649 enum tree_code code = TREE_CODE (exp);
2651 if (code != (enum tree_code) *p++)
2654 /* Either set STRP, P and LEN to pointers and length to compare and exit the
2655 switch, or return the result of the comparison. */
2660 /* Integer constants are the same only if the same width of type. */
2661 if (*p++ != TYPE_PRECISION (TREE_TYPE (exp)))
2664 strp = (unsigned char *) &TREE_INT_CST (exp);
2665 len = sizeof TREE_INT_CST (exp);
2669 /* Real constants are the same only if the same width of type. */
2670 if (*p++ != TYPE_PRECISION (TREE_TYPE (exp)))
2673 strp = (unsigned char *) &TREE_REAL_CST (exp);
2674 len = sizeof TREE_REAL_CST (exp);
2678 if (flag_writable_strings)
2681 if ((enum machine_mode) *p++ != TYPE_MODE (TREE_TYPE (exp)))
2684 strp = (const unsigned char *) TREE_STRING_POINTER (exp);
2685 len = TREE_STRING_LENGTH (exp);
2686 if (memcmp ((char *) &TREE_STRING_LENGTH (exp), p,
2687 sizeof TREE_STRING_LENGTH (exp)))
2690 p += sizeof TREE_STRING_LENGTH (exp);
2694 p = compare_constant_1 (TREE_REALPART (exp), p);
2698 return compare_constant_1 (TREE_IMAGPART (exp), p);
2701 if (TREE_CODE (TREE_TYPE (exp)) == SET_TYPE)
2703 int xlen = len = int_size_in_bytes (TREE_TYPE (exp));
2704 unsigned char *tmp = (unsigned char *) alloca (len);
2706 get_set_constructor_bytes (exp, tmp, len);
2707 strp = (unsigned char *) tmp;
2708 if (memcmp ((char *) &xlen, p, sizeof xlen))
2717 int length = list_length (CONSTRUCTOR_ELTS (exp));
2719 enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
2720 int have_purpose = 0;
2722 for (link = CONSTRUCTOR_ELTS (exp); link; link = TREE_CHAIN (link))
2723 if (TREE_PURPOSE (link))
2726 if (memcmp ((char *) &length, p, sizeof length))
2731 /* For record constructors, insist that the types match.
2732 For arrays, just verify both constructors are for arrays.
2733 Then insist that either both or none have any TREE_PURPOSE
2735 if (TREE_CODE (TREE_TYPE (exp)) == RECORD_TYPE)
2736 type = TREE_TYPE (exp);
2740 if (memcmp ((char *) &type, p, sizeof type))
2743 if (TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE)
2745 if (memcmp ((char *) &mode, p, sizeof mode))
2753 if (memcmp ((char *) &have_purpose, p, sizeof have_purpose))
2756 p += sizeof have_purpose;
2758 /* For arrays, insist that the size in bytes match. */
2759 if (TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE)
2761 HOST_WIDE_INT size = int_size_in_bytes (TREE_TYPE (exp));
2763 if (memcmp ((char *) &size, p, sizeof size))
2769 for (link = CONSTRUCTOR_ELTS (exp); link; link = TREE_CHAIN (link))
2771 if (TREE_VALUE (link))
2773 if ((p = compare_constant_1 (TREE_VALUE (link), p)) == 0)
2780 if (memcmp ((char *) &zero, p, sizeof zero))
2786 if (TREE_PURPOSE (link)
2787 && TREE_CODE (TREE_PURPOSE (link)) == FIELD_DECL)
2789 if (memcmp ((char *) &TREE_PURPOSE (link), p,
2790 sizeof TREE_PURPOSE (link)))
2793 p += sizeof TREE_PURPOSE (link);
2795 else if (TREE_PURPOSE (link))
2797 if ((p = compare_constant_1 (TREE_PURPOSE (link), p)) == 0)
2800 else if (have_purpose)
2804 if (memcmp ((char *) &zero, p, sizeof zero))
2816 struct addr_const value;
2818 decode_addr_const (exp, &value);
2819 strp = (unsigned char *) &value.offset;
2820 len = sizeof value.offset;
2821 /* Compare the offset. */
2823 if (*p++ != *strp++)
2826 /* Compare symbol name. */
2827 strp = (const unsigned char *) XSTR (value.base, 0);
2828 len = strlen ((const char *) strp) + 1;
2835 p = compare_constant_1 (TREE_OPERAND (exp, 0), p);
2839 return compare_constant_1 (TREE_OPERAND (exp, 1), p);
2843 case NON_LVALUE_EXPR:
2844 return compare_constant_1 (TREE_OPERAND (exp, 0), p);
2848 tree new = (*lang_hooks.expand_constant) (exp);
2851 return compare_constant_1 (new, p);
2857 /* Compare constant contents. */
2859 if (*p++ != *strp++)
2865 /* Construct a constant descriptor for the expression EXP.
2866 It is up to the caller to enter the descriptor in the hash table. */
2868 static struct constant_descriptor *
2869 record_constant (exp)
2872 struct constant_descriptor *next = 0;
2877 /* Make a struct constant_descriptor. The first three pointers will
2878 be filled in later. Here we just leave space for them. */
2880 obstack_grow (&permanent_obstack, (char *) &next, sizeof next);
2881 obstack_grow (&permanent_obstack, (char *) &label, sizeof label);
2882 obstack_grow (&permanent_obstack, (char *) &rtl, sizeof rtl);
2884 /* Align the descriptor for the data payload. */
2885 pad = (offsetof (struct constant_descriptor, u)
2886 - offsetof(struct constant_descriptor, rtl)
2887 - sizeof(next->rtl));
2889 obstack_blank (&permanent_obstack, pad);
2891 record_constant_1 (exp);
2892 return (struct constant_descriptor *) obstack_finish (&permanent_obstack);
2895 /* Add a description of constant expression EXP
2896 to the object growing in `permanent_obstack'.
2897 No need to return its address; the caller will get that
2898 from the obstack when the object is complete. */
2901 record_constant_1 (exp)
2904 const unsigned char *strp;
2906 enum tree_code code = TREE_CODE (exp);
2908 obstack_1grow (&permanent_obstack, (unsigned int) code);
2913 obstack_1grow (&permanent_obstack, TYPE_PRECISION (TREE_TYPE (exp)));
2914 strp = (unsigned char *) &TREE_INT_CST (exp);
2915 len = sizeof TREE_INT_CST (exp);
2919 obstack_1grow (&permanent_obstack, TYPE_PRECISION (TREE_TYPE (exp)));
2920 strp = (unsigned char *) &TREE_REAL_CST (exp);
2921 len = sizeof TREE_REAL_CST (exp);
2925 if (flag_writable_strings)
2928 obstack_1grow (&permanent_obstack, TYPE_MODE (TREE_TYPE (exp)));
2929 strp = (const unsigned char *) TREE_STRING_POINTER (exp);
2930 len = TREE_STRING_LENGTH (exp);
2931 obstack_grow (&permanent_obstack, (char *) &TREE_STRING_LENGTH (exp),
2932 sizeof TREE_STRING_LENGTH (exp));
2936 record_constant_1 (TREE_REALPART (exp));
2937 record_constant_1 (TREE_IMAGPART (exp));
2941 if (TREE_CODE (TREE_TYPE (exp)) == SET_TYPE)
2943 int nbytes = int_size_in_bytes (TREE_TYPE (exp));
2944 obstack_grow (&permanent_obstack, &nbytes, sizeof (nbytes));
2945 obstack_blank (&permanent_obstack, nbytes);
2946 get_set_constructor_bytes
2947 (exp, (unsigned char *) permanent_obstack.next_free-nbytes,
2954 int length = list_length (CONSTRUCTOR_ELTS (exp));
2955 enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
2957 int have_purpose = 0;
2959 for (link = CONSTRUCTOR_ELTS (exp); link; link = TREE_CHAIN (link))
2960 if (TREE_PURPOSE (link))
2963 obstack_grow (&permanent_obstack, (char *) &length, sizeof length);
2965 /* For record constructors, insist that the types match.
2966 For arrays, just verify both constructors are for arrays
2967 of the same mode. Then insist that either both or none
2968 have any TREE_PURPOSE values. */
2969 if (TREE_CODE (TREE_TYPE (exp)) == RECORD_TYPE)
2970 type = TREE_TYPE (exp);
2974 obstack_grow (&permanent_obstack, (char *) &type, sizeof type);
2975 if (TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE)
2976 obstack_grow (&permanent_obstack, &mode, sizeof mode);
2978 obstack_grow (&permanent_obstack, (char *) &have_purpose,
2979 sizeof have_purpose);
2981 /* For arrays, insist that the size in bytes match. */
2982 if (TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE)
2984 HOST_WIDE_INT size = int_size_in_bytes (TREE_TYPE (exp));
2985 obstack_grow (&permanent_obstack, (char *) &size, sizeof size);
2988 for (link = CONSTRUCTOR_ELTS (exp); link; link = TREE_CHAIN (link))
2990 if (TREE_VALUE (link))
2991 record_constant_1 (TREE_VALUE (link));
2996 obstack_grow (&permanent_obstack,
2997 (char *) &zero, sizeof zero);
3000 if (TREE_PURPOSE (link)
3001 && TREE_CODE (TREE_PURPOSE (link)) == FIELD_DECL)
3002 obstack_grow (&permanent_obstack,
3003 (char *) &TREE_PURPOSE (link),
3004 sizeof TREE_PURPOSE (link));
3005 else if (TREE_PURPOSE (link))
3006 record_constant_1 (TREE_PURPOSE (link));
3007 else if (have_purpose)
3011 obstack_grow (&permanent_obstack,
3012 (char *) &zero, sizeof zero);
3020 struct addr_const value;
3022 decode_addr_const (exp, &value);
3023 /* Record the offset. */
3024 obstack_grow (&permanent_obstack,
3025 (char *) &value.offset, sizeof value.offset);
3027 switch (GET_CODE (value.base))
3030 /* Record the symbol name. */
3031 obstack_grow (&permanent_obstack, XSTR (value.base, 0),
3032 strlen (XSTR (value.base, 0)) + 1);
3035 /* Record the address of the CODE_LABEL. It may not have
3036 been emitted yet, so it's UID may be zero. But pointer
3037 identity is good enough. */
3038 obstack_grow (&permanent_obstack, &XEXP (value.base, 0),
3050 record_constant_1 (TREE_OPERAND (exp, 0));
3051 record_constant_1 (TREE_OPERAND (exp, 1));
3056 case NON_LVALUE_EXPR:
3057 record_constant_1 (TREE_OPERAND (exp, 0));
3062 tree new = (*lang_hooks.expand_constant) (exp);
3065 record_constant_1 (new);
3070 /* Record constant contents. */
3071 obstack_grow (&permanent_obstack, strp, len);
3074 /* Record a list of constant expressions that were passed to
3075 output_constant_def but that could not be output right away. */
3077 struct deferred_constant
3079 struct deferred_constant *next;
3085 static struct deferred_constant *deferred_constants;
3087 /* Another list of constants which should be output after the
3089 static struct deferred_constant *after_function_constants;
3091 /* Nonzero means defer output of addressed subconstants
3092 (i.e., those for which output_constant_def is called.) */
3093 static int defer_addressed_constants_flag;
3095 /* Start deferring output of subconstants. */
3098 defer_addressed_constants ()
3100 defer_addressed_constants_flag++;
3103 /* Stop deferring output of subconstants,
3104 and output now all those that have been deferred. */
3107 output_deferred_addressed_constants ()
3109 struct deferred_constant *p, *next;
3111 defer_addressed_constants_flag--;
3113 if (defer_addressed_constants_flag > 0)
3116 for (p = deferred_constants; p; p = next)
3118 output_constant_def_contents (p->exp, p->reloc, p->labelno);
3123 deferred_constants = 0;
3126 /* Output any constants which should appear after a function. */
3129 output_after_function_constants ()
3131 struct deferred_constant *p, *next;
3133 for (p = after_function_constants; p; p = next)
3135 output_constant_def_contents (p->exp, p->reloc, p->labelno);
3140 after_function_constants = 0;
3143 /* Make a copy of the whole tree structure for a constant.
3144 This handles the same types of nodes that compare_constant
3145 and record_constant handle. */
3151 switch (TREE_CODE (exp))
3154 /* For ADDR_EXPR, we do not want to copy the decl whose address
3155 is requested. We do want to copy constants though. */
3156 if (TREE_CODE_CLASS (TREE_CODE (TREE_OPERAND (exp, 0))) == 'c')
3157 return build1 (TREE_CODE (exp), TREE_TYPE (exp),
3158 copy_constant (TREE_OPERAND (exp, 0)));
3160 return copy_node (exp);
3165 return copy_node (exp);
3168 return build_complex (TREE_TYPE (exp),
3169 copy_constant (TREE_REALPART (exp)),
3170 copy_constant (TREE_IMAGPART (exp)));
3174 return build (TREE_CODE (exp), TREE_TYPE (exp),
3175 copy_constant (TREE_OPERAND (exp, 0)),
3176 copy_constant (TREE_OPERAND (exp, 1)));
3180 case NON_LVALUE_EXPR:
3181 return build1 (TREE_CODE (exp), TREE_TYPE (exp),
3182 copy_constant (TREE_OPERAND (exp, 0)));
3186 tree copy = copy_node (exp);
3187 tree list = copy_list (CONSTRUCTOR_ELTS (exp));
3190 CONSTRUCTOR_ELTS (copy) = list;
3191 for (tail = list; tail; tail = TREE_CHAIN (tail))
3192 TREE_VALUE (tail) = copy_constant (TREE_VALUE (tail));
3193 if (TREE_CODE (TREE_TYPE (exp)) == SET_TYPE)
3194 for (tail = list; tail; tail = TREE_CHAIN (tail))
3195 TREE_PURPOSE (tail) = copy_constant (TREE_PURPOSE (tail));
3205 /* Return an rtx representing a reference to constant data in memory
3206 for the constant expression EXP.
3208 If assembler code for such a constant has already been output,
3209 return an rtx to refer to it.
3210 Otherwise, output such a constant in memory (or defer it for later)
3211 and generate an rtx for it.
3213 If DEFER is non-zero, the output of string constants can be deferred
3214 and output only if referenced in the function after all optimizations.
3216 The TREE_CST_RTL of EXP is set up to point to that rtx.
3217 The const_hash_table records which constants already have label strings. */
3220 output_constant_def (exp, defer)
3225 struct constant_descriptor *desc;
3226 struct deferred_string **defstr;
3230 int after_function = 0;
3234 /* We can't just use the saved RTL if this is a defererred string constant
3235 and we are not to defer anymode. */
3236 if (TREE_CODE (exp) != INTEGER_CST && TREE_CST_RTL (exp)
3237 && (defer || !STRING_POOL_ADDRESS_P (XEXP (TREE_CST_RTL (exp), 0))))
3238 return TREE_CST_RTL (exp);
3240 /* Make sure any other constants whose addresses appear in EXP
3241 are assigned label numbers. */
3243 reloc = output_addressed_constants (exp);
3245 /* Compute hash code of EXP. Search the descriptors for that hash code
3246 to see if any of them describes EXP. If yes, the descriptor records
3247 the label number already assigned. */
3249 hash = const_hash (exp) % MAX_HASH_TABLE;
3251 for (desc = const_hash_table[hash]; desc; desc = desc->next)
3252 if (compare_constant (exp, desc))
3257 /* No constant equal to EXP is known to have been output.
3258 Make a constant descriptor to enter EXP in the hash table.
3259 Assign the label number and record it in the descriptor for
3260 future calls to this function to find. */
3262 /* Create a string containing the label name, in LABEL. */
3263 labelno = const_labelno++;
3264 ASM_GENERATE_INTERNAL_LABEL (label, "LC", labelno);
3266 desc = record_constant (exp);
3267 desc->next = const_hash_table[hash];
3268 desc->label = ggc_strdup (label);
3269 const_hash_table[hash] = desc;
3271 /* We have a symbol name; construct the SYMBOL_REF and the MEM. */
3273 = gen_rtx_MEM (TYPE_MODE (TREE_TYPE (exp)),
3274 gen_rtx_SYMBOL_REF (Pmode, desc->label));
3276 set_mem_attributes (rtl, exp, 1);
3277 set_mem_alias_set (rtl, 0);
3278 set_mem_alias_set (rtl, const_alias_set);
3285 if (TREE_CODE (exp) != INTEGER_CST)
3286 TREE_CST_RTL (exp) = rtl;
3288 /* Optionally set flags or add text to the name to record information
3289 such as that it is a function name. If the name is changed, the macro
3290 ASM_OUTPUT_LABELREF will have to know how to strip this information. */
3291 #ifdef ENCODE_SECTION_INFO
3292 /* A previously-processed constant would already have section info
3296 if (TREE_CODE (exp) == INTEGER_CST)
3297 ENCODE_SECTION_INFO (exp, true);
3300 desc->label = XSTR (XEXP (desc->rtl, 0), 0);
3304 #ifdef CONSTANT_AFTER_FUNCTION_P
3305 if (current_function_decl != 0
3306 && CONSTANT_AFTER_FUNCTION_P (exp))
3311 && STRING_POOL_ADDRESS_P (XEXP (rtl, 0))
3312 && (!defer || defer_addressed_constants_flag || after_function))
3314 defstr = (struct deferred_string **)
3315 htab_find_slot_with_hash (const_str_htab, desc->label,
3316 STRHASH (desc->label), NO_INSERT);
3319 /* If the string is currently deferred but we need to output it now,
3320 remove it from deferred string hash table. */
3322 labelno = (*defstr)->labelno;
3323 STRING_POOL_ADDRESS_P (XEXP (rtl, 0)) = 0;
3324 htab_clear_slot (const_str_htab, (void **) defstr);
3328 /* If this is the first time we've seen this particular constant,
3329 output it (or defer its output for later). */
3332 if (defer_addressed_constants_flag || after_function)
3334 struct deferred_constant *p
3335 = (struct deferred_constant *)
3336 xmalloc (sizeof (struct deferred_constant));
3338 p->exp = copy_constant (exp);
3340 p->labelno = labelno;
3343 p->next = after_function_constants;
3344 after_function_constants = p;
3348 p->next = deferred_constants;
3349 deferred_constants = p;
3354 /* Do no output if -fsyntax-only. */
3355 if (! flag_syntax_only)
3357 if (TREE_CODE (exp) != STRING_CST
3359 || flag_writable_strings
3360 || (defstr = (struct deferred_string **)
3361 htab_find_slot_with_hash (const_str_htab,
3363 STRHASH (desc->label),
3365 output_constant_def_contents (exp, reloc, labelno);
3368 struct deferred_string *p;
3370 p = (struct deferred_string *)
3371 xmalloc (sizeof (struct deferred_string));
3373 p->exp = copy_constant (exp);
3374 p->label = desc->label;
3375 p->labelno = labelno;
3377 STRING_POOL_ADDRESS_P (XEXP (rtl, 0)) = 1;
3386 /* Now output assembler code to define the label for EXP,
3387 and follow it with the data of EXP. */
3390 output_constant_def_contents (exp, reloc, labelno)
3397 /* Align the location counter as required by EXP's data type. */
3398 align = TYPE_ALIGN (TREE_TYPE (exp));
3399 #ifdef CONSTANT_ALIGNMENT
3400 align = CONSTANT_ALIGNMENT (exp, align);
3403 if (IN_NAMED_SECTION (exp))
3404 named_section (exp, NULL, reloc);
3407 /* First switch to text section, except for writable strings. */
3408 #ifdef SELECT_SECTION
3409 SELECT_SECTION (exp, reloc, align);
3411 if (((TREE_CODE (exp) == STRING_CST) && flag_writable_strings)
3412 || (flag_pic && reloc))
3415 readonly_data_section ();
3419 if (align > BITS_PER_UNIT)
3421 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
3424 /* Output the label itself. */
3425 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LC", labelno);
3427 /* Output the value of EXP. */
3428 output_constant (exp,
3429 (TREE_CODE (exp) == STRING_CST
3430 ? MAX (TREE_STRING_LENGTH (exp),
3431 int_size_in_bytes (TREE_TYPE (exp)))
3432 : int_size_in_bytes (TREE_TYPE (exp))),
3437 /* Structure to represent sufficient information about a constant so that
3438 it can be output when the constant pool is output, so that function
3439 integration can be done, and to simplify handling on machines that reference
3440 constant pool as base+displacement. */
3442 struct pool_constant
3444 struct constant_descriptor *desc;
3445 struct pool_constant *next, *next_sym;
3447 enum machine_mode mode;
3450 HOST_WIDE_INT offset;
3454 /* Hash code for a SYMBOL_REF with CONSTANT_POOL_ADDRESS_P true.
3455 The argument is XSTR (... , 0) */
3457 #define SYMHASH(LABEL) \
3458 ((((unsigned long) (LABEL)) & ((1 << HASHBITS) - 1)) % MAX_RTX_HASH_TABLE)
3460 /* Initialize constant pool hashing for a new function. */
3463 init_varasm_status (f)
3466 struct varasm_status *p;
3467 p = (struct varasm_status *) xmalloc (sizeof (struct varasm_status));
3469 p->x_const_rtx_hash_table
3470 = ((struct constant_descriptor **)
3471 xcalloc (MAX_RTX_HASH_TABLE, sizeof (struct constant_descriptor *)));
3472 p->x_const_rtx_sym_hash_table
3473 = ((struct pool_constant **)
3474 xcalloc (MAX_RTX_HASH_TABLE, sizeof (struct pool_constant *)));
3476 p->x_first_pool = p->x_last_pool = 0;
3477 p->x_pool_offset = 0;
3478 p->x_const_double_chain = 0;
3481 /* Mark PC for GC. */
3484 mark_pool_constant (pc)
3485 struct pool_constant *pc;
3490 ggc_mark_rtx (pc->constant);
3491 ggc_mark_rtx (pc->desc->rtl);
3496 /* Mark P for GC. */
3499 mark_varasm_status (p)
3500 struct varasm_status *p;
3505 mark_pool_constant (p->x_first_pool);
3506 ggc_mark_rtx (p->x_const_double_chain);
3509 /* Clear out all parts of the state in F that can safely be discarded
3510 after the function has been compiled, to let garbage collection
3511 reclaim the memory. */
3514 free_varasm_status (f)
3517 struct varasm_status *p;
3522 /* Clear out the hash tables. */
3523 for (i = 0; i < MAX_RTX_HASH_TABLE; ++i)
3525 struct constant_descriptor *cd;
3527 cd = p->x_const_rtx_hash_table[i];
3530 struct constant_descriptor *next = cd->next;
3537 free (p->x_const_rtx_hash_table);
3538 free (p->x_const_rtx_sym_hash_table);
3545 /* Express an rtx for a constant integer (perhaps symbolic)
3546 as the sum of a symbol or label plus an explicit integer.
3547 They are stored into VALUE. */
3550 decode_rtx_const (mode, x, value)
3551 enum machine_mode mode;
3553 struct rtx_const *value;
3555 /* Clear the whole structure, including any gaps. */
3556 memset (value, 0, sizeof (struct rtx_const));
3558 value->kind = RTX_INT; /* Most usual kind. */
3561 switch (GET_CODE (x))
3564 value->kind = RTX_DOUBLE;
3565 if (GET_MODE (x) != VOIDmode)
3567 value->mode = GET_MODE (x);
3568 REAL_VALUE_FROM_CONST_DOUBLE (value->un.du, x);
3572 value->un.di.low = CONST_DOUBLE_LOW (x);
3573 value->un.di.high = CONST_DOUBLE_HIGH (x);
3582 units = CONST_VECTOR_NUNITS (x);
3583 value->kind = RTX_VECTOR;
3586 for (i = 0; i < units; ++i)
3588 elt = CONST_VECTOR_ELT (x, i);
3589 if (GET_MODE_CLASS (mode) == MODE_VECTOR_INT)
3591 value->un.veclo[i] = (HOST_WIDE_INT) INTVAL (elt);
3592 value->un.vechi[i] = 0;
3594 else if (GET_MODE_CLASS (mode) == MODE_VECTOR_FLOAT)
3596 value->un.veclo[i] = (HOST_WIDE_INT) CONST_DOUBLE_LOW (elt);
3597 value->un.vechi[i] = (HOST_WIDE_INT) CONST_DOUBLE_HIGH (elt);
3606 value->un.addr.offset = INTVAL (x);
3612 value->un.addr.base = x;
3617 if (GET_CODE (x) == PLUS && GET_CODE (XEXP (x, 1)) == CONST_INT)
3619 value->un.addr.base = XEXP (x, 0);
3620 value->un.addr.offset = INTVAL (XEXP (x, 1));
3622 else if (GET_CODE (x) == MINUS && GET_CODE (XEXP (x, 1)) == CONST_INT)
3624 value->un.addr.base = XEXP (x, 0);
3625 value->un.addr.offset = - INTVAL (XEXP (x, 1));
3629 value->un.addr.base = x;
3630 value->un.addr.offset = 0;
3635 value->kind = RTX_UNKNOWN;
3639 if (value->kind == RTX_INT && value->un.addr.base != 0
3640 && GET_CODE (value->un.addr.base) == UNSPEC)
3642 /* For a simple UNSPEC, the base is set to the
3643 operand, the kind field is set to the index of
3644 the unspec expression.
3645 Together with the code below, in case that
3646 the operand is a SYMBOL_REF or LABEL_REF,
3647 the address of the string or the code_label
3648 is taken as base. */
3649 if (XVECLEN (value->un.addr.base, 0) == 1)
3651 value->kind = RTX_UNSPEC + XINT (value->un.addr.base, 1);
3652 value->un.addr.base = XVECEXP (value->un.addr.base, 0, 0);
3656 if (value->kind > RTX_DOUBLE && value->un.addr.base != 0)
3657 switch (GET_CODE (value->un.addr.base))
3660 /* Use the string's address, not the SYMBOL_REF's address,
3661 for the sake of addresses of library routines. */
3662 value->un.addr.base = (rtx) XSTR (value->un.addr.base, 0);
3666 /* For a LABEL_REF, compare labels. */
3667 value->un.addr.base = XEXP (value->un.addr.base, 0);
3674 /* Given a MINUS expression, simplify it if both sides
3675 include the same symbol. */
3678 simplify_subtraction (x)
3681 struct rtx_const val0, val1;
3683 decode_rtx_const (GET_MODE (x), XEXP (x, 0), &val0);
3684 decode_rtx_const (GET_MODE (x), XEXP (x, 1), &val1);
3686 if (val0.kind > RTX_DOUBLE
3687 && val0.kind == val1.kind
3688 && val0.un.addr.base == val1.un.addr.base)
3689 return GEN_INT (val0.un.addr.offset - val1.un.addr.offset);
3694 /* Compute a hash code for a constant RTL expression. */
3697 const_hash_rtx (mode, x)
3698 enum machine_mode mode;
3704 struct rtx_const value;
3705 decode_rtx_const (mode, x, &value);
3707 /* Compute hashing function */
3709 for (i = 0; i < sizeof value / sizeof (int); i++)
3710 hi += ((int *) &value)[i];
3712 hi &= (1 << HASHBITS) - 1;
3713 hi %= MAX_RTX_HASH_TABLE;