OSDN Git Service

* sparc.c (fp_zero_operand): Turn into a normal predicate.
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sparc.h
1 /* Definitions of target machine for GNU compiler, for Sun SPARC.
2    Copyright (C) 1987, 88, 89, 92, 94-98, 1999 Free Software Foundation, Inc.
3    Contributed by Michael Tiemann (tiemann@cygnus.com).
4    64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
5    at Cygnus Support.
6
7 This file is part of GNU CC.
8
9 GNU CC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 GNU CC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU CC; see the file COPYING.  If not, write to
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA.  */
23
24 /* Note that some other tm.h files include this one and then override
25    whatever definitions are necessary.  */
26
27 /* Specify this in a cover file to provide bi-architecture (32/64) support.  */
28 /* #define SPARC_BI_ARCH */
29
30 /* Macro used later in this file to determine default architecture.  */
31 #define DEFAULT_ARCH32_P ((TARGET_DEFAULT & MASK_64BIT) == 0)
32
33 /* TARGET_ARCH{32,64} are the main macros to decide which of the two
34    architectures to compile for.  We allow targets to choose compile time or
35    runtime selection.  */
36 #ifdef IN_LIBGCC2
37 #if defined(__sparcv9) || defined(__arch64__)
38 #define TARGET_ARCH32 0
39 #else
40 #define TARGET_ARCH32 1
41 #endif /* sparc64 */
42 #else
43 #ifdef SPARC_BI_ARCH
44 #define TARGET_ARCH32 (! TARGET_64BIT)
45 #else
46 #define TARGET_ARCH32 (DEFAULT_ARCH32_P)
47 #endif /* SPARC_BI_ARCH */
48 #endif /* IN_LIBGCC2 */
49 #define TARGET_ARCH64 (! TARGET_ARCH32)
50
51 /* Code model selection.
52    -mcmodel is used to select the v9 code model.
53    Different code models aren't supported for v7/8 code.
54
55    TARGET_CM_32:     32 bit address space, top 32 bits = 0,
56                      pointers are 32 bits.  Note that this isn't intended
57                      to imply a v7/8 abi.
58
59    TARGET_CM_MEDLOW: 32 bit address space, top 32 bits = 0,
60                      avoid generating %uhi and %ulo terms,
61                      pointers are 64 bits.
62
63    TARGET_CM_MEDMID: 64 bit address space.
64                      The executable must be in the low 16 TB of memory.
65                      This corresponds to the low 44 bits, and the %[hml]44
66                      relocs are used.  The text segment has a maximum size
67                      of 31 bits.
68
69    TARGET_CM_MEDANY: 64 bit address space.
70                      The text and data segments have a maximum size of 31
71                      bits and may be located anywhere.  The maximum offset
72                      from any instruction to the label _GLOBAL_OFFSET_TABLE_
73                      is 31 bits.
74
75    TARGET_CM_EMBMEDANY: 64 bit address space.
76                      The text and data segments have a maximum size of 31 bits
77                      and may be located anywhere.  Register %g4 contains
78                      the start address of the data segment.
79 */
80
81 enum cmodel {
82   CM_32,
83   CM_MEDLOW,
84   CM_MEDMID,
85   CM_MEDANY,
86   CM_EMBMEDANY
87 };
88
89 /* Value of -mcmodel specified by user.  */
90 extern const char *sparc_cmodel_string;
91 /* One of CM_FOO.  */
92 extern enum cmodel sparc_cmodel;
93
94 /* V9 code model selection.  */
95 #define TARGET_CM_MEDLOW    (sparc_cmodel == CM_MEDLOW)
96 #define TARGET_CM_MEDMID    (sparc_cmodel == CM_MEDMID)
97 #define TARGET_CM_MEDANY    (sparc_cmodel == CM_MEDANY)
98 #define TARGET_CM_EMBMEDANY (sparc_cmodel == CM_EMBMEDANY)
99
100 #define SPARC_DEFAULT_CMODEL CM_32
101
102 /* This is call-clobbered in the normal ABI, but is reserved in the
103    home grown (aka upward compatible) embedded ABI.  */
104 #define EMBMEDANY_BASE_REG "%g4"
105 \f
106 /* Values of TARGET_CPU_DEFAULT, set via -D in the Makefile,
107    and specified by the user via --with-cpu=foo.
108    This specifies the cpu implementation, not the architecture size.  */
109 /* Note that TARGET_CPU_v9 is assumed to start the list of 64-bit 
110    capable cpu's.  */
111 #define TARGET_CPU_sparc        0
112 #define TARGET_CPU_v7           0       /* alias for previous */
113 #define TARGET_CPU_sparclet     1
114 #define TARGET_CPU_sparclite    2
115 #define TARGET_CPU_v8           3       /* generic v8 implementation */
116 #define TARGET_CPU_supersparc   4
117 #define TARGET_CPU_hypersparc   5
118 #define TARGET_CPU_sparc86x     6
119 #define TARGET_CPU_sparclite86x 6
120 #define TARGET_CPU_v9           7       /* generic v9 implementation */
121 #define TARGET_CPU_sparcv9      7       /* alias */
122 #define TARGET_CPU_sparc64      7       /* alias */
123 #define TARGET_CPU_ultrasparc   8
124
125 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
126  || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
127
128 #define CPP_CPU32_DEFAULT_SPEC ""
129 #define ASM_CPU32_DEFAULT_SPEC ""
130
131 #if TARGET_CPU_DEFAULT == TARGET_CPU_v9
132 /* ??? What does Sun's CC pass?  */
133 #define CPP_CPU64_DEFAULT_SPEC "-D__sparc_v9__"
134 /* ??? It's not clear how other assemblers will handle this, so by default
135    use GAS.  Sun's Solaris assembler recognizes -xarch=v8plus, but this case
136    is handled in sol2.h.  */
137 #define ASM_CPU64_DEFAULT_SPEC "-Av9"
138 #endif
139 #if TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
140 #define CPP_CPU64_DEFAULT_SPEC "-D__sparc_v9__"
141 #define ASM_CPU64_DEFAULT_SPEC "-Av9a"
142 #endif
143
144 #else
145
146 #define CPP_CPU64_DEFAULT_SPEC ""
147 #define ASM_CPU64_DEFAULT_SPEC ""
148
149 #if TARGET_CPU_DEFAULT == TARGET_CPU_sparc \
150  || TARGET_CPU_DEFAULT == TARGET_CPU_v8
151 #define CPP_CPU32_DEFAULT_SPEC ""
152 #define ASM_CPU32_DEFAULT_SPEC ""
153 #endif
154
155 #if TARGET_CPU_DEFAULT == TARGET_CPU_sparclet
156 #define CPP_CPU32_DEFAULT_SPEC "-D__sparclet__"
157 #define ASM_CPU32_DEFAULT_SPEC "-Asparclet"
158 #endif
159
160 #if TARGET_CPU_DEFAULT == TARGET_CPU_sparclite
161 #define CPP_CPU32_DEFAULT_SPEC "-D__sparclite__"
162 #define ASM_CPU32_DEFAULT_SPEC "-Asparclite"
163 #endif
164
165 #if TARGET_CPU_DEFAULT == TARGET_CPU_supersparc
166 #define CPP_CPU32_DEFAULT_SPEC "-D__supersparc__ -D__sparc_v8__"
167 #define ASM_CPU32_DEFAULT_SPEC ""
168 #endif
169
170 #if TARGET_CPU_DEFAULT == TARGET_CPU_hypersparc
171 #define CPP_CPU32_DEFAULT_SPEC "-D__hypersparc__ -D__sparc_v8__"
172 #define ASM_CPU32_DEFAULT_SPEC ""
173 #endif
174
175 #if TARGET_CPU_DEFAULT == TARGET_CPU_sparclite86x
176 #define CPP_CPU32_DEFAULT_SPEC "-D__sparclite86x__"
177 #define ASM_CPU32_DEFAULT_SPEC "-Asparclite"
178 #endif
179
180 #endif
181
182 #if !defined(CPP_CPU32_DEFAULT_SPEC) || !defined(CPP_CPU64_DEFAULT_SPEC)
183 Unrecognized value in TARGET_CPU_DEFAULT.
184 #endif
185
186 #ifdef SPARC_BI_ARCH
187
188 #define CPP_CPU_DEFAULT_SPEC \
189 (DEFAULT_ARCH32_P ? "\
190 %{m64:" CPP_CPU64_DEFAULT_SPEC "} \
191 %{!m64:" CPP_CPU32_DEFAULT_SPEC "} \
192 " : "\
193 %{m32:" CPP_CPU32_DEFAULT_SPEC "} \
194 %{!m32:" CPP_CPU64_DEFAULT_SPEC "} \
195 ")
196 #define ASM_CPU_DEFAULT_SPEC \
197 (DEFAULT_ARCH32_P ? "\
198 %{m64:" ASM_CPU64_DEFAULT_SPEC "} \
199 %{!m64:" ASM_CPU32_DEFAULT_SPEC "} \
200 " : "\
201 %{m32:" ASM_CPU32_DEFAULT_SPEC "} \
202 %{!m32:" ASM_CPU64_DEFAULT_SPEC "} \
203 ")
204
205 #else /* !SPARC_BI_ARCH */
206
207 #define CPP_CPU_DEFAULT_SPEC (DEFAULT_ARCH32_P ? CPP_CPU32_DEFAULT_SPEC : CPP_CPU64_DEFAULT_SPEC)
208 #define ASM_CPU_DEFAULT_SPEC (DEFAULT_ARCH32_P ? ASM_CPU32_DEFAULT_SPEC : ASM_CPU64_DEFAULT_SPEC)
209
210 #endif /* !SPARC_BI_ARCH */
211
212 /* Names to predefine in the preprocessor for this target machine.
213    ??? It would be nice to not include any subtarget specific values here,
214    however there's no way to portably provide subtarget values to
215    CPP_PREFINES.  Also, -D values in CPP_SUBTARGET_SPEC don't get turned into
216    foo, __foo and __foo__.  */
217
218 #define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Asystem(unix) -Asystem(bsd)"
219
220 /* Define macros to distinguish architectures.  */
221
222 /* Common CPP definitions used by CPP_SPEC amongst the various targets
223    for handling -mcpu=xxx switches.  */
224 #define CPP_CPU_SPEC "\
225 %{mcypress:} \
226 %{msparclite:-D__sparclite__} \
227 %{mf930:-D__sparclite__} %{mf934:-D__sparclite__} \
228 %{mv8:-D__sparc_v8__} \
229 %{msupersparc:-D__supersparc__ -D__sparc_v8__} \
230 %{mcpu=sparclet:-D__sparclet__} %{mcpu=tsc701:-D__sparclet__} \
231 %{mcpu=sparclite:-D__sparclite__} \
232 %{mcpu=f930:-D__sparclite__} %{mcpu=f934:-D__sparclite__} \
233 %{mcpu=v8:-D__sparc_v8__} \
234 %{mcpu=supersparc:-D__supersparc__ -D__sparc_v8__} \
235 %{mcpu=hypersparc:-D__hypersparc__ -D__sparc_v8__} \
236 %{mcpu=sparclite86x:-D__sparclite86x__} \
237 %{mcpu=v9:-D__sparc_v9__} \
238 %{mcpu=ultrasparc:-D__sparc_v9__} \
239 %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(cpp_cpu_default)}}}}}}} \
240 "
241
242 /* ??? The GCC_NEW_VARARGS macro is now obsolete, because gcc always uses
243    the right varags.h file when bootstrapping.  */
244 /* ??? It's not clear what value we want to use for -Acpu/machine for
245    sparc64 in 32 bit environments, so for now we only use `sparc64' in
246    64 bit environments.  */
247
248 #ifdef SPARC_BI_ARCH
249
250 #define CPP_ARCH32_SPEC "-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int \
251 -D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)"
252 #define CPP_ARCH64_SPEC "-D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long\\ int \
253 -D__arch64__ -Acpu(sparc64) -Amachine(sparc64)"
254
255 #else
256
257 #define CPP_ARCH32_SPEC "-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)"
258 #define CPP_ARCH64_SPEC "-D__arch64__ -Acpu(sparc64) -Amachine(sparc64)"
259
260 #endif
261
262 #define CPP_ARCH_DEFAULT_SPEC \
263 (DEFAULT_ARCH32_P ? CPP_ARCH32_SPEC : CPP_ARCH64_SPEC)
264
265 #define CPP_ARCH_SPEC "\
266 %{m32:%(cpp_arch32)} \
267 %{m64:%(cpp_arch64)} \
268 %{!m32:%{!m64:%(cpp_arch_default)}} \
269 "
270
271 /* Macros to distinguish endianness.  */
272 #define CPP_ENDIAN_SPEC "\
273 %{mlittle-endian:-D__LITTLE_ENDIAN__} \
274 %{mlittle-endian-data:-D__LITTLE_ENDIAN_DATA__}"
275
276 /* Macros to distinguish the particular subtarget.  */
277 #define CPP_SUBTARGET_SPEC ""
278
279 #define CPP_SPEC "%(cpp_cpu) %(cpp_arch) %(cpp_endian) %(cpp_subtarget)"
280
281 /* Prevent error on `-sun4' and `-target sun4' options.  */
282 /* This used to translate -dalign to -malign, but that is no good
283    because it can't turn off the usual meaning of making debugging dumps.  */
284 /* Translate old style -m<cpu> into new style -mcpu=<cpu>.
285    ??? Delete support for -m<cpu> for 2.9.  */
286
287 #define CC1_SPEC "\
288 %{sun4:} %{target:} \
289 %{mcypress:-mcpu=cypress} \
290 %{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \
291 %{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \
292 "
293
294 /* Override in target specific files.  */
295 #define ASM_CPU_SPEC "\
296 %{mcpu=sparclet:-Asparclet} %{mcpu=tsc701:-Asparclet} \
297 %{msparclite:-Asparclite} \
298 %{mf930:-Asparclite} %{mf934:-Asparclite} \
299 %{mcpu=sparclite:-Asparclite} \
300 %{mcpu=sparclite86x:-Asparclite} \
301 %{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} \
302 %{mv8plus:-Av8plus} \
303 %{mcpu=v9:-Av9} \
304 %{mcpu=ultrasparc:%{!mv8plus:-Av9a}} \
305 %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(asm_cpu_default)}}}}}}} \
306 "
307
308 /* Word size selection, among other things.
309    This is what GAS uses.  Add %(asm_arch) to ASM_SPEC to enable.  */
310
311 #define ASM_ARCH32_SPEC "-32"
312 #define ASM_ARCH64_SPEC "-64"
313 #define ASM_ARCH_DEFAULT_SPEC \
314 (DEFAULT_ARCH32_P ? ASM_ARCH32_SPEC : ASM_ARCH64_SPEC)
315
316 #define ASM_ARCH_SPEC "\
317 %{m32:%(asm_arch32)} \
318 %{m64:%(asm_arch64)} \
319 %{!m32:%{!m64:%(asm_arch_default)}} \
320 "
321
322 /* Special flags to the Sun-4 assembler when using pipe for input.  */
323
324 #define ASM_SPEC "\
325 %| %{R} %{!pg:%{!p:%{fpic:-k} %{fPIC:-k}}} %{keep-local-as-symbols:-L} \
326 %(asm_cpu) \
327 "
328
329 #define LIB_SPEC "%{!shared:%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg}}"
330
331 /* Provide required defaults for linker -e and -d switches.  */
332
333 #define LINK_SPEC \
334  "%{!shared:%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp} %{static:-Bstatic} \
335   %{assert*} %{shared:%{!mimpure-text:-assert pure-text}}"
336
337 /* This macro defines names of additional specifications to put in the specs
338    that can be used in various specifications like CC1_SPEC.  Its definition
339    is an initializer with a subgrouping for each command option.
340
341    Each subgrouping contains a string constant, that defines the
342    specification name, and a string constant that used by the GNU CC driver
343    program.
344
345    Do not define this macro if it does not need to do anything.  */
346
347 #define EXTRA_SPECS \
348   { "cpp_cpu",          CPP_CPU_SPEC },         \
349   { "cpp_cpu_default",  CPP_CPU_DEFAULT_SPEC }, \
350   { "cpp_arch32",       CPP_ARCH32_SPEC },      \
351   { "cpp_arch64",       CPP_ARCH64_SPEC },      \
352   { "cpp_arch_default", CPP_ARCH_DEFAULT_SPEC },\
353   { "cpp_arch",         CPP_ARCH_SPEC },        \
354   { "cpp_endian",       CPP_ENDIAN_SPEC },      \
355   { "cpp_subtarget",    CPP_SUBTARGET_SPEC },   \
356   { "asm_cpu",          ASM_CPU_SPEC },         \
357   { "asm_cpu_default",  ASM_CPU_DEFAULT_SPEC }, \
358   { "asm_arch32",       ASM_ARCH32_SPEC },      \
359   { "asm_arch64",       ASM_ARCH64_SPEC },      \
360   { "asm_arch_default", ASM_ARCH_DEFAULT_SPEC },\
361   { "asm_arch",         ASM_ARCH_SPEC },        \
362   SUBTARGET_EXTRA_SPECS
363
364 #define SUBTARGET_EXTRA_SPECS
365 \f
366 #ifdef SPARC_BI_ARCH
367 #define NO_BUILTIN_PTRDIFF_TYPE
368 #define NO_BUILTIN_SIZE_TYPE
369 #endif
370 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
371 #define SIZE_TYPE (TARGET_ARCH64 ? "long unsigned int" : "unsigned int")
372
373 /* ??? This should be 32 bits for v9 but what can we do?  */
374 #define WCHAR_TYPE "short unsigned int"
375 #define WCHAR_TYPE_SIZE 16
376 #define MAX_WCHAR_TYPE_SIZE 16
377
378 /* Show we can debug even without a frame pointer.  */
379 #define CAN_DEBUG_WITHOUT_FP
380
381 /* To make profiling work with -f{pic,PIC}, we need to emit the profiling
382    code into the rtl.  Also, if we are profiling, we cannot eliminate
383    the frame pointer (because the return address will get smashed).  */
384
385 #define OVERRIDE_OPTIONS \
386   do {                                                                  \
387     if (profile_flag || profile_block_flag || profile_arc_flag)         \
388       {                                                                 \
389         if (flag_pic)                                                   \
390           {                                                             \
391             const char *pic_string = (flag_pic == 1) ? "-fpic" : "-fPIC";\
392             warning ("%s and profiling conflict: disabling %s",         \
393                      pic_string, pic_string);                           \
394             flag_pic = 0;                                               \
395           }                                                             \
396         flag_omit_frame_pointer = 0;                                    \
397       }                                                                 \
398     sparc_override_options ();                                          \
399     SUBTARGET_OVERRIDE_OPTIONS;                                         \
400   } while (0)
401
402 /* This is meant to be redefined in the host dependent files.  */
403 #define SUBTARGET_OVERRIDE_OPTIONS
404
405 /* These compiler options take an argument.  We ignore -target for now.  */
406
407 #define WORD_SWITCH_TAKES_ARG(STR)                              \
408  (DEFAULT_WORD_SWITCH_TAKES_ARG (STR)                           \
409   || !strcmp (STR, "target") || !strcmp (STR, "assert"))
410
411 /* Print subsidiary information on the compiler version in use.  */
412
413 #define TARGET_VERSION fprintf (stderr, " (sparc)");
414
415 /* Generate DBX debugging information.  */
416
417 #define DBX_DEBUGGING_INFO
418 \f
419 /* Run-time compilation parameters selecting different hardware subsets.  */
420
421 extern int target_flags;
422
423 /* Nonzero if we should generate code to use the fpu.  */
424 #define MASK_FPU 1
425 #define TARGET_FPU (target_flags & MASK_FPU)
426
427 /* Nonzero if we should use FUNCTION_EPILOGUE.  Otherwise, we
428    use fast return insns, but lose some generality.  */
429 #define MASK_EPILOGUE 2
430 #define TARGET_EPILOGUE (target_flags & MASK_EPILOGUE)
431
432 /* Nonzero if we should assume that double pointers might be unaligned.
433    This can happen when linking gcc compiled code with other compilers,
434    because the ABI only guarantees 4 byte alignment.  */
435 #define MASK_UNALIGNED_DOUBLES 4
436 #define TARGET_UNALIGNED_DOUBLES (target_flags & MASK_UNALIGNED_DOUBLES)
437
438 /* Nonzero means that we should generate code for a v8 sparc.  */
439 #define MASK_V8 0x8
440 #define TARGET_V8 (target_flags & MASK_V8)
441
442 /* Nonzero means that we should generate code for a sparclite.
443    This enables the sparclite specific instructions, but does not affect
444    whether FPU instructions are emitted.  */
445 #define MASK_SPARCLITE 0x10
446 #define TARGET_SPARCLITE (target_flags & MASK_SPARCLITE)
447
448 /* Nonzero if we're compiling for the sparclet.  */
449 #define MASK_SPARCLET 0x20
450 #define TARGET_SPARCLET (target_flags & MASK_SPARCLET)
451
452 /* Nonzero if we're compiling for v9 sparc.
453    Note that v9's can run in 32 bit mode so this doesn't necessarily mean
454    the word size is 64.  */
455 #define MASK_V9 0x40
456 #define TARGET_V9 (target_flags & MASK_V9)
457
458 /* Non-zero to generate code that uses the instructions deprecated in
459    the v9 architecture.  This option only applies to v9 systems.  */
460 /* ??? This isn't user selectable yet.  It's used to enable such insns
461    on 32 bit v9 systems and for the moment they're permanently disabled
462    on 64 bit v9 systems.  */
463 #define MASK_DEPRECATED_V8_INSNS 0x80
464 #define TARGET_DEPRECATED_V8_INSNS (target_flags & MASK_DEPRECATED_V8_INSNS)
465
466 /* Mask of all CPU selection flags.  */
467 #define MASK_ISA \
468 (MASK_V8 + MASK_SPARCLITE + MASK_SPARCLET + MASK_V9 + MASK_DEPRECATED_V8_INSNS)
469
470 /* Non-zero means don't pass `-assert pure-text' to the linker.  */
471 #define MASK_IMPURE_TEXT 0x100
472 #define TARGET_IMPURE_TEXT (target_flags & MASK_IMPURE_TEXT)
473
474 /* Nonzero means that we should generate code using a flat register window
475    model, i.e. no save/restore instructions are generated, which is
476    compatible with normal sparc code.
477    The frame pointer is %i7 instead of %fp.  */
478 #define MASK_FLAT 0x200
479 #define TARGET_FLAT (target_flags & MASK_FLAT)
480
481 /* Nonzero means use the registers that the Sparc ABI reserves for
482    application software.  This must be the default to coincide with the
483    setting in FIXED_REGISTERS.  */
484 #define MASK_APP_REGS 0x400
485 #define TARGET_APP_REGS (target_flags & MASK_APP_REGS)
486
487 /* Option to select how quad word floating point is implemented.
488    When TARGET_HARD_QUAD is true, we use the hardware quad instructions.
489    Otherwise, we use the SPARC ABI quad library functions.  */
490 #define MASK_HARD_QUAD 0x800
491 #define TARGET_HARD_QUAD (target_flags & MASK_HARD_QUAD)
492
493 /* Non-zero on little-endian machines.  */
494 /* ??? Little endian support currently only exists for sparclet-aout and
495    sparc64-elf configurations.  May eventually want to expand the support
496    to all targets, but for now it's kept local to only those two.  */
497 #define MASK_LITTLE_ENDIAN 0x1000
498 #define TARGET_LITTLE_ENDIAN (target_flags & MASK_LITTLE_ENDIAN)
499
500 /* 0x2000, 0x4000 are unused */
501
502 /* Nonzero if pointers are 64 bits.
503    At the moment it must follow architecture size flag.  */
504 #define MASK_PTR64 0x8000
505 #define TARGET_PTR64 (target_flags & MASK_PTR64)
506
507 /* Nonzero if generating code to run in a 64 bit environment.
508    This is intended to only be used by TARGET_ARCH{32,64} as they are the
509    mechanism used to control compile time or run time selection.  */
510 #define MASK_64BIT 0x10000
511 #define TARGET_64BIT (target_flags & MASK_64BIT)
512
513 /* 0x20000,0x40000 unused */
514
515 /* Non-zero means use a stack bias of 2047.  Stack offsets are obtained by
516    adding 2047 to %sp.  This option is for v9 only and is the default.  */
517 #define MASK_STACK_BIAS 0x80000
518 #define TARGET_STACK_BIAS (target_flags & MASK_STACK_BIAS)
519
520 /* Non-zero means %g0 is a normal register.
521    We still clobber it as necessary, but we can't rely on it always having
522    a zero value.
523    We don't bother to support this in true 64 bit mode.  */
524 #define MASK_LIVE_G0 0x100000
525 #define TARGET_LIVE_G0 (target_flags & MASK_LIVE_G0)
526
527 /* Non-zero means the cpu has broken `save' and `restore' insns, only
528    the trivial versions work (save %g0,%g0,%g0; restore %g0,%g0,%g0).
529    We assume the environment will properly handle or otherwise avoid
530    trouble associated with an interrupt occurring after the `save' or trap
531    occurring during it.  */
532 #define MASK_BROKEN_SAVERESTORE 0x200000
533 #define TARGET_BROKEN_SAVERESTORE (target_flags & MASK_BROKEN_SAVERESTORE)
534
535 /* Non-zero means -m{,no-}fpu was passed on the command line.  */
536 #define MASK_FPU_SET 0x400000
537 #define TARGET_FPU_SET (target_flags & MASK_FPU_SET)
538
539 /* Use the UltraSPARC Visual Instruction Set extensions.  */
540 #define MASK_VIS 0x1000000          
541 #define TARGET_VIS (target_flags & MASK_VIS)
542
543 /* Compile for Solaris V8+.  32 bit Solaris preserves the high bits of
544    the current out and global registers and Linux 2.2+ as well.  */
545 #define MASK_V8PLUS 0x2000000
546 #define TARGET_V8PLUS (target_flags & MASK_V8PLUS)                            
547
548 /* Force a the fastest alignment on structures to take advantage of
549    faster copies.  */
550 #define MASK_FASTER_STRUCTS 0x4000000
551 #define TARGET_FASTER_STRUCTS (target_flags & MASK_FASTER_STRUCTS)
552
553 /* TARGET_HARD_MUL: Use hardware multiply instructions but not %y.
554    TARGET_HARD_MUL32: Use hardware multiply instructions with rd %y
555    to get high 32 bits.  False in V8+ or V9 because multiply stores
556    a 64 bit result in a register.  */
557
558 #define TARGET_HARD_MUL32                               \
559   ((TARGET_V8 || TARGET_SPARCLITE                       \
560     || TARGET_SPARCLET || TARGET_DEPRECATED_V8_INSNS)   \
561    && ! TARGET_V8PLUS && TARGET_ARCH32)
562
563 #define TARGET_HARD_MUL                                 \
564   (TARGET_V8 || TARGET_SPARCLITE || TARGET_SPARCLET     \
565    || TARGET_DEPRECATED_V8_INSNS || TARGET_V8PLUS)                        
566
567
568 /* Macro to define tables used to set the flags.
569    This is a list in braces of pairs in braces,
570    each pair being { "NAME", VALUE }
571    where VALUE is the bits to set or minus the bits to clear.
572    An empty string NAME is used to identify the default VALUE.  */
573
574 #define TARGET_SWITCHES  \
575   { {"fpu", MASK_FPU | MASK_FPU_SET,                    "Use hardware fp" },            \
576     {"no-fpu", -MASK_FPU,                               "Do not use hardware fp" },     \
577     {"no-fpu", MASK_FPU_SET,                            NULL, },        \
578     {"hard-float", MASK_FPU | MASK_FPU_SET,             "Use hardware fp" },            \
579     {"soft-float", -MASK_FPU,                           "Do not use hardware fp" },     \
580     {"soft-float", MASK_FPU_SET,                        NULL }, \
581     {"epilogue", MASK_EPILOGUE,                         "Use FUNCTION_EPILOGUE" },      \
582     {"no-epilogue", -MASK_EPILOGUE,                     "Do not use FUNCTION_EPILOGUE" },       \
583     {"unaligned-doubles", MASK_UNALIGNED_DOUBLES,       "Assume possible double misalignment" },\
584     {"no-unaligned-doubles", -MASK_UNALIGNED_DOUBLES,   "Assume all doubles are aligned" }, \
585     {"impure-text", MASK_IMPURE_TEXT,                   "Pass -assert pure-text to linker" }, \
586     {"no-impure-text", -MASK_IMPURE_TEXT,               "Do not pass -assert pure-text to linker" }, \
587     {"flat", MASK_FLAT,                                 "Use flat register window model" }, \
588     {"no-flat", -MASK_FLAT,                             "Do not use flat register window model" }, \
589     {"app-regs", MASK_APP_REGS,                         "Use ABI reserved registers" }, \
590     {"no-app-regs", -MASK_APP_REGS,                     "Do not use ABI reserved registers" }, \
591     {"hard-quad-float", MASK_HARD_QUAD,                 "Use hardware quad fp instructions" }, \
592     {"soft-quad-float", -MASK_HARD_QUAD,                "Do not use hardware quad fp instructions" }, \
593     {"v8plus", MASK_V8PLUS,                             "Compile for v8plus ABI" },     \
594     {"no-v8plus", -MASK_V8PLUS,                         "Do not compile for v8plus ABI" }, \
595     {"vis", MASK_VIS,                                   "Utilize Visual Instruction Set" }, \
596     {"no-vis", -MASK_VIS,                               "Do not utilize Visual Instruction Set" }, \
597     /* ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.  */ \
598     {"cypress", 0,                                      "Optimize for Cypress processors" }, \
599     {"sparclite", 0,                                    "Optimize for SparcLite processors" }, \
600     {"f930", 0,                                         "Optimize for F930 processors" }, \
601     {"f934", 0,                                         "Optimize for F934 processors" }, \
602     {"v8", 0,                                           "Use V8 Sparc ISA" }, \
603     {"supersparc", 0,                                   "Optimize for SuperSparc processors" }, \
604     /* End of deprecated options.  */   \
605     {"ptr64", MASK_PTR64,                               "Pointers are 64-bit" }, \
606     {"ptr32", -MASK_PTR64,                              "Pointers are 32-bit" }, \
607     {"32", -MASK_64BIT,                                 "Use 32-bit ABI" }, \
608     {"64", MASK_64BIT,                                  "Use 64-bit ABI" }, \
609     {"stack-bias", MASK_STACK_BIAS,                     "Use stack bias" }, \
610     {"no-stack-bias", -MASK_STACK_BIAS,                 "Do not use stack bias" }, \
611     {"faster-structs", MASK_FASTER_STRUCTS,                     "Use structs on stronger alignment for double-word copies" }, \
612     {"no-faster-structs", -MASK_FASTER_STRUCTS,         "Do not use structs on stronger alignment for double-word copies" }, \
613     SUBTARGET_SWITCHES                  \
614     { "", TARGET_DEFAULT, ""}}
615
616 /* MASK_APP_REGS must always be the default because that's what
617    FIXED_REGISTERS is set to and -ffixed- is processed before
618    CONDITIONAL_REGISTER_USAGE is called (where we process -mno-app-regs).  */
619 #define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU)
620
621 /* This is meant to be redefined in target specific files.  */
622 #define SUBTARGET_SWITCHES
623
624 /* Processor type.
625    These must match the values for the cpu attribute in sparc.md.  */
626 enum processor_type {
627   PROCESSOR_V7,
628   PROCESSOR_CYPRESS,
629   PROCESSOR_V8,
630   PROCESSOR_SUPERSPARC,
631   PROCESSOR_SPARCLITE,
632   PROCESSOR_F930,
633   PROCESSOR_F934,
634   PROCESSOR_HYPERSPARC,
635   PROCESSOR_SPARCLITE86X,
636   PROCESSOR_SPARCLET,
637   PROCESSOR_TSC701,
638   PROCESSOR_V9,
639   PROCESSOR_ULTRASPARC
640 };
641
642 /* This is set from -m{cpu,tune}=xxx.  */
643 extern enum processor_type sparc_cpu;
644
645 /* Recast the cpu class to be the cpu attribute.
646    Every file includes us, but not every file includes insn-attr.h.  */
647 #define sparc_cpu_attr ((enum attr_cpu) sparc_cpu)
648
649 /* This macro is similar to `TARGET_SWITCHES' but defines names of
650    command options that have values.  Its definition is an
651    initializer with a subgrouping for each command option.
652
653    Each subgrouping contains a string constant, that defines the
654    fixed part of the option name, and the address of a variable. 
655    The variable, type `char *', is set to the variable part of the
656    given option if the fixed part matches.  The actual option name
657    is made by appending `-m' to the specified name.
658
659    Here is an example which defines `-mshort-data-NUMBER'.  If the
660    given option is `-mshort-data-512', the variable `m88k_short_data'
661    will be set to the string `"512"'.
662
663         extern char *m88k_short_data;
664         #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }  */
665
666 #define TARGET_OPTIONS \
667 {                                                       \
668   { "cpu=",  &sparc_select[1].string, "Use features of and schedule code for given CPU" }, \
669   { "tune=", &sparc_select[2].string, "Schedule code for given CPU" }, \
670   { "cmodel=", &sparc_cmodel_string, "Use given Sparc code model" }, \
671   SUBTARGET_OPTIONS                                     \
672 }
673
674 /* This is meant to be redefined in target specific files.  */
675 #define SUBTARGET_OPTIONS
676
677 /* sparc_select[0] is reserved for the default cpu.  */
678 struct sparc_cpu_select
679 {
680   const char *string;
681   const char *name;
682   int set_tune_p;
683   int set_arch_p;
684 };
685
686 extern struct sparc_cpu_select sparc_select[];
687 \f
688 /* target machine storage layout */
689
690 /* Define for cross-compilation to a sparc target with no TFmode from a host
691    with a different float format (e.g. VAX).  */
692 #define REAL_ARITHMETIC
693
694 /* Define this if most significant bit is lowest numbered
695    in instructions that operate on numbered bit-fields.  */
696 #define BITS_BIG_ENDIAN 1
697
698 /* Define this if most significant byte of a word is the lowest numbered.  */
699 #define BYTES_BIG_ENDIAN 1
700
701 /* Define this if most significant word of a multiword number is the lowest
702    numbered.  */
703 #define WORDS_BIG_ENDIAN 1
704
705 /* Define this to set the endianness to use in libgcc2.c, which can
706    not depend on target_flags.  */
707 #if defined (__LITTLE_ENDIAN__) || defined(__LITTLE_ENDIAN_DATA__)
708 #define LIBGCC2_WORDS_BIG_ENDIAN 0
709 #else
710 #define LIBGCC2_WORDS_BIG_ENDIAN 1
711 #endif
712
713 /* number of bits in an addressable storage unit */
714 #define BITS_PER_UNIT 8
715
716 /* Width in bits of a "word", which is the contents of a machine register.
717    Note that this is not necessarily the width of data type `int';
718    if using 16-bit ints on a 68000, this would still be 32.
719    But on a machine with 16-bit registers, this would be 16.  */
720 #define BITS_PER_WORD           (TARGET_ARCH64 ? 64 : 32)
721 #define MAX_BITS_PER_WORD       64
722
723 /* Width of a word, in units (bytes).  */
724 #define UNITS_PER_WORD          (TARGET_ARCH64 ? 8 : 4)
725 #define MIN_UNITS_PER_WORD      4
726
727 /* Now define the sizes of the C data types.  */
728
729 #define SHORT_TYPE_SIZE         16
730 #define INT_TYPE_SIZE           32
731 #define LONG_TYPE_SIZE          (TARGET_ARCH64 ? 64 : 32)
732 #define LONG_LONG_TYPE_SIZE     64
733 #define FLOAT_TYPE_SIZE         32
734 #define DOUBLE_TYPE_SIZE        64
735
736 #if defined (SPARC_BI_ARCH)
737 #define MAX_LONG_TYPE_SIZE      64
738 #endif
739
740 #if 0
741 /* ??? This does not work in SunOS 4.x, so it is not enabled here.
742    Instead, it is enabled in sol2.h, because it does work under Solaris.  */
743 /* Define for support of TFmode long double and REAL_ARITHMETIC.
744    Sparc ABI says that long double is 4 words.  */
745 #define LONG_DOUBLE_TYPE_SIZE 128
746 #endif
747
748 /* Width in bits of a pointer.
749    See also the macro `Pmode' defined below.  */
750 #define POINTER_SIZE (TARGET_PTR64 ? 64 : 32)
751
752 /* A macro to update MODE and UNSIGNEDP when an object whose type
753    is TYPE and which has the specified mode and signedness is to be
754    stored in a register.  This macro is only called when TYPE is a
755    scalar type.  */
756 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
757 if (TARGET_ARCH64                               \
758     && GET_MODE_CLASS (MODE) == MODE_INT        \
759     && GET_MODE_SIZE (MODE) < UNITS_PER_WORD)   \
760 {                                               \
761   (MODE) = DImode;                              \
762 }
763
764 /* Define this macro if the promotion described by PROMOTE_MODE
765    should also be done for outgoing function arguments.  */
766 /* This is only needed for TARGET_ARCH64, but since PROMOTE_MODE is a no-op
767    for TARGET_ARCH32 this is ok.  Otherwise we'd need to add a runtime test
768    for this value.  */
769 #define PROMOTE_FUNCTION_ARGS
770
771 /* Define this macro if the promotion described by PROMOTE_MODE
772    should also be done for the return value of functions.
773    If this macro is defined, FUNCTION_VALUE must perform the same
774    promotions done by PROMOTE_MODE.  */
775 /* This is only needed for TARGET_ARCH64, but since PROMOTE_MODE is a no-op
776    for TARGET_ARCH32 this is ok.  Otherwise we'd need to add a runtime test
777    for this value.  */
778 #define PROMOTE_FUNCTION_RETURN
779
780 /* Define this macro if the promotion described by PROMOTE_MODE
781    should _only_ be performed for outgoing function arguments or
782    function return values, as specified by PROMOTE_FUNCTION_ARGS
783    and PROMOTE_FUNCTION_RETURN, respectively.  */
784 /* This is only needed for TARGET_ARCH64, but since PROMOTE_MODE is a no-op
785    for TARGET_ARCH32 this is ok.  Otherwise we'd need to add a runtime test
786    for this value.  For TARGET_ARCH64 we need it, as we don't have instructions
787    for arithmetic operations which do zero/sign extension at the same time,
788    so without this we end up with a srl/sra after every assignment to an
789    user variable,  which means very very bad code.  */
790 #define PROMOTE_FOR_CALL_ONLY
791
792 /* Allocation boundary (in *bits*) for storing arguments in argument list.  */
793 #define PARM_BOUNDARY (TARGET_ARCH64 ? 64 : 32)
794
795 /* Boundary (in *bits*) on which stack pointer should be aligned.  */
796 #define STACK_BOUNDARY (TARGET_ARCH64 ? 128 : 64)
797
798 /* ALIGN FRAMES on double word boundaries */
799
800 #define SPARC_STACK_ALIGN(LOC) \
801   (TARGET_ARCH64 ? (((LOC)+15) & ~15) : (((LOC)+7) & ~7))
802
803 /* Allocation boundary (in *bits*) for the code of a function.  */
804 #define FUNCTION_BOUNDARY 32
805
806 /* Alignment of field after `int : 0' in a structure.  */
807 #define EMPTY_FIELD_BOUNDARY (TARGET_ARCH64 ? 64 : 32)
808
809 /* Every structure's size must be a multiple of this.  */
810 #define STRUCTURE_SIZE_BOUNDARY 8
811
812 /* A bitfield declared as `int' forces `int' alignment for the struct.  */
813 #define PCC_BITFIELD_TYPE_MATTERS 1
814
815 /* No data type wants to be aligned rounder than this.  */
816 #define BIGGEST_ALIGNMENT (TARGET_ARCH64 ? 128 : 64)
817
818 /* The best alignment to use in cases where we have a choice.  */
819 #define FASTEST_ALIGNMENT 64
820
821 /* Define this macro as an expression for the alignment of a structure
822    (given by STRUCT as a tree node) if the alignment computed in the
823    usual way is COMPUTED and the alignment explicitly specified was
824    SPECIFIED.
825
826    The default is to use SPECIFIED if it is larger; otherwise, use
827    the smaller of COMPUTED and `BIGGEST_ALIGNMENT' */
828 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED)   \
829  (TARGET_FASTER_STRUCTS ?                               \
830   ((TREE_CODE (STRUCT) == RECORD_TYPE                   \
831     || TREE_CODE (STRUCT) == UNION_TYPE                 \
832     || TREE_CODE (STRUCT) == QUAL_UNION_TYPE)           \
833    && TYPE_FIELDS (STRUCT) != 0                         \
834      ? MAX (MAX ((COMPUTED), (SPECIFIED)), BIGGEST_ALIGNMENT) \
835      : MAX ((COMPUTED), (SPECIFIED)))                   \
836    :  MAX ((COMPUTED), (SPECIFIED)))
837
838 /* Make strings word-aligned so strcpy from constants will be faster.  */
839 #define CONSTANT_ALIGNMENT(EXP, ALIGN)  \
840   ((TREE_CODE (EXP) == STRING_CST       \
841     && (ALIGN) < FASTEST_ALIGNMENT)     \
842    ? FASTEST_ALIGNMENT : (ALIGN))
843
844 /* Make arrays of chars word-aligned for the same reasons.  */
845 #define DATA_ALIGNMENT(TYPE, ALIGN)             \
846   (TREE_CODE (TYPE) == ARRAY_TYPE               \
847    && TYPE_MODE (TREE_TYPE (TYPE)) == QImode    \
848    && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
849
850 /* Set this nonzero if move instructions will actually fail to work
851    when given unaligned data.  */
852 #define STRICT_ALIGNMENT 1
853
854 /* Things that must be doubleword aligned cannot go in the text section,
855    because the linker fails to align the text section enough!
856    Put them in the data section.  This macro is only used in this file.  */
857 #define MAX_TEXT_ALIGN 32
858
859 /* This forces all variables and constants to the data section when PIC.
860    This is because the SunOS 4 shared library scheme thinks everything in
861    text is a function, and patches the address to point to a loader stub.  */
862 /* This is defined to zero for every system which doesn't use the a.out object
863    file format.  */
864 #ifndef SUNOS4_SHARED_LIBRARIES
865 #define SUNOS4_SHARED_LIBRARIES 0
866 #endif
867
868 /* This is defined differently for v9 in a cover file.  */
869 #define SELECT_SECTION(T,RELOC)                                         \
870 {                                                                       \
871   if (TREE_CODE (T) == VAR_DECL)                                        \
872     {                                                                   \
873       if (TREE_READONLY (T) && ! TREE_SIDE_EFFECTS (T)                  \
874           && DECL_INITIAL (T)                                           \
875           && (DECL_INITIAL (T) == error_mark_node                       \
876               || TREE_CONSTANT (DECL_INITIAL (T)))                      \
877           && DECL_ALIGN (T) <= MAX_TEXT_ALIGN                           \
878           && ! (flag_pic && ((RELOC) || SUNOS4_SHARED_LIBRARIES)))      \
879         text_section ();                                                \
880       else                                                              \
881         data_section ();                                                \
882     }                                                                   \
883   else if (TREE_CODE (T) == CONSTRUCTOR)                                \
884     {                                                                   \
885       if (flag_pic && ((RELOC) || SUNOS4_SHARED_LIBRARIES))             \
886         data_section ();                                                \
887     }                                                                   \
888   else if (TREE_CODE_CLASS (TREE_CODE (T)) == 'c')                      \
889     {                                                                   \
890       if ((TREE_CODE (T) == STRING_CST && flag_writable_strings)        \
891           || TYPE_ALIGN (TREE_TYPE (T)) > MAX_TEXT_ALIGN                \
892           || (flag_pic && ((RELOC) || SUNOS4_SHARED_LIBRARIES)))        \
893         data_section ();                                                \
894       else                                                              \
895         text_section ();                                                \
896     }                                                                   \
897 }
898
899 /* Use text section for a constant
900    unless we need more alignment than that offers.  */
901 /* This is defined differently for v9 in a cover file.  */
902 #define SELECT_RTX_SECTION(MODE, X)             \
903 {                                               \
904   if (GET_MODE_BITSIZE (MODE) <= MAX_TEXT_ALIGN \
905       && ! (flag_pic && (symbolic_operand ((X), (MODE)) || SUNOS4_SHARED_LIBRARIES)))  \
906     text_section ();                            \
907   else                                          \
908     data_section ();                            \
909 }
910 \f
911 /* Standard register usage.  */
912
913 /* Number of actual hardware registers.
914    The hardware registers are assigned numbers for the compiler
915    from 0 to just below FIRST_PSEUDO_REGISTER.
916    All registers that the compiler knows about must be given numbers,
917    even those that are not normally considered general registers.
918
919    SPARC has 32 integer registers and 32 floating point registers.
920    64 bit SPARC has 32 additional fp regs, but the odd numbered ones are not
921    accessible.  We still account for them to simplify register computations
922    (eg: in CLASS_MAX_NREGS).  There are also 4 fp condition code registers, so
923    32+32+32+4 == 100.
924    Register 100 is used as the integer condition code register.  */
925
926 #define FIRST_PSEUDO_REGISTER 101
927
928 #define SPARC_FIRST_FP_REG     32
929 /* Additional V9 fp regs.  */
930 #define SPARC_FIRST_V9_FP_REG  64
931 #define SPARC_LAST_V9_FP_REG   95
932 /* V9 %fcc[0123].  V8 uses (figuratively) %fcc0.  */
933 #define SPARC_FIRST_V9_FCC_REG 96
934 #define SPARC_LAST_V9_FCC_REG  99
935 /* V8 fcc reg.  */
936 #define SPARC_FCC_REG 96
937 /* Integer CC reg.  We don't distinguish %icc from %xcc.  */
938 #define SPARC_ICC_REG 100
939
940 /* Nonzero if REGNO is an fp reg.  */
941 #define SPARC_FP_REG_P(REGNO) \
942 ((REGNO) >= SPARC_FIRST_FP_REG && (REGNO) <= SPARC_LAST_V9_FP_REG)
943
944 /* Argument passing regs.  */
945 #define SPARC_OUTGOING_INT_ARG_FIRST 8
946 #define SPARC_INCOMING_INT_ARG_FIRST (TARGET_FLAT ? 8 : 24)
947 #define SPARC_FP_ARG_FIRST           32
948
949 /* 1 for registers that have pervasive standard uses
950    and are not available for the register allocator.
951
952    On non-v9 systems:
953    g1 is free to use as temporary.
954    g2-g4 are reserved for applications.  Gcc normally uses them as
955    temporaries, but this can be disabled via the -mno-app-regs option.
956    g5 through g7 are reserved for the operating system.
957
958    On v9 systems:
959    g1,g5 are free to use as temporaries, and are free to use between calls
960    if the call is to an external function via the PLT.
961    g4 is free to use as a temporary in the non-embedded case.
962    g4 is reserved in the embedded case.
963    g2-g3 are reserved for applications.  Gcc normally uses them as
964    temporaries, but this can be disabled via the -mno-app-regs option.
965    g6-g7 are reserved for the operating system (or application in
966    embedded case).
967    ??? Register 1 is used as a temporary by the 64 bit sethi pattern, so must
968    currently be a fixed register until this pattern is rewritten.
969    Register 1 is also used when restoring call-preserved registers in large
970    stack frames.
971
972    Registers fixed in arch32 and not arch64 (or vice-versa) are marked in
973    CONDITIONAL_REGISTER_USAGE in order to properly handle -ffixed-.
974 */
975
976 #define FIXED_REGISTERS  \
977  {1, 0, 2, 2, 2, 2, 1, 1,       \
978   0, 0, 0, 0, 0, 0, 1, 0,       \
979   0, 0, 0, 0, 0, 0, 0, 0,       \
980   0, 0, 0, 0, 0, 0, 1, 1,       \
981                                 \
982   0, 0, 0, 0, 0, 0, 0, 0,       \
983   0, 0, 0, 0, 0, 0, 0, 0,       \
984   0, 0, 0, 0, 0, 0, 0, 0,       \
985   0, 0, 0, 0, 0, 0, 0, 0,       \
986                                 \
987   0, 0, 0, 0, 0, 0, 0, 0,       \
988   0, 0, 0, 0, 0, 0, 0, 0,       \
989   0, 0, 0, 0, 0, 0, 0, 0,       \
990   0, 0, 0, 0, 0, 0, 0, 0,       \
991                                 \
992   0, 0, 0, 0, 0}
993
994 /* 1 for registers not available across function calls.
995    These must include the FIXED_REGISTERS and also any
996    registers that can be used without being saved.
997    The latter must include the registers where values are returned
998    and the register where structure-value addresses are passed.
999    Aside from that, you can include as many other registers as you like.  */
1000
1001 #define CALL_USED_REGISTERS  \
1002  {1, 1, 1, 1, 1, 1, 1, 1,       \
1003   1, 1, 1, 1, 1, 1, 1, 1,       \
1004   0, 0, 0, 0, 0, 0, 0, 0,       \
1005   0, 0, 0, 0, 0, 0, 1, 1,       \
1006                                 \
1007   1, 1, 1, 1, 1, 1, 1, 1,       \
1008   1, 1, 1, 1, 1, 1, 1, 1,       \
1009   1, 1, 1, 1, 1, 1, 1, 1,       \
1010   1, 1, 1, 1, 1, 1, 1, 1,       \
1011                                 \
1012   1, 1, 1, 1, 1, 1, 1, 1,       \
1013   1, 1, 1, 1, 1, 1, 1, 1,       \
1014   1, 1, 1, 1, 1, 1, 1, 1,       \
1015   1, 1, 1, 1, 1, 1, 1, 1,       \
1016                                 \
1017   1, 1, 1, 1, 1}
1018
1019 /* If !TARGET_FPU, then make the fp registers and fp cc regs fixed so that
1020    they won't be allocated.  */
1021
1022 #define CONDITIONAL_REGISTER_USAGE                              \
1023 do                                                              \
1024   {                                                             \
1025     if (flag_pic)                                               \
1026       {                                                         \
1027         fixed_regs[PIC_OFFSET_TABLE_REGNUM] = 1;                \
1028         call_used_regs[PIC_OFFSET_TABLE_REGNUM] = 1;            \
1029       }                                                         \
1030     /* If the user has passed -f{fixed,call-{used,saved}}-g5 */ \
1031     /* then honour it.  */                                      \
1032     if (TARGET_ARCH32 && fixed_regs[5])                         \
1033       fixed_regs[5] = 1;                                        \
1034     else if (TARGET_ARCH64 && fixed_regs[5] == 2)               \
1035       fixed_regs[5] = 0;                                        \
1036     if (TARGET_LIVE_G0)                                         \
1037       fixed_regs[0] = 0;                                        \
1038     if (! TARGET_V9)                                            \
1039       {                                                         \
1040         int regno;                                              \
1041         for (regno = SPARC_FIRST_V9_FP_REG;                     \
1042              regno <= SPARC_LAST_V9_FP_REG;                     \
1043              regno++)                                           \
1044           fixed_regs[regno] = 1;                                \
1045         /* %fcc0 is used by v8 and v9.  */                      \
1046         for (regno = SPARC_FIRST_V9_FCC_REG + 1;                \
1047              regno <= SPARC_LAST_V9_FCC_REG;                    \
1048              regno++)                                           \
1049           fixed_regs[regno] = 1;                                \
1050       }                                                         \
1051     if (! TARGET_FPU)                                           \
1052       {                                                         \
1053         int regno;                                              \
1054         for (regno = 32; regno < SPARC_LAST_V9_FCC_REG; regno++) \
1055           fixed_regs[regno] = 1;                                \
1056       }                                                         \
1057     /* If the user has passed -f{fixed,call-{used,saved}}-g2 */ \
1058     /* then honour it.  Likewise with g3 and g4.  */            \
1059     if (fixed_regs[2] == 2)                                     \
1060       fixed_regs[2] = ! TARGET_APP_REGS;                        \
1061     if (fixed_regs[3] == 2)                                     \
1062       fixed_regs[3] = ! TARGET_APP_REGS;                        \
1063     if (TARGET_ARCH32 && fixed_regs[4] == 2)                    \
1064       fixed_regs[4] = ! TARGET_APP_REGS;                        \
1065     else if (TARGET_CM_EMBMEDANY)                               \
1066       fixed_regs[4] = 1;                                        \
1067     else if (fixed_regs[4] == 2)                                \
1068       fixed_regs[4] = 0;                                        \
1069     if (TARGET_FLAT)                                            \
1070       {                                                         \
1071         /* Let the compiler believe the frame pointer is still  \
1072            %fp, but output it as %i7.  */                       \
1073         fixed_regs[31] = 1;                                     \
1074         reg_names[FRAME_POINTER_REGNUM] = "%i7";                \
1075         /* ??? This is a hack to disable leaf functions.  */    \
1076         global_regs[7] = 1;                                     \
1077       }                                                         \
1078     if (profile_block_flag)                                     \
1079       {                                                         \
1080         /* %g1 and %g2 (sparc32) resp. %g4 (sparc64) must be    \
1081            fixed, because BLOCK_PROFILER uses them.  */         \
1082         fixed_regs[1] = 1;                                      \
1083         fixed_regs[TARGET_ARCH64 ? 4 : 2] = 1;                  \
1084       }                                                         \
1085   }                                                             \
1086 while (0)
1087
1088 /* Return number of consecutive hard regs needed starting at reg REGNO
1089    to hold something of mode MODE.
1090    This is ordinarily the length in words of a value of mode MODE
1091    but can be less for certain modes in special long registers.
1092
1093    On SPARC, ordinary registers hold 32 bits worth;
1094    this means both integer and floating point registers.
1095    On v9, integer regs hold 64 bits worth; floating point regs hold
1096    32 bits worth (this includes the new fp regs as even the odd ones are
1097    included in the hard register count).  */
1098
1099 #define HARD_REGNO_NREGS(REGNO, MODE) \
1100   (TARGET_ARCH64                                                        \
1101    ?  ((REGNO) < 32                                                     \
1102        ? (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD   \
1103        : (GET_MODE_SIZE (MODE) + 3) / 4)                                \
1104    : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
1105
1106 /* A subreg in 64 bit mode will have the wrong offset for a floating point
1107    register.  The least significant part is at offset 1, compared to 0 for
1108    integer registers.  This only applies when FMODE is a larger mode.
1109    We also need to handle a special case of TF-->DF conversions.  */
1110 #define ALTER_HARD_SUBREG(TMODE, WORD, FMODE, REGNO)                    \
1111      (TARGET_ARCH64                                                     \
1112       && (REGNO) >= SPARC_FIRST_FP_REG                                  \
1113       && (REGNO) <= SPARC_LAST_V9_FP_REG                                \
1114       && (TMODE) == SImode                                              \
1115       && !((FMODE) == QImode || (FMODE) == HImode)                      \
1116       ? ((REGNO) + 1)                                                   \
1117       : ((TMODE) == DFmode && (FMODE) == TFmode)                        \
1118         ? ((REGNO) + ((WORD) * 2))                                      \
1119         : ((REGNO) + (WORD)))
1120
1121 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
1122    See sparc.c for how we initialize this.  */
1123 extern int *hard_regno_mode_classes;
1124 extern int sparc_mode_class[];
1125 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
1126   ((hard_regno_mode_classes[REGNO] & sparc_mode_class[MODE]) != 0)
1127
1128 /* Value is 1 if it is a good idea to tie two pseudo registers
1129    when one has mode MODE1 and one has mode MODE2.
1130    If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
1131    for any hard reg, then this must be 0 for correct output.
1132
1133    For V9: SFmode can't be combined with other float modes, because they can't
1134    be allocated to the %d registers.  Also, DFmode won't fit in odd %f
1135    registers, but SFmode will.  */
1136 #define MODES_TIEABLE_P(MODE1, MODE2) \
1137   ((MODE1) == (MODE2)                                           \
1138    || (GET_MODE_CLASS (MODE1) == GET_MODE_CLASS (MODE2)         \
1139        && (! TARGET_V9                                          \
1140            || (GET_MODE_CLASS (MODE1) != MODE_FLOAT             \
1141                || (MODE1 != SFmode && MODE2 != SFmode)))))
1142
1143 /* Specify the registers used for certain standard purposes.
1144    The values of these macros are register numbers.  */
1145
1146 /* SPARC pc isn't overloaded on a register that the compiler knows about.  */
1147 /* #define PC_REGNUM  */
1148
1149 /* Register to use for pushing function arguments.  */
1150 #define STACK_POINTER_REGNUM 14
1151
1152 /* Actual top-of-stack address is 92/176 greater than the contents of the
1153    stack pointer register for !v9/v9.  That is:
1154    - !v9: 64 bytes for the in and local registers, 4 bytes for structure return
1155      address, and 6*4 bytes for the 6 register parameters.
1156    - v9: 128 bytes for the in and local registers + 6*8 bytes for the integer
1157      parameter regs.  */
1158 #define STACK_POINTER_OFFSET FIRST_PARM_OFFSET(0)
1159
1160 /* The stack bias (amount by which the hardware register is offset by).  */
1161 #define SPARC_STACK_BIAS ((TARGET_ARCH64 && TARGET_STACK_BIAS) ? 2047 : 0)
1162
1163 /* Is stack biased? */
1164 #define STACK_BIAS SPARC_STACK_BIAS
1165
1166 /* Base register for access to local variables of the function.  */
1167 #define FRAME_POINTER_REGNUM 30
1168
1169 #if 0
1170 /* Register that is used for the return address for the flat model.  */
1171 #define RETURN_ADDR_REGNUM 15
1172 #endif
1173
1174 /* Value should be nonzero if functions must have frame pointers.
1175    Zero means the frame pointer need not be set up (and parms
1176    may be accessed via the stack pointer) in functions that seem suitable.
1177    This is computed in `reload', in reload1.c.
1178    Used in flow.c, global.c, and reload1.c.
1179
1180    Being a non-leaf function does not mean a frame pointer is needed in the
1181    flat window model.  However, the debugger won't be able to backtrace through
1182    us with out it.  */
1183 #define FRAME_POINTER_REQUIRED \
1184   (TARGET_FLAT ? (current_function_calls_alloca || current_function_varargs \
1185                   || !leaf_function_p ()) \
1186    : ! (leaf_function_p () && only_leaf_regs_used ()))
1187
1188 /* C statement to store the difference between the frame pointer
1189    and the stack pointer values immediately after the function prologue.
1190
1191    Note, we always pretend that this is a leaf function because if
1192    it's not, there's no point in trying to eliminate the
1193    frame pointer.  If it is a leaf function, we guessed right!  */
1194 #define INITIAL_FRAME_POINTER_OFFSET(VAR) \
1195   ((VAR) = (TARGET_FLAT ? sparc_flat_compute_frame_size (get_frame_size ()) \
1196             : compute_frame_size (get_frame_size (), 1)))
1197
1198 /* Base register for access to arguments of the function.  */
1199 #define ARG_POINTER_REGNUM FRAME_POINTER_REGNUM
1200
1201 /* Register in which static-chain is passed to a function.  This must
1202    not be a register used by the prologue.  */
1203 #define STATIC_CHAIN_REGNUM (TARGET_ARCH64 ? 5 : 2)
1204
1205 /* Register which holds offset table for position-independent
1206    data references.  */
1207
1208 #define PIC_OFFSET_TABLE_REGNUM 23
1209
1210 #define FINALIZE_PIC finalize_pic ()
1211
1212 /* Pick a default value we can notice from override_options:
1213    !v9: Default is on.
1214    v9: Default is off.  */
1215
1216 #define DEFAULT_PCC_STRUCT_RETURN -1
1217
1218 /* Sparc ABI says that quad-precision floats and all structures are returned
1219    in memory.
1220    For v9: unions <= 32 bytes in size are returned in int regs,
1221    structures up to 32 bytes are returned in int and fp regs.  */
1222
1223 #define RETURN_IN_MEMORY(TYPE)                          \
1224 (TARGET_ARCH32                                          \
1225  ? (TYPE_MODE (TYPE) == BLKmode                         \
1226     || TYPE_MODE (TYPE) == TFmode                       \
1227     || TYPE_MODE (TYPE) == TCmode)                      \
1228  : (TYPE_MODE (TYPE) == BLKmode                         \
1229     && int_size_in_bytes (TYPE) > 32))
1230
1231 /* Functions which return large structures get the address
1232    to place the wanted value at offset 64 from the frame.
1233    Must reserve 64 bytes for the in and local registers.
1234    v9: Functions which return large structures get the address to place the
1235    wanted value from an invisible first argument.  */
1236 /* Used only in other #defines in this file.  */
1237 #define STRUCT_VALUE_OFFSET 64
1238
1239 #define STRUCT_VALUE \
1240   (TARGET_ARCH64                                        \
1241    ? 0                                                  \
1242    : gen_rtx_MEM (Pmode, plus_constant (stack_pointer_rtx, \
1243                                         STRUCT_VALUE_OFFSET)))
1244
1245 #define STRUCT_VALUE_INCOMING \
1246   (TARGET_ARCH64                                                \
1247    ? 0                                                          \
1248    : gen_rtx_MEM (Pmode, plus_constant (frame_pointer_rtx,      \
1249                                         STRUCT_VALUE_OFFSET)))
1250 \f
1251 /* Define the classes of registers for register constraints in the
1252    machine description.  Also define ranges of constants.
1253
1254    One of the classes must always be named ALL_REGS and include all hard regs.
1255    If there is more than one class, another class must be named NO_REGS
1256    and contain no registers.
1257
1258    The name GENERAL_REGS must be the name of a class (or an alias for
1259    another name such as ALL_REGS).  This is the class of registers
1260    that is allowed by "g" or "r" in a register constraint.
1261    Also, registers outside this class are allocated only when
1262    instructions express preferences for them.
1263
1264    The classes must be numbered in nondecreasing order; that is,
1265    a larger-numbered class must never be contained completely
1266    in a smaller-numbered class.
1267
1268    For any two classes, it is very desirable that there be another
1269    class that represents their union.  */
1270
1271 /* The SPARC has various kinds of registers: general, floating point,
1272    and condition codes [well, it has others as well, but none that we
1273    care directly about].
1274
1275    For v9 we must distinguish between the upper and lower floating point
1276    registers because the upper ones can't hold SFmode values.
1277    HARD_REGNO_MODE_OK won't help here because reload assumes that register(s)
1278    satisfying a group need for a class will also satisfy a single need for
1279    that class.  EXTRA_FP_REGS is a bit of a misnomer as it covers all 64 fp
1280    regs.
1281
1282    It is important that one class contains all the general and all the standard
1283    fp regs.  Otherwise find_reg() won't properly allocate int regs for moves,
1284    because reg_class_record() will bias the selection in favor of fp regs,
1285    because reg_class_subunion[GENERAL_REGS][FP_REGS] will yield FP_REGS,
1286    because FP_REGS > GENERAL_REGS.
1287
1288    It is also important that one class contain all the general and all the
1289    fp regs.  Otherwise when spilling a DFmode reg, it may be from EXTRA_FP_REGS
1290    but find_reloads() may use class GENERAL_OR_FP_REGS. This will cause
1291    allocate_reload_reg() to bypass it causing an abort because the compiler
1292    thinks it doesn't have a spill reg when in fact it does.
1293
1294    v9 also has 4 floating point condition code registers.  Since we don't
1295    have a class that is the union of FPCC_REGS with either of the others,
1296    it is important that it appear first.  Otherwise the compiler will die
1297    trying to compile _fixunsdfsi because fix_truncdfsi2 won't match its
1298    constraints.
1299
1300    It is important that SPARC_ICC_REG have class NO_REGS.  Otherwise combine
1301    may try to use it to hold an SImode value.  See register_operand.
1302    ??? Should %fcc[0123] be handled similarly?
1303 */
1304
1305 enum reg_class { NO_REGS, FPCC_REGS, I64_REGS, GENERAL_REGS, FP_REGS,
1306                  EXTRA_FP_REGS, GENERAL_OR_FP_REGS, GENERAL_OR_EXTRA_FP_REGS,
1307                  ALL_REGS, LIM_REG_CLASSES };
1308
1309 #define N_REG_CLASSES (int) LIM_REG_CLASSES
1310
1311 /* Give names of register classes as strings for dump file.   */
1312
1313 #define REG_CLASS_NAMES \
1314   { "NO_REGS", "FPCC_REGS", "I64_REGS", "GENERAL_REGS", "FP_REGS",      \
1315      "EXTRA_FP_REGS", "GENERAL_OR_FP_REGS", "GENERAL_OR_EXTRA_FP_REGS", \
1316      "ALL_REGS" }
1317
1318 /* Define which registers fit in which classes.
1319    This is an initializer for a vector of HARD_REG_SET
1320    of length N_REG_CLASSES.  */
1321
1322 #define REG_CLASS_CONTENTS \
1323   {{0, 0, 0, 0}, {0, 0, 0, 0xf}, {0xffff, 0, 0, 0}, \
1324    {-1, 0, 0, 0}, {0, -1, 0, 0}, {0, -1, -1, 0}, \
1325    {-1, -1, 0, 0}, {-1, -1, -1, 0}, {-1, -1, -1, 0x1f}}
1326
1327 /* The same information, inverted:
1328    Return the class number of the smallest class containing
1329    reg number REGNO.  This could be a conditional expression
1330    or could index an array.  */
1331
1332 extern enum reg_class sparc_regno_reg_class[];
1333
1334 #define REGNO_REG_CLASS(REGNO) sparc_regno_reg_class[(REGNO)]
1335
1336 /* This is the order in which to allocate registers normally.  
1337    
1338    We put %f0/%f1 last among the float registers, so as to make it more
1339    likely that a pseudo-register which dies in the float return register
1340    will get allocated to the float return register, thus saving a move
1341    instruction at the end of the function.  */
1342
1343 #define REG_ALLOC_ORDER \
1344 { 8, 9, 10, 11, 12, 13, 2, 3,           \
1345   15, 16, 17, 18, 19, 20, 21, 22,       \
1346   23, 24, 25, 26, 27, 28, 29, 31,       \
1347   34, 35, 36, 37, 38, 39,               /* %f2-%f7 */   \
1348   40, 41, 42, 43, 44, 45, 46, 47,       /* %f8-%f15 */  \
1349   48, 49, 50, 51, 52, 53, 54, 55,       /* %f16-%f23 */ \
1350   56, 57, 58, 59, 60, 61, 62, 63,       /* %f24-%f31 */ \
1351   64, 65, 66, 67, 68, 69, 70, 71,       /* %f32-%f39 */ \
1352   72, 73, 74, 75, 76, 77, 78, 79,       /* %f40-%f47 */ \
1353   80, 81, 82, 83, 84, 85, 86, 87,       /* %f48-%f55 */ \
1354   88, 89, 90, 91, 92, 93, 94, 95,       /* %f56-%f63 */ \
1355   32, 33,                               /* %f0,%f1 */   \
1356   96, 97, 98, 99, 100,                  /* %fcc0-3, %icc */ \
1357   1, 4, 5, 6, 7, 0, 14, 30}
1358
1359 /* This is the order in which to allocate registers for
1360    leaf functions.  If all registers can fit in the "gi" registers,
1361    then we have the possibility of having a leaf function.  */
1362
1363 #define REG_LEAF_ALLOC_ORDER \
1364 { 2, 3, 24, 25, 26, 27, 28, 29,         \
1365   4, 5, 6, 7, 1,                        \
1366   15, 8, 9, 10, 11, 12, 13,             \
1367   16, 17, 18, 19, 20, 21, 22, 23,       \
1368   34, 35, 36, 37, 38, 39,               \
1369   40, 41, 42, 43, 44, 45, 46, 47,       \
1370   48, 49, 50, 51, 52, 53, 54, 55,       \
1371   56, 57, 58, 59, 60, 61, 62, 63,       \
1372   64, 65, 66, 67, 68, 69, 70, 71,       \
1373   72, 73, 74, 75, 76, 77, 78, 79,       \
1374   80, 81, 82, 83, 84, 85, 86, 87,       \
1375   88, 89, 90, 91, 92, 93, 94, 95,       \
1376   32, 33,                               \
1377   96, 97, 98, 99, 100,                  \
1378   0, 14, 30, 31}
1379   
1380 #define ORDER_REGS_FOR_LOCAL_ALLOC order_regs_for_local_alloc ()
1381
1382 /* ??? %g7 is not a leaf register to effectively #undef LEAF_REGISTERS when
1383    -mflat is used.  Function only_leaf_regs_used will return 0 if a global
1384    register is used and is not permitted in a leaf function.  We make %g7
1385    a global reg if -mflat and voila.  Since %g7 is a system register and is
1386    fixed it won't be used by gcc anyway.  */
1387
1388 #define LEAF_REGISTERS \
1389 { 1, 1, 1, 1, 1, 1, 1, 0,       \
1390   0, 0, 0, 0, 0, 0, 1, 0,       \
1391   0, 0, 0, 0, 0, 0, 0, 0,       \
1392   1, 1, 1, 1, 1, 1, 0, 1,       \
1393   1, 1, 1, 1, 1, 1, 1, 1,       \
1394   1, 1, 1, 1, 1, 1, 1, 1,       \
1395   1, 1, 1, 1, 1, 1, 1, 1,       \
1396   1, 1, 1, 1, 1, 1, 1, 1,       \
1397   1, 1, 1, 1, 1, 1, 1, 1,       \
1398   1, 1, 1, 1, 1, 1, 1, 1,       \
1399   1, 1, 1, 1, 1, 1, 1, 1,       \
1400   1, 1, 1, 1, 1, 1, 1, 1,       \
1401   1, 1, 1, 1, 1}
1402
1403 extern char leaf_reg_remap[];
1404 #define LEAF_REG_REMAP(REGNO) (leaf_reg_remap[REGNO])
1405
1406 /* The class value for index registers, and the one for base regs.  */
1407 #define INDEX_REG_CLASS GENERAL_REGS
1408 #define BASE_REG_CLASS GENERAL_REGS
1409
1410 /* Local macro to handle the two v9 classes of FP regs.  */
1411 #define FP_REG_CLASS_P(CLASS) ((CLASS) == FP_REGS || (CLASS) == EXTRA_FP_REGS)
1412
1413 /* Get reg_class from a letter such as appears in the machine description.
1414    In the not-v9 case, coerce v9's 'e' class to 'f', so we can use 'e' in the
1415    .md file for v8 and v9.
1416    'd' and 'b' are used for single and double precision VIS operations,
1417    if TARGET_VIS.
1418    'h' is used for V8+ 64 bit global and out registers. */
1419
1420 #define REG_CLASS_FROM_LETTER(C)                \
1421 (TARGET_V9                                      \
1422  ? ((C) == 'f' ? FP_REGS                        \
1423     : (C) == 'e' ? EXTRA_FP_REGS                \
1424     : (C) == 'c' ? FPCC_REGS                    \
1425     : ((C) == 'd' && TARGET_VIS) ? FP_REGS\
1426     : ((C) == 'b' && TARGET_VIS) ? EXTRA_FP_REGS\
1427     : ((C) == 'h' && TARGET_V8PLUS) ? I64_REGS\
1428     : NO_REGS)                                  \
1429  : ((C) == 'f' ? FP_REGS                        \
1430     : (C) == 'e' ? FP_REGS                      \
1431     : (C) == 'c' ? FPCC_REGS                    \
1432     : NO_REGS))
1433
1434 /* The letters I, J, K, L and M in a register constraint string
1435    can be used to stand for particular ranges of immediate operands.
1436    This macro defines what the ranges are.
1437    C is the letter, and VALUE is a constant value.
1438    Return 1 if VALUE is in the range specified by C.
1439
1440    `I' is used for the range of constants an insn can actually contain.
1441    `J' is used for the range which is just zero (since that is R0).
1442    `K' is used for constants which can be loaded with a single sethi insn.
1443    `L' is used for the range of constants supported by the movcc insns.
1444    `M' is used for the range of constants supported by the movrcc insns.  */
1445
1446 #define SPARC_SIMM10_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x200 < 0x400)
1447 #define SPARC_SIMM11_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x400 < 0x800)
1448 #define SPARC_SIMM13_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x1000 < 0x2000)
1449 /* 10 and 11 bit immediates are only used for a few specific insns.
1450    SMALL_INT is used throughout the port so we continue to use it.  */
1451 #define SMALL_INT(X) (SPARC_SIMM13_P (INTVAL (X)))
1452 /* 13 bit immediate, considering only the low 32 bits */
1453 #define SMALL_INT32(X) (SPARC_SIMM13_P ((int)INTVAL (X) & 0xffffffff))
1454 #define SPARC_SETHI_P(X) \
1455 (((unsigned HOST_WIDE_INT) (X) & \
1456   (TARGET_ARCH64 ? ~(unsigned HOST_WIDE_INT) 0xfffffc00 : 0x3ff)) == 0)
1457
1458 #define CONST_OK_FOR_LETTER_P(VALUE, C)  \
1459   ((C) == 'I' ? SPARC_SIMM13_P (VALUE)                  \
1460    : (C) == 'J' ? (VALUE) == 0                          \
1461    : (C) == 'K' ? SPARC_SETHI_P (VALUE)                 \
1462    : (C) == 'L' ? SPARC_SIMM11_P (VALUE)                \
1463    : (C) == 'M' ? SPARC_SIMM10_P (VALUE)                \
1464    : 0)
1465
1466 /* Similar, but for floating constants, and defining letters G and H.
1467    Here VALUE is the CONST_DOUBLE rtx itself.  */
1468
1469 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C)  \
1470   ((C) == 'G' ? fp_zero_operand (VALUE, GET_MODE (VALUE))       \
1471    : (C) == 'H' ? arith_double_operand (VALUE, DImode)          \
1472    : 0)
1473
1474 /* Given an rtx X being reloaded into a reg required to be
1475    in class CLASS, return the class of reg to actually use.
1476    In general this is just CLASS; but on some machines
1477    in some cases it is preferable to use a more restrictive class.  */
1478 /* - We can't load constants into FP registers.  We can't load any FP
1479      constant if an 'E' constraint fails to match it.
1480    - Try and reload integer constants (symbolic or otherwise) back into
1481      registers directly, rather than having them dumped to memory.  */
1482
1483 #define PREFERRED_RELOAD_CLASS(X,CLASS)                 \
1484   (CONSTANT_P (X)                                       \
1485    ? ((FP_REG_CLASS_P (CLASS)                           \
1486        || (GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT  \
1487            && (HOST_FLOAT_FORMAT != IEEE_FLOAT_FORMAT   \
1488                || HOST_BITS_PER_INT != BITS_PER_WORD))) \
1489       ? NO_REGS                                         \
1490       : (!FP_REG_CLASS_P (CLASS)                        \
1491          && GET_MODE_CLASS (GET_MODE (X)) == MODE_INT)  \
1492       ? GENERAL_REGS                                    \
1493       : (CLASS))                                        \
1494    : (CLASS))
1495
1496 /* Return the register class of a scratch register needed to load IN into
1497    a register of class CLASS in MODE.
1498
1499    We need a temporary when loading/storing a HImode/QImode value
1500    between memory and the FPU registers.  This can happen when combine puts
1501    a paradoxical subreg in a float/fix conversion insn.  */
1502
1503 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN)           \
1504   ((FP_REG_CLASS_P (CLASS)                                      \
1505     && ((MODE) == HImode || (MODE) == QImode)                   \
1506     && (GET_CODE (IN) == MEM                                    \
1507         || ((GET_CODE (IN) == REG || GET_CODE (IN) == SUBREG)   \
1508             && true_regnum (IN) == -1)))                        \
1509    ? GENERAL_REGS                                               \
1510    : (((TARGET_CM_MEDANY                                        \
1511         && symbolic_operand ((IN), (MODE)))                     \
1512        || (TARGET_CM_EMBMEDANY                                  \
1513            && text_segment_operand ((IN), (MODE))))             \
1514       && !flag_pic)                                             \
1515      ? GENERAL_REGS                                             \
1516      : NO_REGS)
1517
1518 #define SECONDARY_OUTPUT_RELOAD_CLASS(CLASS, MODE, IN)          \
1519    ((FP_REG_CLASS_P (CLASS)                                     \
1520      && ((MODE) == HImode || (MODE) == QImode)                  \
1521      && (GET_CODE (IN) == MEM                                   \
1522          || ((GET_CODE (IN) == REG || GET_CODE (IN) == SUBREG)  \
1523              && true_regnum (IN) == -1)))                       \
1524     ? GENERAL_REGS                                              \
1525    : (((TARGET_CM_MEDANY                                        \
1526         && symbolic_operand ((IN), (MODE)))                     \
1527        || (TARGET_CM_EMBMEDANY                                  \
1528            && text_segment_operand ((IN), (MODE))))             \
1529       && !flag_pic)                                             \
1530      ? GENERAL_REGS                                             \
1531      : NO_REGS)
1532
1533 /* On SPARC it is not possible to directly move data between 
1534    GENERAL_REGS and FP_REGS.  */
1535 #define SECONDARY_MEMORY_NEEDED(CLASS1, CLASS2, MODE) \
1536   (FP_REG_CLASS_P (CLASS1) != FP_REG_CLASS_P (CLASS2))
1537
1538 /* Return the stack location to use for secondary memory needed reloads.
1539    We want to use the reserved location just below the frame pointer.
1540    However, we must ensure that there is a frame, so use assign_stack_local
1541    if the frame size is zero.  */
1542 #define SECONDARY_MEMORY_NEEDED_RTX(MODE) \
1543   (get_frame_size () == 0                                               \
1544    ? assign_stack_local (MODE, GET_MODE_SIZE (MODE), 0)                 \
1545    : gen_rtx_MEM (MODE, plus_constant (frame_pointer_rtx,               \
1546                                        STARTING_FRAME_OFFSET)))
1547
1548 /* Get_secondary_mem widens its argument to BITS_PER_WORD which loses on v9
1549    because the movsi and movsf patterns don't handle r/f moves.
1550    For v8 we copy the default definition.  */
1551 #define SECONDARY_MEMORY_NEEDED_MODE(MODE) \
1552   (TARGET_ARCH64                                                \
1553    ? (GET_MODE_BITSIZE (MODE) < 32                              \
1554       ? mode_for_size (32, GET_MODE_CLASS (MODE), 0)            \
1555       : MODE)                                                   \
1556    : (GET_MODE_BITSIZE (MODE) < BITS_PER_WORD                   \
1557       ? mode_for_size (BITS_PER_WORD, GET_MODE_CLASS (MODE), 0) \
1558       : MODE))
1559
1560 /* Return the maximum number of consecutive registers
1561    needed to represent mode MODE in a register of class CLASS.  */
1562 /* On SPARC, this is the size of MODE in words.  */
1563 #define CLASS_MAX_NREGS(CLASS, MODE)    \
1564   (FP_REG_CLASS_P (CLASS) ? (GET_MODE_SIZE (MODE) + 3) / 4 \
1565    : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
1566 \f
1567 /* Stack layout; function entry, exit and calling.  */
1568
1569 /* Define the number of register that can hold parameters.
1570    This macro is only used in other macro definitions below and in sparc.c.
1571    MODE is the mode of the argument.
1572    !v9: All args are passed in %o0-%o5.
1573    v9: %o0-%o5 and %f0-%f31 are cumulatively used to pass values.
1574    See the description in sparc.c.  */
1575 #define NPARM_REGS(MODE) \
1576 (TARGET_ARCH64 \
1577  ? (GET_MODE_CLASS (MODE) == MODE_FLOAT ? 32 : 6) \
1578  : 6)
1579
1580 /* Define this if pushing a word on the stack
1581    makes the stack pointer a smaller address.  */
1582 #define STACK_GROWS_DOWNWARD
1583
1584 /* Define this if the nominal address of the stack frame
1585    is at the high-address end of the local variables;
1586    that is, each additional local variable allocated
1587    goes at a more negative offset in the frame.  */
1588 #define FRAME_GROWS_DOWNWARD
1589
1590 /* Offset within stack frame to start allocating local variables at.
1591    If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
1592    first local allocated.  Otherwise, it is the offset to the BEGINNING
1593    of the first local allocated.  */
1594 /* This allows space for one TFmode floating point value.  */
1595 #define STARTING_FRAME_OFFSET \
1596   (TARGET_ARCH64 ? (SPARC_STACK_BIAS - 16) \
1597    : (-SPARC_STACK_ALIGN (LONG_DOUBLE_TYPE_SIZE / BITS_PER_UNIT)))
1598
1599 /* If we generate an insn to push BYTES bytes,
1600    this says how many the stack pointer really advances by.
1601    On SPARC, don't define this because there are no push insns.  */
1602 /*  #define PUSH_ROUNDING(BYTES) */
1603
1604 /* Offset of first parameter from the argument pointer register value.
1605    !v9: This is 64 for the ins and locals, plus 4 for the struct-return reg
1606    even if this function isn't going to use it.
1607    v9: This is 128 for the ins and locals.  */
1608 #define FIRST_PARM_OFFSET(FNDECL) \
1609   (TARGET_ARCH64 ? (SPARC_STACK_BIAS + 16 * UNITS_PER_WORD) \
1610    : (STRUCT_VALUE_OFFSET + UNITS_PER_WORD))
1611
1612 /* Offset from the argument pointer register value to the CFA.  */
1613
1614 #define ARG_POINTER_CFA_OFFSET  SPARC_STACK_BIAS
1615
1616 /* When a parameter is passed in a register, stack space is still
1617    allocated for it.
1618    !v9: All 6 possible integer registers have backing store allocated.
1619    v9: Only space for the arguments passed is allocated. */
1620 /* ??? Ideally, we'd use zero here (as the minimum), but zero has special
1621    meaning to the backend.  Further, we need to be able to detect if a
1622    varargs/unprototyped function is called, as they may want to spill more
1623    registers than we've provided space.  Ugly, ugly.  So for now we retain
1624    all 6 slots even for v9.  */
1625 #define REG_PARM_STACK_SPACE(DECL) (6 * UNITS_PER_WORD)
1626
1627 /* Keep the stack pointer constant throughout the function.
1628    This is both an optimization and a necessity: longjmp
1629    doesn't behave itself when the stack pointer moves within
1630    the function!  */
1631 #define ACCUMULATE_OUTGOING_ARGS
1632
1633 /* Value is the number of bytes of arguments automatically
1634    popped when returning from a subroutine call.
1635    FUNDECL is the declaration node of the function (as a tree),
1636    FUNTYPE is the data type of the function (as a tree),
1637    or for a library call it is an identifier node for the subroutine name.
1638    SIZE is the number of bytes of arguments passed on the stack.  */
1639
1640 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
1641
1642 /* Some subroutine macros specific to this machine.
1643    When !TARGET_FPU, put float return values in the general registers,
1644    since we don't have any fp registers.  */
1645 #define BASE_RETURN_VALUE_REG(MODE)                                     \
1646   (TARGET_ARCH64                                                        \
1647    ? (TARGET_FPU && FLOAT_MODE_P (MODE) ? 32 : 8)                       \
1648    : (((MODE) == SFmode || (MODE) == DFmode) && TARGET_FPU ? 32 : 8))
1649
1650 #define BASE_OUTGOING_VALUE_REG(MODE)                           \
1651   (TARGET_ARCH64                                                \
1652    ? (TARGET_FPU && FLOAT_MODE_P (MODE) ? 32                    \
1653       : TARGET_FLAT ? 8 : 24)                                   \
1654    : (((MODE) == SFmode || (MODE) == DFmode) && TARGET_FPU ? 32 \
1655       : (TARGET_FLAT ? 8 : 24)))
1656
1657 #define BASE_PASSING_ARG_REG(MODE)                              \
1658   (TARGET_ARCH64                                                \
1659    ? (TARGET_FPU && FLOAT_MODE_P (MODE) ? 32 : 8)               \
1660    : 8)
1661
1662 /* ??? FIXME -- seems wrong for v9 structure passing... */
1663 #define BASE_INCOMING_ARG_REG(MODE)                             \
1664   (TARGET_ARCH64                                                \
1665    ? (TARGET_FPU && FLOAT_MODE_P (MODE) ? 32                    \
1666       : TARGET_FLAT ? 8 : 24)                                   \
1667    : (TARGET_FLAT ? 8 : 24))
1668
1669 /* Define this macro if the target machine has "register windows".  This
1670    C expression returns the register number as seen by the called function
1671    corresponding to register number OUT as seen by the calling function.
1672    Return OUT if register number OUT is not an outbound register.  */
1673
1674 #define INCOMING_REGNO(OUT) \
1675  ((TARGET_FLAT || (OUT) < 8 || (OUT) > 15) ? (OUT) : (OUT) + 16)
1676
1677 /* Define this macro if the target machine has "register windows".  This
1678    C expression returns the register number as seen by the calling function
1679    corresponding to register number IN as seen by the called function.
1680    Return IN if register number IN is not an inbound register.  */
1681
1682 #define OUTGOING_REGNO(IN) \
1683  ((TARGET_FLAT || (IN) < 24 || (IN) > 31) ? (IN) : (IN) - 16)
1684
1685 /* Define how to find the value returned by a function.
1686    VALTYPE is the data type of the value (as a tree).
1687    If the precise function being called is known, FUNC is its FUNCTION_DECL;
1688    otherwise, FUNC is 0.  */
1689
1690 /* On SPARC the value is found in the first "output" register.  */
1691
1692 #define FUNCTION_VALUE(VALTYPE, FUNC) \
1693   function_value ((VALTYPE), TYPE_MODE (VALTYPE), 1)
1694
1695 /* But the called function leaves it in the first "input" register.  */
1696
1697 #define FUNCTION_OUTGOING_VALUE(VALTYPE, FUNC) \
1698   function_value ((VALTYPE), TYPE_MODE (VALTYPE), 0)
1699
1700 /* Define how to find the value returned by a library function
1701    assuming the value has mode MODE.  */
1702
1703 #define LIBCALL_VALUE(MODE) \
1704   function_value (NULL_TREE, (MODE), 1)
1705
1706 /* 1 if N is a possible register number for a function value
1707    as seen by the caller.
1708    On SPARC, the first "output" reg is used for integer values,
1709    and the first floating point register is used for floating point values.  */
1710
1711 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 8 || (N) == 32)
1712
1713 /* Define the size of space to allocate for the return value of an
1714    untyped_call.  */
1715
1716 #define APPLY_RESULT_SIZE 16
1717
1718 /* 1 if N is a possible register number for function argument passing.
1719    On SPARC, these are the "output" registers.  v9 also uses %f0-%f31.  */
1720
1721 #define FUNCTION_ARG_REGNO_P(N) \
1722 (TARGET_ARCH64 \
1723  ? (((N) >= 8 && (N) <= 13) || ((N) >= 32 && (N) <= 63)) \
1724  : ((N) >= 8 && (N) <= 13))
1725 \f
1726 /* Define a data type for recording info about an argument list
1727    during the scan of that argument list.  This data type should
1728    hold all necessary information about the function itself
1729    and about the args processed so far, enough to enable macros
1730    such as FUNCTION_ARG to determine where the next arg should go.
1731
1732    On SPARC (!v9), this is a single integer, which is a number of words
1733    of arguments scanned so far (including the invisible argument,
1734    if any, which holds the structure-value-address).
1735    Thus 7 or more means all following args should go on the stack.
1736
1737    For v9, we also need to know whether a prototype is present.  */
1738
1739 struct sparc_args {
1740   int words;       /* number of words passed so far */
1741   int prototype_p; /* non-zero if a prototype is present */
1742   int libcall_p;   /* non-zero if a library call */
1743 };
1744 #define CUMULATIVE_ARGS struct sparc_args
1745
1746 /* Initialize a variable CUM of type CUMULATIVE_ARGS
1747    for a call to a function whose data type is FNTYPE.
1748    For a library call, FNTYPE is 0.  */
1749
1750 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) \
1751 init_cumulative_args (& (CUM), (FNTYPE), (LIBNAME), (INDIRECT));
1752
1753 /* Update the data in CUM to advance over an argument
1754    of mode MODE and data type TYPE.
1755    TYPE is null for libcalls where that information may not be available.  */
1756
1757 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
1758 function_arg_advance (& (CUM), (MODE), (TYPE), (NAMED))
1759
1760 /* Nonzero if we do not know how to pass TYPE solely in registers.  */
1761
1762 #define MUST_PASS_IN_STACK(MODE,TYPE)                   \
1763   ((TYPE) != 0                                          \
1764    && (TREE_CODE (TYPE_SIZE (TYPE)) != INTEGER_CST      \
1765        || TREE_ADDRESSABLE (TYPE)))
1766
1767 /* Determine where to put an argument to a function.
1768    Value is zero to push the argument on the stack,
1769    or a hard register in which to store the argument.
1770
1771    MODE is the argument's machine mode.
1772    TYPE is the data type of the argument (as a tree).
1773     This is null for libcalls where that information may
1774     not be available.
1775    CUM is a variable of type CUMULATIVE_ARGS which gives info about
1776     the preceding args and about the function being called.
1777    NAMED is nonzero if this argument is a named parameter
1778     (otherwise it is an extra parameter matching an ellipsis).  */
1779
1780 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
1781 function_arg (& (CUM), (MODE), (TYPE), (NAMED), 0)
1782
1783 /* Define where a function finds its arguments.
1784    This is different from FUNCTION_ARG because of register windows.  */
1785
1786 #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) \
1787 function_arg (& (CUM), (MODE), (TYPE), (NAMED), 1)
1788
1789 /* For an arg passed partly in registers and partly in memory,
1790    this is the number of registers used.
1791    For args passed entirely in registers or entirely in memory, zero.  */
1792
1793 #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) \
1794 function_arg_partial_nregs (& (CUM), (MODE), (TYPE), (NAMED))
1795
1796 /* A C expression that indicates when an argument must be passed by reference.
1797    If nonzero for an argument, a copy of that argument is made in memory and a
1798    pointer to the argument is passed instead of the argument itself.
1799    The pointer is passed in whatever way is appropriate for passing a pointer
1800    to that type.  */
1801
1802 #define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) \
1803 function_arg_pass_by_reference (& (CUM), (MODE), (TYPE), (NAMED))
1804
1805 /* If defined, a C expression which determines whether, and in which direction,
1806    to pad out an argument with extra space.  The value should be of type
1807    `enum direction': either `upward' to pad above the argument,
1808    `downward' to pad below, or `none' to inhibit padding.  */
1809
1810 #define FUNCTION_ARG_PADDING(MODE, TYPE) \
1811 function_arg_padding ((MODE), (TYPE))
1812
1813 /* If defined, a C expression that gives the alignment boundary, in bits,
1814    of an argument with the specified mode and type.  If it is not defined,
1815    PARM_BOUNDARY is used for all arguments.
1816    For sparc64, objects requiring 16 byte alignment are passed that way.  */
1817
1818 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
1819 ((TARGET_ARCH64                                 \
1820   && (GET_MODE_ALIGNMENT (MODE) == 128          \
1821       || ((TYPE) && TYPE_ALIGN (TYPE) == 128))) \
1822  ? 128 : PARM_BOUNDARY)
1823 \f
1824 /* Define the information needed to generate branch and scc insns.  This is
1825    stored from the compare operation.  Note that we can't use "rtx" here
1826    since it hasn't been defined!  */
1827
1828 extern struct rtx_def *sparc_compare_op0, *sparc_compare_op1;
1829
1830 \f
1831 /* Generate the special assembly code needed to tell the assembler whatever
1832    it might need to know about the return value of a function.
1833
1834    For Sparc assemblers, we need to output a .proc pseudo-op which conveys
1835    information to the assembler relating to peephole optimization (done in
1836    the assembler).  */
1837
1838 #define ASM_DECLARE_RESULT(FILE, RESULT) \
1839   fprintf ((FILE), "\t.proc\t0%lo\n", sparc_type_code (TREE_TYPE (RESULT)))
1840
1841 /* Output the label for a function definition.  */
1842
1843 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL)                     \
1844 do {                                                                    \
1845   ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL));                        \
1846   ASM_OUTPUT_LABEL (FILE, NAME);                                        \
1847 } while (0)
1848
1849 /* Output the special assembly code needed to tell the assembler some
1850    register is used as global register variable.  
1851
1852    SPARC 64bit psABI declares registers %g2 and %g3 as application
1853    registers and %g6 and %g7 as OS registers.  Any object using them
1854    should declare (for %g2/%g3 has to, for %g6/%g7 can) that it uses them
1855    and how they are used (scratch or some global variable).
1856    Linker will then refuse to link together objects which use those
1857    registers incompatibly.
1858
1859    Unless the registers are used for scratch, two different global
1860    registers cannot be declared to the same name, so in the unlikely
1861    case of a global register variable occupying more than one register
1862    we prefix the second and following registers with .gnu.part1. etc.  */
1863
1864 extern char sparc_hard_reg_printed[8];
1865
1866 #ifdef HAVE_AS_REGISTER_PSEUDO_OP
1867 #define ASM_DECLARE_REGISTER_GLOBAL(FILE, DECL, REGNO, NAME)            \
1868 do {                                                                    \
1869   if (TARGET_ARCH64)                                                    \
1870     {                                                                   \
1871       int end = HARD_REGNO_NREGS ((REGNO), DECL_MODE (decl)) + (REGNO); \
1872       int reg;                                                          \
1873       for (reg = (REGNO); reg < 8 && reg < end; reg++)                  \
1874         if ((reg & ~1) == 2 || (reg & ~1) == 6)                         \
1875           {                                                             \
1876             if (reg == (REGNO))                                         \
1877               fprintf ((FILE), "\t.register\t%%g%d, %s\n", reg, (NAME)); \
1878             else                                                        \
1879               fprintf ((FILE), "\t.register\t%%g%d, .gnu.part%d.%s\n",  \
1880                        reg, reg - (REGNO), (NAME));                     \
1881             sparc_hard_reg_printed[reg] = 1;                            \
1882           }                                                             \
1883     }                                                                   \
1884 } while (0)
1885 #endif
1886
1887 /* This macro generates the assembly code for function entry.
1888    FILE is a stdio stream to output the code to.
1889    SIZE is an int: how many units of temporary storage to allocate.
1890    Refer to the array `regs_ever_live' to determine which registers
1891    to save; `regs_ever_live[I]' is nonzero if register number I
1892    is ever used in the function.  This macro is responsible for
1893    knowing which registers should not be saved even if used.  */
1894
1895 /* On SPARC, move-double insns between fpu and cpu need an 8-byte block
1896    of memory.  If any fpu reg is used in the function, we allocate
1897    such a block here, at the bottom of the frame, just in case it's needed.
1898
1899    If this function is a leaf procedure, then we may choose not
1900    to do a "save" insn.  The decision about whether or not
1901    to do this is made in regclass.c.  */
1902
1903 #define FUNCTION_PROLOGUE(FILE, SIZE) \
1904   (TARGET_FLAT ? sparc_flat_output_function_prologue (FILE, (int)SIZE) \
1905    : output_function_prologue (FILE, (int)SIZE, \
1906                                current_function_uses_only_leaf_regs))
1907 \f
1908 /* Output assembler code to FILE to increment profiler label # LABELNO
1909    for profiling a function entry.  */
1910
1911 #define FUNCTION_PROFILER(FILE, LABELNO) \
1912   sparc_function_profiler(FILE, LABELNO)
1913
1914 /* Set the name of the mcount function for the system.  */
1915
1916 #define MCOUNT_FUNCTION "*mcount"
1917
1918 /* The following macro shall output assembler code to FILE
1919    to initialize basic-block profiling.  */
1920
1921 #define FUNCTION_BLOCK_PROFILER(FILE, BLOCK_OR_LABEL) \
1922   sparc_function_block_profiler(FILE, BLOCK_OR_LABEL)
1923
1924 /* The following macro shall output assembler code to FILE
1925    to increment a counter associated with basic block number BLOCKNO.  */
1926
1927 #define BLOCK_PROFILER(FILE, BLOCKNO) \
1928   sparc_block_profiler (FILE, BLOCKNO)
1929
1930 /* The following macro shall output assembler code to FILE
1931    to indicate a return from function during basic-block profiling.  */
1932
1933 #define FUNCTION_BLOCK_PROFILER_EXIT(FILE) \
1934   sparc_function_block_profiler_exit(FILE)
1935
1936 #ifdef IN_LIBGCC2
1937
1938 /* The function `__bb_trace_func' is called in every basic block
1939    and is not allowed to change the machine state. Saving (restoring)
1940    the state can either be done in the BLOCK_PROFILER macro,
1941    before calling function (rsp. after returning from function)
1942    `__bb_trace_func', or it can be done inside the function by
1943    defining the macros:
1944
1945         MACHINE_STATE_SAVE(ID)
1946         MACHINE_STATE_RESTORE(ID)
1947
1948    In the latter case care must be taken, that the prologue code
1949    of function `__bb_trace_func' does not already change the
1950    state prior to saving it with MACHINE_STATE_SAVE.
1951
1952    The parameter `ID' is a string identifying a unique macro use.
1953
1954    On sparc it is sufficient to save the psw register to memory.
1955    Unfortunately the psw register can be read in supervisor mode only,
1956    so we read only the condition codes by using branch instructions
1957    and hope that this is enough.
1958    
1959    On V9, life is much sweater:  there is a user accessible %ccr
1960    register, but we use it for 64bit libraries only.  */
1961
1962 #if TARGET_ARCH32
1963
1964 #define MACHINE_STATE_SAVE(ID)                  \
1965   int ms_flags, ms_saveret;                     \
1966   asm volatile(                                 \
1967         "mov %%g2,%1\n\
1968         mov %%g0,%0\n\
1969         be,a LFLGNZ"ID"\n\
1970         or %0,4,%0\n\
1971 LFLGNZ"ID":\n\
1972         bcs,a LFLGNC"ID"\n\
1973         or %0,1,%0\n\
1974 LFLGNC"ID":\n\
1975         bvs,a LFLGNV"ID"\n\
1976         or %0,2,%0\n\
1977 LFLGNV"ID":\n\
1978         bneg,a LFLGNN"ID"\n\
1979         or %0,8,%0\n\
1980 LFLGNN"ID":"                                    \
1981         : "=r"(ms_flags), "=r"(ms_saveret));
1982
1983 #else
1984
1985 #define MACHINE_STATE_SAVE(ID)                  \
1986   unsigned long ms_flags, ms_saveret;           \
1987   asm volatile(                                 \
1988         "mov %%g4,%1\n\
1989         rd %%ccr,%0"                            \
1990         : "=r"(ms_flags), "=r"(ms_saveret));
1991
1992 #endif
1993
1994 /* On sparc MACHINE_STATE_RESTORE restores the psw register from memory.
1995    The psw register can be written in supervisor mode only,
1996    which is true even for simple condition codes.
1997    We use some combination of instructions to produce the
1998    proper condition codes, but some flag combinations can not
1999    be generated in this way. If this happens an unimplemented
2000    instruction will be executed to abort the program. */
2001
2002 #if TARGET_ARCH32
2003
2004 #define MACHINE_STATE_RESTORE(ID)                               \
2005 { extern char flgtab[] __asm__("LFLGTAB"ID);                    \
2006   int scratch;                                                  \
2007   asm volatile (                                                \
2008         "jmpl %2+%1,%%g0\n\
2009     ! Do part of VC in the delay slot here, as it needs 3 insns.\n\
2010          addcc 2,%3,%%g0\n\
2011 LFLGTAB" ID ":\n\
2012     ! 0\n\
2013         ba LFLGRET"ID"\n\
2014          orcc 1,%%g0,%%g0\n\
2015     ! C\n\
2016         ba LFLGRET"ID"\n\
2017          addcc 2,%3,%%g0\n\
2018     ! V\n\
2019         unimp\n\
2020         nop\n\
2021     ! VC\n\
2022         ba LFLGRET"ID"\n\
2023          addxcc %4,%4,%0\n\
2024     ! Z\n\
2025         ba LFLGRET"ID"\n\
2026          subcc %%g0,%%g0,%%g0\n\
2027     ! ZC\n\
2028         ba LFLGRET"ID"\n\
2029          addcc 1,%3,%0\n\
2030     ! ZVC\n\
2031         ba LFLGRET"ID"\n\
2032          addcc %4,%4,%0\n\
2033     ! N\n\
2034         ba LFLGRET"ID"\n\
2035          orcc %%g0,-1,%%g0\n\
2036     ! NC\n\
2037         ba LFLGRET"ID"\n\
2038          addcc %%g0,%3,%%g0\n\
2039     ! NV\n\
2040         unimp\n\
2041         nop\n\
2042     ! NVC\n\
2043         unimp\n\
2044         nop\n\
2045     ! NZ\n\
2046         unimp\n\
2047         nop\n\
2048     ! NZC\n\
2049         unimp\n\
2050         nop\n\
2051     ! NZV\n\
2052         unimp\n\
2053         nop\n\
2054     ! NZVC\n\
2055         unimp\n\
2056         nop\n\
2057 LFLGRET"ID":\n\
2058         mov %5,%%g2"                                            \
2059         : "=r"(scratch)                                         \
2060         : "r"(ms_flags*8), "r"(flgtab), "r"(-1),                \
2061           "r"(0x80000000), "r"(ms_saveret)                      \
2062         : "cc", "g2"); }
2063
2064 #else
2065
2066 #define MACHINE_STATE_RESTORE(ID)                               \
2067   asm volatile (                                                \
2068         "wr %0,0,%%ccr\n\
2069         mov %1,%%g4"                                            \
2070         : : "r"(ms_flags), "r"(ms_saveret)                      \
2071         : "cc", "g4");
2072
2073 #endif
2074
2075 #endif /* IN_LIBGCC2 */
2076 \f
2077 /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
2078    the stack pointer does not matter.  The value is tested only in
2079    functions that have frame pointers.
2080    No definition is equivalent to always zero.  */
2081
2082 #define EXIT_IGNORE_STACK       \
2083  (get_frame_size () != 0        \
2084   || current_function_calls_alloca || current_function_outgoing_args_size)
2085
2086 /* This macro generates the assembly code for function exit,
2087    on machines that need it.  If FUNCTION_EPILOGUE is not defined
2088    then individual return instructions are generated for each
2089    return statement.  Args are same as for FUNCTION_PROLOGUE.
2090
2091    The function epilogue should not depend on the current stack pointer!
2092    It should use the frame pointer only.  This is mandatory because
2093    of alloca; we also take advantage of it to omit stack adjustments
2094    before returning.  */
2095
2096 #define FUNCTION_EPILOGUE(FILE, SIZE) \
2097   (TARGET_FLAT ? sparc_flat_output_function_epilogue (FILE, (int)SIZE) \
2098    : output_function_epilogue (FILE, (int)SIZE, \
2099                                current_function_uses_only_leaf_regs))
2100
2101 #define DELAY_SLOTS_FOR_EPILOGUE \
2102   (TARGET_FLAT ? sparc_flat_epilogue_delay_slots () : 1)
2103 #define ELIGIBLE_FOR_EPILOGUE_DELAY(trial, slots_filled) \
2104   (TARGET_FLAT ? sparc_flat_eligible_for_epilogue_delay (trial, slots_filled) \
2105    : eligible_for_epilogue_delay (trial, slots_filled))
2106
2107 /* Define registers used by the epilogue and return instruction.  */
2108 #define EPILOGUE_USES(REGNO) \
2109   (!TARGET_FLAT && REGNO == 31)
2110 \f
2111 /* Length in units of the trampoline for entering a nested function.  */
2112
2113 #define TRAMPOLINE_SIZE (TARGET_ARCH64 ? 32 : 16)
2114
2115 #define TRAMPOLINE_ALIGNMENT 128 /* 16 bytes */
2116
2117 /* Emit RTL insns to initialize the variable parts of a trampoline.
2118    FNADDR is an RTX for the address of the function's pure code.
2119    CXT is an RTX for the static chain value for the function.  */
2120
2121 #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
2122     if (TARGET_ARCH64)                                          \
2123       sparc64_initialize_trampoline (TRAMP, FNADDR, CXT);       \
2124     else                                                        \
2125       sparc_initialize_trampoline (TRAMP, FNADDR, CXT)
2126 \f
2127 /* Generate necessary RTL for __builtin_saveregs().  */
2128
2129 #define EXPAND_BUILTIN_SAVEREGS() sparc_builtin_saveregs ()
2130
2131 /* Implement `va_start' for varargs and stdarg.  */
2132 #define EXPAND_BUILTIN_VA_START(stdarg, valist, nextarg) \
2133   sparc_va_start (stdarg, valist, nextarg)
2134
2135 /* Implement `va_arg'.  */
2136 #define EXPAND_BUILTIN_VA_ARG(valist, type) \
2137   sparc_va_arg (valist, type)
2138
2139 /* Define this macro if the location where a function argument is passed
2140    depends on whether or not it is a named argument.
2141
2142    This macro controls how the NAMED argument to FUNCTION_ARG
2143    is set for varargs and stdarg functions.  With this macro defined,
2144    the NAMED argument is always true for named arguments, and false for
2145    unnamed arguments.  If this is not defined, but SETUP_INCOMING_VARARGS
2146    is defined, then all arguments are treated as named.  Otherwise, all named
2147    arguments except the last are treated as named.
2148    For the v9 we want NAMED to mean what it says it means.  */
2149
2150 #define STRICT_ARGUMENT_NAMING TARGET_V9
2151
2152 /* Generate RTL to flush the register windows so as to make arbitrary frames
2153    available.  */
2154 #define SETUP_FRAME_ADDRESSES()         \
2155   emit_insn (gen_flush_register_windows ())
2156
2157 /* Given an rtx for the address of a frame,
2158    return an rtx for the address of the word in the frame
2159    that holds the dynamic chain--the previous frame's address.
2160    ??? -mflat support? */
2161 #define DYNAMIC_CHAIN_ADDRESS(frame) plus_constant (frame, 14 * UNITS_PER_WORD)
2162
2163 /* The return address isn't on the stack, it is in a register, so we can't
2164    access it from the current frame pointer.  We can access it from the
2165    previous frame pointer though by reading a value from the register window
2166    save area.  */
2167 #define RETURN_ADDR_IN_PREVIOUS_FRAME
2168
2169 /* This is the offset of the return address to the true next instruction to be
2170    executed for the current function. */
2171 #define RETURN_ADDR_OFFSET \
2172   (8 + 4 * (! TARGET_ARCH64 && current_function_returns_struct))
2173
2174 /* The current return address is in %i7.  The return address of anything
2175    farther back is in the register window save area at [%fp+60].  */
2176 /* ??? This ignores the fact that the actual return address is +8 for normal
2177    returns, and +12 for structure returns.  */
2178 #define RETURN_ADDR_RTX(count, frame)           \
2179   ((count == -1)                                \
2180    ? gen_rtx_REG (Pmode, 31)                    \
2181    : gen_rtx_MEM (Pmode,                        \
2182                   memory_address (Pmode, plus_constant (frame, \
2183                                                         15 * UNITS_PER_WORD))))
2184
2185 /* Before the prologue, the return address is %o7 + 8.  OK, sometimes it's
2186    +12, but always using +8 is close enough for frame unwind purposes.
2187    Actually, just using %o7 is close enough for unwinding, but %o7+8
2188    is something you can return to.  */
2189 #define INCOMING_RETURN_ADDR_RTX \
2190   plus_constant (gen_rtx_REG (word_mode, 15), 8)
2191
2192 /* The offset from the incoming value of %sp to the top of the stack frame
2193    for the current function.  On sparc64, we have to account for the stack
2194    bias if present.  */
2195 #define INCOMING_FRAME_SP_OFFSET SPARC_STACK_BIAS
2196
2197 #define DOESNT_NEED_UNWINDER (! TARGET_FLAT)
2198 \f
2199 /* Addressing modes, and classification of registers for them.  */
2200
2201 /* #define HAVE_POST_INCREMENT 0 */
2202 /* #define HAVE_POST_DECREMENT 0 */
2203
2204 /* #define HAVE_PRE_DECREMENT 0 */
2205 /* #define HAVE_PRE_INCREMENT 0 */
2206
2207 /* Macros to check register numbers against specific register classes.  */
2208
2209 /* These assume that REGNO is a hard or pseudo reg number.
2210    They give nonzero only if REGNO is a hard reg of the suitable class
2211    or a pseudo reg currently allocated to a suitable hard reg.
2212    Since they use reg_renumber, they are safe only once reg_renumber
2213    has been allocated, which happens in local-alloc.c.  */
2214
2215 #define REGNO_OK_FOR_INDEX_P(REGNO) \
2216 ((REGNO) < 32 || (unsigned) reg_renumber[REGNO] < (unsigned)32)
2217 #define REGNO_OK_FOR_BASE_P(REGNO) \
2218 ((REGNO) < 32 || (unsigned) reg_renumber[REGNO] < (unsigned)32)
2219 #define REGNO_OK_FOR_FP_P(REGNO) \
2220   (((unsigned) (REGNO) - 32 < (TARGET_V9 ? (unsigned)64 : (unsigned)32)) \
2221    || ((unsigned) reg_renumber[REGNO] - 32 < (TARGET_V9 ? (unsigned)64 : (unsigned)32)))
2222 #define REGNO_OK_FOR_CCFP_P(REGNO) \
2223  (TARGET_V9 \
2224   && (((unsigned) (REGNO) - 96 < (unsigned)4) \
2225       || ((unsigned) reg_renumber[REGNO] - 96 < (unsigned)4)))
2226
2227 /* Now macros that check whether X is a register and also,
2228    strictly, whether it is in a specified class.
2229
2230    These macros are specific to the SPARC, and may be used only
2231    in code for printing assembler insns and in conditions for
2232    define_optimization.  */
2233
2234 /* 1 if X is an fp register.  */
2235
2236 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X)))
2237
2238 /* Is X, a REG, an in or global register?  i.e. is regno 0..7 or 24..31 */
2239 #define IN_OR_GLOBAL_P(X) (REGNO (X) < 8 || (REGNO (X) >= 24 && REGNO (X) <= 31))
2240 \f
2241 /* Maximum number of registers that can appear in a valid memory address.  */
2242
2243 #define MAX_REGS_PER_ADDRESS 2
2244
2245 /* Recognize any constant value that is a valid address.
2246    When PIC, we do not accept an address that would require a scratch reg
2247    to load into a register.  */
2248
2249 #define CONSTANT_ADDRESS_P(X)   \
2250   (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF              \
2251    || GET_CODE (X) == CONST_INT || GET_CODE (X) == HIGH                 \
2252    || (GET_CODE (X) == CONST                                            \
2253        && ! (flag_pic && pic_address_needs_scratch (X))))
2254
2255 /* Define this, so that when PIC, reload won't try to reload invalid
2256    addresses which require two reload registers.  */
2257
2258 #define LEGITIMATE_PIC_OPERAND_P(X)  (! pic_address_needs_scratch (X))
2259
2260 /* Nonzero if the constant value X is a legitimate general operand.
2261    Anything can be made to work except floating point constants.
2262    If TARGET_VIS, 0.0 can be made to work as well.  */
2263
2264 #define LEGITIMATE_CONSTANT_P(X)                                        \
2265   (GET_CODE (X) != CONST_DOUBLE || GET_MODE (X) == VOIDmode ||          \
2266    (TARGET_VIS &&                                                       \
2267     (GET_MODE (X) == SFmode || GET_MODE (X) == DFmode ||                \
2268      GET_MODE (X) == TFmode) &&                                         \
2269     fp_zero_operand (X, GET_MODE (X))))
2270
2271 /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
2272    and check its validity for a certain class.
2273    We have two alternate definitions for each of them.
2274    The usual definition accepts all pseudo regs; the other rejects
2275    them unless they have been allocated suitable hard regs.
2276    The symbol REG_OK_STRICT causes the latter definition to be used.
2277
2278    Most source files want to accept pseudo regs in the hope that
2279    they will get allocated to the class that the insn wants them to be in.
2280    Source files for reload pass need to be strict.
2281    After reload, it makes no difference, since pseudo regs have
2282    been eliminated by then.  */
2283
2284 /* Optional extra constraints for this machine.
2285
2286    'Q' handles floating point constants which can be moved into
2287        an integer register with a single sethi instruction.
2288
2289    'R' handles floating point constants which can be moved into
2290        an integer register with a single mov instruction.
2291
2292    'S' handles floating point constants which can be moved into
2293        an integer register using a high/lo_sum sequence.
2294
2295    'T' handles memory addresses where the alignment is known to
2296        be at least 8 bytes.
2297
2298    `U' handles all pseudo registers or a hard even numbered
2299        integer register, needed for ldd/std instructions.  */
2300
2301 #define EXTRA_CONSTRAINT_BASE(OP, C)   \
2302    ((C) == 'Q' ? fp_sethi_p(OP)        \
2303     : (C) == 'R' ? fp_mov_p(OP)        \
2304     : (C) == 'S' ? fp_high_losum_p(OP) \
2305     : 0)
2306
2307 #ifndef REG_OK_STRICT
2308
2309 /* Nonzero if X is a hard reg that can be used as an index
2310    or if it is a pseudo reg.  */
2311 #define REG_OK_FOR_INDEX_P(X) \
2312   (((unsigned) REGNO (X)) - 32 >= (FIRST_PSEUDO_REGISTER - 32))
2313 /* Nonzero if X is a hard reg that can be used as a base reg
2314    or if it is a pseudo reg.  */
2315 #define REG_OK_FOR_BASE_P(X) \
2316   (((unsigned) REGNO (X)) - 32 >= (FIRST_PSEUDO_REGISTER - 32))
2317
2318 /* 'T', 'U' are for aligned memory loads which aren't needed for v9.  */
2319
2320 #define EXTRA_CONSTRAINT(OP, C)                         \
2321    (EXTRA_CONSTRAINT_BASE(OP, C)                        \
2322     || ((! TARGET_ARCH64 && (C) == 'T')                 \
2323         ? (mem_min_alignment (OP, 8))                   \
2324         : ((! TARGET_ARCH64 && (C) == 'U')              \
2325             ? (register_ok_for_ldd (OP))                \
2326             : 0)))
2327
2328 #else
2329
2330 /* Nonzero if X is a hard reg that can be used as an index.  */
2331 #define REG_OK_FOR_INDEX_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
2332 /* Nonzero if X is a hard reg that can be used as a base reg.  */
2333 #define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
2334
2335 #define EXTRA_CONSTRAINT(OP, C)                         \
2336    (EXTRA_CONSTRAINT_BASE(OP, C)                        \
2337     || ((! TARGET_ARCH64 && (C) == 'T')                 \
2338         ? mem_min_alignment (OP, 8) && strict_memory_address_p (Pmode, XEXP (OP, 0)) \
2339         : ((! TARGET_ARCH64 && (C) == 'U')              \
2340            ? (GET_CODE (OP) == REG                      \
2341               && (REGNO (OP) < FIRST_PSEUDO_REGISTER    \
2342                   || reg_renumber[REGNO (OP)] >= 0)     \
2343               && register_ok_for_ldd (OP))              \
2344            : 0)))
2345
2346 #endif
2347 \f
2348 /* Should gcc use [%reg+%lo(xx)+offset] addresses?  */
2349
2350 #ifdef HAVE_AS_OFFSETABLE_LO10
2351 #define USE_AS_OFFSETABLE_LO10 1
2352 #else
2353 #define USE_AS_OFFSETABLE_LO10 0
2354 #endif
2355 \f
2356 /* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression
2357    that is a valid memory address for an instruction.
2358    The MODE argument is the machine mode for the MEM expression
2359    that wants to use this address.
2360
2361    On SPARC, the actual legitimate addresses must be REG+REG or REG+SMALLINT
2362    ordinarily.  This changes a bit when generating PIC.
2363
2364    If you change this, execute "rm explow.o recog.o reload.o".  */
2365
2366 #define RTX_OK_FOR_BASE_P(X)                                            \
2367   ((GET_CODE (X) == REG && REG_OK_FOR_BASE_P (X))                       \
2368   || (GET_CODE (X) == SUBREG                                            \
2369       && GET_CODE (SUBREG_REG (X)) == REG                               \
2370       && REG_OK_FOR_BASE_P (SUBREG_REG (X))))
2371
2372 #define RTX_OK_FOR_INDEX_P(X)                                           \
2373   ((GET_CODE (X) == REG && REG_OK_FOR_INDEX_P (X))                      \
2374   || (GET_CODE (X) == SUBREG                                            \
2375       && GET_CODE (SUBREG_REG (X)) == REG                               \
2376       && REG_OK_FOR_INDEX_P (SUBREG_REG (X))))
2377
2378 #define RTX_OK_FOR_OFFSET_P(X)                                          \
2379   (GET_CODE (X) == CONST_INT && INTVAL (X) >= -0x1000 && INTVAL (X) < 0x1000)
2380   
2381 #define RTX_OK_FOR_OLO10_P(X)                                           \
2382   (GET_CODE (X) == CONST_INT && INTVAL (X) >= -0x1000 && INTVAL (X) < 0xc00 - 8)
2383
2384 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR)         \
2385 { if (RTX_OK_FOR_BASE_P (X))                            \
2386     goto ADDR;                                          \
2387   else if (GET_CODE (X) == PLUS)                        \
2388     {                                                   \
2389       register rtx op0 = XEXP (X, 0);                   \
2390       register rtx op1 = XEXP (X, 1);                   \
2391       if (flag_pic && op0 == pic_offset_table_rtx)      \
2392         {                                               \
2393           if (RTX_OK_FOR_BASE_P (op1))                  \
2394             goto ADDR;                                  \
2395           else if (flag_pic == 1                        \
2396                    && GET_CODE (op1) != REG             \
2397                    && GET_CODE (op1) != LO_SUM          \
2398                    && GET_CODE (op1) != MEM             \
2399                    && (GET_CODE (op1) != CONST_INT      \
2400                        || SMALL_INT (op1)))             \
2401             goto ADDR;                                  \
2402         }                                               \
2403       else if (RTX_OK_FOR_BASE_P (op0))                 \
2404         {                                               \
2405           if ((RTX_OK_FOR_INDEX_P (op1)                 \
2406               /* We prohibit REG + REG for TFmode when  \
2407                  there are no instructions which accept \
2408                  REG+REG instructions.  We do this      \
2409                  because REG+REG is not an offsetable   \
2410                  address.  If we get the situation      \
2411                  in reload where source and destination \
2412                  of a movtf pattern are both MEMs with  \
2413                  REG+REG address, then only one of them \
2414                  gets converted to an offsetable        \
2415                  address. */                            \
2416               && (MODE != TFmode                        \
2417                   || (TARGET_FPU && TARGET_ARCH64       \
2418                       && TARGET_V9                      \
2419                       && TARGET_HARD_QUAD)))            \
2420               || RTX_OK_FOR_OFFSET_P (op1))             \
2421             goto ADDR;                                  \
2422         }                                               \
2423       else if (RTX_OK_FOR_BASE_P (op1))                 \
2424         {                                               \
2425           if ((RTX_OK_FOR_INDEX_P (op0)                 \
2426               /* See the previous comment. */           \
2427               && (MODE != TFmode                        \
2428                   || (TARGET_FPU && TARGET_ARCH64       \
2429                       && TARGET_V9                      \
2430                       && TARGET_HARD_QUAD)))            \
2431               || RTX_OK_FOR_OFFSET_P (op0))             \
2432             goto ADDR;                                  \
2433         }                                               \
2434       else if (USE_AS_OFFSETABLE_LO10                   \
2435                && GET_CODE (op0) == LO_SUM              \
2436                && TARGET_ARCH64                         \
2437                && ! TARGET_CM_MEDMID                    \
2438                && RTX_OK_FOR_OLO10_P (op1))             \
2439         {                                               \
2440           register rtx op00 = XEXP (op0, 0);            \
2441           register rtx op01 = XEXP (op0, 1);            \
2442           if (RTX_OK_FOR_BASE_P (op00)                  \
2443               && CONSTANT_P (op01))                     \
2444             goto ADDR;                                  \
2445         }                                               \
2446       else if (USE_AS_OFFSETABLE_LO10                   \
2447                && GET_CODE (op1) == LO_SUM              \
2448                && TARGET_ARCH64                         \
2449                && ! TARGET_CM_MEDMID                    \
2450                && RTX_OK_FOR_OLO10_P (op0))             \
2451         {                                               \
2452           register rtx op10 = XEXP (op1, 0);            \
2453           register rtx op11 = XEXP (op1, 1);            \
2454           if (RTX_OK_FOR_BASE_P (op10)                  \
2455               && CONSTANT_P (op11))                     \
2456             goto ADDR;                                  \
2457         }                                               \
2458     }                                                   \
2459   else if (GET_CODE (X) == LO_SUM)                      \
2460     {                                                   \
2461       register rtx op0 = XEXP (X, 0);                   \
2462       register rtx op1 = XEXP (X, 1);                   \
2463       if (RTX_OK_FOR_BASE_P (op0)                       \
2464           && CONSTANT_P (op1)                           \
2465           /* We can't allow TFmode, because an offset   \
2466              greater than or equal to the alignment (8) \
2467              may cause the LO_SUM to overflow if !v9. */\
2468           && (MODE != TFmode || TARGET_V9))             \
2469         goto ADDR;                                      \
2470     }                                                   \
2471   else if (GET_CODE (X) == CONST_INT && SMALL_INT (X))  \
2472     goto ADDR;                                          \
2473 }
2474 \f
2475 /* Try machine-dependent ways of modifying an illegitimate address
2476    to be legitimate.  If we find one, return the new, valid address.
2477    This macro is used in only one place: `memory_address' in explow.c.
2478
2479    OLDX is the address as it was before break_out_memory_refs was called.
2480    In some cases it is useful to look at this to decide what needs to be done.
2481
2482    MODE and WIN are passed so that this macro can use
2483    GO_IF_LEGITIMATE_ADDRESS.
2484
2485    It is always safe for this macro to do nothing.  It exists to recognize
2486    opportunities to optimize the output.  */
2487
2488 /* On SPARC, change REG+N into REG+REG, and REG+(X*Y) into REG+REG.  */
2489 #define LEGITIMIZE_ADDRESS(X,OLDX,MODE,WIN)     \
2490 { rtx sparc_x = (X);                                            \
2491   if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == MULT)   \
2492     (X) = gen_rtx_PLUS (Pmode, XEXP (X, 1),                     \
2493                         force_operand (XEXP (X, 0), NULL_RTX)); \
2494   if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == MULT)   \
2495     (X) = gen_rtx_PLUS (Pmode, XEXP (X, 0),                     \
2496                         force_operand (XEXP (X, 1), NULL_RTX)); \
2497   if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == PLUS)   \
2498     (X) = gen_rtx_PLUS (Pmode, force_operand (XEXP (X, 0), NULL_RTX),\
2499                         XEXP (X, 1));                           \
2500   if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == PLUS)   \
2501     (X) = gen_rtx_PLUS (Pmode, XEXP (X, 0),                     \
2502                         force_operand (XEXP (X, 1), NULL_RTX)); \
2503   if (sparc_x != (X) && memory_address_p (MODE, X))             \
2504     goto WIN;                                                   \
2505   if (flag_pic) (X) = legitimize_pic_address (X, MODE, 0);      \
2506   else if (GET_CODE (X) == PLUS && CONSTANT_ADDRESS_P (XEXP (X, 1)))    \
2507     (X) = gen_rtx_PLUS (Pmode, XEXP (X, 0),                     \
2508                         copy_to_mode_reg (Pmode, XEXP (X, 1))); \
2509   else if (GET_CODE (X) == PLUS && CONSTANT_ADDRESS_P (XEXP (X, 0)))    \
2510     (X) = gen_rtx_PLUS (Pmode, XEXP (X, 1),                     \
2511                         copy_to_mode_reg (Pmode, XEXP (X, 0))); \
2512   else if (GET_CODE (X) == SYMBOL_REF || GET_CODE (X) == CONST  \
2513            || GET_CODE (X) == LABEL_REF)                        \
2514     (X) = copy_to_suggested_reg (X, NULL_RTX, Pmode);           \
2515   if (memory_address_p (MODE, X))                               \
2516     goto WIN; }
2517
2518 /* Try a machine-dependent way of reloading an illegitimate address
2519    operand.  If we find one, push the reload and jump to WIN.  This
2520    macro is used in only one place: `find_reloads_address' in reload.c.
2521
2522    For Sparc 32, we wish to handle addresses by splitting them into
2523    HIGH+LO_SUM pairs, retaining the LO_SUM in the memory reference. 
2524    This cuts the number of extra insns by one.
2525
2526    Do nothing when generating PIC code and the address is a
2527    symbolic operand or requires a scratch register.  */
2528
2529 #define LEGITIMIZE_RELOAD_ADDRESS(X,MODE,OPNUM,TYPE,IND_LEVELS,WIN)     \
2530 do {                                                                    \
2531   /* Decompose SImode constants into hi+lo_sum.  We do have to          \
2532      rerecognize what we produce, so be careful.  */                    \
2533   if (CONSTANT_P (X)                                                    \
2534       && (MODE != TFmode || TARGET_V9)                                  \
2535       && GET_MODE (X) == SImode                                         \
2536       && GET_CODE (X) != LO_SUM && GET_CODE (X) != HIGH                 \
2537       && ! (flag_pic                                                    \
2538             && (symbolic_operand (X, Pmode)                             \
2539                 || pic_address_needs_scratch (X))))                     \
2540     {                                                                   \
2541       X = gen_rtx_LO_SUM (GET_MODE (X),                                 \
2542                           gen_rtx_HIGH (GET_MODE (X), X), X);           \
2543       push_reload (XEXP (X, 0), NULL_RTX, &XEXP (X, 0), NULL_PTR,       \
2544                    BASE_REG_CLASS, GET_MODE (X), VOIDmode, 0, 0,        \
2545                    OPNUM, TYPE);                                        \
2546       goto WIN;                                                         \
2547     }                                                                   \
2548   /* ??? 64-bit reloads.  */                                            \
2549 } while (0)
2550
2551 /* Go to LABEL if ADDR (a legitimate address expression)
2552    has an effect that depends on the machine mode it is used for.
2553    On the SPARC this is never true.  */
2554
2555 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL)
2556
2557 /* If we are referencing a function make the SYMBOL_REF special.
2558    In the Embedded Medium/Anywhere code model, %g4 points to the data segment
2559    so we must not add it to function addresses.  */
2560
2561 #define ENCODE_SECTION_INFO(DECL) \
2562   do {                                                  \
2563     if (TARGET_CM_EMBMEDANY && TREE_CODE (DECL) == FUNCTION_DECL) \
2564       SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1;  \
2565   } while (0)
2566 \f
2567 /* Specify the machine mode that this machine uses
2568    for the index in the tablejump instruction.  */
2569 /* If we ever implement any of the full models (such as CM_FULLANY),
2570    this has to be DImode in that case */
2571 #ifdef HAVE_GAS_SUBSECTION_ORDERING
2572 #define CASE_VECTOR_MODE \
2573 (! TARGET_PTR64 ? SImode : flag_pic ? SImode : TARGET_CM_MEDLOW ? SImode : DImode)
2574 #else
2575 /* If assembler does not have working .subsection -1, we use DImode for pic, as otherwise
2576    we have to sign extend which slows things down. */
2577 #define CASE_VECTOR_MODE \
2578 (! TARGET_PTR64 ? SImode : flag_pic ? DImode : TARGET_CM_MEDLOW ? SImode : DImode)
2579 #endif
2580
2581 /* Define as C expression which evaluates to nonzero if the tablejump
2582    instruction expects the table to contain offsets from the address of the
2583    table.
2584    Do not define this if the table should contain absolute addresses. */
2585 /* #define CASE_VECTOR_PC_RELATIVE 1 */
2586
2587 /* Specify the tree operation to be used to convert reals to integers.  */
2588 #define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR
2589
2590 /* This is the kind of divide that is easiest to do in the general case.  */
2591 #define EASY_DIV_EXPR TRUNC_DIV_EXPR
2592
2593 /* Define this as 1 if `char' should by default be signed; else as 0.  */
2594 #define DEFAULT_SIGNED_CHAR 1
2595
2596 /* Max number of bytes we can move from memory to memory
2597    in one reasonably fast instruction.  */
2598 #define MOVE_MAX 8
2599
2600 #if 0 /* Sun 4 has matherr, so this is no good.  */
2601 /* This is the value of the error code EDOM for this machine,
2602    used by the sqrt instruction.  */
2603 #define TARGET_EDOM 33
2604
2605 /* This is how to refer to the variable errno.  */
2606 #define GEN_ERRNO_RTX \
2607   gen_rtx_MEM (SImode, gen_rtx_SYMBOL_REF (Pmode, "errno"))
2608 #endif /* 0 */
2609
2610 /* Define if operations between registers always perform the operation
2611    on the full register even if a narrower mode is specified.  */
2612 #define WORD_REGISTER_OPERATIONS
2613
2614 /* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
2615    will either zero-extend or sign-extend.  The value of this macro should
2616    be the code that says which one of the two operations is implicitly
2617    done, NIL if none.  */
2618 #define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
2619
2620 /* Nonzero if access to memory by bytes is slow and undesirable.
2621    For RISC chips, it means that access to memory by bytes is no
2622    better than access by words when possible, so grab a whole word
2623    and maybe make use of that.  */
2624 #define SLOW_BYTE_ACCESS 1
2625
2626 /* We assume that the store-condition-codes instructions store 0 for false
2627    and some other value for true.  This is the value stored for true.  */
2628
2629 #define STORE_FLAG_VALUE 1
2630
2631 /* When a prototype says `char' or `short', really pass an `int'.  */
2632 #define PROMOTE_PROTOTYPES (TARGET_ARCH32)
2633
2634 /* Define this to be nonzero if shift instructions ignore all but the low-order
2635    few bits. */
2636 #define SHIFT_COUNT_TRUNCATED 1
2637
2638 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
2639    is done just by pretending it is already truncated.  */
2640 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
2641
2642 /* Specify the machine mode that pointers have.
2643    After generation of rtl, the compiler makes no further distinction
2644    between pointers and any other objects of this machine mode.  */
2645 #define Pmode (TARGET_PTR64 ? DImode : SImode)
2646
2647 /* Generate calls to memcpy, memcmp and memset.  */
2648 #define TARGET_MEM_FUNCTIONS
2649
2650 /* Add any extra modes needed to represent the condition code.
2651
2652    On the Sparc, we have a "no-overflow" mode which is used when an add or
2653    subtract insn is used to set the condition code.  Different branches are
2654    used in this case for some operations.
2655
2656    We also have two modes to indicate that the relevant condition code is
2657    in the floating-point condition code register.  One for comparisons which
2658    will generate an exception if the result is unordered (CCFPEmode) and
2659    one for comparisons which will never trap (CCFPmode).
2660
2661    CCXmode and CCX_NOOVmode are only used by v9.  */
2662
2663 #define EXTRA_CC_MODES                  \
2664     CC(CCXmode,      "CCX")             \
2665     CC(CC_NOOVmode,  "CC_NOOV")         \
2666     CC(CCX_NOOVmode, "CCX_NOOV")        \
2667     CC(CCFPmode,     "CCFP")            \
2668     CC(CCFPEmode,    "CCFPE")
2669
2670 /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
2671    return the mode to be used for the comparison.  For floating-point,
2672    CCFP[E]mode is used.  CC_NOOVmode should be used when the first operand
2673    is a PLUS, MINUS, NEG, or ASHIFT.  CCmode should be used when no special
2674    processing is needed.  */
2675 #define SELECT_CC_MODE(OP,X,Y)  select_cc_mode ((OP), (X), (Y))
2676
2677 /* Return non-zero if MODE implies a floating point inequality can be
2678    reversed.  For Sparc this is always true because we have a full
2679    compliment of ordered and unordered comparisons.  */
2680 #define REVERSIBLE_CC_MODE(MODE) 1
2681
2682 /* A function address in a call instruction
2683    is a byte address (for indexing purposes)
2684    so give the MEM rtx a byte's mode.  */
2685 #define FUNCTION_MODE SImode
2686
2687 /* Define this if addresses of constant functions
2688    shouldn't be put through pseudo regs where they can be cse'd.
2689    Desirable on machines where ordinary constants are expensive
2690    but a CALL with constant address is cheap.  */
2691 #define NO_FUNCTION_CSE
2692
2693 /* alloca should avoid clobbering the old register save area.  */
2694 #define SETJMP_VIA_SAVE_AREA
2695
2696 /* Define subroutines to call to handle multiply and divide.
2697    Use the subroutines that Sun's library provides.
2698    The `*' prevents an underscore from being prepended by the compiler.  */
2699
2700 #define DIVSI3_LIBCALL "*.div"
2701 #define UDIVSI3_LIBCALL "*.udiv"
2702 #define MODSI3_LIBCALL "*.rem"
2703 #define UMODSI3_LIBCALL "*.urem"
2704 /* .umul is a little faster than .mul.  */
2705 #define MULSI3_LIBCALL "*.umul"
2706
2707 /* Define library calls for quad FP operations.  These are all part of the
2708    SPARC 32bit ABI.  */
2709 #define ADDTF3_LIBCALL "_Q_add"
2710 #define SUBTF3_LIBCALL "_Q_sub"
2711 #define NEGTF2_LIBCALL "_Q_neg"
2712 #define MULTF3_LIBCALL "_Q_mul"
2713 #define DIVTF3_LIBCALL "_Q_div"
2714 #define FLOATSITF2_LIBCALL "_Q_itoq"
2715 #define FIX_TRUNCTFSI2_LIBCALL "_Q_qtoi"
2716 #define FIXUNS_TRUNCTFSI2_LIBCALL "_Q_qtou"
2717 #define EXTENDSFTF2_LIBCALL "_Q_stoq"
2718 #define TRUNCTFSF2_LIBCALL "_Q_qtos"
2719 #define EXTENDDFTF2_LIBCALL "_Q_dtoq"
2720 #define TRUNCTFDF2_LIBCALL "_Q_qtod"
2721 #define EQTF2_LIBCALL "_Q_feq"
2722 #define NETF2_LIBCALL "_Q_fne"
2723 #define GTTF2_LIBCALL "_Q_fgt"
2724 #define GETF2_LIBCALL "_Q_fge"
2725 #define LTTF2_LIBCALL "_Q_flt"
2726 #define LETF2_LIBCALL "_Q_fle"
2727
2728 /* We can define the TFmode sqrt optab only if TARGET_FPU.  This is because
2729    with soft-float, the SFmode and DFmode sqrt instructions will be absent,
2730    and the compiler will notice and try to use the TFmode sqrt instruction
2731    for calls to the builtin function sqrt, but this fails.  */
2732 #define INIT_TARGET_OPTABS                                              \
2733   do {                                                                  \
2734     if (TARGET_ARCH32)                                                  \
2735       {                                                                 \
2736         add_optab->handlers[(int) TFmode].libfunc                       \
2737           = init_one_libfunc (ADDTF3_LIBCALL);                          \
2738         sub_optab->handlers[(int) TFmode].libfunc                       \
2739           = init_one_libfunc (SUBTF3_LIBCALL);                          \
2740         neg_optab->handlers[(int) TFmode].libfunc                       \
2741           = init_one_libfunc (NEGTF2_LIBCALL);                          \
2742         smul_optab->handlers[(int) TFmode].libfunc                      \
2743           = init_one_libfunc (MULTF3_LIBCALL);                          \
2744         flodiv_optab->handlers[(int) TFmode].libfunc                    \
2745           = init_one_libfunc (DIVTF3_LIBCALL);                          \
2746         eqtf2_libfunc = init_one_libfunc (EQTF2_LIBCALL);               \
2747         netf2_libfunc = init_one_libfunc (NETF2_LIBCALL);               \
2748         gttf2_libfunc = init_one_libfunc (GTTF2_LIBCALL);               \
2749         getf2_libfunc = init_one_libfunc (GETF2_LIBCALL);               \
2750         lttf2_libfunc = init_one_libfunc (LTTF2_LIBCALL);               \
2751         letf2_libfunc = init_one_libfunc (LETF2_LIBCALL);               \
2752         trunctfsf2_libfunc = init_one_libfunc (TRUNCTFSF2_LIBCALL);     \
2753         trunctfdf2_libfunc = init_one_libfunc (TRUNCTFDF2_LIBCALL);     \
2754         extendsftf2_libfunc = init_one_libfunc (EXTENDSFTF2_LIBCALL);   \
2755         extenddftf2_libfunc = init_one_libfunc (EXTENDDFTF2_LIBCALL);   \
2756         floatsitf_libfunc = init_one_libfunc (FLOATSITF2_LIBCALL);      \
2757         fixtfsi_libfunc = init_one_libfunc (FIX_TRUNCTFSI2_LIBCALL);    \
2758         fixunstfsi_libfunc                                              \
2759           = init_one_libfunc (FIXUNS_TRUNCTFSI2_LIBCALL);               \
2760         if (TARGET_FPU)                                                 \
2761           sqrt_optab->handlers[(int) TFmode].libfunc                    \
2762             = init_one_libfunc ("_Q_sqrt");                             \
2763       }                                                                 \
2764     INIT_SUBTARGET_OPTABS;                                              \
2765   } while (0)
2766
2767 /* This is meant to be redefined in the host dependent files */
2768 #define INIT_SUBTARGET_OPTABS
2769
2770 /* Nonzero if a floating point comparison library call for
2771    mode MODE that will return a boolean value.  Zero if one
2772    of the libgcc2 functions is used.  */
2773 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) ((MODE) == TFmode)
2774
2775 /* Compute the cost of computing a constant rtl expression RTX
2776    whose rtx-code is CODE.  The body of this macro is a portion
2777    of a switch statement.  If the code is computed here,
2778    return it with a return statement.  Otherwise, break from the switch.  */
2779
2780 #define CONST_COSTS(RTX,CODE,OUTER_CODE) \
2781   case CONST_INT:                                               \
2782     if (INTVAL (RTX) < 0x1000 && INTVAL (RTX) >= -0x1000)       \
2783       return 0;                                                 \
2784   case HIGH:                                                    \
2785     return 2;                                                   \
2786   case CONST:                                                   \
2787   case LABEL_REF:                                               \
2788   case SYMBOL_REF:                                              \
2789     return 4;                                                   \
2790   case CONST_DOUBLE:                                            \
2791     if (GET_MODE (RTX) == DImode)                               \
2792       if ((XINT (RTX, 3) == 0                                   \
2793            && (unsigned) XINT (RTX, 2) < 0x1000)                \
2794           || (XINT (RTX, 3) == -1                               \
2795               && XINT (RTX, 2) < 0                              \
2796               && XINT (RTX, 2) >= -0x1000))                     \
2797         return 0;                                               \
2798     return 8;
2799
2800 #define ADDRESS_COST(RTX)  1
2801
2802 /* Compute extra cost of moving data between one register class
2803    and another.  */
2804 #define GENERAL_OR_I64(C) ((C) == GENERAL_REGS || (C) == I64_REGS)
2805 #define REGISTER_MOVE_COST(CLASS1, CLASS2)                      \
2806   (((FP_REG_CLASS_P (CLASS1) && GENERAL_OR_I64 (CLASS2)) \
2807     || (GENERAL_OR_I64 (CLASS1) && FP_REG_CLASS_P (CLASS2)) \
2808     || (CLASS1) == FPCC_REGS || (CLASS2) == FPCC_REGS)          \
2809    ? (sparc_cpu == PROCESSOR_ULTRASPARC ? 12 : 6) : 2)
2810
2811 /* Provide the costs of a rtl expression.  This is in the body of a
2812    switch on CODE.  The purpose for the cost of MULT is to encourage
2813    `synth_mult' to find a synthetic multiply when reasonable.
2814
2815    If we need more than 12 insns to do a multiply, then go out-of-line,
2816    since the call overhead will be < 10% of the cost of the multiply.  */
2817
2818 #define RTX_COSTS(X,CODE,OUTER_CODE)                    \
2819   case MULT:                                            \
2820     if (sparc_cpu == PROCESSOR_ULTRASPARC)              \
2821       return (GET_MODE (X) == DImode ?                  \
2822               COSTS_N_INSNS (34) : COSTS_N_INSNS (19)); \
2823     return TARGET_HARD_MUL ? COSTS_N_INSNS (5) : COSTS_N_INSNS (25); \
2824   case DIV:                                             \
2825   case UDIV:                                            \
2826   case MOD:                                             \
2827   case UMOD:                                            \
2828     if (sparc_cpu == PROCESSOR_ULTRASPARC)              \
2829       return (GET_MODE (X) == DImode ?                  \
2830               COSTS_N_INSNS (68) : COSTS_N_INSNS (37)); \
2831     return COSTS_N_INSNS (25);                          \
2832   /* Make FLOAT and FIX more expensive than CONST_DOUBLE,\
2833      so that cse will favor the latter.  */             \
2834   case FLOAT:                                           \
2835   case FIX:                                             \
2836     return 19;
2837
2838 #define ISSUE_RATE  sparc_issue_rate()
2839
2840 /* Adjust the cost of dependencies.  */
2841 #define ADJUST_COST(INSN,LINK,DEP,COST) \
2842   (COST) = sparc_adjust_cost(INSN, LINK, DEP, COST)
2843
2844 #define MD_SCHED_INIT(DUMP, SCHED_VERBOSE)                              \
2845   if (sparc_cpu == PROCESSOR_ULTRASPARC)                                \
2846     ultrasparc_sched_init (DUMP, SCHED_VERBOSE)
2847
2848 #define MD_SCHED_REORDER(DUMP, SCHED_VERBOSE, READY, N_READY, CLOCK, CIM) \
2849 do {                                                                    \
2850   if (sparc_cpu == PROCESSOR_ULTRASPARC)                                \
2851     ultrasparc_sched_reorder (DUMP, SCHED_VERBOSE, READY, N_READY);     \
2852   CIM = issue_rate;                                                     \
2853 } while (0)
2854
2855 #define MD_SCHED_VARIABLE_ISSUE(DUMP, SCHED_VERBOSE, INSN, CAN_ISSUE_MORE) \
2856 do {                                                                    \
2857   if (sparc_cpu == PROCESSOR_ULTRASPARC)                                \
2858     (CAN_ISSUE_MORE) = ultrasparc_variable_issue (INSN);                \
2859   else                                                                  \
2860     (CAN_ISSUE_MORE)--;                                                 \
2861 } while (0)
2862
2863 /* Conditional branches with empty delay slots have a length of two.  */
2864 #define ADJUST_INSN_LENGTH(INSN, LENGTH)                                \
2865 do {                                                                    \
2866   if (GET_CODE (INSN) == CALL_INSN                                      \
2867       || (GET_CODE (INSN) == JUMP_INSN && ! simplejump_p (insn)))       \
2868     LENGTH += 1;                                                        \
2869 } while (0)
2870 \f
2871 /* Control the assembler format that we output.  */
2872
2873 /* Output at beginning of assembler file.  */
2874
2875 #define ASM_FILE_START(file)
2876
2877 /* A C string constant describing how to begin a comment in the target
2878    assembler language.  The compiler assumes that the comment will end at
2879    the end of the line.  */
2880
2881 #define ASM_COMMENT_START "!"
2882
2883 /* Output to assembler file text saying following lines
2884    may contain character constants, extra white space, comments, etc.  */
2885
2886 #define ASM_APP_ON ""
2887
2888 /* Output to assembler file text saying following lines
2889    no longer contain unusual constructs.  */
2890
2891 #define ASM_APP_OFF ""
2892
2893 /* ??? Try to make the style consistent here (_OP?).  */
2894
2895 #define ASM_LONGLONG    ".xword"
2896 #define ASM_LONG        ".word"
2897 #define ASM_SHORT       ".half"
2898 #define ASM_BYTE_OP     ".byte"
2899 #define ASM_FLOAT       ".single"
2900 #define ASM_DOUBLE      ".double"
2901 #define ASM_LONGDOUBLE  ".xxx"          /* ??? Not known (or used yet). */
2902
2903 /* Output before read-only data.  */
2904
2905 #define TEXT_SECTION_ASM_OP ".text"
2906
2907 /* Output before writable data.  */
2908
2909 #define DATA_SECTION_ASM_OP ".data"
2910
2911 /* How to refer to registers in assembler output.
2912    This sequence is indexed by compiler's hard-register-number (see above).  */
2913
2914 #define REGISTER_NAMES \
2915 {"%g0", "%g1", "%g2", "%g3", "%g4", "%g5", "%g6", "%g7",                \
2916  "%o0", "%o1", "%o2", "%o3", "%o4", "%o5", "%sp", "%o7",                \
2917  "%l0", "%l1", "%l2", "%l3", "%l4", "%l5", "%l6", "%l7",                \
2918  "%i0", "%i1", "%i2", "%i3", "%i4", "%i5", "%fp", "%i7",                \
2919  "%f0", "%f1", "%f2", "%f3", "%f4", "%f5", "%f6", "%f7",                \
2920  "%f8", "%f9", "%f10", "%f11", "%f12", "%f13", "%f14", "%f15",          \
2921  "%f16", "%f17", "%f18", "%f19", "%f20", "%f21", "%f22", "%f23",        \
2922  "%f24", "%f25", "%f26", "%f27", "%f28", "%f29", "%f30", "%f31",        \
2923  "%f32", "%f33", "%f34", "%f35", "%f36", "%f37", "%f38", "%f39",        \
2924  "%f40", "%f41", "%f42", "%f43", "%f44", "%f45", "%f46", "%f47",        \
2925  "%f48", "%f49", "%f50", "%f51", "%f52", "%f53", "%f54", "%f55",        \
2926  "%f56", "%f57", "%f58", "%f59", "%f60", "%f61", "%f62", "%f63",        \
2927  "%fcc0", "%fcc1", "%fcc2", "%fcc3", "%icc"}
2928
2929 /* Define additional names for use in asm clobbers and asm declarations.  */
2930
2931 #define ADDITIONAL_REGISTER_NAMES \
2932 {{"ccr", SPARC_ICC_REG}, {"cc", SPARC_ICC_REG}}
2933
2934 /* How to renumber registers for dbx and gdb.  In the flat model, the frame
2935    pointer is really %i7.  */
2936
2937 #define DBX_REGISTER_NUMBER(REGNO) \
2938   (TARGET_FLAT && REGNO == FRAME_POINTER_REGNUM ? 31 : REGNO)
2939
2940 /* On Sun 4, this limit is 2048.  We use 1000 to be safe, since the length
2941    can run past this up to a continuation point.  Once we used 1500, but
2942    a single entry in C++ can run more than 500 bytes, due to the length of
2943    mangled symbol names.  dbxout.c should really be fixed to do
2944    continuations when they are actually needed instead of trying to
2945    guess...  */
2946 #define DBX_CONTIN_LENGTH 1000
2947
2948 /* This is how to output a note to DBX telling it the line number
2949    to which the following sequence of instructions corresponds.
2950
2951    This is needed for SunOS 4.0, and should not hurt for 3.2
2952    versions either.  */
2953 #define ASM_OUTPUT_SOURCE_LINE(file, line)              \
2954   { static int sym_lineno = 1;                          \
2955     fprintf (file, ".stabn 68,0,%d,LM%d\nLM%d:\n",      \
2956              line, sym_lineno, sym_lineno);             \
2957     sym_lineno += 1; }
2958
2959 /* This is how to output the definition of a user-level label named NAME,
2960    such as the label on a static function or variable NAME.  */
2961
2962 #define ASM_OUTPUT_LABEL(FILE,NAME)     \
2963   do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
2964
2965 /* This is how to output a command to make the user-level label named NAME
2966    defined for reference from other files.  */
2967
2968 #define ASM_GLOBALIZE_LABEL(FILE,NAME)  \
2969   do { fputs ("\t.global ", FILE); assemble_name (FILE, NAME); fputs ("\n", FILE);} while (0)
2970
2971 /* The prefix to add to user-visible assembler symbols. */
2972
2973 #define USER_LABEL_PREFIX "_"
2974
2975 /* This is how to output a definition of an internal numbered label where
2976    PREFIX is the class of label and NUM is the number within the class.  */
2977
2978 #define ASM_OUTPUT_INTERNAL_LABEL(FILE,PREFIX,NUM)      \
2979   fprintf (FILE, "%s%d:\n", PREFIX, NUM)
2980
2981 /* This is how to store into the string LABEL
2982    the symbol_ref name of an internal numbered label where
2983    PREFIX is the class of label and NUM is the number within the class.
2984    This is suitable for output with `assemble_name'.  */
2985
2986 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)   \
2987   sprintf ((LABEL), "*%s%ld", (PREFIX), (long)(NUM))
2988
2989 /* This is how to output an assembler line defining a `float' constant.
2990    We always have to use a .long pseudo-op to do this because the native
2991    SVR4 ELF assembler is buggy and it generates incorrect values when we
2992    try to use the .float pseudo-op instead.  */
2993
2994 #define ASM_OUTPUT_FLOAT(FILE,VALUE) \
2995   {                                                             \
2996     long t;                                                     \
2997     char str[30];                                               \
2998     REAL_VALUE_TO_TARGET_SINGLE ((VALUE), t);                   \
2999     REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", str);              \
3000     fprintf (FILE, "\t%s\t0x%lx %s ~%s\n", ASM_LONG, t,         \
3001              ASM_COMMENT_START, str);                           \
3002   }                                                             \
3003
3004 /* This is how to output an assembler line defining a `double' constant.
3005    We always have to use a .long pseudo-op to do this because the native
3006    SVR4 ELF assembler is buggy and it generates incorrect values when we
3007    try to use the .float pseudo-op instead.  */
3008
3009 #define ASM_OUTPUT_DOUBLE(FILE,VALUE) \
3010   {                                                             \
3011     long t[2];                                                  \
3012     char str[30];                                               \
3013     REAL_VALUE_TO_TARGET_DOUBLE ((VALUE), t);                   \
3014     REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", str);              \
3015     fprintf (FILE, "\t%s\t0x%lx %s ~%s\n", ASM_LONG, t[0],      \
3016              ASM_COMMENT_START, str);                           \
3017     fprintf (FILE, "\t%s\t0x%lx\n", ASM_LONG, t[1]);            \
3018   }
3019
3020 /* This is how to output an assembler line defining a `long double'
3021    constant.  */
3022
3023 #define ASM_OUTPUT_LONG_DOUBLE(FILE,VALUE) \
3024   {                                                             \
3025     long t[4];                                                  \
3026     char str[30];                                               \
3027     REAL_VALUE_TO_TARGET_LONG_DOUBLE ((VALUE), t);              \
3028     REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", str);              \
3029     fprintf (FILE, "\t%s\t0x%lx %s ~%s\n", ASM_LONG, t[0],      \
3030              ASM_COMMENT_START, str);                           \
3031     fprintf (FILE, "\t%s\t0x%lx\n", ASM_LONG, t[1]);            \
3032     fprintf (FILE, "\t%s\t0x%lx\n", ASM_LONG, t[2]);            \
3033     fprintf (FILE, "\t%s\t0x%lx\n", ASM_LONG, t[3]);            \
3034   }
3035
3036 /* This is how to output an assembler line defining an `int' constant.  */
3037
3038 #define ASM_OUTPUT_INT(FILE,VALUE)  \
3039 ( fprintf (FILE, "\t%s\t", ASM_LONG),           \
3040   output_addr_const (FILE, (VALUE)),            \
3041   fprintf (FILE, "\n"))
3042
3043 /* This is how to output an assembler line defining a DImode constant.  */
3044 #define ASM_OUTPUT_DOUBLE_INT(FILE,VALUE)  \
3045   output_double_int (FILE, VALUE)
3046
3047 /* Likewise for `char' and `short' constants.  */
3048
3049 #define ASM_OUTPUT_SHORT(FILE,VALUE)  \
3050 ( fprintf (FILE, "\t%s\t", ASM_SHORT),          \
3051   output_addr_const (FILE, (VALUE)),            \
3052   fprintf (FILE, "\n"))
3053
3054 #define ASM_OUTPUT_CHAR(FILE,VALUE)  \
3055 ( fprintf (FILE, "\t%s\t", ASM_BYTE_OP),        \
3056   output_addr_const (FILE, (VALUE)),            \
3057   fprintf (FILE, "\n"))
3058
3059 /* This is how to output an assembler line for a numeric constant byte.  */
3060
3061 #define ASM_OUTPUT_BYTE(FILE,VALUE)  \
3062   fprintf (FILE, "\t%s\t0x%x\n", ASM_BYTE_OP, (VALUE))
3063
3064 /* This is how we hook in and defer the case-vector until the end of
3065    the function.  */
3066 #define ASM_OUTPUT_ADDR_VEC(LAB,VEC) \
3067   sparc_defer_case_vector ((LAB),(VEC), 0)
3068
3069 #define ASM_OUTPUT_ADDR_DIFF_VEC(LAB,VEC) \
3070   sparc_defer_case_vector ((LAB),(VEC), 1)
3071
3072 /* This is how to output an element of a case-vector that is absolute.  */
3073
3074 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE)  \
3075 do {                                                                    \
3076   char label[30];                                                       \
3077   ASM_GENERATE_INTERNAL_LABEL (label, "L", VALUE);                      \
3078   if (CASE_VECTOR_MODE == SImode)                                       \
3079     fprintf (FILE, "\t.word\t");                                        \
3080   else                                                                  \
3081     fprintf (FILE, "\t.xword\t");                                       \
3082   assemble_name (FILE, label);                                          \
3083   fputc ('\n', FILE);                                                   \
3084 } while (0)
3085
3086 /* This is how to output an element of a case-vector that is relative.
3087    (SPARC uses such vectors only when generating PIC.)  */
3088
3089 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL)                \
3090 do {                                                                    \
3091   char label[30];                                                       \
3092   ASM_GENERATE_INTERNAL_LABEL (label, "L", (VALUE));                    \
3093   if (CASE_VECTOR_MODE == SImode)                                       \
3094     fprintf (FILE, "\t.word\t");                                        \
3095   else                                                                  \
3096     fprintf (FILE, "\t.xword\t");                                       \
3097   assemble_name (FILE, label);                                          \
3098   ASM_GENERATE_INTERNAL_LABEL (label, "L", (REL));                      \
3099   fputc ('-', FILE);                                                    \
3100   assemble_name (FILE, label);                                          \
3101   fputc ('\n', FILE);                                                   \
3102 } while (0)
3103
3104 /* This is what to output before and after case-vector (both
3105    relative and absolute).  If .subsection -1 works, we put case-vectors
3106    at the beginning of the current section.  */
3107
3108 #ifdef HAVE_GAS_SUBSECTION_ORDERING
3109
3110 #define ASM_OUTPUT_ADDR_VEC_START(FILE)                                 \
3111   fprintf(FILE, "\t.subsection\t-1\n")
3112
3113 #define ASM_OUTPUT_ADDR_VEC_END(FILE)                                   \
3114   fprintf(FILE, "\t.previous\n")
3115
3116 #endif
3117
3118 /* This is how to output an assembler line
3119    that says to advance the location counter
3120    to a multiple of 2**LOG bytes.  */
3121
3122 #define ASM_OUTPUT_ALIGN(FILE,LOG)      \
3123   if ((LOG) != 0)                       \
3124     fprintf (FILE, "\t.align %d\n", (1<<(LOG)))
3125
3126 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
3127   fprintf (FILE, "\t.skip %u\n", (SIZE))
3128
3129 /* This says how to output an assembler line
3130    to define a global common symbol.  */
3131
3132 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED)  \
3133 ( fputs ("\t.common ", (FILE)),         \
3134   assemble_name ((FILE), (NAME)),               \
3135   fprintf ((FILE), ",%u,\"bss\"\n", (SIZE)))
3136
3137 /* This says how to output an assembler line to define a local common
3138    symbol.  */
3139
3140 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED)             \
3141 ( fputs ("\t.reserve ", (FILE)),                                        \
3142   assemble_name ((FILE), (NAME)),                                       \
3143   fprintf ((FILE), ",%u,\"bss\",%u\n",                                  \
3144            (SIZE), ((ALIGNED) / BITS_PER_UNIT)))
3145
3146 /* A C statement (sans semicolon) to output to the stdio stream
3147    FILE the assembler definition of uninitialized global DECL named
3148    NAME whose size is SIZE bytes and alignment is ALIGN bytes.
3149    Try to use asm_output_aligned_bss to implement this macro.  */
3150
3151 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN)   \
3152   do {                                                          \
3153     fputs (".globl ", (FILE));                                  \
3154     assemble_name ((FILE), (NAME));                             \
3155     fputs ("\n", (FILE));                                       \
3156     ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN);         \
3157   } while (0)
3158
3159 /* Store in OUTPUT a string (made with alloca) containing
3160    an assembler-name for a local static variable named NAME.
3161    LABELNO is an integer which is different for each call.  */
3162
3163 #define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO)  \
3164 ( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10),    \
3165   sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
3166
3167 #define IDENT_ASM_OP ".ident"
3168
3169 /* Output #ident as a .ident.  */
3170
3171 #define ASM_OUTPUT_IDENT(FILE, NAME) \
3172   fprintf (FILE, "\t%s\t\"%s\"\n", IDENT_ASM_OP, NAME);
3173
3174 /* Output code to add DELTA to the first argument, and then jump to FUNCTION.
3175    Used for C++ multiple inheritance.  */
3176 #define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION)        \
3177 do {                                                                    \
3178   int big_delta = (DELTA) >= 4096 || (DELTA) < -4096;                   \
3179   if (big_delta)                                                        \
3180     fprintf (FILE, "\tset %d,%%g1\n\tadd %%o0,%%g1,%%o0\n", (DELTA));   \
3181   /* Don't use the jmp solution unless we know the target is local to   \
3182      the application or shared object.                                  \
3183      XXX: Wimp out and don't actually check anything except if this is  \
3184      an embedded target where we assume there are no shared libs.  */   \
3185   if (!TARGET_CM_EMBMEDANY || flag_pic)                                 \
3186     {                                                                   \
3187       if (! big_delta)                                                  \
3188         fprintf (FILE, "\tadd %%o0,%d,%%o0\n", DELTA);                  \
3189       fprintf (FILE, "\tmov %%o7,%%g1\n");                              \
3190       fprintf (FILE, "\tcall ");                                        \
3191       assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0));    \
3192       fprintf (FILE, ",0\n");                                           \
3193     }                                                                   \
3194   else if (TARGET_CM_EMBMEDANY)                                         \
3195     {                                                                   \
3196       fprintf (FILE, "\tsetx ");                                        \
3197       assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0));    \
3198       fprintf (FILE, ",%%g5,%%g1\n\tjmp %%g1\n");                       \
3199     }                                                                   \
3200   else                                                                  \
3201     {                                                                   \
3202       fprintf (FILE, "\tsethi %%hi(");                                  \
3203       assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0));    \
3204       fprintf (FILE, "),%%g1\n\tjmp %%g1+%%lo(");                       \
3205       assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0));    \
3206       fprintf (FILE, ")\n");                                            \
3207     }                                                                   \
3208   if (!TARGET_CM_EMBMEDANY || flag_pic)                                 \
3209     fprintf (FILE, "\tmov %%g1,%%o7\n");                                \
3210   else if (big_delta)                                                   \
3211     fprintf (FILE, "\tnop\n");                                          \
3212   else                                                                  \
3213     fprintf (FILE, "\tadd %%o0,%d,%%o0\n", DELTA);                      \
3214 } while (0)
3215
3216 /* Define the parentheses used to group arithmetic operations
3217    in assembler code.  */
3218
3219 #define ASM_OPEN_PAREN "("
3220 #define ASM_CLOSE_PAREN ")"
3221
3222 /* Define results of standard character escape sequences.  */
3223 #define TARGET_BELL 007
3224 #define TARGET_BS 010
3225 #define TARGET_TAB 011
3226 #define TARGET_NEWLINE 012
3227 #define TARGET_VT 013
3228 #define TARGET_FF 014
3229 #define TARGET_CR 015
3230
3231 #define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
3232   ((CHAR) == '#' || (CHAR) == '*' || (CHAR) == '^' || (CHAR) == '(' || (CHAR) == '_')
3233
3234 /* Print operand X (an rtx) in assembler syntax to file FILE.
3235    CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
3236    For `%' followed by punctuation, CODE is the punctuation and X is null.  */
3237
3238 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
3239
3240 /* Print a memory address as an operand to reference that memory location.  */
3241
3242 #define PRINT_OPERAND_ADDRESS(FILE, ADDR)  \
3243 { register rtx base, index = 0;                                 \
3244   int offset = 0;                                               \
3245   register rtx addr = ADDR;                                     \
3246   if (GET_CODE (addr) == REG)                                   \
3247     fputs (reg_names[REGNO (addr)], FILE);                      \
3248   else if (GET_CODE (addr) == PLUS)                             \
3249     {                                                           \
3250       if (GET_CODE (XEXP (addr, 0)) == CONST_INT)               \
3251         offset = INTVAL (XEXP (addr, 0)), base = XEXP (addr, 1);\
3252       else if (GET_CODE (XEXP (addr, 1)) == CONST_INT)          \
3253         offset = INTVAL (XEXP (addr, 1)), base = XEXP (addr, 0);\
3254       else                                                      \
3255         base = XEXP (addr, 0), index = XEXP (addr, 1);          \
3256       if (GET_CODE (base) == LO_SUM)                            \
3257         {                                                       \
3258           if (! USE_AS_OFFSETABLE_LO10                          \
3259               || TARGET_ARCH32                                  \
3260               || TARGET_CM_MEDMID)                              \
3261             abort ();                                           \
3262           output_operand (XEXP (base, 0), 0);                   \
3263           fputs ("+%lo(", FILE);                                \
3264           output_address (XEXP (base, 1));                      \
3265           fprintf (FILE, ")+%d", offset);                       \
3266         }                                                       \
3267       else                                                      \
3268         {                                                       \
3269           fputs (reg_names[REGNO (base)], FILE);                \
3270           if (index == 0)                                       \
3271             fprintf (FILE, "%+d", offset);                      \
3272           else if (GET_CODE (index) == REG)                     \
3273             fprintf (FILE, "+%s", reg_names[REGNO (index)]);    \
3274           else if (GET_CODE (index) == SYMBOL_REF               \
3275                    || GET_CODE (index) == CONST)                \
3276             fputc ('+', FILE), output_addr_const (FILE, index); \
3277           else abort ();                                        \
3278         }                                                       \
3279     }                                                           \
3280   else if (GET_CODE (addr) == MINUS                             \
3281            && GET_CODE (XEXP (addr, 1)) == LABEL_REF)           \
3282     {                                                           \
3283       output_addr_const (FILE, XEXP (addr, 0));                 \
3284       fputs ("-(", FILE);                                       \
3285       output_addr_const (FILE, XEXP (addr, 1));                 \
3286       fputs ("-.)", FILE);                                      \
3287     }                                                           \
3288   else if (GET_CODE (addr) == LO_SUM)                           \
3289     {                                                           \
3290       output_operand (XEXP (addr, 0), 0);                       \
3291       if (TARGET_CM_MEDMID)                                     \
3292         fputs ("+%l44(", FILE);                                 \
3293       else                                                      \
3294         fputs ("+%lo(", FILE);                                  \
3295       output_address (XEXP (addr, 1));                          \
3296       fputc (')', FILE);                                        \
3297     }                                                           \
3298   else if (flag_pic && GET_CODE (addr) == CONST                 \
3299            && GET_CODE (XEXP (addr, 0)) == MINUS                \
3300            && GET_CODE (XEXP (XEXP (addr, 0), 1)) == CONST      \
3301            && GET_CODE (XEXP (XEXP (XEXP (addr, 0), 1), 0)) == MINUS    \
3302            && XEXP (XEXP (XEXP (XEXP (addr, 0), 1), 0), 1) == pc_rtx)   \
3303     {                                                           \
3304       addr = XEXP (addr, 0);                                    \
3305       output_addr_const (FILE, XEXP (addr, 0));                 \
3306       /* Group the args of the second CONST in parenthesis.  */ \
3307       fputs ("-(", FILE);                                       \
3308       /* Skip past the second CONST--it does nothing for us.  */\
3309       output_addr_const (FILE, XEXP (XEXP (addr, 1), 0));       \
3310       /* Close the parenthesis.  */                             \
3311       fputc (')', FILE);                                        \
3312     }                                                           \
3313   else                                                          \
3314     {                                                           \
3315       output_addr_const (FILE, addr);                           \
3316     }                                                           \
3317 }
3318
3319 /* Define the codes that are matched by predicates in sparc.c.  */
3320
3321 #define PREDICATE_CODES                                                 \
3322 {"reg_or_0_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}},           \
3323 {"fp_zero_operand", {CONST_DOUBLE}},                                    \
3324 {"fp_sethi_p", {CONST_DOUBLE}},                                         \
3325 {"fp_mov_p", {CONST_DOUBLE}},                                           \
3326 {"fp_high_losum_p", {CONST_DOUBLE}},                                    \
3327 {"intreg_operand", {SUBREG, REG}},                                      \
3328 {"fcc_reg_operand", {REG}},                                             \
3329 {"icc_or_fcc_reg_operand", {REG}},                                      \
3330 {"restore_operand", {REG}},                                             \
3331 {"call_operand", {MEM}},                                                \
3332 {"call_operand_address", {SYMBOL_REF, LABEL_REF, CONST, CONST_DOUBLE,   \
3333         ADDRESSOF, SUBREG, REG, PLUS, LO_SUM, CONST_INT}},              \
3334 {"symbolic_operand", {SYMBOL_REF, LABEL_REF, CONST}},                   \
3335 {"symbolic_memory_operand", {SUBREG, MEM}},                             \
3336 {"label_ref_operand", {LABEL_REF}},                                     \
3337 {"sp64_medium_pic_operand", {CONST}},                                   \
3338 {"data_segment_operand", {SYMBOL_REF, PLUS, CONST}},                    \
3339 {"text_segment_operand", {LABEL_REF, SYMBOL_REF, PLUS, CONST}},         \
3340 {"reg_or_nonsymb_mem_operand", {SUBREG, REG, MEM}},                     \
3341 {"splittable_symbolic_memory_operand", {MEM}},                          \
3342 {"splittable_immediate_memory_operand", {MEM}},                         \
3343 {"eq_or_neq", {EQ, NE}},                                                \
3344 {"normal_comp_operator", {GE, GT, LE, LT, GTU, LEU}},                   \
3345 {"noov_compare_op", {NE, EQ, GE, GT, LE, LT, GEU, GTU, LEU, LTU}},      \
3346 {"v9_regcmp_op", {EQ, NE, GE, LT, LE, GT}},                             \
3347 {"extend_op", {SIGN_EXTEND, ZERO_EXTEND}},                              \
3348 {"cc_arithop", {AND, IOR, XOR}},                                        \
3349 {"cc_arithopn", {AND, IOR}},                                            \
3350 {"arith_operand", {SUBREG, REG, CONST_INT}},                            \
3351 {"arith_add_operand", {SUBREG, REG, CONST_INT}},                        \
3352 {"arith11_operand", {SUBREG, REG, CONST_INT}},                          \
3353 {"arith10_operand", {SUBREG, REG, CONST_INT}},                          \
3354 {"arith_double_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}},       \
3355 {"arith_double_add_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}},   \
3356 {"arith11_double_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}},     \
3357 {"arith10_double_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE}},     \
3358 {"small_int", {CONST_INT}},                                             \
3359 {"small_int_or_double", {CONST_INT, CONST_DOUBLE}},                     \
3360 {"uns_small_int", {CONST_INT}},                                         \
3361 {"uns_arith_operand", {SUBREG, REG, CONST_INT}},                        \
3362 {"clobbered_register", {REG}},                                          \
3363 {"input_operand", {SUBREG, REG, CONST_INT, MEM, CONST}},                \
3364 {"zero_operand", {CONST_INT}},                                          \
3365 {"const64_operand", {CONST_INT, CONST_DOUBLE}},                         \
3366 {"const64_high_operand", {CONST_INT, CONST_DOUBLE}},
3367
3368 /* The number of Pmode words for the setjmp buffer.  */
3369 #define JMP_BUF_SIZE 12
3370
3371 #define DONT_ACCESS_GBLS_AFTER_EPILOGUE (flag_pic)
3372
3373 /* Defined in flags.h, but insn-emit.c does not include flags.h.  */
3374
3375 extern int flag_pic;