OSDN Git Service

* doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
[pf3gnuchains/gcc-fork.git] / gcc / config / stormy16 / stormy16.h
1 /* Xstormy16 cpu description.
2    Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
3    Free Software Foundation, Inc.
4    Contributed by Red Hat, Inc.
5
6 This file is part of GNU CC.
7
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING.  If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA.  */
22
23 \f
24 /* Driver configuration */
25
26 /* A C expression which determines whether the option `-CHAR' takes arguments.
27    The value should be the number of arguments that option takes-zero, for many
28    options.
29
30    By default, this macro is defined to handle the standard options properly.
31    You need not define it unless you wish to add additional options which take
32    arguments.
33
34    Defined in svr4.h.  */
35 /* #define SWITCH_TAKES_ARG(CHAR) */
36
37 /* A C expression which determines whether the option `-NAME' takes arguments.
38    The value should be the number of arguments that option takes-zero, for many
39    options.  This macro rather than `SWITCH_TAKES_ARG' is used for
40    multi-character option names.
41
42    By default, this macro is defined as `DEFAULT_WORD_SWITCH_TAKES_ARG', which
43    handles the standard options properly.  You need not define
44    `WORD_SWITCH_TAKES_ARG' unless you wish to add additional options which take
45    arguments.  Any redefinition should call `DEFAULT_WORD_SWITCH_TAKES_ARG' and
46    then check for additional options.
47
48    Defined in svr4.h.  */
49 /* #define WORD_SWITCH_TAKES_ARG(NAME) */
50
51 /* A string-valued C expression which is nonempty if the linker needs a space
52    between the `-L' or `-o' option and its argument.
53
54    If this macro is not defined, the default value is 0.  */
55 /* #define SWITCHES_NEED_SPACES "" */
56
57 /* A C string constant that tells the GNU CC driver program options to pass to
58    CPP.  It can also specify how to translate options you give to GNU CC into
59    options for GNU CC to pass to the CPP.
60
61    Do not define this macro if it does not need to do anything.  */
62 /* #define CPP_SPEC "" */
63
64 /* If this macro is defined, the preprocessor will not define the builtin macro
65    `__SIZE_TYPE__'.  The macro `__SIZE_TYPE__' must then be defined by
66    `CPP_SPEC' instead.
67
68    This should be defined if `SIZE_TYPE' depends on target dependent flags
69    which are not accessible to the preprocessor.  Otherwise, it should not be
70    defined.  */
71 /* #define NO_BUILTIN_SIZE_TYPE */
72
73 /* If this macro is defined, the preprocessor will not define the builtin macro
74    `__PTRDIFF_TYPE__'.  The macro `__PTRDIFF_TYPE__' must then be defined by
75    `CPP_SPEC' instead.
76
77    This should be defined if `PTRDIFF_TYPE' depends on target dependent flags
78    which are not accessible to the preprocessor.  Otherwise, it should not be
79    defined.  */
80 /* #define NO_BUILTIN_PTRDIFF_TYPE */
81
82 /* A C string constant that tells the GNU CC driver program options to pass to
83    CPP.  By default, this macro is defined to pass the option
84    `-D__CHAR_UNSIGNED__' to CPP if `char' will be treated as `unsigned char' by
85    `cc1'.
86
87    Do not define this macro unless you need to override the default definition.  */
88 /* #if DEFAULT_SIGNED_CHAR
89    #define SIGNED_CHAR_SPEC "%{funsigned-char:-D__CHAR_UNSIGNED__}"
90    #else
91    #define SIGNED_CHAR_SPEC "%{!fsigned-char:-D__CHAR_UNSIGNED__}"
92    #endif */
93
94 /* A C string constant that tells the GNU CC driver program options to pass to
95    `cc1'.  It can also specify how to translate options you give to GNU CC into
96    options for GNU CC to pass to the `cc1'.
97
98    Do not define this macro if it does not need to do anything.  */
99 /* #define CC1_SPEC "" */
100
101 /* A C string constant that tells the GNU CC driver program options to pass to
102    `cc1plus'.  It can also specify how to translate options you give to GNU CC
103    into options for GNU CC to pass to the `cc1plus'.
104
105    Do not define this macro if it does not need to do anything.  */
106 /* #define CC1PLUS_SPEC "" */
107
108 /* A C string constant that tells the GNU CC driver program options to pass to
109    the assembler.  It can also specify how to translate options you give to GNU
110    CC into options for GNU CC to pass to the assembler.  See the file `sun3.h'
111    for an example of this.
112
113    Do not define this macro if it does not need to do anything.
114
115    Defined in svr4.h.  */
116 #undef ASM_SPEC
117 #define ASM_SPEC ""
118
119 /* A C string constant that tells the GNU CC driver program how to run any
120    programs which cleanup after the normal assembler.  Normally, this is not
121    needed.  See the file `mips.h' for an example of this.
122
123    Do not define this macro if it does not need to do anything.
124
125    Defined in svr4.h.  */
126 /* #define ASM_FINAL_SPEC "" */
127
128 /* A C string constant that tells the GNU CC driver program options to pass to
129    the linker.  It can also specify how to translate options you give to GNU CC
130    into options for GNU CC to pass to the linker.
131
132    Do not define this macro if it does not need to do anything.
133
134    Defined in svr4.h.  */
135 /* #define LINK_SPEC "" */
136
137 /* Another C string constant used much like `LINK_SPEC'.  The difference
138    between the two is that `LIB_SPEC' is used at the end of the command given
139    to the linker.
140
141    For xstormy16:
142    - If -msim is specified, everything is built and linked as for the sim.
143    - If -T is specified, that linker script is used, and it should provide
144      appropriate libraries.
145    - If neither is specified, everything is built as for the sim, but no
146      I/O support is assumed.
147
148 */
149 #undef LIB_SPEC
150 #define LIB_SPEC "-( -lc %{msim:-lsim}%{!msim:%{!T*:-lnosys}} -)"
151
152 /* Another C string constant that tells the GNU CC driver program how and when
153    to place a reference to `libgcc.a' into the linker command line.  This
154    constant is placed both before and after the value of `LIB_SPEC'.
155
156    If this macro is not defined, the GNU CC driver provides a default that
157    passes the string `-lgcc' to the linker unless the `-shared' option is
158    specified.  */
159 /* #define LIBGCC_SPEC "" */
160
161 /* Another C string constant used much like `LINK_SPEC'.  The difference
162    between the two is that `STARTFILE_SPEC' is used at the very beginning of
163    the command given to the linker.
164
165    If this macro is not defined, a default is provided that loads the standard
166    C startup file from the usual place.  See `gcc.c'.
167
168    Defined in svr4.h.  */
169 #undef STARTFILE_SPEC
170 #define STARTFILE_SPEC "crt0.o%s crti.o%s crtbegin.o%s"
171
172 /* Another C string constant used much like `LINK_SPEC'.  The difference
173    between the two is that `ENDFILE_SPEC' is used at the very end of the
174    command given to the linker.
175
176    Do not define this macro if it does not need to do anything.
177
178    Defined in svr4.h.  */
179 #undef ENDFILE_SPEC
180 #define ENDFILE_SPEC "crtend.o%s crtn.o%s"
181
182 /* Define this macro if the driver program should find the library `libgcc.a'
183    itself and should not pass `-L' options to the linker.  If you do not define
184    this macro, the driver program will pass the argument `-lgcc' to tell the
185    linker to do the search and will pass `-L' options to it.  */
186 /* #define LINK_LIBGCC_SPECIAL */
187
188 /* Define this macro if the driver program should find the library `libgcc.a'.
189    If you do not define this macro, the driver program will pass the argument
190    `-lgcc' to tell the linker to do the search.  This macro is similar to
191    `LINK_LIBGCC_SPECIAL', except that it does not affect `-L' options.  */
192 /* #define LINK_LIBGCC_SPECIAL_1 */
193
194 /* Define this macro to provide additional specifications to put in the `specs'
195    file that can be used in various specifications like `CC1_SPEC'.
196
197    The definition should be an initializer for an array of structures,
198    containing a string constant, that defines the specification name, and a
199    string constant that provides the specification.
200
201    Do not define this macro if it does not need to do anything.  */
202 /* #define EXTRA_SPECS {{}} */
203
204 /* Define this macro as a C expression for the initializer of an array of
205    string to tell the driver program which options are defaults for this target
206    and thus do not need to be handled specially when using `MULTILIB_OPTIONS'.
207
208    Do not define this macro if `MULTILIB_OPTIONS' is not defined in the target
209    makefile fragment or if none of the options listed in `MULTILIB_OPTIONS' are
210    set by default.  */
211 /* #define MULTILIB_DEFAULTS {} */
212
213 /* Define this macro to tell `gcc' that it should only translate a `-B' prefix
214    into a `-L' linker option if the prefix indicates an absolute file name.  */
215 /* #define RELATIVE_PREFIX_NOT_LINKDIR */
216
217 /* Define this macro as a C string constant if you wish to override the
218    standard choice of `/usr/local/lib/gcc-lib/' as the default prefix to try
219    when searching for the executable files of the compiler.  */
220 /* #define STANDARD_EXEC_PREFIX "" */
221
222 /* If defined, this macro is an additional prefix to try after
223    `STANDARD_EXEC_PREFIX'.  `MD_EXEC_PREFIX' is not searched when the `-b'
224    option is used, or the compiler is built as a cross compiler.
225
226    Defined in svr4.h for host compilers.  */
227 /* #define MD_EXEC_PREFIX "" */
228
229 /* Define this macro as a C string constant if you wish to override the
230    standard choice of `/usr/local/lib/' as the default prefix to try when
231    searching for startup files such as `crt0.o'.  */
232 /* #define STANDARD_STARTFILE_PREFIX "" */
233
234 /* If defined, this macro supplies an additional prefix to try after the
235    standard prefixes.  `MD_EXEC_PREFIX' is not searched when the `-b' option is
236    used, or when the compiler is built as a cross compiler.
237
238    Defined in svr4.h for host compilers.  */
239 /* #define MD_STARTFILE_PREFIX "" */
240
241 /* If defined, this macro supplies yet another prefix to try after the standard
242    prefixes.  It is not searched when the `-b' option is used, or when the
243    compiler is built as a cross compiler.  */
244 /* #define MD_STARTFILE_PREFIX_1 "" */
245
246 /* Define this macro as a C string constant if you with to set environment
247    variables for programs called by the driver, such as the assembler and
248    loader.  The driver passes the value of this macro to `putenv' to initialize
249    the necessary environment variables.  */
250 /* #define INIT_ENVIRONMENT "" */
251
252 /* Define this macro as a C string constant if you wish to override the
253    standard choice of `/usr/local/include' as the default prefix to try when
254    searching for local header files.  `LOCAL_INCLUDE_DIR' comes before
255    `SYSTEM_INCLUDE_DIR' in the search order.
256
257    Cross compilers do not use this macro and do not search either
258    `/usr/local/include' or its replacement.  */
259 /* #define LOCAL_INCLUDE_DIR "" */
260
261 /* Define this macro as a C string constant if you wish to specify a
262    system-specific directory to search for header files before the standard
263    directory.  `SYSTEM_INCLUDE_DIR' comes before `STANDARD_INCLUDE_DIR' in the
264    search order.
265
266    Cross compilers do not use this macro and do not search the directory
267    specified.  */
268 /* #define SYSTEM_INCLUDE_DIR "" */
269
270 /* Define this macro as a C string constant if you wish to override the
271    standard choice of `/usr/include' as the default prefix to try when
272    searching for header files.
273
274    Cross compilers do not use this macro and do not search either
275    `/usr/include' or its replacement.  */
276 /* #define STANDARD_INCLUDE_DIR "" */
277
278 /* Define this macro if you wish to override the entire default search path for
279    include files.  The default search path includes `GCC_INCLUDE_DIR',
280    `LOCAL_INCLUDE_DIR', `SYSTEM_INCLUDE_DIR', `GPLUSPLUS_INCLUDE_DIR', and
281    `STANDARD_INCLUDE_DIR'.  In addition, `GPLUSPLUS_INCLUDE_DIR' and
282    `GCC_INCLUDE_DIR' are defined automatically by `Makefile', and specify
283    private search areas for GCC.  The directory `GPLUSPLUS_INCLUDE_DIR' is used
284    only for C++ programs.
285
286      The definition should be an initializer for an array of structures.  Each
287      array element should have two elements: the directory name (a string
288      constant) and a flag for C++-only directories.  Mark the end of the array
289      with a null element.  For example, here is the definition used for VMS:
290
291           #define INCLUDE_DEFAULTS \
292           {                                       \
293             { "GNU_GXX_INCLUDE:", 1},             \
294             { "GNU_CC_INCLUDE:", 0},              \
295             { "SYS$SYSROOT:[SYSLIB.]", 0},        \
296             { ".", 0},                            \
297             { 0, 0}                               \
298           }
299
300    Here is the order of prefixes tried for exec files:
301
302   1. Any prefixes specified by the user with `-B'.
303
304   2. The environment variable `GCC_EXEC_PREFIX', if any.
305
306   3. The directories specified by the environment variable
307      `COMPILER_PATH'.
308
309   4. The macro `STANDARD_EXEC_PREFIX'.
310
311   5. `/usr/lib/gcc/'.
312
313   6. The macro `MD_EXEC_PREFIX', if any.
314
315    Here is the order of prefixes tried for startfiles:
316
317   1. Any prefixes specified by the user with `-B'.
318
319   2. The environment variable `GCC_EXEC_PREFIX', if any.
320
321   3. The directories specified by the environment variable
322      `LIBRARY_PATH' (native only, cross compilers do not use this).
323
324   4. The macro `STANDARD_EXEC_PREFIX'.
325
326   5. `/usr/lib/gcc/'.
327
328   6. The macro `MD_EXEC_PREFIX', if any.
329
330   7. The macro `MD_STARTFILE_PREFIX', if any.
331
332   8. The macro `STANDARD_STARTFILE_PREFIX'.
333
334   9. `/lib/'.
335
336  10. `/usr/lib/'.  */
337 /* #define INCLUDE_DEFAULTS {{ }} */
338
339 \f
340 /* Run-time target specifications */
341
342 /* Define this to be a string constant containing `-D' options to define the
343    predefined macros that identify this machine and system.  These macros will
344    be predefined unless the `-ansi' option is specified.
345
346    In addition, a parallel set of macros are predefined, whose names are made
347    by appending `__' at the beginning and at the end.  These `__' macros are
348    permitted by the ANSI standard, so they are predefined regardless of whether
349    `-ansi' is specified.
350
351    For example, on the Sun, one can use the following value:
352
353         "-Dmc68000 -Dsun -Dunix"
354
355    The result is to define the macros `__mc68000__', `__sun__' and `__unix__'
356    unconditionally, and the macros `mc68000', `sun' and `unix' provided `-ansi'
357    is not specified.  */
358 #define CPP_PREDEFINES "-Dxstormy16 -Amachine=xstormy16 -D__INT_MAX__=32767"
359
360 /* This declaration should be present.  */
361 extern int target_flags;
362
363 /* This series of macros is to allow compiler command arguments to enable or
364    disable the use of optional features of the target machine.  For example,
365    one machine description serves both the 68000 and the 68020; a command
366    argument tells the compiler whether it should use 68020-only instructions or
367    not.  This command argument works by means of a macro `TARGET_68020' that
368    tests a bit in `target_flags'.
369
370    Define a macro `TARGET_FEATURENAME' for each such option.  Its definition
371    should test a bit in `target_flags'; for example:
372
373         #define TARGET_68020 (target_flags & 1)
374
375    One place where these macros are used is in the condition-expressions of
376    instruction patterns.  Note how `TARGET_68020' appears frequently in the
377    68000 machine description file, `m68k.md'.  Another place they are used is
378    in the definitions of the other macros in the `MACHINE.h' file.  */
379 /* #define TARGET_...  */
380
381 /* This macro defines names of command options to set and clear bits in
382    `target_flags'.  Its definition is an initializer with a subgrouping for
383    each command option.
384
385    Each subgrouping contains a string constant, that defines the
386    option name, a number, which contains the bits to set in
387    `target_flags', and an optional second string which is the textual
388    description that will be displayed when the user passes --help on
389    the command line.  If the number entry is negative then the
390    specified bits will be cleared instead of being set.  If the second
391    string entry is present but empty, then no help information will be
392    displayed for that option, but it will not count as an undocumented
393    option.  The actual option name, as seen on the command line is
394    made by appending `-m' to the specified name.
395
396    One of the subgroupings should have a null string.  The number in this
397    grouping is the default value for `target_flags'.  Any target options act
398    starting with that value.
399
400    Here is an example which defines `-m68000' and `-m68020' with opposite
401    meanings, and picks the latter as the default:
402
403         #define TARGET_SWITCHES \
404           { { "68020",  1, ""},      \
405             { "68000", -1, "Compile for the m68000"},     \
406             { "",       1, }}
407
408    This declaration must be present.  */
409
410 #define TARGET_SWITCHES                                 \
411   {{ "sim", 0, "Provide libraries for the simulator" }, \
412    { "", 0, "" }}
413
414 /* This macro is similar to `TARGET_SWITCHES' but defines names of command
415    options that have values.  Its definition is an initializer with a
416    subgrouping for each command option.
417
418    Each subgrouping contains a string constant, that defines the fixed part of
419    the option name, the address of a variable, and an optional description string.
420    The variable, of type `char *', is set to the text following the fixed part of
421    the option as it is specified on the command line.  The actual option name is
422    made by appending `-m' to the specified name.
423
424    Here is an example which defines `-mshort-data-NUMBER'.  If the given option
425    is `-mshort-data-512', the variable `m88k_short_data' will be set to the
426    string `"512"'.
427
428         extern char *m88k_short_data;
429         #define TARGET_OPTIONS \
430          { { "short-data-", & m88k_short_data, \
431          "Specify the size of the short data section"  } }
432
433    This declaration is optional.  */
434 /* #define TARGET_OPTIONS */
435
436 /* This macro is a C statement to print on `stderr' a string describing the
437    particular machine description choice.  Every machine description should
438    define `TARGET_VERSION'.  For example:
439
440         #ifdef MOTOROLA
441         #define TARGET_VERSION \
442           fprintf (stderr, " (68k, Motorola syntax)");
443         #else
444         #define TARGET_VERSION \
445           fprintf (stderr, " (68k, MIT syntax)");
446         #endif  */
447 #define TARGET_VERSION fprintf (stderr, " (xstormy16 cpu core)");
448
449 /* Sometimes certain combinations of command options do not make sense on a
450    particular target machine.  You can define a macro `OVERRIDE_OPTIONS' to
451    take account of this.  This macro, if defined, is executed once just after
452    all the command options have been parsed.
453
454    Don't use this macro to turn on various extra optimizations for `-O'.  That
455    is what `OPTIMIZATION_OPTIONS' is for.  */
456 /* #define OVERRIDE_OPTIONS */
457
458 /* Some machines may desire to change what optimizations are performed for
459    various optimization levels.  This macro, if defined, is executed once just
460    after the optimization level is determined and before the remainder of the
461    command options have been parsed.  Values set in this macro are used as the
462    default values for the other command line options.
463
464    LEVEL is the optimization level specified; 2 if `-O2' is specified, 1 if
465    `-O' is specified, and 0 if neither is specified.
466
467    SIZE is non-zero if `-Os' is specified, 0 otherwise.  
468
469    You should not use this macro to change options that are not
470    machine-specific.  These should uniformly selected by the same optimization
471    level on all supported machines.  Use this macro to enable machbine-specific
472    optimizations.
473
474    *Do not examine `write_symbols' in this macro!* The debugging options are
475    *not supposed to alter the generated code.  */
476 /* #define OPTIMIZATION_OPTIONS(LEVEL,SIZE) */
477
478 /* Define this macro if debugging can be performed even without a frame
479    pointer.  If this macro is defined, GNU CC will turn on the
480    `-fomit-frame-pointer' option whenever `-O' is specified.  */
481 #define CAN_DEBUG_WITHOUT_FP
482
483 \f
484 /* Storage Layout */
485
486 /* Define this macro to have the value 1 if the most significant bit in a byte
487    has the lowest number; otherwise define it to have the value zero.  This
488    means that bit-field instructions count from the most significant bit.  If
489    the machine has no bit-field instructions, then this must still be defined,
490    but it doesn't matter which value it is defined to.  This macro need not be
491    a constant.
492
493    This macro does not affect the way structure fields are packed into bytes or
494    words; that is controlled by `BYTES_BIG_ENDIAN'.  */
495 #define BITS_BIG_ENDIAN 1
496
497 /* Define this macro to have the value 1 if the most significant byte in a word
498    has the lowest number.  This macro need not be a constant.  */
499 #define BYTES_BIG_ENDIAN 0
500
501 /* Define this macro to have the value 1 if, in a multiword object, the most
502    significant word has the lowest number.  This applies to both memory
503    locations and registers; GNU CC fundamentally assumes that the order of
504    words in memory is the same as the order in registers.  This macro need not
505    be a constant.  */
506 #define WORDS_BIG_ENDIAN 0
507
508 /* Define this macro if WORDS_BIG_ENDIAN is not constant.  This must be a
509    constant value with the same meaning as WORDS_BIG_ENDIAN, which will be used
510    only when compiling libgcc2.c.  Typically the value will be set based on
511    preprocessor defines.  */
512 /* #define LIBGCC2_WORDS_BIG_ENDIAN */
513
514 /* Define this macro to have the value 1 if `DFmode', `XFmode' or `TFmode'
515    floating point numbers are stored in memory with the word containing the
516    sign bit at the lowest address; otherwise define it to have the value 0.
517    This macro need not be a constant.
518
519    You need not define this macro if the ordering is the same as for multi-word
520    integers.  */
521 /* #define FLOAT_WORDS_BIG_ENDIAN */
522
523 /* Define this macro to be the number of bits in an addressable storage unit
524    (byte); normally 8.  */
525 #define BITS_PER_UNIT 8
526
527 /* Number of bits in a word; normally 32.  */
528 #define BITS_PER_WORD 16
529
530 /* Maximum number of bits in a word.  If this is undefined, the default is
531    `BITS_PER_WORD'.  Otherwise, it is the constant value that is the largest
532    value that `BITS_PER_WORD' can have at run-time.  */
533 /* #define MAX_BITS_PER_WORD */
534
535 /* Number of storage units in a word; normally 4.  */
536 #define UNITS_PER_WORD 2
537
538 /* Minimum number of units in a word.  If this is undefined, the default is
539    `UNITS_PER_WORD'.  Otherwise, it is the constant value that is the smallest
540    value that `UNITS_PER_WORD' can have at run-time.  */
541 /* #define MIN_UNITS_PER_WORD */
542
543 /* Width of a pointer, in bits.  You must specify a value no wider than the
544    width of `Pmode'.  If it is not equal to the width of `Pmode', you must
545    define `POINTERS_EXTEND_UNSIGNED'.  */
546 #define POINTER_SIZE 16
547
548 /* A C expression whose value is nonzero if pointers that need to be extended
549    from being `POINTER_SIZE' bits wide to `Pmode' are sign-extended and zero if
550    they are zero-extended.
551
552    You need not define this macro if the `POINTER_SIZE' is equal to the width
553    of `Pmode'.  */
554 /* #define POINTERS_EXTEND_UNSIGNED */
555
556 /* A macro to update MODE and UNSIGNEDP when an object whose type is TYPE and
557    which has the specified mode and signedness is to be stored in a register.
558    This macro is only called when TYPE is a scalar type.
559
560    On most RISC machines, which only have operations that operate on a full
561    register, define this macro to set M to `word_mode' if M is an integer mode
562    narrower than `BITS_PER_WORD'.  In most cases, only integer modes should be
563    widened because wider-precision floating-point operations are usually more
564    expensive than their narrower counterparts.
565
566    For most machines, the macro definition does not change UNSIGNEDP.  However,
567    some machines, have instructions that preferentially handle either signed or
568    unsigned quantities of certain modes.  For example, on the DEC Alpha, 32-bit
569    loads from memory and 32-bit add instructions sign-extend the result to 64
570    bits.  On such machines, set UNSIGNEDP according to which kind of extension
571    is more efficient.
572
573    Do not define this macro if it would never modify MODE.  */
574 #define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE)                               \
575 do {                                                                    \
576   if (GET_MODE_CLASS (MODE) == MODE_INT                                 \
577       && GET_MODE_SIZE (MODE) < 2)                                      \
578     (MODE) = HImode;                                                    \
579 } while (0)
580
581 /* Define this macro if the promotion described by `PROMOTE_MODE' should also
582    be done for outgoing function arguments.  */
583 #define PROMOTE_FUNCTION_ARGS 1
584
585 /* Define this macro if the promotion described by `PROMOTE_MODE' should also
586    be done for the return value of functions.
587
588    If this macro is defined, `FUNCTION_VALUE' must perform the same promotions
589    done by `PROMOTE_MODE'.  */
590 #define PROMOTE_FUNCTION_RETURN 1
591
592 /* Define this macro if the promotion described by `PROMOTE_MODE' should *only*
593    be performed for outgoing function arguments or function return values, as
594    specified by `PROMOTE_FUNCTION_ARGS' and `PROMOTE_FUNCTION_RETURN',
595    respectively.  */
596 /* #define PROMOTE_FOR_CALL_ONLY */
597
598 /* Normal alignment required for function parameters on the stack, in bits.
599    All stack parameters receive at least this much alignment regardless of data
600    type.  On most machines, this is the same as the size of an integer.  */
601 #define PARM_BOUNDARY 16
602
603 /* Define this macro if you wish to preserve a certain alignment for the stack
604    pointer.  The definition is a C expression for the desired alignment
605    (measured in bits).
606
607    If `PUSH_ROUNDING' is not defined, the stack will always be aligned to the
608    specified boundary.  If `PUSH_ROUNDING' is defined and specifies a less
609    strict alignment than `STACK_BOUNDARY', the stack may be momentarily
610    unaligned while pushing arguments.  */
611 #define STACK_BOUNDARY 16
612
613 /* Alignment required for a function entry point, in bits.  */
614 #define FUNCTION_BOUNDARY 16
615
616 /* Biggest alignment that any data type can require on this machine,
617    in bits.  */
618 #define BIGGEST_ALIGNMENT 16
619
620 /* Biggest alignment that any structure field can require on this machine, in
621    bits.  If defined, this overrides `BIGGEST_ALIGNMENT' for structure fields
622    only.  */
623 /* #define BIGGEST_FIELD_ALIGNMENT */
624
625 /* An expression for the alignment of a structure field FIELD if the
626    alignment computed in the usual way is COMPUTED.  GNU CC uses this
627    value instead of the value in `BIGGEST_ALIGNMENT' or
628    `BIGGEST_FIELD_ALIGNMENT', if defined, for structure fields only.  */
629 /* #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) */
630
631 /* Biggest alignment supported by the object file format of this machine.  Use
632    this macro to limit the alignment which can be specified using the
633    `__attribute__ ((aligned (N)))' construct.  If not defined, the default
634    value is `BIGGEST_ALIGNMENT'.
635
636    Defined in svr4.h.  */
637 /* #define MAX_OFILE_ALIGNMENT */
638
639 /* If defined, a C expression to compute the alignment for a static variable.
640    TYPE is the data type, and ALIGN is the alignment that the object
641    would ordinarily have.  The value of this macro is used instead of that
642    alignment to align the object.
643
644    If this macro is not defined, then ALIGN is used.
645
646    One use of this macro is to increase alignment of medium-size data to make
647    it all fit in fewer cache lines.  Another is to cause character arrays to be
648    word-aligned so that `strcpy' calls that copy constants to character arrays
649    can be done inline.  */
650 #define DATA_ALIGNMENT(TYPE, ALIGN)             \
651   (TREE_CODE (TYPE) == ARRAY_TYPE               \
652    && TYPE_MODE (TREE_TYPE (TYPE)) == QImode    \
653    && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
654
655 /* If defined, a C expression to compute the alignment given to a constant that
656    is being placed in memory.  CONSTANT is the constant and ALIGN is the
657    alignment that the object would ordinarily have.  The value of this macro is
658    used instead of that alignment to align the object.
659
660    If this macro is not defined, then ALIGN is used.
661
662    The typical use of this macro is to increase alignment for string constants
663    to be word aligned so that `strcpy' calls that copy constants can be done
664    inline.  */
665 #define CONSTANT_ALIGNMENT(EXP, ALIGN)  \
666   (TREE_CODE (EXP) == STRING_CST        \
667    && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
668
669 /* Alignment in bits to be given to a structure bit field that follows an empty
670    field such as `int : 0;'.
671
672    Note that `PCC_BITFIELD_TYPE_MATTERS' also affects the alignment that
673    results from an empty field.  */
674 /* #define EMPTY_FIELD_BOUNDARY */
675
676 /* Number of bits which any structure or union's size must be a multiple of.
677    Each structure or union's size is rounded up to a multiple of this.
678
679    If you do not define this macro, the default is the same as `BITS_PER_UNIT'.  */
680 /* #define STRUCTURE_SIZE_BOUNDARY */
681
682 /* Define this macro to be the value 1 if instructions will fail to work if
683    given data not on the nominal alignment.  If instructions will merely go
684    slower in that case, define this macro as 0.  */
685 #define STRICT_ALIGNMENT 1
686
687 /* Define this if you wish to imitate the way many other C compilers handle
688    alignment of bitfields and the structures that contain them.
689
690    The behavior is that the type written for a bitfield (`int', `short', or
691    other integer type) imposes an alignment for the entire structure, as if the
692    structure really did contain an ordinary field of that type.  In addition,
693    the bitfield is placed within the structure so that it would fit within such
694    a field, not crossing a boundary for it.
695
696    Thus, on most machines, a bitfield whose type is written as `int' would not
697    cross a four-byte boundary, and would force four-byte alignment for the
698    whole structure.  (The alignment used may not be four bytes; it is
699    controlled by the other alignment parameters.)
700
701    If the macro is defined, its definition should be a C expression; a nonzero
702    value for the expression enables this behavior.
703
704    Note that if this macro is not defined, or its value is zero, some bitfields
705    may cross more than one alignment boundary.  The compiler can support such
706    references if there are `insv', `extv', and `extzv' insns that can directly
707    reference memory.
708
709    The other known way of making bitfields work is to define
710    `STRUCTURE_SIZE_BOUNDARY' as large as `BIGGEST_ALIGNMENT'.  Then every
711    structure can be accessed with fullwords.
712
713    Unless the machine has bitfield instructions or you define
714    `STRUCTURE_SIZE_BOUNDARY' that way, you must define
715    `PCC_BITFIELD_TYPE_MATTERS' to have a nonzero value.
716
717    If your aim is to make GNU CC use the same conventions for laying out
718    bitfields as are used by another compiler, here is how to investigate what
719    the other compiler does.  Compile and run this program:
720
721         struct foo1
722         {
723           char x;
724           char :0;
725           char y;
726         };
727
728         struct foo2
729         {
730           char x;
731           int :0;
732           char y;
733         };
734
735         main ()
736         {
737           printf ("Size of foo1 is %d\n",
738                   sizeof (struct foo1));
739           printf ("Size of foo2 is %d\n",
740                   sizeof (struct foo2));
741           exit (0);
742         }
743
744    If this prints 2 and 5, then the compiler's behavior is what you would get
745    from `PCC_BITFIELD_TYPE_MATTERS'.
746
747    Defined in svr4.h.  */
748 #define PCC_BITFIELD_TYPE_MATTERS 1
749
750 /* Like PCC_BITFIELD_TYPE_MATTERS except that its effect is limited to aligning
751    a bitfield within the structure.  */
752 /* #define BITFIELD_NBYTES_LIMITED */
753
754 /* Define this macro as an expression for the overall size of a structure
755    (given by STRUCT as a tree node) when the size computed from the fields is
756    SIZE and the alignment is ALIGN.
757
758    The default is to round SIZE up to a multiple of ALIGN.  */
759 /* #define ROUND_TYPE_SIZE(STRUCT, SIZE, ALIGN) */
760
761 /* Define this macro as an expression for the alignment of a structure (given
762    by STRUCT as a tree node) if the alignment computed in the usual way is
763    COMPUTED and the alignment explicitly specified was SPECIFIED.
764
765    The default is to use SPECIFIED if it is larger; otherwise, use the smaller
766    of COMPUTED and `BIGGEST_ALIGNMENT' */
767 /* #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) */
768
769 /* An integer expression for the size in bits of the largest integer machine
770    mode that should actually be used.  All integer machine modes of this size
771    or smaller can be used for structures and unions with the appropriate sizes.
772    If this macro is undefined, `GET_MODE_BITSIZE (DImode)' is assumed.  */
773 /* #define MAX_FIXED_MODE_SIZE */
774
775 /* A C statement to validate the value VALUE (of type `double') for mode MODE.
776    This means that you check whether VALUE fits within the possible range of
777    values for mode MODE on this target machine.  The mode MODE is always a mode
778    of class `MODE_FLOAT'.  OVERFLOW is nonzero if the value is already known to
779    be out of range.
780
781    If VALUE is not valid or if OVERFLOW is nonzero, you should set OVERFLOW to
782    1 and then assign some valid value to VALUE.  Allowing an invalid value to
783    go through the compiler can produce incorrect assembler code which may even
784    cause Unix assemblers to crash.
785
786    This macro need not be defined if there is no work for it to do.  */
787 /* #define CHECK_FLOAT_VALUE(MODE, VALUE, OVERFLOW) */
788
789 /* A code distinguishing the floating point format of the target machine.
790    There are three defined values:
791
792    IEEE_FLOAT_FORMAT'
793         This code indicates IEEE floating point.  It is the default;
794         there is no need to define this macro when the format is IEEE.
795
796    VAX_FLOAT_FORMAT'
797         This code indicates the peculiar format used on the Vax.
798
799    UNKNOWN_FLOAT_FORMAT'
800         This code indicates any other format.
801
802    The value of this macro is compared with `HOST_FLOAT_FORMAT'
803    to determine whether the target machine has the same format as
804    the host machine.  If any other formats are actually in use on supported
805    machines, new codes should be defined for them.
806
807    The ordering of the component words of floating point values stored in
808    memory is controlled by `FLOAT_WORDS_BIG_ENDIAN' for the target machine and
809    `HOST_FLOAT_WORDS_BIG_ENDIAN' for the host.  */
810 #define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT
811
812 \f
813 /* Layout of Source Language Data Types */
814
815 /* A C expression for the size in bits of the type `int' on the target machine.
816    If you don't define this, the default is one word.  */
817 #define INT_TYPE_SIZE 16
818
819 /* Maximum number for the size in bits of the type `int' on the target machine.
820    If this is undefined, the default is `INT_TYPE_SIZE'.  Otherwise, it is the
821    constant value that is the largest value that `INT_TYPE_SIZE' can have at
822    run-time.  This is used in `cpp'.  */
823 /* #define MAX_INT_TYPE_SIZE */
824
825 /* A C expression for the size in bits of the type `short' on the target
826    machine.  If you don't define this, the default is half a word.  (If this
827    would be less than one storage unit, it is rounded up to one unit.)  */
828 #define SHORT_TYPE_SIZE 16
829
830 /* A C expression for the size in bits of the type `long' on the target
831    machine.  If you don't define this, the default is one word.  */
832 #define LONG_TYPE_SIZE 32
833
834 /* Maximum number for the size in bits of the type `long' on the target
835    machine.  If this is undefined, the default is `LONG_TYPE_SIZE'.  Otherwise,
836    it is the constant value that is the largest value that `LONG_TYPE_SIZE' can
837    have at run-time.  This is used in `cpp'.  */
838 /* #define MAX_LONG_TYPE_SIZE */
839
840 /* A C expression for the size in bits of the type `long long' on the target
841    machine.  If you don't define this, the default is two words.  If you want
842    to support GNU Ada on your machine, the value of macro must be at least 64.  */
843 #define LONG_LONG_TYPE_SIZE 64
844
845 /* A C expression for the size in bits of the type `char' on the target
846    machine.  If you don't define this, the default is one quarter of a word.
847    (If this would be less than one storage unit, it is rounded up to one unit.)  */
848 #define CHAR_TYPE_SIZE 8
849
850 /* Maximum number for the size in bits of the type `char' on the target
851    machine.  If this is undefined, the default is `CHAR_TYPE_SIZE'.  Otherwise,
852    it is the constant value that is the largest value that `CHAR_TYPE_SIZE' can
853    have at run-time.  This is used in `cpp'.  */
854 /* #define MAX_CHAR_TYPE_SIZE */
855
856 /* A C expression for the size in bits of the type `float' on the target
857    machine.  If you don't define this, the default is one word.  */
858 #define FLOAT_TYPE_SIZE 32
859
860 /* A C expression for the size in bits of the type `double' on the target
861    machine.  If you don't define this, the default is two words.  */
862 #define DOUBLE_TYPE_SIZE 64
863
864 /* A C expression for the size in bits of the type `long double' on the target
865    machine.  If you don't define this, the default is two words.  */
866 #define LONG_DOUBLE_TYPE_SIZE 64
867
868 /* An expression whose value is 1 or 0, according to whether the type `char'
869    should be signed or unsigned by default.  The user can always override this
870    default with the options `-fsigned-char' and `-funsigned-char'.  */
871 #define DEFAULT_SIGNED_CHAR 0
872
873 /* A C expression to determine whether to give an `enum' type only as many
874    bytes as it takes to represent the range of possible values of that type.  A
875    nonzero value means to do that; a zero value means all `enum' types should
876    be allocated like `int'.
877
878    If you don't define the macro, the default is 0.  */
879 /* #define DEFAULT_SHORT_ENUMS */
880
881 /* A C expression for a string describing the name of the data type to use for
882    size values.  The typedef name `size_t' is defined using the contents of the
883    string.
884
885    The string can contain more than one keyword.  If so, separate them with
886    spaces, and write first any length keyword, then `unsigned' if appropriate,
887    and finally `int'.  The string must exactly match one of the data type names
888    defined in the function `init_decl_processing' in the file `c-decl.c'.  You
889    may not omit `int' or change the order--that would cause the compiler to
890    crash on startup.
891
892    If you don't define this macro, the default is `"long unsigned int"'.
893
894    Defined in svr4.h.  */
895 #define SIZE_TYPE "unsigned int"
896
897 /* A C expression for a string describing the name of the data type to use for
898    the result of subtracting two pointers.  The typedef name `ptrdiff_t' is
899    defined using the contents of the string.  See `SIZE_TYPE' above for more
900    information.
901
902    If you don't define this macro, the default is `"long int"'.
903
904    Defined in svr4.h.  */
905 #define PTRDIFF_TYPE "int"
906
907 /* A C expression for a string describing the name of the data type to use for
908    wide characters.  The typedef name `wchar_t' is defined using the contents
909    of the string.  See `SIZE_TYPE' above for more information.
910
911    If you don't define this macro, the default is `"int"'.
912
913    Defined in svr4.h, to "long int".  */
914 /* #define WCHAR_TYPE "long int" */
915
916 /* A C expression for the size in bits of the data type for wide characters.
917    This is used in `cpp', which cannot make use of `WCHAR_TYPE'.
918
919    Defined in svr4.h.  */
920 #undef WCHAR_TYPE_SIZE
921 #define WCHAR_TYPE_SIZE 32
922
923 /* Maximum number for the size in bits of the data type for wide characters.
924    If this is undefined, the default is `WCHAR_TYPE_SIZE'.  Otherwise, it is
925    the constant value that is the largest value that `WCHAR_TYPE_SIZE' can have
926    at run-time.  This is used in `cpp'.  */
927 /* #define MAX_WCHAR_TYPE_SIZE */
928
929 /* Define this macro if the type of Objective C selectors should be `int'.
930
931    If this macro is not defined, then selectors should have the type `struct
932    objc_selector *'.  */
933 /* #define OBJC_INT_SELECTORS */
934
935 \f
936 /* Register Basics */
937
938 /* Number of hardware registers known to the compiler.  They receive numbers 0
939    through `FIRST_PSEUDO_REGISTER-1'; thus, the first pseudo register's number
940    really is assigned the number `FIRST_PSEUDO_REGISTER'.  */
941 #define FIRST_PSEUDO_REGISTER 19
942
943 /* An initializer that says which registers are used for fixed purposes all
944    throughout the compiled code and are therefore not available for general
945    allocation.  These would include the stack pointer, the frame pointer
946    (except on machines where that can be used as a general register when no
947    frame pointer is needed), the program counter on machines where that is
948    considered one of the addressable registers, and any other numbered register
949    with a standard use.
950
951    This information is expressed as a sequence of numbers, separated by commas
952    and surrounded by braces.  The Nth number is 1 if register N is fixed, 0
953    otherwise.
954
955    The table initialized from this macro, and the table initialized by the
956    following one, may be overridden at run time either automatically, by the
957    actions of the macro `CONDITIONAL_REGISTER_USAGE', or by the user with the
958    command options `-ffixed-REG', `-fcall-used-REG' and `-fcall-saved-REG'.  */
959 #define FIXED_REGISTERS \
960   { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1 }
961
962 /* Like `FIXED_REGISTERS' but has 1 for each register that is clobbered (in
963    general) by function calls as well as for fixed registers.  This macro
964    therefore identifies the registers that are not available for general
965    allocation of values that must live across function calls.
966
967    If a register has 0 in `CALL_USED_REGISTERS', the compiler automatically
968    saves it on function entry and restores it on function exit, if the register
969    is used within the function.  */
970 #define CALL_USED_REGISTERS \
971   { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1 }
972
973 /* Zero or more C statements that may conditionally modify two variables
974    `fixed_regs' and `call_used_regs' (both of type `char []') after they have
975    been initialized from the two preceding macros.
976
977    This is necessary in case the fixed or call-clobbered registers depend on
978    target flags.
979
980    You need not define this macro if it has no work to do.
981
982    If the usage of an entire class of registers depends on the target flags,
983    you may indicate this to GCC by using this macro to modify `fixed_regs' and
984    `call_used_regs' to 1 for each of the registers in the classes which should
985    not be used by GCC.  Also define the macro `REG_CLASS_FROM_LETTER' to return
986    `NO_REGS' if it is called with a letter for a class that shouldn't be used.
987
988    (However, if this class is not included in `GENERAL_REGS' and all of the
989    insn patterns whose constraints permit this class are controlled by target
990    switches, then GCC will automatically avoid using these registers when the
991    target switches are opposed to them.)  */
992 /* #define CONDITIONAL_REGISTER_USAGE */
993
994 /* If this macro is defined and has a nonzero value, it means that `setjmp' and
995    related functions fail to save the registers, or that `longjmp' fails to
996    restore them.  To compensate, the compiler avoids putting variables in
997    registers in functions that use `setjmp'.  */
998 /* #define NON_SAVING_SETJMP */
999
1000 /* Define this macro if the target machine has register windows.  This C
1001    expression returns the register number as seen by the called function
1002    corresponding to the register number OUT as seen by the calling function.
1003    Return OUT if register number OUT is not an outbound register.  */
1004 /* #define INCOMING_REGNO(OUT) */
1005
1006 /* Define this macro if the target machine has register windows.  This C
1007    expression returns the register number as seen by the calling function
1008    corresponding to the register number IN as seen by the called function.
1009    Return IN if register number IN is not an inbound register.  */
1010 /* #define OUTGOING_REGNO(IN) */
1011
1012 \f
1013 /* Order of allocation of registers */
1014
1015 /* If defined, an initializer for a vector of integers, containing the numbers
1016    of hard registers in the order in which GNU CC should prefer to use them
1017    (from most preferred to least).
1018
1019    If this macro is not defined, registers are used lowest numbered first (all
1020    else being equal).
1021
1022    One use of this macro is on machines where the highest numbered registers
1023    must always be saved and the save-multiple-registers instruction supports
1024    only sequences of consecutive registers.  On such machines, define
1025    `REG_ALLOC_ORDER' to be an initializer that lists the highest numbered
1026    allocatable register first.  */
1027 #define REG_ALLOC_ORDER { 7, 6, 5, 4, 3, 2, 1, 0, 9, 8, 10, 11, 12, 13, 14, 15, 16 }
1028
1029 /* A C statement (sans semicolon) to choose the order in which to allocate hard
1030    registers for pseudo-registers local to a basic block.
1031
1032    Store the desired register order in the array `reg_alloc_order'.  Element 0
1033    should be the register to allocate first; element 1, the next register; and
1034    so on.
1035
1036    The macro body should not assume anything about the contents of
1037    `reg_alloc_order' before execution of the macro.
1038
1039    On most machines, it is not necessary to define this macro.  */
1040 /* #define ORDER_REGS_FOR_LOCAL_ALLOC */
1041
1042 \f
1043 /* How Values Fit in Registers */
1044
1045 /* A C expression for the number of consecutive hard registers, starting at
1046    register number REGNO, required to hold a value of mode MODE.
1047
1048    On a machine where all registers are exactly one word, a suitable definition
1049    of this macro is
1050
1051         #define HARD_REGNO_NREGS(REGNO, MODE)            \
1052            ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1)  \
1053             / UNITS_PER_WORD))  */
1054 #define HARD_REGNO_NREGS(REGNO, MODE)                           \
1055   ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
1056
1057 /* A C expression that is nonzero if it is permissible to store a value of mode
1058    MODE in hard register number REGNO (or in several registers starting with
1059    that one).  For a machine where all registers are equivalent, a suitable
1060    definition is
1061
1062         #define HARD_REGNO_MODE_OK(REGNO, MODE) 1
1063
1064    It is not necessary for this macro to check for the numbers of fixed
1065    registers, because the allocation mechanism considers them to be always
1066    occupied.
1067
1068    On some machines, double-precision values must be kept in even/odd register
1069    pairs.  The way to implement that is to define this macro to reject odd
1070    register numbers for such modes.
1071
1072    The minimum requirement for a mode to be OK in a register is that the
1073    `movMODE' instruction pattern support moves between the register and any
1074    other hard register for which the mode is OK; and that moving a value into
1075    the register and back out not alter it.
1076
1077    Since the same instruction used to move `SImode' will work for all narrower
1078    integer modes, it is not necessary on any machine for `HARD_REGNO_MODE_OK'
1079    to distinguish between these modes, provided you define patterns `movhi',
1080    etc., to take advantage of this.  This is useful because of the interaction
1081    between `HARD_REGNO_MODE_OK' and `MODES_TIEABLE_P'; it is very desirable for
1082    all integer modes to be tieable.
1083
1084    Many machines have special registers for floating point arithmetic.  Often
1085    people assume that floating point machine modes are allowed only in floating
1086    point registers.  This is not true.  Any registers that can hold integers
1087    can safely *hold* a floating point machine mode, whether or not floating
1088    arithmetic can be done on it in those registers.  Integer move instructions
1089    can be used to move the values.
1090
1091    On some machines, though, the converse is true: fixed-point machine modes
1092    may not go in floating registers.  This is true if the floating registers
1093    normalize any value stored in them, because storing a non-floating value
1094    there would garble it.  In this case, `HARD_REGNO_MODE_OK' should reject
1095    fixed-point machine modes in floating registers.  But if the floating
1096    registers do not automatically normalize, if you can store any bit pattern
1097    in one and retrieve it unchanged without a trap, then any machine mode may
1098    go in a floating register, so you can define this macro to say so.
1099
1100    The primary significance of special floating registers is rather that they
1101    are the registers acceptable in floating point arithmetic instructions.
1102    However, this is of no concern to `HARD_REGNO_MODE_OK'.  You handle it by
1103    writing the proper constraints for those instructions.
1104
1105    On some machines, the floating registers are especially slow to access, so
1106    that it is better to store a value in a stack frame than in such a register
1107    if floating point arithmetic is not being done.  As long as the floating
1108    registers are not in class `GENERAL_REGS', they will not be used unless some
1109    pattern's constraint asks for one.  */
1110 #define HARD_REGNO_MODE_OK(REGNO, MODE) ((REGNO) != 16 || (MODE) == BImode)
1111
1112 /* A C expression that is nonzero if it is desirable to choose register
1113    allocation so as to avoid move instructions between a value of mode MODE1
1114    and a value of mode MODE2.
1115
1116    If `HARD_REGNO_MODE_OK (R, MODE1)' and `HARD_REGNO_MODE_OK (R, MODE2)' are
1117    ever different for any R, then `MODES_TIEABLE_P (MODE1, MODE2)' must be
1118    zero.  */
1119 #define MODES_TIEABLE_P(MODE1, MODE2) ((MODE1) != BImode && (MODE2) != BImode)
1120
1121 /* Define this macro if the compiler should avoid copies to/from CCmode
1122    registers.  You should only define this macro if support fo copying to/from
1123    CCmode is incomplete.  */
1124 /* #define AVOID_CCMODE_COPIES */
1125
1126 \f
1127 /* Handling Leaf Functions */
1128
1129 /* A C initializer for a vector, indexed by hard register number, which
1130    contains 1 for a register that is allowable in a candidate for leaf function
1131    treatment.
1132
1133    If leaf function treatment involves renumbering the registers, then the
1134    registers marked here should be the ones before renumbering--those that GNU
1135    CC would ordinarily allocate.  The registers which will actually be used in
1136    the assembler code, after renumbering, should not be marked with 1 in this
1137    vector.
1138
1139    Define this macro only if the target machine offers a way to optimize the
1140    treatment of leaf functions.  */
1141 /* #define LEAF_REGISTERS */
1142
1143 /* A C expression whose value is the register number to which REGNO should be
1144    renumbered, when a function is treated as a leaf function.
1145
1146    If REGNO is a register number which should not appear in a leaf function
1147    before renumbering, then the expression should yield -1, which will cause
1148    the compiler to abort.
1149
1150    Define this macro only if the target machine offers a way to optimize the
1151    treatment of leaf functions, and registers need to be renumbered to do this.  */
1152 /* #define LEAF_REG_REMAP(REGNO) */
1153
1154 \f
1155 /* Registers That Form a Stack.  */
1156
1157 /* Define this if the machine has any stack-like registers.  */
1158 /* #define STACK_REGS */
1159
1160 /* The number of the first stack-like register.  This one is the top
1161    of the stack.  */
1162 /* #define FIRST_STACK_REG */
1163
1164 /* The number of the last stack-like register.  This one is the
1165    bottom of the stack.  */
1166 /* #define LAST_STACK_REG */
1167
1168 \f
1169 /* Register Classes */
1170
1171 /* An enumeral type that must be defined with all the register class names as
1172    enumeral values.  `NO_REGS' must be first.  `ALL_REGS' must be the last
1173    register class, followed by one more enumeral value, `LIM_REG_CLASSES',
1174    which is not a register class but rather tells how many classes there are.
1175
1176    Each register class has a number, which is the value of casting the class
1177    name to type `int'.  The number serves as an index in many of the tables
1178    described below.  */
1179 enum reg_class
1180 {
1181   NO_REGS,
1182   R0_REGS,
1183   R1_REGS,
1184   TWO_REGS,
1185   R2_REGS,
1186   EIGHT_REGS,
1187   R8_REGS,
1188   ICALL_REGS,
1189   GENERAL_REGS,
1190   CARRY_REGS,
1191   ALL_REGS,
1192   LIM_REG_CLASSES
1193 };
1194
1195 /* The number of distinct register classes, defined as follows:
1196
1197         #define N_REG_CLASSES (int) LIM_REG_CLASSES  */
1198 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
1199
1200 /* An initializer containing the names of the register classes as C string
1201    constants.  These names are used in writing some of the debugging dumps.  */
1202 #define REG_CLASS_NAMES                         \
1203 {                                               \
1204   "NO_REGS",                                    \
1205   "R0_REGS",                                    \
1206   "R1_REGS",                                    \
1207   "TWO_REGS",                                   \
1208   "R2_REGS",                                    \
1209   "EIGHT_REGS",                                 \
1210   "R8_REGS",                                    \
1211   "ICALL_REGS",                                 \
1212   "GENERAL_REGS",                               \
1213   "CARRY_REGS",                                 \
1214   "ALL_REGS"                                    \
1215 }
1216
1217 /* An initializer containing the contents of the register classes, as integers
1218    which are bit masks.  The Nth integer specifies the contents of class N.
1219    The way the integer MASK is interpreted is that register R is in the class
1220    if `MASK & (1 << R)' is 1.
1221
1222    When the machine has more than 32 registers, an integer does not suffice.
1223    Then the integers are replaced by sub-initializers, braced groupings
1224    containing several integers.  Each sub-initializer must be suitable as an
1225    initializer for the type `HARD_REG_SET' which is defined in
1226    `hard-reg-set.h'.  */
1227 #define REG_CLASS_CONTENTS                      \
1228 {                                               \
1229   { 0x00000 },                                  \
1230   { 0x00001 },                                  \
1231   { 0x00002 },                                  \
1232   { 0x00003 },                                  \
1233   { 0x00004 },                                  \
1234   { 0x000FF },                                  \
1235   { 0x00100 },                                  \
1236   { 0x00300 },                                  \
1237   { 0x6FFFF },                                  \
1238   { 0x10000 },                                  \
1239   { (1 << FIRST_PSEUDO_REGISTER) - 1 }          \
1240 }
1241
1242 /* A C expression whose value is a register class containing hard register
1243    REGNO.  In general there is more than one such class; choose a class which
1244    is "minimal", meaning that no smaller class also contains the register.  */
1245 #define REGNO_REG_CLASS(REGNO)                  \
1246   ((REGNO) == 0   ? R0_REGS                     \
1247    : (REGNO) == 1 ? R1_REGS                     \
1248    : (REGNO) == 2 ? R2_REGS                     \
1249    : (REGNO) < 8  ? EIGHT_REGS                  \
1250    : (REGNO) == 8 ? R8_REGS                     \
1251    : (REGNO) == 16 ? CARRY_REGS                 \
1252    : (REGNO) <= 18 ? GENERAL_REGS               \
1253    : ALL_REGS)
1254
1255 /* A macro whose definition is the name of the class to which a valid base
1256    register must belong.  A base register is one used in an address which is
1257    the register value plus a displacement.  */
1258 #define BASE_REG_CLASS GENERAL_REGS
1259
1260 /* A macro whose definition is the name of the class to which a valid index
1261    register must belong.  An index register is one used in an address where its
1262    value is either multiplied by a scale factor or added to another register
1263    (as well as added to a displacement).  */
1264 #define INDEX_REG_CLASS GENERAL_REGS
1265
1266 /* A C expression which defines the machine-dependent operand constraint
1267    letters for register classes.  If CHAR is such a letter, the value should be
1268    the register class corresponding to it.  Otherwise, the value should be
1269    `NO_REGS'.  The register letter `r', corresponding to class `GENERAL_REGS',
1270    will not be passed to this macro; you do not need to handle it.
1271
1272    The following letters are unavailable, due to being used as
1273    constraints:
1274         '0'..'9'
1275         '<', '>'
1276         'E', 'F', 'G', 'H'
1277         'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P'
1278         'Q', 'R', 'S', 'T', 'U'
1279         'V', 'X'
1280         'g', 'i', 'm', 'n', 'o', 'p', 'r', 's' */
1281
1282 #define REG_CLASS_FROM_LETTER(CHAR)             \
1283  (  (CHAR) == 'a' ? R0_REGS                     \
1284   : (CHAR) == 'b' ? R1_REGS                     \
1285   : (CHAR) == 'c' ? R2_REGS                     \
1286   : (CHAR) == 'd' ? R8_REGS                     \
1287   : (CHAR) == 'e' ? EIGHT_REGS                  \
1288   : (CHAR) == 't' ? TWO_REGS                    \
1289   : (CHAR) == 'y' ? CARRY_REGS                  \
1290   : (CHAR) == 'z' ? ICALL_REGS                  \
1291   : NO_REGS)
1292
1293 /* A C expression which is nonzero if register number NUM is suitable for use
1294    as a base register in operand addresses.  It may be either a suitable hard
1295    register or a pseudo register that has been allocated such a hard register.  */
1296 #define REGNO_OK_FOR_BASE_P(NUM) 1
1297
1298 /* A C expression which is nonzero if register number NUM is suitable for use
1299    as an index register in operand addresses.  It may be either a suitable hard
1300    register or a pseudo register that has been allocated such a hard register.
1301
1302    The difference between an index register and a base register is that the
1303    index register may be scaled.  If an address involves the sum of two
1304    registers, neither one of them scaled, then either one may be labeled the
1305    "base" and the other the "index"; but whichever labeling is used must fit
1306    the machine's constraints of which registers may serve in each capacity.
1307    The compiler will try both labelings, looking for one that is valid, and
1308    will reload one or both registers only if neither labeling works.  */
1309 #define REGNO_OK_FOR_INDEX_P(NUM) REGNO_OK_FOR_BASE_P (NUM)
1310
1311 /* A C expression that places additional restrictions on the register class to
1312    use when it is necessary to copy value X into a register in class CLASS.
1313    The value is a register class; perhaps CLASS, or perhaps another, smaller
1314    class.  On many machines, the following definition is safe:
1315
1316         #define PREFERRED_RELOAD_CLASS(X,CLASS) CLASS
1317
1318    Sometimes returning a more restrictive class makes better code.  For
1319    example, on the 68000, when X is an integer constant that is in range for a
1320    `moveq' instruction, the value of this macro is always `DATA_REGS' as long
1321    as CLASS includes the data registers.  Requiring a data register guarantees
1322    that a `moveq' will be used.
1323
1324    If X is a `const_double', by returning `NO_REGS' you can force X into a
1325    memory constant.  This is useful on certain machines where immediate
1326    floating values cannot be loaded into certain kinds of registers.
1327
1328    This declaration must be present.  */
1329 #define PREFERRED_RELOAD_CLASS(X, CLASS) \
1330   xstormy16_preferred_reload_class (X, CLASS)
1331
1332 /* Like `PREFERRED_RELOAD_CLASS', but for output reloads instead of input
1333    reloads.  If you don't define this macro, the default is to use CLASS,
1334    unchanged.  */
1335 #define PREFERRED_OUTPUT_RELOAD_CLASS(X, CLASS) \
1336   xstormy16_preferred_reload_class (X, CLASS)
1337
1338 /* A C expression that places additional restrictions on the register class to
1339    use when it is necessary to be able to hold a value of mode MODE in a reload
1340    register for which class CLASS would ordinarily be used.
1341
1342    Unlike `PREFERRED_RELOAD_CLASS', this macro should be used when there are
1343    certain modes that simply can't go in certain reload classes.
1344
1345    The value is a register class; perhaps CLASS, or perhaps another, smaller
1346    class.
1347
1348    Don't define this macro unless the target machine has limitations which
1349    require the macro to do something nontrivial.  */
1350 /* #define LIMIT_RELOAD_CLASS(MODE, CLASS) */
1351
1352 /* Many machines have some registers that cannot be copied directly to or from
1353    memory or even from other types of registers.  An example is the `MQ'
1354    register, which on most machines, can only be copied to or from general
1355    registers, but not memory.  Some machines allow copying all registers to and
1356    from memory, but require a scratch register for stores to some memory
1357    locations (e.g., those with symbolic address on the RT, and those with
1358    certain symbolic address on the Sparc when compiling PIC).  In some cases,
1359    both an intermediate and a scratch register are required.
1360
1361    You should define these macros to indicate to the reload phase that it may
1362    need to allocate at least one register for a reload in addition to the
1363    register to contain the data.  Specifically, if copying X to a register
1364    CLASS in MODE requires an intermediate register, you should define
1365    `SECONDARY_INPUT_RELOAD_CLASS' to return the largest register class all of
1366    whose registers can be used as intermediate registers or scratch registers.
1367
1368    If copying a register CLASS in MODE to X requires an intermediate or scratch
1369    register, `SECONDARY_OUTPUT_RELOAD_CLASS' should be defined to return the
1370    largest register class required.  If the requirements for input and output
1371    reloads are the same, the macro `SECONDARY_RELOAD_CLASS' should be used
1372    instead of defining both macros identically.
1373
1374    The values returned by these macros are often `GENERAL_REGS'.  Return
1375    `NO_REGS' if no spare register is needed; i.e., if X can be directly copied
1376    to or from a register of CLASS in MODE without requiring a scratch register.
1377    Do not define this macro if it would always return `NO_REGS'.
1378
1379    If a scratch register is required (either with or without an intermediate
1380    register), you should define patterns for `reload_inM' or `reload_outM', as
1381    required..  These patterns, which will normally be implemented with a
1382    `define_expand', should be similar to the `movM' patterns, except that
1383    operand 2 is the scratch register.
1384
1385    Define constraints for the reload register and scratch register that contain
1386    a single register class.  If the original reload register (whose class is
1387    CLASS) can meet the constraint given in the pattern, the value returned by
1388    these macros is used for the class of the scratch register.  Otherwise, two
1389    additional reload registers are required.  Their classes are obtained from
1390    the constraints in the insn pattern.
1391
1392    X might be a pseudo-register or a `subreg' of a pseudo-register, which could
1393    either be in a hard register or in memory.  Use `true_regnum' to find out;
1394    it will return -1 if the pseudo is in memory and the hard register number if
1395    it is in a register.
1396
1397    These macros should not be used in the case where a particular class of
1398    registers can only be copied to memory and not to another class of
1399    registers.  In that case, secondary reload registers are not needed and
1400    would not be helpful.  Instead, a stack location must be used to perform the
1401    copy and the `movM' pattern should use memory as an intermediate storage.
1402    This case often occurs between floating-point and general registers.  */
1403
1404 /* This chip has the interesting property that only the first eight
1405    registers can be moved to/from memory.  */
1406 #define SECONDARY_RELOAD_CLASS(CLASS, MODE, X)                  \
1407   xstormy16_secondary_reload_class (CLASS, MODE, X)
1408
1409 /* #define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, X) */
1410 /* #define SECONDARY_OUTPUT_RELOAD_CLASS(CLASS, MODE, X) */
1411
1412 /* Certain machines have the property that some registers cannot be copied to
1413    some other registers without using memory.  Define this macro on those
1414    machines to be a C expression that is non-zero if objects of mode M in
1415    registers of CLASS1 can only be copied to registers of class CLASS2 by
1416    storing a register of CLASS1 into memory and loading that memory location
1417    into a register of CLASS2.
1418
1419    Do not define this macro if its value would always be zero.  */
1420 /* #define SECONDARY_MEMORY_NEEDED(CLASS1, CLASS2, M) */
1421
1422 /* Normally when `SECONDARY_MEMORY_NEEDED' is defined, the compiler allocates a
1423    stack slot for a memory location needed for register copies.  If this macro
1424    is defined, the compiler instead uses the memory location defined by this
1425    macro.
1426
1427    Do not define this macro if you do not define
1428    `SECONDARY_MEMORY_NEEDED'.  */
1429 /* #define SECONDARY_MEMORY_NEEDED_RTX(MODE) */
1430
1431 /* When the compiler needs a secondary memory location to copy between two
1432    registers of mode MODE, it normally allocates sufficient memory to hold a
1433    quantity of `BITS_PER_WORD' bits and performs the store and load operations
1434    in a mode that many bits wide and whose class is the same as that of MODE.
1435
1436    This is right thing to do on most machines because it ensures that all bits
1437    of the register are copied and prevents accesses to the registers in a
1438    narrower mode, which some machines prohibit for floating-point registers.
1439
1440    However, this default behavior is not correct on some machines, such as the
1441    DEC Alpha, that store short integers in floating-point registers differently
1442    than in integer registers.  On those machines, the default widening will not
1443    work correctly and you must define this macro to suppress that widening in
1444    some cases.  See the file `alpha.h' for details.
1445
1446    Do not define this macro if you do not define `SECONDARY_MEMORY_NEEDED' or
1447    if widening MODE to a mode that is `BITS_PER_WORD' bits wide is correct for
1448    your machine.  */
1449 /* #define SECONDARY_MEMORY_NEEDED_MODE(MODE) */
1450
1451 /* Normally the compiler avoids choosing registers that have been explicitly
1452    mentioned in the rtl as spill registers (these registers are normally those
1453    used to pass parameters and return values).  However, some machines have so
1454    few registers of certain classes that there would not be enough registers to
1455    use as spill registers if this were done.
1456
1457    Define `SMALL_REGISTER_CLASSES' to be an expression with a non-zero value on
1458    these machines.  When this macro has a non-zero value, the compiler allows
1459    registers explicitly used in the rtl to be used as spill registers but
1460    avoids extending the lifetime of these registers.
1461
1462    It is always safe to define this macro with a non-zero value, but if you
1463    unnecessarily define it, you will reduce the amount of optimizations that
1464    can be performed in some cases.  If you do not define this macro with a
1465    non-zero value when it is required, the compiler will run out of spill
1466    registers and print a fatal error message.  For most machines, you should
1467    not define this macro at all.  */
1468 /* #define SMALL_REGISTER_CLASSES */
1469
1470 /* A C expression whose value is nonzero if pseudos that have been assigned to
1471    registers of class CLASS would likely be spilled because registers of CLASS
1472    are needed for spill registers.
1473
1474    The default value of this macro returns 1 if CLASS has exactly one register
1475    and zero otherwise.  On most machines, this default should be used.  Only
1476    define this macro to some other expression if pseudo allocated by
1477    `local-alloc.c' end up in memory because their hard registers were needed
1478    for spill registers.  If this macro returns nonzero for those classes, those
1479    pseudos will only be allocated by `global.c', which knows how to reallocate
1480    the pseudo to another register.  If there would not be another register
1481    available for reallocation, you should not change the definition of this
1482    macro since the only effect of such a definition would be to slow down
1483    register allocation.  */
1484 /* #define CLASS_LIKELY_SPILLED_P(CLASS) */
1485
1486 /* A C expression for the maximum number of consecutive registers of
1487    class CLASS needed to hold a value of mode MODE.
1488
1489    This is closely related to the macro `HARD_REGNO_NREGS'.  In fact, the value
1490    of the macro `CLASS_MAX_NREGS (CLASS, MODE)' should be the maximum value of
1491    `HARD_REGNO_NREGS (REGNO, MODE)' for all REGNO values in the class CLASS.
1492
1493    This macro helps control the handling of multiple-word values in
1494    the reload pass.
1495
1496    This declaration is required.  */
1497 #define CLASS_MAX_NREGS(CLASS, MODE) \
1498   ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
1499
1500 /* If defined, a C expression for a class that contains registers which the
1501    compiler must always access in a mode that is the same size as the mode in
1502    which it loaded the register.
1503
1504    For the example, loading 32-bit integer or floating-point objects into
1505    floating-point registers on the Alpha extends them to 64-bits.  Therefore
1506    loading a 64-bit object and then storing it as a 32-bit object does not
1507    store the low-order 32-bits, as would be the case for a normal register.
1508    Therefore, `alpha.h' defines this macro as `FLOAT_REGS'.  */
1509 /* #define CLASS_CANNOT_CHANGE_SIZE */
1510
1511 /* A C expression that defines the machine-dependent operand constraint letters
1512    (`I', `J', `K', .. 'P') that specify particular ranges of integer values.
1513    If C is one of those letters, the expression should check that VALUE, an
1514    integer, is in the appropriate range and return 1 if so, 0 otherwise.  If C
1515    is not one of those letters, the value should be 0 regardless of VALUE.  */
1516 #define CONST_OK_FOR_LETTER_P(VALUE, C)                 \
1517   (  (C) == 'I' ? (VALUE) >= 0 && (VALUE) <= 3          \
1518    : (C) == 'J' ? exact_log2 (VALUE) != -1              \
1519    : (C) == 'K' ? exact_log2 (~(VALUE)) != -1           \
1520    : (C) == 'L' ? (VALUE) >= 0 && (VALUE) <= 255        \
1521    : (C) == 'M' ? (VALUE) >= -255 && (VALUE) <= 0       \
1522    : (C) == 'N' ? (VALUE) >= -3 && (VALUE) <= 0         \
1523    : (C) == 'O' ? (VALUE) >= 1 && (VALUE) <= 4          \
1524    : (C) == 'P' ? (VALUE) >= -4 && (VALUE) <= -1        \
1525    : 0 )
1526
1527 /* A C expression that defines the machine-dependent operand constraint letters
1528    (`G', `H') that specify particular ranges of `const_double' values.
1529
1530    If C is one of those letters, the expression should check that VALUE, an RTX
1531    of code `const_double', is in the appropriate range and return 1 if so, 0
1532    otherwise.  If C is not one of those letters, the value should be 0
1533    regardless of VALUE.
1534
1535    `const_double' is used for all floating-point constants and for `DImode'
1536    fixed-point constants.  A given letter can accept either or both kinds of
1537    values.  It can use `GET_MODE' to distinguish between these kinds.  */
1538 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) 0
1539
1540 /* A C expression that defines the optional machine-dependent constraint
1541    letters (`Q', `R', `S', `T', `U') that can be used to segregate specific
1542    types of operands, usually memory references, for the target machine.
1543    Normally this macro will not be defined.  If it is required for a particular
1544    target machine, it should return 1 if VALUE corresponds to the operand type
1545    represented by the constraint letter C.  If C is not defined as an extra
1546    constraint, the value returned should be 0 regardless of VALUE.
1547
1548    For example, on the ROMP, load instructions cannot have their output in r0
1549    if the memory reference contains a symbolic address.  Constraint letter `Q'
1550    is defined as representing a memory address that does *not* contain a
1551    symbolic address.  An alternative is specified with a `Q' constraint on the
1552    input and `r' on the output.  The next alternative specifies `m' on the
1553    input and a register class that does not include r0 on the output.  */
1554 #define EXTRA_CONSTRAINT(VALUE, C) \
1555   xstormy16_extra_constraint_p (VALUE, C)
1556
1557 \f
1558 /* Basic Stack Layout */
1559
1560 /* Define this macro if pushing a word onto the stack moves the stack pointer
1561    to a smaller address.
1562
1563    When we say, "define this macro if ...," it means that the compiler checks
1564    this macro only with `#ifdef' so the precise definition used does not
1565    matter.  */
1566 /* #define STACK_GROWS_DOWNWARD */
1567
1568 /* We want to use post-increment instructions to push things on the stack,
1569    because we don't have any pre-increment ones.  */
1570 #define STACK_PUSH_CODE POST_INC
1571
1572 /* Define this macro if the addresses of local variable slots are at negative
1573    offsets from the frame pointer.  */
1574 /* #define FRAME_GROWS_DOWNWARD */
1575
1576 /* Define this macro if successive arguments to a function occupy decreasing
1577    addresses on the stack.  */
1578 #define ARGS_GROW_DOWNWARD 1
1579
1580 /* Offset from the frame pointer to the first local variable slot to be
1581    allocated.
1582
1583    If `FRAME_GROWS_DOWNWARD', find the next slot's offset by
1584    subtracting the first slot's length from `STARTING_FRAME_OFFSET'.
1585    Otherwise, it is found by adding the length of the first slot to
1586    the value `STARTING_FRAME_OFFSET'.  */
1587 #define STARTING_FRAME_OFFSET 0
1588
1589 /* Offset from the stack pointer register to the first location at which
1590    outgoing arguments are placed.  If not specified, the default value of zero
1591    is used.  This is the proper value for most machines.
1592
1593    If `ARGS_GROW_DOWNWARD', this is the offset to the location above the first
1594    location at which outgoing arguments are placed.  */
1595 /* #define STACK_POINTER_OFFSET */
1596
1597 /* Offset from the argument pointer register to the first argument's address.
1598    On some machines it may depend on the data type of the function.
1599
1600    If `ARGS_GROW_DOWNWARD', this is the offset to the location above the first
1601    argument's address.  */
1602 #define FIRST_PARM_OFFSET(FUNDECL) 0
1603
1604 /* Offset from the stack pointer register to an item dynamically allocated on
1605    the stack, e.g., by `alloca'.
1606
1607    The default value for this macro is `STACK_POINTER_OFFSET' plus the length
1608    of the outgoing arguments.  The default is correct for most machines.  See
1609    `function.c' for details.  */
1610 /* #define STACK_DYNAMIC_OFFSET(FUNDECL) */
1611
1612 /* A C expression whose value is RTL representing the address in a stack frame
1613    where the pointer to the caller's frame is stored.  Assume that FRAMEADDR is
1614    an RTL expression for the address of the stack frame itself.
1615
1616    If you don't define this macro, the default is to return the value of
1617    FRAMEADDR--that is, the stack frame address is also the address of the stack
1618    word that points to the previous frame.  */
1619 /* #define DYNAMIC_CHAIN_ADDRESS(FRAMEADDR) */
1620
1621 /* If defined, a C expression that produces the machine-specific code to setup
1622    the stack so that arbitrary frames can be accessed.  For example, on the
1623    Sparc, we must flush all of the register windows to the stack before we can
1624    access arbitrary stack frames.  This macro will seldom need to be defined.  */
1625 /* #define SETUP_FRAME_ADDRESSES() */
1626
1627 /* A C expression whose value is RTL representing the value of the return
1628    address for the frame COUNT steps up from the current frame, after the
1629    prologue.  FRAMEADDR is the frame pointer of the COUNT frame, or the frame
1630    pointer of the COUNT - 1 frame if `RETURN_ADDR_IN_PREVIOUS_FRAME' is
1631    defined.
1632
1633    The value of the expression must always be the correct address when COUNT is
1634    zero, but may be `NULL_RTX' if there is not way to determine the return
1635    address of other frames.  */
1636 #define RETURN_ADDR_RTX(COUNT, FRAMEADDR)       \
1637   ((COUNT) == 0                                 \
1638    ? gen_rtx_MEM (Pmode, arg_pointer_rtx)       \
1639    : NULL_RTX)
1640
1641 /* Define this if the return address of a particular stack frame is
1642    accessed from the frame pointer of the previous stack frame.  */
1643 /* #define RETURN_ADDR_IN_PREVIOUS_FRAME */
1644
1645 /* A C expression whose value is RTL representing the location of the incoming
1646    return address at the beginning of any function, before the prologue.  This
1647    RTL is either a `REG', indicating that the return value is saved in `REG',
1648    or a `MEM' representing a location in the stack.
1649
1650    You only need to define this macro if you want to support call frame
1651    debugging information like that provided by DWARF 2.  */
1652 #define INCOMING_RETURN_ADDR_RTX  \
1653    gen_rtx_MEM (SImode, gen_rtx_PLUS (Pmode, stack_pointer_rtx, GEN_INT (-4)))
1654
1655 /* A C expression whose value is an integer giving the offset, in bytes, from
1656    the value of the stack pointer register to the top of the stack frame at the
1657    beginning of any function, before the prologue.  The top of the frame is
1658    defined to be the value of the stack pointer in the previous frame, just
1659    before the call instruction.
1660
1661    You only need to define this macro if you want to support call frame
1662    debugging information like that provided by DWARF 2.  */
1663 #define INCOMING_FRAME_SP_OFFSET (xstormy16_interrupt_function_p () ? 6 : 4)
1664
1665 \f
1666 /* Stack Checking.  */
1667
1668 /* A nonzero value if stack checking is done by the configuration files in a
1669    machine-dependent manner.  You should define this macro if stack checking is
1670    require by the ABI of your machine or if you would like to have to stack
1671    checking in some more efficient way than GNU CC's portable approach.  The
1672    default value of this macro is zero.  */
1673 /* #define STACK_CHECK_BUILTIN */
1674
1675 /* An integer representing the interval at which GNU CC must generate stack
1676    probe instructions.  You will normally define this macro to be no larger
1677    than the size of the "guard pages" at the end of a stack area.  The default
1678    value of 4096 is suitable for most systems.  */
1679 /* #define STACK_CHECK_PROBE_INTERVAL */
1680
1681 /* A integer which is nonzero if GNU CC should perform the stack probe as a
1682    load instruction and zero if GNU CC should use a store instruction.  The
1683    default is zero, which is the most efficient choice on most systems.  */
1684 /* #define STACK_CHECK_PROBE_LOAD */
1685
1686 /* The number of bytes of stack needed to recover from a stack overflow, for
1687    languages where such a recovery is supported.  The default value of 75 words
1688    should be adequate for most machines.  */
1689 /* #define STACK_CHECK_PROTECT */
1690
1691 /* The maximum size of a stack frame, in bytes.  GNU CC will generate probe
1692    instructions in non-leaf functions to ensure at least this many bytes of
1693    stack are available.  If a stack frame is larger than this size, stack
1694    checking will not be reliable and GNU CC will issue a warning.  The default
1695    is chosen so that GNU CC only generates one instruction on most systems.
1696    You should normally not change the default value of this macro.  */
1697 /* #define STACK_CHECK_MAX_FRAME_SIZE */
1698
1699 /* GNU CC uses this value to generate the above warning message.  It represents
1700    the amount of fixed frame used by a function, not including space for any
1701    callee-saved registers, temporaries and user variables.  You need only
1702    specify an upper bound for this amount and will normally use the default of
1703    four words.  */
1704 /* #define STACK_CHECK_FIXED_FRAME_SIZE */
1705
1706 /* The maximum size, in bytes, of an object that GNU CC will place in the fixed
1707    area of the stack frame when the user specifies `-fstack-check'.  GNU CC
1708    computed the default from the values of the above macros and you will
1709    normally not need to override that default.  */
1710 /* #define STACK_CHECK_MAX_VAR_SIZE */
1711
1712 \f
1713 /* Register That Address the Stack Frame.  */
1714
1715 /* The register number of the stack pointer register, which must also be a
1716    fixed register according to `FIXED_REGISTERS'.  On most machines, the
1717    hardware determines which register this is.  */
1718 #define STACK_POINTER_REGNUM 15
1719
1720 /* The register number of the frame pointer register, which is used to access
1721    automatic variables in the stack frame.  On some machines, the hardware
1722    determines which register this is.  On other machines, you can choose any
1723    register you wish for this purpose.  */
1724 #define FRAME_POINTER_REGNUM 17
1725
1726 /* On some machines the offset between the frame pointer and starting offset of
1727    the automatic variables is not known until after register allocation has
1728    been done (for example, because the saved registers are between these two
1729    locations).  On those machines, define `FRAME_POINTER_REGNUM' the number of
1730    a special, fixed register to be used internally until the offset is known,
1731    and define `HARD_FRAME_POINTER_REGNUM' to be actual the hard register number
1732    used for the frame pointer.
1733
1734    You should define this macro only in the very rare circumstances when it is
1735    not possible to calculate the offset between the frame pointer and the
1736    automatic variables until after register allocation has been completed.
1737    When this macro is defined, you must also indicate in your definition of
1738    `ELIMINABLE_REGS' how to eliminate `FRAME_POINTER_REGNUM' into either
1739    `HARD_FRAME_POINTER_REGNUM' or `STACK_POINTER_REGNUM'.
1740
1741    Do not define this macro if it would be the same as `FRAME_POINTER_REGNUM'.  */
1742 #define HARD_FRAME_POINTER_REGNUM 13
1743
1744 /* The register number of the arg pointer register, which is used to access the
1745    function's argument list.  On some machines, this is the same as the frame
1746    pointer register.  On some machines, the hardware determines which register
1747    this is.  On other machines, you can choose any register you wish for this
1748    purpose.  If this is not the same register as the frame pointer register,
1749    then you must mark it as a fixed register according to `FIXED_REGISTERS', or
1750    arrange to be able to eliminate it.  */
1751 #define ARG_POINTER_REGNUM 18
1752
1753 /* The register number of the return address pointer register, which is used to
1754    access the current function's return address from the stack.  On some
1755    machines, the return address is not at a fixed offset from the frame pointer
1756    or stack pointer or argument pointer.  This register can be defined to point
1757    to the return address on the stack, and then be converted by
1758    `ELIMINABLE_REGS' into either the frame pointer or stack pointer.
1759
1760    Do not define this macro unless there is no other way to get the return
1761    address from the stack.  */
1762 /* #define RETURN_ADDRESS_POINTER_REGNUM */
1763
1764 /* Register numbers used for passing a function's static chain pointer.  If
1765    register windows are used, the register number as seen by the called
1766    function is `STATIC_CHAIN_INCOMING_REGNUM', while the register number as
1767    seen by the calling function is `STATIC_CHAIN_REGNUM'.  If these registers
1768    are the same, `STATIC_CHAIN_INCOMING_REGNUM' need not be defined.
1769
1770    The static chain register need not be a fixed register.
1771
1772    If the static chain is passed in memory, these macros should not be defined;
1773    instead, the next two macros should be defined.  */
1774 #define STATIC_CHAIN_REGNUM 1
1775 /* #define STATIC_CHAIN_INCOMING_REGNUM */
1776
1777 /* If the static chain is passed in memory, these macros provide rtx giving
1778    `mem' expressions that denote where they are stored.  `STATIC_CHAIN' and
1779    `STATIC_CHAIN_INCOMING' give the locations as seen by the calling and called
1780    functions, respectively.  Often the former will be at an offset from the
1781    stack pointer and the latter at an offset from the frame pointer.
1782
1783    The variables `stack_pointer_rtx', `frame_pointer_rtx', and
1784    `arg_pointer_rtx' will have been initialized prior to the use of these
1785    macros and should be used to refer to those items.
1786
1787    If the static chain is passed in a register, the two previous
1788    macros should be defined instead.  */
1789 /* #define STATIC_CHAIN */
1790 /* #define STATIC_CHAIN_INCOMING */
1791
1792 \f
1793 /* Eliminating the Frame Pointer and the Arg Pointer */
1794
1795 /* A C expression which is nonzero if a function must have and use a frame
1796    pointer.  This expression is evaluated in the reload pass.  If its value is
1797    nonzero the function will have a frame pointer.
1798
1799    The expression can in principle examine the current function and decide
1800    according to the facts, but on most machines the constant 0 or the constant
1801    1 suffices.  Use 0 when the machine allows code to be generated with no
1802    frame pointer, and doing so saves some time or space.  Use 1 when there is
1803    no possible advantage to avoiding a frame pointer.
1804
1805    In certain cases, the compiler does not know how to produce valid code
1806    without a frame pointer.  The compiler recognizes those cases and
1807    automatically gives the function a frame pointer regardless of what
1808    `FRAME_POINTER_REQUIRED' says.  You don't need to worry about them.
1809
1810    In a function that does not require a frame pointer, the frame pointer
1811    register can be allocated for ordinary usage, unless you mark it as a fixed
1812    register.  See `FIXED_REGISTERS' for more information.  */
1813 #define FRAME_POINTER_REQUIRED 0
1814
1815 /* A C statement to store in the variable DEPTH_VAR the difference between the
1816    frame pointer and the stack pointer values immediately after the function
1817    prologue.  The value would be computed from information such as the result
1818    of `get_frame_size ()' and the tables of registers `regs_ever_live' and
1819    `call_used_regs'.
1820
1821    If `ELIMINABLE_REGS' is defined, this macro will be not be used and need not
1822    be defined.  Otherwise, it must be defined even if `FRAME_POINTER_REQUIRED'
1823    is defined to always be true; in that case, you may set DEPTH_VAR to
1824    anything.  */
1825 /* #define INITIAL_FRAME_POINTER_OFFSET(DEPTH_VAR) */
1826
1827 /* If defined, this macro specifies a table of register pairs used to eliminate
1828    unneeded registers that point into the stack frame.  If it is not defined,
1829    the only elimination attempted by the compiler is to replace references to
1830    the frame pointer with references to the stack pointer.
1831
1832    The definition of this macro is a list of structure initializations, each of
1833    which specifies an original and replacement register.
1834 */
1835
1836 #define ELIMINABLE_REGS                                 \
1837 {                                                       \
1838   {FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM},         \
1839   {FRAME_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM},    \
1840   {ARG_POINTER_REGNUM,   STACK_POINTER_REGNUM},         \
1841   {ARG_POINTER_REGNUM,   HARD_FRAME_POINTER_REGNUM},    \
1842 }
1843
1844 /* A C expression that returns non-zero if the compiler is allowed to try to
1845    replace register number FROM with register number TO.  This macro need only
1846    be defined if `ELIMINABLE_REGS' is defined, and will usually be the constant
1847    1, since most of the cases preventing register elimination are things that
1848    the compiler already knows about.  */
1849
1850 #define CAN_ELIMINATE(FROM, TO)                                         \
1851  ((FROM) == ARG_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM          \
1852   ? ! frame_pointer_needed                                              \
1853   : 1)
1854
1855 /* This macro is similar to `INITIAL_FRAME_POINTER_OFFSET'.  It specifies the
1856    initial difference between the specified pair of registers.  This macro must
1857    be defined if `ELIMINABLE_REGS' is defined.  */
1858 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
1859   (OFFSET) = xstormy16_initial_elimination_offset (FROM, TO)
1860
1861 /* Define this macro if the `longjmp' function restores registers from the
1862    stack frames, rather than from those saved specifically by `setjmp'.
1863    Certain quantities must not be kept in registers across a call to `setjmp'
1864    on such machines.  */
1865 /* #define LONGJMP_RESTORE_FROM_STACK */
1866
1867 \f
1868 /* Passing Function Arguments on the Stack */
1869
1870 /* Define this macro if an argument declared in a prototype as an integral type
1871    smaller than `int' should actually be passed as an `int'.  In addition to
1872    avoiding errors in certain cases of mismatch, it also makes for better code
1873    on certain machines.  */
1874 #define PROMOTE_PROTOTYPES 1
1875
1876 /* A C expression that is the number of bytes actually pushed onto the stack
1877    when an instruction attempts to push NPUSHED bytes.
1878
1879    If the target machine does not have a push instruction, do not define this
1880    macro.  That directs GNU CC to use an alternate strategy: to allocate the
1881    entire argument block and then store the arguments into it.
1882
1883    On some machines, the definition
1884
1885         #define PUSH_ROUNDING(BYTES) (BYTES)
1886
1887    will suffice.  But on other machines, instructions that appear to push one
1888    byte actually push two bytes in an attempt to maintain alignment.  Then the
1889    definition should be
1890
1891         #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1)  */
1892 #define PUSH_ROUNDING(BYTES) (((BYTES) + 1) & ~1)
1893
1894 /* If defined, the maximum amount of space required for outgoing arguments will
1895    be computed and placed into the variable
1896    `current_function_outgoing_args_size'.  No space will be pushed onto the
1897    stack for each call; instead, the function prologue should increase the
1898    stack frame size by this amount.
1899
1900    Defining both `PUSH_ROUNDING' and `ACCUMULATE_OUTGOING_ARGS' is not
1901    proper.  */
1902 /* #define ACCUMULATE_OUTGOING_ARGS */
1903
1904 /* Define this macro if functions should assume that stack space has been
1905    allocated for arguments even when their values are passed in registers.
1906
1907    The value of this macro is the size, in bytes, of the area reserved for
1908    arguments passed in registers for the function represented by FNDECL.
1909
1910    This space can be allocated by the caller, or be a part of the
1911    machine-dependent stack frame: `OUTGOING_REG_PARM_STACK_SPACE' says
1912    which.  */
1913 /* #define REG_PARM_STACK_SPACE(FNDECL) */
1914
1915 /* Define these macros in addition to the one above if functions might allocate
1916    stack space for arguments even when their values are passed in registers.
1917    These should be used when the stack space allocated for arguments in
1918    registers is not a simple constant independent of the function declaration.
1919
1920    The value of the first macro is the size, in bytes, of the area that we
1921    should initially assume would be reserved for arguments passed in registers.
1922
1923    The value of the second macro is the actual size, in bytes, of the area that
1924    will be reserved for arguments passed in registers.  This takes two
1925    arguments: an integer representing the number of bytes of fixed sized
1926    arguments on the stack, and a tree representing the number of bytes of
1927    variable sized arguments on the stack.
1928
1929    When these macros are defined, `REG_PARM_STACK_SPACE' will only be called
1930    for libcall functions, the current function, or for a function being called
1931    when it is known that such stack space must be allocated.  In each case this
1932    value can be easily computed.
1933
1934    When deciding whether a called function needs such stack space, and how much
1935    space to reserve, GNU CC uses these two macros instead of
1936    `REG_PARM_STACK_SPACE'.  */
1937 /* #define MAYBE_REG_PARM_STACK_SPACE */
1938 /* #define FINAL_REG_PARM_STACK_SPACE(CONST_SIZE, VAR_SIZE) */
1939
1940 /* Define this if it is the responsibility of the caller to allocate the area
1941    reserved for arguments passed in registers.
1942
1943    If `ACCUMULATE_OUTGOING_ARGS' is defined, this macro controls whether the
1944    space for these arguments counts in the value of
1945    `current_function_outgoing_args_size'.  */
1946 /* #define OUTGOING_REG_PARM_STACK_SPACE */
1947
1948 /* Define this macro if `REG_PARM_STACK_SPACE' is defined, but the stack
1949    parameters don't skip the area specified by it.
1950
1951    Normally, when a parameter is not passed in registers, it is placed on the
1952    stack beyond the `REG_PARM_STACK_SPACE' area.  Defining this macro
1953    suppresses this behavior and causes the parameter to be passed on the stack
1954    in its natural location.  */
1955 /* #define STACK_PARMS_IN_REG_PARM_AREA */
1956
1957 /* A C expression that should indicate the number of bytes of its own arguments
1958    that a function pops on returning, or 0 if the function pops no arguments
1959    and the caller must therefore pop them all after the function returns.
1960
1961    FUNDECL is a C variable whose value is a tree node that describes the
1962    function in question.  Normally it is a node of type `FUNCTION_DECL' that
1963    describes the declaration of the function.  From this it is possible to
1964    obtain the DECL_ATTRIBUTES of the function.
1965
1966    FUNTYPE is a C variable whose value is a tree node that describes the
1967    function in question.  Normally it is a node of type `FUNCTION_TYPE' that
1968    describes the data type of the function.  From this it is possible to obtain
1969    the data types of the value and arguments (if known).
1970
1971    When a call to a library function is being considered, FUNTYPE will contain
1972    an identifier node for the library function.  Thus, if you need to
1973    distinguish among various library functions, you can do so by their names.
1974    Note that "library function" in this context means a function used to
1975    perform arithmetic, whose name is known specially in the compiler and was
1976    not mentioned in the C code being compiled.
1977
1978    STACK-SIZE is the number of bytes of arguments passed on the stack.  If a
1979    variable number of bytes is passed, it is zero, and argument popping will
1980    always be the responsibility of the calling function.
1981
1982    On the Vax, all functions always pop their arguments, so the definition of
1983    this macro is STACK-SIZE.  On the 68000, using the standard calling
1984    convention, no functions pop their arguments, so the value of the macro is
1985    always 0 in this case.  But an alternative calling convention is available
1986    in which functions that take a fixed number of arguments pop them but other
1987    functions (such as `printf') pop nothing (the caller pops all).  When this
1988    convention is in use, FUNTYPE is examined to determine whether a function
1989    takes a fixed number of arguments.  */
1990 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
1991
1992 \f
1993 /* Function Arguments in Registers */
1994
1995 #define NUM_ARGUMENT_REGISTERS 6
1996 #define FIRST_ARGUMENT_REGISTER 2
1997
1998 #define XSTORMY16_WORD_SIZE(TYPE, MODE)                         \
1999   ((((TYPE) ? int_size_in_bytes (TYPE) : GET_MODE_SIZE (MODE))  \
2000     + 1)                                                        \
2001    / 2)
2002
2003 /* A C expression that controls whether a function argument is passed in a
2004    register, and which register.
2005
2006    The arguments are CUM, of type CUMULATIVE_ARGS, which summarizes
2007    (in a way defined by INIT_CUMULATIVE_ARGS and FUNCTION_ARG_ADVANCE)
2008    all of the previous arguments so far passed in registers; MODE, the
2009    machine mode of the argument; TYPE, the data type of the argument
2010    as a tree node or 0 if that is not known (which happens for C
2011    support library functions); and NAMED, which is 1 for an ordinary
2012    argument and 0 for nameless arguments that correspond to `...' in
2013    the called function's prototype.
2014
2015    The value of the expression should either be a `reg' RTX for the hard
2016    register in which to pass the argument, or zero to pass the argument on the
2017    stack.
2018
2019    For machines like the Vax and 68000, where normally all arguments are
2020    pushed, zero suffices as a definition.
2021
2022    The usual way to make the ANSI library `stdarg.h' work on a machine where
2023    some arguments are usually passed in registers, is to cause nameless
2024    arguments to be passed on the stack instead.  This is done by making
2025    `FUNCTION_ARG' return 0 whenever NAMED is 0.
2026
2027    You may use the macro `MUST_PASS_IN_STACK (MODE, TYPE)' in the definition of
2028    this macro to determine if this argument is of a type that must be passed in
2029    the stack.  If `REG_PARM_STACK_SPACE' is not defined and `FUNCTION_ARG'
2030    returns non-zero for such an argument, the compiler will abort.  If
2031    `REG_PARM_STACK_SPACE' is defined, the argument will be computed in the
2032    stack and then loaded into a register.  */
2033 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED)                              \
2034   ((MODE) == VOIDmode ? const0_rtx                                        \
2035    : (CUM) + XSTORMY16_WORD_SIZE (TYPE, MODE) > NUM_ARGUMENT_REGISTERS ? 0 \
2036    : gen_rtx_REG (MODE, (CUM) + 2))
2037
2038 /* Define this macro if the target machine has "register windows", so that the
2039    register in which a function sees an arguments is not necessarily the same
2040    as the one in which the caller passed the argument.
2041
2042    For such machines, `FUNCTION_ARG' computes the register in which the caller
2043    passes the value, and `FUNCTION_INCOMING_ARG' should be defined in a similar
2044    fashion to tell the function being called where the arguments will arrive.
2045
2046    If `FUNCTION_INCOMING_ARG' is not defined, `FUNCTION_ARG' serves both
2047    purposes.  */
2048 /* #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) */
2049
2050 /* A C expression for the number of words, at the beginning of an argument,
2051    must be put in registers.  The value must be zero for arguments that are
2052    passed entirely in registers or that are entirely pushed on the stack.
2053
2054    On some machines, certain arguments must be passed partially in registers
2055    and partially in memory.  On these machines, typically the first N words of
2056    arguments are passed in registers, and the rest on the stack.  If a
2057    multi-word argument (a `double' or a structure) crosses that boundary, its
2058    first few words must be passed in registers and the rest must be pushed.
2059    This macro tells the compiler when this occurs, and how many of the words
2060    should go in registers.
2061
2062    `FUNCTION_ARG' for these arguments should return the first register to be
2063    used by the caller for this argument; likewise `FUNCTION_INCOMING_ARG', for
2064    the called function.  */
2065 #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0
2066
2067 /* A C expression that indicates when an argument must be passed by reference.
2068    If nonzero for an argument, a copy of that argument is made in memory and a
2069    pointer to the argument is passed instead of the argument itself.  The
2070    pointer is passed in whatever way is appropriate for passing a pointer to
2071    that type.
2072
2073    On machines where `REG_PARM_STACK_SPACE' is not defined, a suitable
2074    definition of this macro might be
2075         #define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED)  \
2076           MUST_PASS_IN_STACK (MODE, TYPE)  */
2077 #define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0
2078
2079 /* If defined, a C expression that indicates when it is more
2080    desirable to keep an argument passed by invisible reference as a
2081    reference, rather than copying it to a pseudo register.  */
2082 /* #define FUNCTION_ARG_KEEP_AS_REFERENCE(CUM, MODE, TYPE, NAMED) */
2083
2084 /* If defined, a C expression that indicates when it is the called function's
2085    responsibility to make a copy of arguments passed by invisible reference.
2086    Normally, the caller makes a copy and passes the address of the copy to the
2087    routine being called.  When FUNCTION_ARG_CALLEE_COPIES is defined and is
2088    nonzero, the caller does not make a copy.  Instead, it passes a pointer to
2089    the "live" value.  The called function must not modify this value.  If it
2090    can be determined that the value won't be modified, it need not make a copy;
2091    otherwise a copy must be made.  */
2092 /* #define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) */
2093
2094 /* A C type for declaring a variable that is used as the first argument of
2095    `FUNCTION_ARG' and other related values.  For some target machines, the type
2096    `int' suffices and can hold the number of bytes of argument so far.
2097
2098    There is no need to record in `CUMULATIVE_ARGS' anything about the arguments
2099    that have been passed on the stack.  The compiler has other variables to
2100    keep track of that.  For target machines on which all arguments are passed
2101    on the stack, there is no need to store anything in `CUMULATIVE_ARGS';
2102    however, the data structure must exist and should not be empty, so use
2103    `int'.  
2104
2105    For this platform, the value of CUMULATIVE_ARGS is the number of words
2106    of arguments that have been passed in registers so far.  */
2107 typedef int CUMULATIVE_ARGS;
2108
2109 /* A C statement (sans semicolon) for initializing the variable CUM for the
2110    state at the beginning of the argument list.  The variable has type
2111    `CUMULATIVE_ARGS'.  The value of FNTYPE is the tree node for the data type
2112    of the function which will receive the args, or 0 if the args are to a
2113    compiler support library function.  The value of INDIRECT is nonzero when
2114    processing an indirect call, for example a call through a function pointer.
2115    The value of INDIRECT is zero for a call to an explicitly named function, a
2116    library function call, or when `INIT_CUMULATIVE_ARGS' is used to find
2117    arguments for the function being compiled.
2118
2119    When processing a call to a compiler support library function, LIBNAME
2120    identifies which one.  It is a `symbol_ref' rtx which contains the name of
2121    the function, as a string.  LIBNAME is 0 when an ordinary C function call is
2122    being processed.  Thus, each time this macro is called, either LIBNAME or
2123    FNTYPE is nonzero, but never both of them at once.  */
2124 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT) (CUM) = 0
2125
2126 /* Like `INIT_CUMULATIVE_ARGS' but overrides it for the purposes of finding the
2127    arguments for the function being compiled.  If this macro is undefined,
2128    `INIT_CUMULATIVE_ARGS' is used instead.
2129
2130    The value passed for LIBNAME is always 0, since library routines with
2131    special calling conventions are never compiled with GNU CC.  The argument
2132    LIBNAME exists for symmetry with `INIT_CUMULATIVE_ARGS'.  */
2133 /* #define INIT_CUMULATIVE_INCOMING_ARGS(CUM, FNTYPE, LIBNAME) */
2134
2135 /* A C statement (sans semicolon) to update the summarizer variable CUM to
2136    advance past an argument in the argument list.  The values MODE, TYPE and
2137    NAMED describe that argument.  Once this is done, the variable CUM is
2138    suitable for analyzing the *following* argument with `FUNCTION_ARG', etc.
2139
2140    This macro need not do anything if the argument in question was passed on
2141    the stack.  The compiler knows how to track the amount of stack space used
2142    for arguments without any special help.  */
2143 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
2144   ((CUM) = xstormy16_function_arg_advance (CUM, MODE, TYPE, NAMED))
2145
2146 /* If defined, a C expression which determines whether, and in which direction,
2147    to pad out an argument with extra space.  The value should be of type `enum
2148    direction': either `upward' to pad above the argument, `downward' to pad
2149    below, or `none' to inhibit padding.
2150
2151    The *amount* of padding is always just enough to reach the next multiple of
2152    `FUNCTION_ARG_BOUNDARY'; this macro does not control it.
2153
2154    This macro has a default definition which is right for most systems.  For
2155    little-endian machines, the default is to pad upward.  For big-endian
2156    machines, the default is to pad downward for an argument of constant size
2157    shorter than an `int', and upward otherwise.  */
2158 /* #define FUNCTION_ARG_PADDING(MODE, TYPE) */
2159
2160 /* If defined, a C expression that gives the alignment boundary, in bits, of an
2161    argument with the specified mode and type.  If it is not defined,
2162    `PARM_BOUNDARY' is used for all arguments.  */
2163 /* #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) */
2164
2165 /* A C expression that is nonzero if REGNO is the number of a hard register in
2166    which function arguments are sometimes passed.  This does *not* include
2167    implicit arguments such as the static chain and the structure-value address.
2168    On many machines, no registers can be used for this purpose since all
2169    function arguments are pushed on the stack.  */
2170 #define FUNCTION_ARG_REGNO_P(REGNO)                                     \
2171   ((REGNO) >= FIRST_ARGUMENT_REGISTER                                   \
2172    && (REGNO) < FIRST_ARGUMENT_REGISTER + NUM_ARGUMENT_REGISTERS)
2173
2174 \f
2175 /* How Scalar Function Values are Returned */
2176
2177 /* The number of the hard register that is used to return a scalar value from a
2178    function call.  */
2179 #define RETURN_VALUE_REGNUM     FIRST_ARGUMENT_REGISTER
2180      
2181 /* Define this macro if `-traditional' should not cause functions declared to
2182    return `float' to convert the value to `double'.  */
2183 /* #define TRADITIONAL_RETURN_FLOAT */
2184
2185 /* A C expression to create an RTX representing the place where a function
2186    returns a value of data type VALTYPE.  VALTYPE is a tree node representing a
2187    data type.  Write `TYPE_MODE (VALTYPE)' to get the machine mode used to
2188    represent that type.  On many machines, only the mode is relevant.
2189    (Actually, on most machines, scalar values are returned in the same place
2190    regardless of mode).
2191
2192    If `PROMOTE_FUNCTION_RETURN' is defined, you must apply the same promotion
2193    rules specified in `PROMOTE_MODE' if VALTYPE is a scalar type.
2194
2195    If the precise function being called is known, FUNC is a tree node
2196    (`FUNCTION_DECL') for it; otherwise, FUNC is a null pointer.  This makes it
2197    possible to use a different value-returning convention for specific
2198    functions when all their calls are known.
2199
2200    `FUNCTION_VALUE' is not used for return vales with aggregate data types,
2201    because these are returned in another way.  See `STRUCT_VALUE_REGNUM' and
2202    related macros, below.  */
2203 #define FUNCTION_VALUE(VALTYPE, FUNC) \
2204   xstormy16_function_value (VALTYPE, FUNC)
2205
2206
2207 /* Define this macro if the target machine has "register windows" so that the
2208    register in which a function returns its value is not the same as the one in
2209    which the caller sees the value.
2210
2211    For such machines, `FUNCTION_VALUE' computes the register in which the
2212    caller will see the value.  `FUNCTION_OUTGOING_VALUE' should be defined in a
2213    similar fashion to tell the function where to put the value.
2214
2215    If `FUNCTION_OUTGOING_VALUE' is not defined, `FUNCTION_VALUE' serves both
2216    purposes.
2217
2218    `FUNCTION_OUTGOING_VALUE' is not used for return vales with aggregate data
2219    types, because these are returned in another way.  See `STRUCT_VALUE_REGNUM'
2220    and related macros, below.  */
2221 /* #define FUNCTION_OUTGOING_VALUE(VALTYPE, FUNC) */
2222
2223 /* A C expression to create an RTX representing the place where a library
2224    function returns a value of mode MODE.
2225
2226    Note that "library function" in this context means a compiler support
2227    routine, used to perform arithmetic, whose name is known specially by the
2228    compiler and was not mentioned in the C code being compiled.
2229
2230    The definition of `LIBRARY_VALUE' need not be concerned aggregate data
2231    types, because none of the library functions returns such types.  */
2232 #define LIBCALL_VALUE(MODE) gen_rtx_REG (MODE, RETURN_VALUE_REGNUM)
2233
2234 /* A C expression that is nonzero if REGNO is the number of a hard register in
2235    which the values of called function may come back.
2236
2237    A register whose use for returning values is limited to serving as the
2238    second of a pair (for a value of type `double', say) need not be recognized
2239    by this macro.  So for most machines, this definition suffices:
2240
2241         #define FUNCTION_VALUE_REGNO_P(N) ((N) == RETURN)
2242
2243    If the machine has register windows, so that the caller and the called
2244    function use different registers for the return value, this macro should
2245    recognize only the caller's register numbers.  */
2246 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM)
2247
2248 /* Define this macro if `untyped_call' and `untyped_return' need more space
2249    than is implied by `FUNCTION_VALUE_REGNO_P' for saving and restoring an
2250    arbitrary return value.  */
2251 /* #define APPLY_RESULT_SIZE */
2252
2253 \f
2254 /* How Large Values are Returned */
2255
2256 /* A C expression which can inhibit the returning of certain function values in
2257    registers, based on the type of value.  A nonzero value says to return the
2258    function value in memory, just as large structures are always returned.
2259    Here TYPE will be a C expression of type `tree', representing the data type
2260    of the value.
2261
2262    Note that values of mode `BLKmode' must be explicitly handled by this macro.
2263    Also, the option `-fpcc-struct-return' takes effect regardless of this
2264    macro.  On most systems, it is possible to leave the macro undefined; this
2265    causes a default definition to be used, whose value is the constant 1 for
2266    `BLKmode' values, and 0 otherwise.
2267
2268    Do not use this macro to indicate that structures and unions should always
2269    be returned in memory.  You should instead use `DEFAULT_PCC_STRUCT_RETURN'
2270    to indicate this.  */
2271 #define RETURN_IN_MEMORY(TYPE) \
2272   (int_size_in_bytes (TYPE) > UNITS_PER_WORD * NUM_ARGUMENT_REGISTERS)
2273
2274 /* Define this macro to be 1 if all structure and union return values must be
2275    in memory.  Since this results in slower code, this should be defined only
2276    if needed for compatibility with other compilers or with an ABI.  If you
2277    define this macro to be 0, then the conventions used for structure and union
2278    return values are decided by the `RETURN_IN_MEMORY' macro.
2279
2280    If not defined, this defaults to the value 1.  */
2281 /* #define DEFAULT_PCC_STRUCT_RETURN 0 */
2282
2283 /* If the structure value address is passed in a register, then
2284    `STRUCT_VALUE_REGNUM' should be the number of that register.  */
2285 /* #define STRUCT_VALUE_REGNUM */
2286
2287 /* If the structure value address is not passed in a register, define
2288    `STRUCT_VALUE' as an expression returning an RTX for the place where the
2289    address is passed.  If it returns 0, the address is passed as an "invisible"
2290    first argument.  */
2291 #define STRUCT_VALUE 0
2292
2293 /* On some architectures the place where the structure value address is found
2294    by the called function is not the same place that the caller put it.  This
2295    can be due to register windows, or it could be because the function prologue
2296    moves it to a different place.
2297
2298    If the incoming location of the structure value address is in a register,
2299    define this macro as the register number.  */
2300 /* #define STRUCT_VALUE_INCOMING_REGNUM */
2301
2302 /* If the incoming location is not a register, then you should define
2303    `STRUCT_VALUE_INCOMING' as an expression for an RTX for where the called
2304    function should find the value.  If it should find the value on the stack,
2305    define this to create a `mem' which refers to the frame pointer.  A
2306    definition of 0 means that the address is passed as an "invisible" first
2307    argument.  */
2308 /* #define STRUCT_VALUE_INCOMING */
2309
2310 /* Define this macro if the usual system convention on the target machine for
2311    returning structures and unions is for the called function to return the
2312    address of a static variable containing the value.
2313
2314    Do not define this if the usual system convention is for the caller to pass
2315    an address to the subroutine.
2316
2317    This macro has effect in `-fpcc-struct-return' mode, but it does nothing
2318    when you use `-freg-struct-return' mode.  */
2319 /* #define PCC_STATIC_STRUCT_RETURN */
2320
2321 \f
2322 /* Caller-Saves Register Allocation */
2323
2324 /* Define this macro if function calls on the target machine do not preserve
2325    any registers; in other words, if `CALL_USED_REGISTERS' has 1 for all
2326    registers.  This macro enables `-fcaller-saves' by default.  Eventually that
2327    option will be enabled by default on all machines and both the option and
2328    this macro will be eliminated.  */
2329 /* #define DEFAULT_CALLER_SAVES */
2330
2331 /* A C expression to determine whether it is worthwhile to consider placing a
2332    pseudo-register in a call-clobbered hard register and saving and restoring
2333    it around each function call.  The expression should be 1 when this is worth
2334    doing, and 0 otherwise.
2335
2336    If you don't define this macro, a default is used which is good on most
2337    machines: `4 * CALLS < REFS'.  */
2338 /* #define CALLER_SAVE_PROFITABLE(REFS, CALLS) */
2339
2340 \f
2341 /* Function Entry and Exit */
2342
2343 /* Define this macro as a C expression that is nonzero if the return
2344    instruction or the function epilogue ignores the value of the stack pointer;
2345    in other words, if it is safe to delete an instruction to adjust the stack
2346    pointer before a return from the function.
2347
2348    Note that this macro's value is relevant only for functions for which frame
2349    pointers are maintained.  It is never safe to delete a final stack
2350    adjustment in a function that has no frame pointer, and the compiler knows
2351    this regardless of `EXIT_IGNORE_STACK'.  */
2352 /* #define EXIT_IGNORE_STACK */
2353
2354 /* Define this macro as a C expression that is nonzero for registers
2355    are used by the epilogue or the `return' pattern.  The stack and
2356    frame pointer registers are already be assumed to be used as
2357    needed.  */
2358 #define EPILOGUE_USES(REGNO) \
2359   xstormy16_epilogue_uses (REGNO)
2360
2361 /* Define this macro if the function epilogue contains delay slots to which
2362    instructions from the rest of the function can be "moved".  The definition
2363    should be a C expression whose value is an integer representing the number
2364    of delay slots there.  */
2365 /* #define DELAY_SLOTS_FOR_EPILOGUE */
2366
2367 /* A C expression that returns 1 if INSN can be placed in delay slot number N
2368    of the epilogue.
2369
2370    The argument N is an integer which identifies the delay slot now being
2371    considered (since different slots may have different rules of eligibility).
2372    It is never negative and is always less than the number of epilogue delay
2373    slots (what `DELAY_SLOTS_FOR_EPILOGUE' returns).  If you reject a particular
2374    insn for a given delay slot, in principle, it may be reconsidered for a
2375    subsequent delay slot.  Also, other insns may (at least in principle) be
2376    considered for the so far unfilled delay slot.
2377
2378    The insns accepted to fill the epilogue delay slots are put in an
2379    RTL list made with `insn_list' objects, stored in the variable
2380    `current_function_epilogue_delay_list'.  The insn for the first
2381    delay slot comes first in the list.  Your definition of the macro
2382    `FUNCTION_EPILOGUE' should fill the delay slots by outputting the
2383    insns in this list, usually by calling `final_scan_insn'.
2384
2385    You need not define this macro if you did not define
2386    `DELAY_SLOTS_FOR_EPILOGUE'.  */
2387 /* #define ELIGIBLE_FOR_EPILOGUE_DELAY(INSN, N) */
2388
2389 /* A C compound statement that outputs the assembler code for a thunk function,
2390    used to implement C++ virtual function calls with multiple inheritance.  The
2391    thunk acts as a wrapper around a virtual function, adjusting the implicit
2392    object parameter before handing control off to the real function.
2393
2394    First, emit code to add the integer DELTA to the location that contains the
2395    incoming first argument.  Assume that this argument contains a pointer, and
2396    is the one used to pass the `this' pointer in C++.  This is the incoming
2397    argument *before* the function prologue, e.g. `%o0' on a sparc.  The
2398    addition must preserve the values of all other incoming arguments.
2399
2400    After the addition, emit code to jump to FUNCTION, which is a
2401    `FUNCTION_DECL'.  This is a direct pure jump, not a call, and does not touch
2402    the return address.  Hence returning from FUNCTION will return to whoever
2403    called the current `thunk'.
2404
2405    The effect must be as if @var{function} had been called directly
2406    with the adjusted first argument.  This macro is responsible for
2407    emitting all of the code for a thunk function;
2408    TARGET_ASM_FUNCTION_PROLOGUE and TARGET_ASM_FUNCTION_EPILOGUE are
2409    not invoked.
2410
2411    The THUNK_FNDECL is redundant.  (DELTA and FUNCTION have already been
2412    extracted from it.)  It might possibly be useful on some targets, but
2413    probably not.
2414
2415    If you do not define this macro, the target-independent code in the C++
2416    frontend will generate a less efficient heavyweight thunk that calls
2417    FUNCTION instead of jumping to it.  The generic approach does not support
2418    varargs.  */
2419 #define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION)        \
2420   xstormy16_asm_output_mi_thunk (FILE, THUNK_FNDECL, DELTA, FUNCTION)
2421
2422 \f
2423 /* Generating Code for Profiling.  */
2424
2425 /* A C statement or compound statement to output to FILE some assembler code to
2426    call the profiling subroutine `mcount'.  Before calling, the assembler code
2427    must load the address of a counter variable into a register where `mcount'
2428    expects to find the address.  The name of this variable is `LP' followed by
2429    the number LABELNO, so you would generate the name using `LP%d' in a
2430    `fprintf'.
2431
2432    The details of how the address should be passed to `mcount' are determined
2433    by your operating system environment, not by GNU CC.  To figure them out,
2434    compile a small program for profiling using the system's installed C
2435    compiler and look at the assembler code that results.
2436
2437    This declaration must be present, but it can be an abort if profiling is
2438    not implemented.  */
2439      
2440 #define FUNCTION_PROFILER(FILE, LABELNO) abort ()
2441
2442 /* Define this macro if the code for function profiling should come before the
2443    function prologue.  Normally, the profiling code comes after.  */
2444 /* #define PROFILE_BEFORE_PROLOGUE */
2445
2446 \f
2447 /* If the target has particular reasons why a function cannot be inlined,
2448    it may define the TARGET_CANNOT_INLINE_P.  This macro takes one argument,
2449    the DECL describing the function.  The function should NULL if the function
2450    *can* be inlined.  Otherwise it should return a pointer to a string containing
2451    a message describing why the function could not be inlined.  The message will
2452    displayed if the '-Winline' command line switch has been given.  If the message
2453    contains a '%s' sequence, this will be replaced by the name of the function.  */
2454 /* #define TARGET_CANNOT_INLINE_P(FN_DECL) xstormy16_cannot_inline_p (FN_DECL) */
2455 \f
2456 /* Implementing the Varargs Macros.  */
2457
2458 /* If defined, is a C expression that produces the machine-specific code for a
2459    call to `__builtin_saveregs'.  This code will be moved to the very beginning
2460    of the function, before any parameter access are made.  The return value of
2461    this function should be an RTX that contains the value to use as the return
2462    of `__builtin_saveregs'.
2463
2464    If this macro is not defined, the compiler will output an ordinary call to
2465    the library function `__builtin_saveregs'.  */
2466 /* #define EXPAND_BUILTIN_SAVEREGS() */
2467
2468 /* This macro offers an alternative to using `__builtin_saveregs' and defining
2469    the macro `EXPAND_BUILTIN_SAVEREGS'.  Use it to store the anonymous register
2470    arguments into the stack so that all the arguments appear to have been
2471    passed consecutively on the stack.  Once this is done, you can use the
2472    standard implementation of varargs that works for machines that pass all
2473    their arguments on the stack.
2474
2475    The argument ARGS_SO_FAR is the `CUMULATIVE_ARGS' data structure, containing
2476    the values that obtain after processing of the named arguments.  The
2477    arguments MODE and TYPE describe the last named argument--its machine mode
2478    and its data type as a tree node.
2479
2480    The macro implementation should do two things: first, push onto the stack
2481    all the argument registers *not* used for the named arguments, and second,
2482    store the size of the data thus pushed into the `int'-valued variable whose
2483    name is supplied as the argument PRETEND_ARGS_SIZE.  The value that you
2484    store here will serve as additional offset for setting up the stack frame.
2485
2486    Because you must generate code to push the anonymous arguments at compile
2487    time without knowing their data types, `SETUP_INCOMING_VARARGS' is only
2488    useful on machines that have just a single category of argument register and
2489    use it uniformly for all data types.
2490
2491    If the argument SECOND_TIME is nonzero, it means that the arguments of the
2492    function are being analyzed for the second time.  This happens for an inline
2493    function, which is not actually compiled until the end of the source file.
2494    The macro `SETUP_INCOMING_VARARGS' should not generate any instructions in
2495    this case.  */
2496 #define SETUP_INCOMING_VARARGS(ARGS_SO_FAR, MODE, TYPE, PRETEND_ARGS_SIZE, SECOND_TIME) \
2497   if (! SECOND_TIME) \
2498     xstormy16_setup_incoming_varargs (ARGS_SO_FAR, MODE, TYPE, & PRETEND_ARGS_SIZE)
2499
2500 /* Define this macro if the location where a function argument is passed
2501    depends on whether or not it is a named argument.
2502
2503    This macro controls how the NAMED argument to `FUNCTION_ARG' is set for
2504    varargs and stdarg functions.  With this macro defined, the NAMED argument
2505    is always true for named arguments, and false for unnamed arguments.  If
2506    this is not defined, but `SETUP_INCOMING_VARARGS' is defined, then all
2507    arguments are treated as named.  Otherwise, all named arguments except the
2508    last are treated as named.  */
2509 /* #define STRICT_ARGUMENT_NAMING  1 */
2510
2511 /* Build up the stdarg/varargs va_list type tree, assinging it to NODE.  If not
2512    defined, it is assumed that va_list is a void * pointer.  */
2513 #define BUILD_VA_LIST_TYPE(NODE) \
2514   ((NODE) = xstormy16_build_va_list ())
2515
2516 /* Implement the stdarg/varargs va_start macro.  STDARG_P is non-zero if this
2517    is stdarg.h instead of varargs.h.  VALIST is the tree of the va_list
2518    variable to initialize.  NEXTARG is the machine independent notion of the
2519    'next' argument after the variable arguments.  If not defined, a standard
2520    implementation will be defined that works for arguments passed on the stack.  */
2521 #define EXPAND_BUILTIN_VA_START(STDARG_P, VALIST, NEXTARG) \
2522   xstormy16_expand_builtin_va_start (STDARG_P, VALIST, NEXTARG)
2523
2524 /* Implement the stdarg/varargs va_arg macro.  VALIST is the variable of type
2525    va_list as a tree, TYPE is the type passed to va_arg.  */
2526 #define EXPAND_BUILTIN_VA_ARG(VALIST, TYPE) \
2527   xstormy16_expand_builtin_va_arg (VALIST, TYPE)
2528
2529 /* Implement the stdarg/varargs va_end macro.  VALIST is the variable of type
2530    va_list as a tree.  */
2531 /* #define EXPAND_BUILTIN_VA_END(VALIST) */
2532
2533 \f
2534 /* Trampolines for Nested Functions.  */
2535
2536 /* A C statement to output, on the stream FILE, assembler code for a block of
2537    data that contains the constant parts of a trampoline.  This code should not
2538    include a label--the label is taken care of automatically.  */
2539 /* #define TRAMPOLINE_TEMPLATE(FILE) */
2540
2541 /* The name of a subroutine to switch to the section in which the trampoline
2542    template is to be placed.  The default is a value of `readonly_data_section',
2543    which places the trampoline in the section containing read-only data.  */
2544 /* #define TRAMPOLINE_SECTION */
2545
2546 /* A C expression for the size in bytes of the trampoline, as an integer.  */
2547 #define TRAMPOLINE_SIZE 8
2548
2549 /* Alignment required for trampolines, in bits.
2550
2551    If you don't define this macro, the value of `BIGGEST_ALIGNMENT' is used for
2552    aligning trampolines.  */
2553 #define TRAMPOLINE_ALIGNMENT 16
2554
2555 /* A C statement to initialize the variable parts of a trampoline.  ADDR is an
2556    RTX for the address of the trampoline; FNADDR is an RTX for the address of
2557    the nested function; STATIC_CHAIN is an RTX for the static chain value that
2558    should be passed to the function when it is called.  */
2559 #define INITIALIZE_TRAMPOLINE(ADDR, FNADDR, STATIC_CHAIN) \
2560   xstormy16_initialize_trampoline (ADDR, FNADDR, STATIC_CHAIN)
2561
2562 /* A C expression to allocate run-time space for a trampoline.  The expression
2563    value should be an RTX representing a memory reference to the space for the
2564    trampoline.
2565
2566    If this macro is not defined, by default the trampoline is allocated as a
2567    stack slot.  This default is right for most machines.  The exceptions are
2568    machines where it is impossible to execute instructions in the stack area.
2569    On such machines, you may have to implement a separate stack, using this
2570    macro in conjunction with `TARGET_ASM_FUNCTION_PROLOGUE' and
2571    `TARGET_ASM_FUNCTION_EPILOGUE'.
2572
2573    FP points to a data structure, a `struct function', which describes the
2574    compilation status of the immediate containing function of the function
2575    which the trampoline is for.  Normally (when `ALLOCATE_TRAMPOLINE' is not
2576    defined), the stack slot for the trampoline is in the stack frame of this
2577    containing function.  Other allocation strategies probably must do something
2578    analogous with this information.  */
2579 /* #define ALLOCATE_TRAMPOLINE(FP) */
2580
2581 /* Implementing trampolines is difficult on many machines because they have
2582    separate instruction and data caches.  Writing into a stack location fails
2583    to clear the memory in the instruction cache, so when the program jumps to
2584    that location, it executes the old contents.
2585
2586    Here are two possible solutions.  One is to clear the relevant parts of the
2587    instruction cache whenever a trampoline is set up.  The other is to make all
2588    trampolines identical, by having them jump to a standard subroutine.  The
2589    former technique makes trampoline execution faster; the latter makes
2590    initialization faster.
2591
2592    To clear the instruction cache when a trampoline is initialized, define the
2593    following macros which describe the shape of the cache.  */
2594
2595 /* The total size in bytes of the cache.  */
2596 /* #define INSN_CACHE_SIZE */
2597
2598 /* The length in bytes of each cache line.  The cache is divided into cache
2599    lines which are disjoint slots, each holding a contiguous chunk of data
2600    fetched from memory.  Each time data is brought into the cache, an entire
2601    line is read at once.  The data loaded into a cache line is always aligned
2602    on a boundary equal to the line size.  */
2603 /* #define INSN_CACHE_LINE_WIDTH */
2604
2605 /* The number of alternative cache lines that can hold any particular memory
2606    location.  */
2607 /* #define INSN_CACHE_DEPTH */
2608
2609 /* Alternatively, if the machine has system calls or instructions to clear the
2610    instruction cache directly, you can define the following macro.  */
2611
2612 /* If defined, expands to a C expression clearing the *instruction cache* in
2613    the specified interval.  If it is not defined, and the macro INSN_CACHE_SIZE
2614    is defined, some generic code is generated to clear the cache.  The
2615    definition of this macro would typically be a series of `asm' statements.
2616    Both BEG and END are both pointer expressions.  */
2617 /* #define CLEAR_INSN_CACHE (BEG, END) */
2618
2619 /* To use a standard subroutine, define the following macro.  In addition, you
2620    must make sure that the instructions in a trampoline fill an entire cache
2621    line with identical instructions, or else ensure that the beginning of the
2622    trampoline code is always aligned at the same point in its cache line.  Look
2623    in `m68k.h' as a guide.  */
2624
2625 /* Define this macro if trampolines need a special subroutine to do their work.
2626    The macro should expand to a series of `asm' statements which will be
2627    compiled with GNU CC.  They go in a library function named
2628    `__transfer_from_trampoline'.
2629
2630    If you need to avoid executing the ordinary prologue code of a compiled C
2631    function when you jump to the subroutine, you can do so by placing a special
2632    label of your own in the assembler code.  Use one `asm' statement to
2633    generate an assembler label, and another to make the label global.  Then
2634    trampolines can use that label to jump directly to your special assembler
2635    code.  */
2636 /* #define TRANSFER_FROM_TRAMPOLINE */
2637
2638 \f
2639 /* Implicit Calls to Library Routines */
2640
2641 /* A C string constant giving the name of the function to call for
2642    multiplication of one signed full-word by another.  If you do not define
2643    this macro, the default name is used, which is `__mulsi3', a function
2644    defined in `libgcc.a'.  */
2645 /* #define MULSI3_LIBCALL */
2646
2647 /* A C string constant giving the name of the function to call for division of
2648    one signed full-word by another.  If you do not define this macro, the
2649    default name is used, which is `__divsi3', a function defined in `libgcc.a'.  */
2650 /* #define DIVSI3_LIBCALL */
2651
2652 /* A C string constant giving the name of the function to call for division of
2653    one unsigned full-word by another.  If you do not define this macro, the
2654    default name is used, which is `__udivsi3', a function defined in
2655    `libgcc.a'.  */
2656 /* #define UDIVSI3_LIBCALL */
2657
2658 /* A C string constant giving the name of the function to call for the
2659    remainder in division of one signed full-word by another.  If you do not
2660    define this macro, the default name is used, which is `__modsi3', a function
2661    defined in `libgcc.a'.  */
2662 /* #define MODSI3_LIBCALL */
2663
2664 /* A C string constant giving the name of the function to call for the
2665    remainder in division of one unsigned full-word by another.  If you do not
2666    define this macro, the default name is used, which is `__umodsi3', a
2667    function defined in `libgcc.a'.  */
2668 /* #define UMODSI3_LIBCALL */
2669
2670 /* A C string constant giving the name of the function to call for
2671    multiplication of one signed double-word by another.  If you do not define
2672    this macro, the default name is used, which is `__muldi3', a function
2673    defined in `libgcc.a'.  */
2674 /* #define MULDI3_LIBCALL */
2675
2676 /* A C string constant giving the name of the function to call for division of
2677    one signed double-word by another.  If you do not define this macro, the
2678    default name is used, which is `__divdi3', a function defined in `libgcc.a'.  */
2679 /* #define DIVDI3_LIBCALL */
2680
2681 /* A C string constant giving the name of the function to call for division of
2682    one unsigned full-word by another.  If you do not define this macro, the
2683    default name is used, which is `__udivdi3', a function defined in
2684    `libgcc.a'.  */
2685 /* #define UDIVDI3_LIBCALL */
2686
2687 /* A C string constant giving the name of the function to call for the
2688    remainder in division of one signed double-word by another.  If you do not
2689    define this macro, the default name is used, which is `__moddi3', a function
2690    defined in `libgcc.a'.  */
2691 /* #define MODDI3_LIBCALL */
2692
2693 /* A C string constant giving the name of the function to call for the
2694    remainder in division of one unsigned full-word by another.  If you do not
2695    define this macro, the default name is used, which is `__umoddi3', a
2696    function defined in `libgcc.a'.  */
2697 /* #define UMODDI3_LIBCALL */
2698
2699 /* Define this macro as a C statement that declares additional library routines
2700    renames existing ones. `init_optabs' calls this macro after initializing all
2701    the normal library routines.  */
2702 /* #define INIT_TARGET_OPTABS */
2703
2704 /* The value of `EDOM' on the target machine, as a C integer constant
2705    expression.  If you don't define this macro, GNU CC does not attempt to
2706    deposit the value of `EDOM' into `errno' directly.  Look in
2707    `/usr/include/errno.h' to find the value of `EDOM' on your system.
2708
2709    If you do not define `TARGET_EDOM', then compiled code reports domain errors
2710    by calling the library function and letting it report the error.  If
2711    mathematical functions on your system use `matherr' when there is an error,
2712    then you should leave `TARGET_EDOM' undefined so that `matherr' is used
2713    normally.  */
2714 /* #define TARGET_EDOM */
2715
2716 /* Define this macro as a C expression to create an rtl expression that refers
2717    to the global "variable" `errno'.  (On certain systems, `errno' may not
2718    actually be a variable.)  If you don't define this macro, a reasonable
2719    default is used.  */
2720 /* #define GEN_ERRNO_RTX */
2721
2722 /* Define this macro if GNU CC should generate calls to the System V (and ANSI
2723    C) library functions `memcpy' and `memset' rather than the BSD functions
2724    `bcopy' and `bzero'.
2725
2726    Defined in svr4.h.  */
2727 #define TARGET_MEM_FUNCTIONS
2728
2729 /* Define this macro if only `float' arguments cannot be passed to library
2730    routines (so they must be converted to `double').  This macro affects both
2731    how library calls are generated and how the library routines in `libgcc1.c'
2732    accept their arguments.  It is useful on machines where floating and fixed
2733    point arguments are passed differently, such as the i860.  */
2734 /* #define LIBGCC_NEEDS_DOUBLE */
2735
2736 /* Define this macro to override the type used by the library routines to pick
2737    up arguments of type `float'.  (By default, they use a union of `float' and
2738    `int'.)
2739
2740    The obvious choice would be `float'--but that won't work with traditional C
2741    compilers that expect all arguments declared as `float' to arrive as
2742    `double'.  To avoid this conversion, the library routines ask for the value
2743    as some other type and then treat it as a `float'.
2744
2745    On some systems, no other type will work for this.  For these systems, you
2746    must use `LIBGCC_NEEDS_DOUBLE' instead, to force conversion of the values
2747    `double' before they are passed.  */
2748 /* #define FLOAT_ARG_TYPE */
2749
2750 /* Define this macro to override the way library routines redesignate a `float'
2751    argument as a `float' instead of the type it was passed as.  The default is
2752    an expression which takes the `float' field of the union.  */
2753 /* #define FLOATIFY(PASSED_VALUE) */
2754
2755 /* Define this macro to override the type used by the library routines to
2756    return values that ought to have type `float'.  (By default, they use
2757    `int'.)
2758
2759    The obvious choice would be `float'--but that won't work with traditional C
2760    compilers gratuitously convert values declared as `float' into `double'.  */
2761 /* #define FLOAT_VALUE_TYPE */
2762
2763 /* Define this macro to override the way the value of a `float'-returning
2764    library routine should be packaged in order to return it.  These functions
2765    are actually declared to return type `FLOAT_VALUE_TYPE' (normally `int').
2766
2767    These values can't be returned as type `float' because traditional C
2768    compilers would gratuitously convert the value to a `double'.
2769
2770    A local variable named `intify' is always available when the macro `INTIFY'
2771    is used.  It is a union of a `float' field named `f' and a field named `i'
2772    whose type is `FLOAT_VALUE_TYPE' or `int'.
2773
2774    If you don't define this macro, the default definition works by copying the
2775    value through that union.  */
2776 /* #define INTIFY(FLOAT_VALUE) */
2777
2778 /* Define this macro as the name of the data type corresponding to `SImode' in
2779    the system's own C compiler.
2780
2781    You need not define this macro if that type is `long int', as it usually is.  */
2782 /* #define nongcc_SI_type */
2783
2784 /* Define this macro as the name of the data type corresponding to the
2785    word_mode in the system's own C compiler.
2786
2787    You need not define this macro if that type is `long int', as it usually is.  */
2788 /* #define nongcc_word_type */
2789
2790 /* Define these macros to supply explicit C statements to carry out various
2791    arithmetic operations on types `float' and `double' in the library routines
2792    in `libgcc1.c'.  See that file for a full list of these macros and their
2793    arguments.
2794
2795    On most machines, you don't need to define any of these macros, because the
2796    C compiler that comes with the system takes care of doing them.  */
2797 /* #define perform_...  */
2798
2799 /* Define this macro to generate code for Objective C message sending using the
2800    calling convention of the NeXT system.  This calling convention involves
2801    passing the object, the selector and the method arguments all at once to the
2802    method-lookup library function.
2803
2804    The default calling convention passes just the object and the selector to
2805    the lookup function, which returns a pointer to the method.  */
2806 /* #define NEXT_OBJC_RUNTIME */
2807
2808 \f
2809 /* Addressing Modes */
2810
2811 /* Define this macro if the machine supports post-increment addressing.  */
2812 #define HAVE_POST_INCREMENT 1
2813
2814 /* Similar for other kinds of addressing.  */
2815 /* #define HAVE_PRE_INCREMENT 1 */
2816 /* #define HAVE_POST_DECREMENT 1 */
2817 #define HAVE_PRE_DECREMENT 1
2818
2819 /* A C expression that is 1 if the RTX X is a constant which is a valid
2820    address.  On most machines, this can be defined as `CONSTANT_P (X)', but a
2821    few machines are more restrictive in which constant addresses are supported.
2822
2823    `CONSTANT_P' accepts integer-values expressions whose values are not
2824    explicitly known, such as `symbol_ref', `label_ref', and `high' expressions
2825    and `const' arithmetic expressions, in addition to `const_int' and
2826    `const_double' expressions.  */
2827 #define CONSTANT_ADDRESS_P(X) CONSTANT_P (X)
2828
2829 /* A number, the maximum number of registers that can appear in a valid memory
2830    address.  Note that it is up to you to specify a value equal to the maximum
2831    number that `GO_IF_LEGITIMATE_ADDRESS' would ever accept.  */
2832 #define MAX_REGS_PER_ADDRESS 1
2833
2834 /* A C compound statement with a conditional `goto LABEL;' executed if X (an
2835    RTX) is a legitimate memory address on the target machine for a memory
2836    operand of mode MODE.
2837
2838    It usually pays to define several simpler macros to serve as subroutines for
2839    this one.  Otherwise it may be too complicated to understand.
2840
2841    This macro must exist in two variants: a strict variant and a non-strict
2842    one.  The strict variant is used in the reload pass.  It must be defined so
2843    that any pseudo-register that has not been allocated a hard register is
2844    considered a memory reference.  In contexts where some kind of register is
2845    required, a pseudo-register with no hard register must be rejected.
2846
2847    The non-strict variant is used in other passes.  It must be defined to
2848    accept all pseudo-registers in every context where some kind of register is
2849    required.
2850
2851    Compiler source files that want to use the strict variant of this macro
2852    define the macro `REG_OK_STRICT'.  You should use an `#ifdef REG_OK_STRICT'
2853    conditional to define the strict variant in that case and the non-strict
2854    variant otherwise.
2855
2856    Subroutines to check for acceptable registers for various purposes (one for
2857    base registers, one for index registers, and so on) are typically among the
2858    subroutines used to define `GO_IF_LEGITIMATE_ADDRESS'.  Then only these
2859    subroutine macros need have two variants; the higher levels of macros may be
2860    the same whether strict or not.
2861
2862    Normally, constant addresses which are the sum of a `symbol_ref' and an
2863    integer are stored inside a `const' RTX to mark them as constant.
2864    Therefore, there is no need to recognize such sums specifically as
2865    legitimate addresses.  Normally you would simply recognize any `const' as
2866    legitimate.
2867
2868    Usually `PRINT_OPERAND_ADDRESS' is not prepared to handle constant sums that
2869    are not marked with `const'.  It assumes that a naked `plus' indicates
2870    indexing.  If so, then you *must* reject such naked constant sums as
2871    illegitimate addresses, so that none of them will be given to
2872    `PRINT_OPERAND_ADDRESS'.
2873
2874    On some machines, whether a symbolic address is legitimate depends on the
2875    section that the address refers to.  On these machines, define the macro
2876    `ENCODE_SECTION_INFO' to store the information into the `symbol_ref', and
2877    then check for it here.  When you see a `const', you will have to look
2878    inside it to find the `symbol_ref' in order to determine the section.
2879
2880    The best way to modify the name string is by adding text to the beginning,
2881    with suitable punctuation to prevent any ambiguity.  Allocate the new name
2882    in `saveable_obstack'.  You will have to modify `ASM_OUTPUT_LABELREF' to
2883    remove and decode the added text and output the name accordingly, and define
2884    `STRIP_NAME_ENCODING' to access the original name string.
2885
2886    You can check the information stored here into the `symbol_ref' in the
2887    definitions of the macros `GO_IF_LEGITIMATE_ADDRESS' and
2888    `PRINT_OPERAND_ADDRESS'.  */
2889 #ifdef REG_OK_STRICT
2890 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL)        \
2891 do {                                                    \
2892   if (xstormy16_legitimate_address_p (MODE, X, 1))      \
2893     goto LABEL;                                         \
2894 } while (0)
2895 #else
2896 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, LABEL)        \
2897 do {                                                    \
2898   if (xstormy16_legitimate_address_p (MODE, X, 0))      \
2899     goto LABEL;                                         \
2900 } while (0)
2901 #endif
2902 /* A C expression that is nonzero if X (assumed to be a `reg' RTX) is valid for
2903    use as a base register.  For hard registers, it should always accept those
2904    which the hardware permits and reject the others.  Whether the macro accepts
2905    or rejects pseudo registers must be controlled by `REG_OK_STRICT' as
2906    described above.  This usually requires two variant definitions, of which
2907    `REG_OK_STRICT' controls the one actually used.  */
2908 #ifdef REG_OK_STRICT
2909 #define REG_OK_FOR_BASE_P(X)                                               \
2910   (REGNO_OK_FOR_BASE_P (REGNO (X)) && (REGNO (X) < FIRST_PSEUDO_REGISTER))
2911 #else
2912 #define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
2913 #endif
2914
2915 /* A C expression that is nonzero if X (assumed to be a `reg' RTX) is valid for
2916    use as an index register.
2917
2918    The difference between an index register and a base register is that the
2919    index register may be scaled.  If an address involves the sum of two
2920    registers, neither one of them scaled, then either one may be labeled the
2921    "base" and the other the "index"; but whichever labeling is used must fit
2922    the machine's constraints of which registers may serve in each capacity.
2923    The compiler will try both labelings, looking for one that is valid, and
2924    will reload one or both registers only if neither labeling works.  */
2925 #define REG_OK_FOR_INDEX_P(X) REG_OK_FOR_BASE_P (X)
2926
2927 /* A C compound statement that attempts to replace X with a valid memory
2928    address for an operand of mode MODE.  WIN will be a C statement label
2929    elsewhere in the code; the macro definition may use
2930
2931         GO_IF_LEGITIMATE_ADDRESS (MODE, X, WIN);
2932
2933    to avoid further processing if the address has become legitimate.
2934
2935    X will always be the result of a call to `break_out_memory_refs', and OLDX
2936    will be the operand that was given to that function to produce X.
2937
2938    The code generated by this macro should not alter the substructure of X.  If
2939    it transforms X into a more legitimate form, it should assign X (which will
2940    always be a C variable) a new value.
2941
2942    It is not necessary for this macro to come up with a legitimate address.
2943    The compiler has standard ways of doing so in all cases.  In fact, it is
2944    safe for this macro to do nothing.  But often a machine-dependent strategy
2945    can generate better code.  */
2946 #define LEGITIMIZE_ADDRESS(X, OLDX, MODE, WIN)
2947
2948 /* A C statement or compound statement with a conditional `goto LABEL;'
2949    executed if memory address X (an RTX) can have different meanings depending
2950    on the machine mode of the memory reference it is used for or if the address
2951    is valid for some modes but not others.
2952
2953    Autoincrement and autodecrement addresses typically have mode-dependent
2954    effects because the amount of the increment or decrement is the size of the
2955    operand being addressed.  Some machines have other mode-dependent addresses.
2956    Many RISC machines have no mode-dependent addresses.
2957
2958    You may assume that ADDR is a valid address for the machine.  
2959    
2960    On this chip, this is true if the address is valid with an offset
2961    of 0 but not of 6, because in that case it cannot be used as an
2962    address for DImode or DFmode, or if the address is a post-increment
2963    or pre-decrement address.
2964 */
2965 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL)                        \
2966   if (xstormy16_mode_dependent_address_p (ADDR))                                \
2967     goto LABEL
2968
2969 /* A C expression that is nonzero if X is a legitimate constant for an
2970    immediate operand on the target machine.  You can assume that X satisfies
2971    `CONSTANT_P', so you need not check this.  In fact, `1' is a suitable
2972    definition for this macro on machines where anything `CONSTANT_P' is valid.  */
2973 #define LEGITIMATE_CONSTANT_P(X) 1
2974
2975 \f
2976 /* Condition Code Status */
2977
2978 /* C code for a data type which is used for declaring the `mdep' component of
2979    `cc_status'.  It defaults to `int'.
2980
2981    This macro is not used on machines that do not use `cc0'.  */
2982 /* #define CC_STATUS_MDEP */
2983
2984 /* A C expression to initialize the `mdep' field to "empty".  The default
2985    definition does nothing, since most machines don't use the field anyway.  If
2986    you want to use the field, you should probably define this macro to
2987    initialize it.
2988
2989    This macro is not used on machines that do not use `cc0'.  */
2990 /* #define CC_STATUS_MDEP_INIT */
2991
2992 /* A C compound statement to set the components of `cc_status' appropriately
2993    for an insn INSN whose body is EXP.  It is this macro's responsibility to
2994    recognize insns that set the condition code as a byproduct of other activity
2995    as well as those that explicitly set `(cc0)'.
2996
2997    This macro is not used on machines that do not use `cc0'.
2998
2999    If there are insns that do not set the condition code but do alter other
3000    machine registers, this macro must check to see whether they invalidate the
3001    expressions that the condition code is recorded as reflecting.  For example,
3002    on the 68000, insns that store in address registers do not set the condition
3003    code, which means that usually `NOTICE_UPDATE_CC' can leave `cc_status'
3004    unaltered for such insns.  But suppose that the previous insn set the
3005    condition code based on location `a4@(102)' and the current insn stores a
3006    new value in `a4'.  Although the condition code is not changed by this, it
3007    will no longer be true that it reflects the contents of `a4@(102)'.
3008    Therefore, `NOTICE_UPDATE_CC' must alter `cc_status' in this case to say
3009    that nothing is known about the condition code value.
3010
3011    The definition of `NOTICE_UPDATE_CC' must be prepared to deal with the
3012    results of peephole optimization: insns whose patterns are `parallel' RTXs
3013    containing various `reg', `mem' or constants which are just the operands.
3014    The RTL structure of these insns is not sufficient to indicate what the
3015    insns actually do.  What `NOTICE_UPDATE_CC' should do when it sees one is
3016    just to run `CC_STATUS_INIT'.
3017
3018    A possible definition of `NOTICE_UPDATE_CC' is to call a function that looks
3019    at an attribute named, for example, `cc'.  This avoids having detailed
3020    information about patterns in two places, the `md' file and in
3021    `NOTICE_UPDATE_CC'.  */
3022 /* #define NOTICE_UPDATE_CC(EXP, INSN) */
3023
3024 /* A list of names to be used for additional modes for condition code values in
3025    registers.  These names are added to `enum machine_mode' and all have class
3026    `MODE_CC'.  By convention, they should start with `CC' and end with `mode'.
3027
3028    You should only define this macro if your machine does not use `cc0' and
3029    only if additional modes are required.  */
3030 /* #define EXTRA_CC_MODES */
3031
3032 /* Returns a mode from class `MODE_CC' to be used when comparison operation
3033    code OP is applied to rtx X and Y.  For example, on the Sparc,
3034    `SELECT_CC_MODE' is defined as (see *note Jump Patterns::.  for a
3035    description of the reason for this definition)
3036
3037         #define SELECT_CC_MODE(OP,X,Y) \
3038           (GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT          \
3039            ? ((OP == EQ || OP == NE) ? CCFPmode : CCFPEmode)    \
3040            : ((GET_CODE (X) == PLUS || GET_CODE (X) == MINUS    \
3041                || GET_CODE (X) == NEG) \
3042               ? CC_NOOVmode : CCmode))
3043
3044    You need not define this macro if `EXTRA_CC_MODES' is not defined.  */
3045 /* #define SELECT_CC_MODE(OP, X, Y) */
3046
3047 /* One some machines not all possible comparisons are defined, but you can
3048    convert an invalid comparison into a valid one.  For example, the Alpha does
3049    not have a `GT' comparison, but you can use an `LT' comparison instead and
3050    swap the order of the operands.
3051
3052    On such machines, define this macro to be a C statement to do any required
3053    conversions.  CODE is the initial comparison code and OP0 and OP1 are the
3054    left and right operands of the comparison, respectively.  You should modify
3055    CODE, OP0, and OP1 as required.
3056
3057    GNU CC will not assume that the comparison resulting from this macro is
3058    valid but will see if the resulting insn matches a pattern in the `md' file.
3059
3060    You need not define this macro if it would never change the comparison code
3061    or operands.  */
3062 /* #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) */
3063
3064 /* A C expression whose value is one if it is always safe to reverse a
3065    comparison whose mode is MODE.  If `SELECT_CC_MODE' can ever return MODE for
3066    a floating-point inequality comparison, then `REVERSIBLE_CC_MODE (MODE)'
3067    must be zero.
3068
3069    You need not define this macro if it would always returns zero or if the
3070    floating-point format is anything other than `IEEE_FLOAT_FORMAT'.  For
3071    example, here is the definition used on the Sparc, where floating-point
3072    inequality comparisons are always given `CCFPEmode':
3073
3074         #define REVERSIBLE_CC_MODE(MODE)  ((MODE) != CCFPEmode)  */
3075 /* #define REVERSIBLE_CC_MODE(MODE) */
3076
3077 \f
3078 /* Describing Relative Costs of Operations */
3079
3080 /* A part of a C `switch' statement that describes the relative costs of
3081    constant RTL expressions.  It must contain `case' labels for expression
3082    codes `const_int', `const', `symbol_ref', `label_ref' and `const_double'.
3083    Each case must ultimately reach a `return' statement to return the relative
3084    cost of the use of that kind of constant value in an expression.  The cost
3085    may depend on the precise value of the constant, which is available for
3086    examination in X, and the rtx code of the expression in which it is
3087    contained, found in OUTER_CODE.
3088
3089    CODE is the expression code--redundant, since it can be obtained with
3090    `GET_CODE (X)'.  */
3091 #define CONST_COSTS(X, CODE, OUTER_CODE)        \
3092   case CONST_INT:                               \
3093     if (INTVAL (X) < 16 && INTVAL (X) >= 0)     \
3094       return COSTS_N_INSNS (1)/2;               \
3095     if (INTVAL (X) < 256 && INTVAL (X) >= 0)    \
3096       return COSTS_N_INSNS (1);                 \
3097   case CONST_DOUBLE:                            \
3098   case CONST:                                   \
3099   case SYMBOL_REF:                              \
3100   case LABEL_REF:                               \
3101      return COSTS_N_INSNS(2);
3102
3103 /* Like `CONST_COSTS' but applies to nonconstant RTL expressions.  This can be
3104    used, for example, to indicate how costly a multiply instruction is.  In
3105    writing this macro, you can use the construct `COSTS_N_INSNS (N)' to specify
3106    a cost equal to N fast instructions.  OUTER_CODE is the code of the
3107    expression in which X is contained.
3108
3109    This macro is optional; do not define it if the default cost assumptions are
3110    adequate for the target machine.  */
3111 #define RTX_COSTS(X, CODE, OUTER_CODE)          \
3112   case MULT:                                    \
3113     return COSTS_N_INSNS (35 + 6);              \
3114   case DIV:                                     \
3115     return COSTS_N_INSNS (51 - 6);
3116
3117 /* An expression giving the cost of an addressing mode that contains ADDRESS.
3118    If not defined, the cost is computed from the ADDRESS expression and the
3119    `CONST_COSTS' values.
3120
3121    For most CISC machines, the default cost is a good approximation of the true
3122    cost of the addressing mode.  However, on RISC machines, all instructions
3123    normally have the same length and execution time.  Hence all addresses will
3124    have equal costs.
3125
3126    In cases where more than one form of an address is known, the form with the
3127    lowest cost will be used.  If multiple forms have the same, lowest, cost,
3128    the one that is the most complex will be used.
3129
3130    For example, suppose an address that is equal to the sum of a register and a
3131    constant is used twice in the same basic block.  When this macro is not
3132    defined, the address will be computed in a register and memory references
3133    will be indirect through that register.  On machines where the cost of the
3134    addressing mode containing the sum is no higher than that of a simple
3135    indirect reference, this will produce an additional instruction and possibly
3136    require an additional register.  Proper specification of this macro
3137    eliminates this overhead for such machines.
3138
3139    Similar use of this macro is made in strength reduction of loops.
3140
3141    ADDRESS need not be valid as an address.  In such a case, the cost is not
3142    relevant and can be any value; invalid addresses need not be assigned a
3143    different cost.
3144
3145    On machines where an address involving more than one register is as cheap as
3146    an address computation involving only one register, defining `ADDRESS_COST'
3147    to reflect this can cause two registers to be live over a region of code
3148    where only one would have been if `ADDRESS_COST' were not defined in that
3149    manner.  This effect should be considered in the definition of this macro.
3150    Equivalent costs should probably only be given to addresses with different
3151    numbers of registers on machines with lots of registers.
3152
3153    This macro will normally either not be defined or be defined as a
3154    constant.  */
3155 #define ADDRESS_COST(ADDRESS)                   \
3156   (GET_CODE (ADDRESS) == CONST_INT ? 2          \
3157    : GET_CODE (ADDRESS) == PLUS ? 7             \
3158    : 5)
3159
3160 /* A C expression for the cost of moving data of mode MODE from a
3161    register in class FROM to one in class TO.  The classes are
3162    expressed using the enumeration values such as `GENERAL_REGS'.  A
3163    value of 4 is the default; other values are interpreted relative to
3164    that.
3165
3166    It is not required that the cost always equal 2 when FROM is the same as TO;
3167    on some machines it is expensive to move between registers if they are not
3168    general registers.
3169
3170    If reload sees an insn consisting of a single `set' between two hard
3171    registers, and if `REGISTER_MOVE_COST' applied to their classes returns a
3172    value of 2, reload does not check to ensure that the constraints of the insn
3173    are met.  Setting a cost of other than 2 will allow reload to verify that
3174    the constraints are met.  You should do this if the `movM' pattern's
3175    constraints do not allow such copying.  */
3176 #define REGISTER_MOVE_COST(MODE, FROM, TO) 2
3177
3178 /* A C expression for the cost of moving data of mode M between a register and
3179    memory.  A value of 2 is the default; this cost is relative to those in
3180    `REGISTER_MOVE_COST'.
3181
3182    If moving between registers and memory is more expensive than between two
3183    registers, you should define this macro to express the relative cost.  */
3184 #define MEMORY_MOVE_COST(M,C,I) (5 + memory_move_secondary_cost (M, C, I))
3185
3186 /* A C expression for the cost of a branch instruction.  A value of 1 is the
3187    default; other values are interpreted relative to that.  */
3188
3189 #define BRANCH_COST 5
3190
3191 /* Here are additional macros which do not specify precise relative costs, but
3192    only that certain actions are more expensive than GNU CC would ordinarily
3193    expect.  */
3194
3195 /* Define this macro as a C expression which is nonzero if accessing less than
3196    a word of memory (i.e. a `char' or a `short') is no faster than accessing a
3197    word of memory, i.e., if such access require more than one instruction or if
3198    there is no difference in cost between byte and (aligned) word loads.
3199
3200    When this macro is not defined, the compiler will access a field by finding
3201    the smallest containing object; when it is defined, a fullword load will be
3202    used if alignment permits.  Unless bytes accesses are faster than word
3203    accesses, using word accesses is preferable since it may eliminate
3204    subsequent memory access if subsequent accesses occur to other fields in the
3205    same word of the structure, but to different bytes.  */
3206 #define SLOW_BYTE_ACCESS 0
3207
3208 /* Define this macro if zero-extension (of a `char' or `short' to an `int') can
3209    be done faster if the destination is a register that is known to be zero.
3210
3211    If you define this macro, you must have instruction patterns that recognize
3212    RTL structures like this:
3213
3214         (set (strict_low_part (subreg:QI (reg:SI ...) 0)) ...)
3215
3216    and likewise for `HImode'.  */
3217 #define SLOW_ZERO_EXTEND 0
3218
3219 /* Define this macro to be the value 1 if unaligned accesses have a cost many
3220    times greater than aligned accesses, for example if they are emulated in a
3221    trap handler.
3222
3223    When this macro is non-zero, the compiler will act as if `STRICT_ALIGNMENT'
3224    were non-zero when generating code for block moves.  This can cause
3225    significantly more instructions to be produced.  Therefore, do not set this
3226    macro non-zero if unaligned accesses only add a cycle or two to the time for
3227    a memory access.
3228
3229    If the value of this macro is always zero, it need not be defined.  */
3230 /* #define SLOW_UNALIGNED_ACCESS */
3231
3232 /* Define this macro to inhibit strength reduction of memory addresses.  (On
3233    some machines, such strength reduction seems to do harm rather than good.)  */
3234 /* #define DONT_REDUCE_ADDR */
3235
3236 /* The number of scalar move insns which should be generated instead of a
3237    string move insn or a library call.  Increasing the value will always make
3238    code faster, but eventually incurs high cost in increased code size.
3239
3240    If you don't define this, a reasonable default is used.  */
3241 /* #define MOVE_RATIO */
3242
3243 /* Define this macro if it is as good or better to call a constant function
3244    address than to call an address kept in a register.  */
3245 #define NO_FUNCTION_CSE
3246
3247 /* Define this macro if it is as good or better for a function to call itself
3248    with an explicit address than to call an address kept in a register.  */
3249 #define NO_RECURSIVE_FUNCTION_CSE
3250
3251 /* A C statement (sans semicolon) to update the integer variable COST based on
3252    the relationship between INSN that is dependent on DEP_INSN through the
3253    dependence LINK.  The default is to make no adjustment to COST.  This can be
3254    used for example to specify to the scheduler that an output- or
3255    anti-dependence does not incur the same cost as a data-dependence.  */
3256 /* #define ADJUST_COST(INSN, LINK, DEP_INSN, COST) */
3257
3258 /* A C statement (sans semicolon) to update the integer scheduling
3259    priority `INSN_PRIORITY(INSN)'.  Reduce the priority to execute
3260    the INSN earlier, increase the priority to execute INSN later.
3261    Do not define this macro if you do not need to adjust the
3262    scheduling priorities of insns.  */
3263 /* #define ADJUST_PRIORITY (INSN) */
3264
3265 \f
3266 /* Dividing the output into sections.  */
3267
3268 /* A C expression whose value is a string containing the assembler operation
3269    that should precede instructions and read-only data.  Normally `".text"' is
3270    right.  */
3271 #define TEXT_SECTION_ASM_OP ".text"
3272
3273 /* A C expression whose value is a string containing the assembler operation to
3274    identify the following data as writable initialized data.  Normally
3275    `".data"' is right.  */
3276 #define DATA_SECTION_ASM_OP ".data"
3277
3278 /* if defined, a C expression whose value is a string containing the assembler
3279    operation to identify the following data as shared data.  If not defined,
3280    `DATA_SECTION_ASM_OP' will be used.  */
3281 /* #define SHARED_SECTION_ASM_OP */
3282
3283 /* If defined, a C expression whose value is a string containing the
3284    assembler operation to identify the following data as
3285    uninitialized global data.  If not defined, and neither
3286    `ASM_OUTPUT_BSS' nor `ASM_OUTPUT_ALIGNED_BSS' are defined,
3287    uninitialized global data will be output in the data section if
3288    `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be
3289    used.  */
3290 #define BSS_SECTION_ASM_OP ".bss"
3291
3292 /* If defined, a C expression whose value is a string containing the
3293    assembler operation to identify the following data as
3294    uninitialized global shared data.  If not defined, and
3295    `BSS_SECTION_ASM_OP' is, the latter will be used.  */
3296 /* #define SHARED_BSS_SECTION_ASM_OP */
3297
3298 /* Define the pseudo-ops used to switch to the .ctors and .dtors sections.
3299    There are no shared libraries on this target so these sections need
3300    not be writable.
3301
3302    Defined in elfos.h.  */
3303
3304 #undef CTORS_SECTION_ASM_OP
3305 #undef DTORS_SECTION_ASM_OP
3306 #define CTORS_SECTION_ASM_OP    "\t.section\t.ctors,\"a\""
3307 #define DTORS_SECTION_ASM_OP    "\t.section\t.dtors,\"a\""
3308
3309 /* A list of names for sections other than the standard two, which are
3310    `in_text' and `in_data'.  You need not define this macro on a system with no
3311    other sections (that GCC needs to use).
3312
3313    Defined in svr4.h.  */
3314 /* #define EXTRA_SECTIONS */
3315
3316 /* One or more functions to be defined in `varasm.c'.  These functions should
3317    do jobs analogous to those of `text_section' and `data_section', for your
3318    additional sections.  Do not define this macro if you do not define
3319    `EXTRA_SECTIONS'.
3320
3321    Defined in svr4.h.  */
3322 /* #define EXTRA_SECTION_FUNCTIONS */
3323
3324 /* On most machines, read-only variables, constants, and jump tables are placed
3325    in the text section.  If this is not the case on your machine, this macro
3326    should be defined to be the name of a function (either `data_section' or a
3327    function defined in `EXTRA_SECTIONS') that switches to the section to be
3328    used for read-only items.
3329
3330    If these items should be placed in the text section, this macro should not
3331    be defined.  */
3332 /* #define READONLY_DATA_SECTION */
3333
3334 /* A C statement or statements to switch to the appropriate section for output
3335    of EXP.  You can assume that EXP is either a `VAR_DECL' node or a constant
3336    of some sort.  RELOC indicates whether the initial value of EXP requires
3337    link-time relocations.  Select the section by calling `text_section' or one
3338    of the alternatives for other sections.
3339
3340    Do not define this macro if you put all read-only variables and constants in
3341    the read-only data section (usually the text section).
3342
3343    Defined in svr4.h.  */
3344 /* #define SELECT_SECTION(EXP, RELOC, ALIGN) */
3345
3346 /* A C statement or statements to switch to the appropriate section for output
3347    of RTX in mode MODE.  You can assume that RTX is some kind of constant in
3348    RTL.  The argument MODE is redundant except in the case of a `const_int'
3349    rtx.  Select the section by calling `text_section' or one of the
3350    alternatives for other sections.
3351
3352    Do not define this macro if you put all constants in the read-only data
3353    section.
3354
3355    Defined in svr4.h.  */
3356 /* #define SELECT_RTX_SECTION(MODE, RTX, ALIGN) */
3357
3358 /* Define this macro if jump tables (for `tablejump' insns) should be output in
3359    the text section, along with the assembler instructions.  Otherwise, the
3360    readonly data section is used.
3361
3362    This macro is irrelevant if there is no separate readonly data section.  */
3363 #define JUMP_TABLES_IN_TEXT_SECTION 1
3364
3365 /* Define this macro if references to a symbol must be treated differently
3366    depending on something about the variable or function named by the symbol
3367    (such as what section it is in).
3368
3369    The macro definition, if any, is executed immediately after the rtl for DECL
3370    has been created and stored in `DECL_RTL (DECL)'.  The value of the rtl will
3371    be a `mem' whose address is a `symbol_ref'.
3372
3373    The usual thing for this macro to do is to record a flag in the `symbol_ref'
3374    (such as `SYMBOL_REF_FLAG') or to store a modified name string in the
3375    `symbol_ref' (if one bit is not enough information).  */
3376 #define ENCODE_SECTION_INFO(DECL)  xstormy16_encode_section_info(DECL)
3377
3378 /* Decode SYM_NAME and store the real name part in VAR, sans the characters
3379    that encode section info.  Define this macro if `ENCODE_SECTION_INFO' alters
3380    the symbol's name string.  */
3381 /* #define STRIP_NAME_ENCODING(VAR, SYM_NAME) */
3382
3383 /* A C statement to build up a unique section name, expressed as a
3384    STRING_CST node, and assign it to `DECL_SECTION_NAME (DECL)'.
3385    RELOC indicates whether the initial value of EXP requires
3386    link-time relocations.  If you do not define this macro, GNU CC
3387    will use the symbol name prefixed by `.' as the section name.
3388
3389    Defined in svr4.h.  */
3390 /* #define UNIQUE_SECTION(DECL, RELOC) */
3391
3392 \f
3393 /* Position Independent Code.  */
3394
3395 /* The register number of the register used to address a table of static data
3396    addresses in memory.  In some cases this register is defined by a
3397    processor's "application binary interface" (ABI).  When this macro is
3398    defined, RTL is generated for this register once, as with the stack pointer
3399    and frame pointer registers.  If this macro is not defined, it is up to the
3400    machine-dependent files to allocate such a register (if necessary).  */
3401 /* #define PIC_OFFSET_TABLE_REGNUM */
3402
3403 /* Define this macro if the register defined by `PIC_OFFSET_TABLE_REGNUM' is
3404    clobbered by calls.  Do not define this macro if `PPIC_OFFSET_TABLE_REGNUM'
3405    is not defined.  */
3406 /* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */
3407
3408 /* By generating position-independent code, when two different programs (A and
3409    B) share a common library (libC.a), the text of the library can be shared
3410    whether or not the library is linked at the same address for both programs.
3411    In some of these environments, position-independent code requires not only
3412    the use of different addressing modes, but also special code to enable the
3413    use of these addressing modes.
3414
3415    The `FINALIZE_PIC' macro serves as a hook to emit these special codes once
3416    the function is being compiled into assembly code, but not before.  (It is
3417    not done before, because in the case of compiling an inline function, it
3418    would lead to multiple PIC prologues being included in functions which used
3419    inline functions and were compiled to assembly language.)  */
3420 /* #define FINALIZE_PIC */
3421
3422 /* A C expression that is nonzero if X is a legitimate immediate operand on the
3423    target machine when generating position independent code.  You can assume
3424    that X satisfies `CONSTANT_P', so you need not check this.  You can also
3425    assume FLAG_PIC is true, so you need not check it either.  You need not
3426    define this macro if all constants (including `SYMBOL_REF') can be immediate
3427    operands when generating position independent code.  */
3428 /* #define LEGITIMATE_PIC_OPERAND_P(X) */
3429
3430 \f
3431 /* The Overall Framework of an Assembler File.  */
3432
3433 /* A C expression which outputs to the stdio stream STREAM some appropriate
3434    text to go at the start of an assembler file.
3435
3436    Normally this macro is defined to output a line containing `#NO_APP', which
3437    is a comment that has no effect on most assemblers but tells the GNU
3438    assembler that it can save time by not checking for certain assembler
3439    constructs.
3440
3441    On systems that use SDB, it is necessary to output certain commands; see
3442    `attasm.h'.
3443
3444    Defined in svr4.h.  */
3445 /* #define ASM_FILE_START(STREAM) */
3446
3447 /* A C expression which outputs to the stdio stream STREAM some appropriate
3448    text to go at the end of an assembler file.
3449
3450    If this macro is not defined, the default is to output nothing special at
3451    the end of the file.  Most systems don't require any definition.
3452
3453    On systems that use SDB, it is necessary to output certain commands; see
3454    `attasm.h'.
3455
3456    Defined in svr4.h.  */
3457 /* #define ASM_FILE_END(STREAM) */
3458
3459 /* A C statement to output assembler commands which will identify the object
3460    file as having been compiled with GNU CC (or another GNU compiler).
3461
3462    If you don't define this macro, the string `gcc_compiled.:' is output.  This
3463    string is calculated to define a symbol which, on BSD systems, will never be
3464    defined for any other reason.  GDB checks for the presence of this symbol
3465    when reading the symbol table of an executable.
3466
3467    On non-BSD systems, you must arrange communication with GDB in some other
3468    fashion.  If GDB is not used on your system, you can define this macro with
3469    an empty body.
3470
3471    Defined in svr4.h.  */
3472 /* #define ASM_IDENTIFY_GCC(FILE) */
3473
3474 /* Like ASM_IDENTIFY_GCC, but used when dbx debugging is selected to emit
3475    a stab the debugger uses to identify gcc as the compiler that is emitted
3476    after the stabs for the filename, which makes it easier for GDB to parse.
3477
3478    Defined in svr4.h.  */
3479 /* #define ASM_IDENTIFY_GCC_AFTER_SOURCE(FILE) */
3480
3481 /* A C string constant describing how to begin a comment in the target
3482    assembler language.  The compiler assumes that the comment will end at the
3483    end of the line.  */
3484 #define ASM_COMMENT_START ";"
3485
3486 /* A C string constant for text to be output before each `asm' statement or
3487    group of consecutive ones.  Normally this is `"#APP"', which is a comment
3488    that has no effect on most assemblers but tells the GNU assembler that it
3489    must check the lines that follow for all valid assembler constructs.  */
3490 #define ASM_APP_ON "#APP\n"
3491
3492 /* A C string constant for text to be output after each `asm' statement or
3493    group of consecutive ones.  Normally this is `"#NO_APP"', which tells the
3494    GNU assembler to resume making the time-saving assumptions that are valid
3495    for ordinary compiler output.  */
3496 #define ASM_APP_OFF "#NO_APP\n"
3497
3498 /* A C statement to output COFF information or DWARF debugging information
3499    which indicates that filename NAME is the current source file to the stdio
3500    stream STREAM.
3501
3502    This macro need not be defined if the standard form of output for the file
3503    format in use is appropriate.  */
3504 /* #define ASM_OUTPUT_SOURCE_FILENAME(STREAM, NAME) */
3505
3506 /* A C statement to output DBX or SDB debugging information before code for
3507    line number LINE of the current source file to the stdio stream STREAM.
3508
3509    This macro need not be defined if the standard form of debugging information
3510    for the debugger in use is appropriate.
3511
3512    Defined in svr4.h.  */
3513 /* #define ASM_OUTPUT_SOURCE_LINE(STREAM, LINE) */
3514
3515 /* A C statement to output something to the assembler file to handle a `#ident'
3516    directive containing the text STRING.  If this macro is not defined, nothing
3517    is output for a `#ident' directive.
3518
3519    Defined in svr4.h.  */
3520 /* #define ASM_OUTPUT_IDENT(STREAM, STRING) */
3521
3522 /* A C statement to output something to the assembler file to switch to section
3523    NAME for object DECL which is either a `FUNCTION_DECL', a `VAR_DECL' or
3524    `NULL_TREE'.  Some target formats do not support arbitrary sections.  Do not
3525    define this macro in such cases.
3526
3527    At present this macro is only used to support section attributes.  When this
3528    macro is undefined, section attributes are disabled.
3529
3530    Defined in svr4.h.  */
3531 /* #define ASM_OUTPUT_SECTION_NAME(STREAM, DECL, NAME) */
3532
3533 /* A C statement to output any assembler statements which are required to
3534    precede any Objective C object definitions or message sending.  The
3535    statement is executed only when compiling an Objective C program.  */
3536 /* #define OBJC_PROLOGUE */
3537
3538 \f
3539 /* Output of Data.  */
3540
3541 /* A C statement to output to the stdio stream STREAM an assembler instruction
3542    to assemble a string constant containing the LEN bytes at PTR.  PTR will be
3543    a C expression of type `char *' and LEN a C expression of type `int'.
3544
3545    If the assembler has a `.ascii' pseudo-op as found in the Berkeley Unix
3546    assembler, do not define the macro `ASM_OUTPUT_ASCII'.
3547
3548    Defined in svr4.h.  */
3549 /* #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) */
3550
3551 /* You may define this macro as a C expression.  You should define the
3552    expression to have a non-zero value if GNU CC should output the
3553    constant pool for a function before the code for the function, or
3554    a zero value if GNU CC should output the constant pool after the
3555    function.  If you do not define this macro, the usual case, GNU CC
3556    will output the constant pool before the function.  */
3557 /* #define CONSTANT_POOL_BEFORE_FUNCTION */
3558
3559 /* A C statement to output assembler commands to define the start of the
3560    constant pool for a function.  FUNNAME is a string giving the name of the
3561    function.  Should the return type of the function be required, it can be
3562    obtained via FUNDECL.  SIZE is the size, in bytes, of the constant pool that
3563    will be written immediately after this call.
3564
3565    If no constant-pool prefix is required, the usual case, this macro need not
3566    be defined.  */
3567 /* #define ASM_OUTPUT_POOL_PROLOGUE(FILE FUNNAME FUNDECL SIZE) */
3568
3569 /* A C statement (with or without semicolon) to output a constant in the
3570    constant pool, if it needs special treatment.  (This macro need not do
3571    anything for RTL expressions that can be output normally.)
3572
3573    The argument FILE is the standard I/O stream to output the assembler code
3574    on.  X is the RTL expression for the constant to output, and MODE is the
3575    machine mode (in case X is a `const_int').  ALIGN is the required alignment
3576    for the value X; you should output an assembler directive to force this much
3577    alignment.
3578
3579    The argument LABELNO is a number to use in an internal label for the address
3580    of this pool entry.  The definition of this macro is responsible for
3581    outputting the label definition at the proper place.  Here is how to do
3582    this:
3583
3584         ASM_OUTPUT_INTERNAL_LABEL (FILE, "LC", LABELNO);
3585
3586    When you output a pool entry specially, you should end with a `goto' to the
3587    label JUMPTO.  This will prevent the same pool entry from being output a
3588    second time in the usual manner.
3589
3590    You need not define this macro if it would do nothing.  */
3591 /* #define ASM_OUTPUT_SPECIAL_POOL_ENTRY(FILE, X, MODE, ALIGN, LABELNO, JUMPTO) */
3592
3593 /* Define this macro as a C expression which is nonzero if the constant EXP, of
3594    type `tree', should be output after the code for a function.  The compiler
3595    will normally output all constants before the function; you need not define
3596    this macro if this is OK.  */
3597 /* #define CONSTANT_AFTER_FUNCTION_P(EXP) */
3598
3599 /* A C statement to output assembler commands to at the end of the constant
3600    pool for a function.  FUNNAME is a string giving the name of the function.
3601    Should the return type of the function be required, you can obtain it via
3602    FUNDECL.  SIZE is the size, in bytes, of the constant pool that GNU CC wrote
3603    immediately before this call.
3604
3605    If no constant-pool epilogue is required, the usual case, you need not
3606    define this macro.  */
3607 /* #define ASM_OUTPUT_POOL_EPILOGUE (FILE FUNNAME FUNDECL SIZE) */
3608
3609 /* Define this macro as a C expression which is nonzero if C is used as a
3610    logical line separator by the assembler.
3611
3612    If you do not define this macro, the default is that only the character `;'
3613    is treated as a logical line separator.  */
3614 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C) ((C) == '|')
3615
3616 /* These macros are provided by `real.h' for writing the definitions of
3617    `ASM_OUTPUT_DOUBLE' and the like: */
3618
3619 /* These translate X, of type `REAL_VALUE_TYPE', to the target's floating point
3620    representation, and store its bit pattern in the array of `long int' whose
3621    address is L.  The number of elements in the output array is determined by
3622    the size of the desired target floating point data type: 32 bits of it go in
3623    each `long int' array element.  Each array element holds 32 bits of the
3624    result, even if `long int' is wider than 32 bits on the host machine.
3625
3626    The array element values are designed so that you can print them out using
3627    `fprintf' in the order they should appear in the target machine's memory.  */
3628 /* #define REAL_VALUE_TO_TARGET_SINGLE(X, L) */
3629 /* #define REAL_VALUE_TO_TARGET_DOUBLE(X, L) */
3630 /* #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(X, L) */
3631
3632 /* This macro converts X, of type `REAL_VALUE_TYPE', to a decimal number and
3633    stores it as a string into STRING.  You must pass, as STRING, the address of
3634    a long enough block of space to hold the result.
3635
3636    The argument FORMAT is a `printf'-specification that serves as a suggestion
3637    for how to format the output string.  */
3638 /* #define REAL_VALUE_TO_DECIMAL(X, FORMAT, STRING) */
3639
3640 \f
3641 /* Output of Uninitialized Variables.  */
3642
3643 /* A C statement (sans semicolon) to output to the stdio stream STREAM the
3644    assembler definition of a common-label named NAME whose size is SIZE bytes.
3645    The variable ROUNDED is the size rounded up to whatever alignment the caller
3646    wants.
3647
3648    Use the expression `assemble_name (STREAM, NAME)' to output the name itself;
3649    before and after that, output the additional assembler syntax for defining
3650    the name, and a newline.
3651
3652    This macro controls how the assembler definitions of uninitialized global
3653    variables are output.  */
3654 /* #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) */
3655
3656 /* Like `ASM_OUTPUT_COMMON' except takes the required alignment as a separate,
3657    explicit argument.  If you define this macro, it is used in place of
3658    `ASM_OUTPUT_COMMON', and gives you more flexibility in handling the required
3659    alignment of the variable.  The alignment is specified as the number of
3660    bits.
3661
3662    Defined in svr4.h.  */
3663 /* #define ASM_OUTPUT_ALIGNED_COMMON(STREAM, NAME, SIZE, ALIGNMENT) */
3664
3665 /* Like ASM_OUTPUT_ALIGNED_COMMON except that it takes an additional argument -
3666    the DECL of the variable to be output, if there is one.  This macro can be
3667    called with DECL == NULL_TREE.  If you define this macro, it is used in
3668    place of both ASM_OUTPUT_COMMON and ASM_OUTPUT_ALIGNED_COMMON, and gives you
3669    more flexibility in handling the destination of the variable.  */
3670 /* #define ASM_OUTPUT_DECL_COMMON (STREAM, DECL, NAME, SIZE, ALIGNMENT) */
3671
3672 /* If defined, it is similar to `ASM_OUTPUT_COMMON', except that it is used
3673    when NAME is shared.  If not defined, `ASM_OUTPUT_COMMON' will be used.  */
3674 /* #define ASM_OUTPUT_SHARED_COMMON(STREAM, NAME, SIZE, ROUNDED) */
3675
3676 /* A C statement (sans semicolon) to output to the stdio stream STREAM the
3677    assembler definition of uninitialized global DECL named NAME whose size is
3678    SIZE bytes.  The variable ROUNDED is the size rounded up to whatever
3679    alignment the caller wants.
3680
3681    Try to use function `asm_output_bss' defined in `varasm.c' when defining
3682    this macro.  If unable, use the expression `assemble_name (STREAM, NAME)' to
3683    output the name itself; before and after that, output the additional
3684    assembler syntax for defining the name, and a newline.
3685
3686    This macro controls how the assembler definitions of uninitialized global
3687    variables are output.  This macro exists to properly support languages like
3688    `c++' which do not have `common' data.  However, this macro currently is not
3689    defined for all targets.  If this macro and `ASM_OUTPUT_ALIGNED_BSS' are not
3690    defined then `ASM_OUTPUT_COMMON' or `ASM_OUTPUT_ALIGNED_COMMON' or
3691    `ASM_OUTPUT_DECL_COMMON' is used.  */
3692 /* #define ASM_OUTPUT_BSS(STREAM, DECL, NAME, SIZE, ROUNDED) */
3693
3694 /* Like `ASM_OUTPUT_BSS' except takes the required alignment as a separate,
3695    explicit argument.  If you define this macro, it is used in place of
3696    `ASM_OUTPUT_BSS', and gives you more flexibility in handling the required
3697    alignment of the variable.  The alignment is specified as the number of
3698    bits.
3699
3700    Try to use function `asm_output_aligned_bss' defined in file `varasm.c' when
3701    defining this macro.  */
3702 /* #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGNMENT) */
3703
3704 /* If defined, it is similar to `ASM_OUTPUT_BSS', except that it is used when
3705    NAME is shared.  If not defined, `ASM_OUTPUT_BSS' will be used.  */
3706 /* #define ASM_OUTPUT_SHARED_BSS(STREAM, DECL, NAME, SIZE, ROUNDED) */
3707
3708 /* A C statement (sans semicolon) to output to the stdio stream STREAM the
3709    assembler definition of a local-common-label named NAME whose size is SIZE
3710    bytes.  The variable ROUNDED is the size rounded up to whatever alignment
3711    the caller wants.
3712
3713    Use the expression `assemble_name (STREAM, NAME)' to output the name itself;
3714    before and after that, output the additional assembler syntax for defining
3715    the name, and a newline.
3716
3717    This macro controls how the assembler definitions of uninitialized static
3718    variables are output.  */
3719 /* #define ASM_OUTPUT_LOCAL(STREAM, NAME, SIZE, ROUNDED) */
3720
3721 /* Like `ASM_OUTPUT_LOCAL' except takes the required alignment as a separate,
3722    explicit argument.  If you define this macro, it is used in place of
3723    `ASM_OUTPUT_LOCAL', and gives you more flexibility in handling the required
3724    alignment of the variable.  The alignment is specified as the number of
3725    bits.
3726
3727    Defined in svr4.h.  */
3728 /* #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGNMENT) */
3729
3730 /* Like `ASM_OUTPUT_ALIGNED_LOCAL' except that it takes an additional
3731    parameter - the DECL of variable to be output, if there is one.
3732    This macro can be called with DECL == NULL_TREE.  If you define
3733    this macro, it is used in place of `ASM_OUTPUT_LOCAL' and
3734    `ASM_OUTPUT_ALIGNED_LOCAL', and gives you more flexibility in
3735    handling the destination of the variable.  */
3736 /* #define ASM_OUTPUT_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) */
3737
3738 /* If defined, it is similar to `ASM_OUTPUT_LOCAL', except that it is used when
3739    NAME is shared.  If not defined, `ASM_OUTPUT_LOCAL' will be used.  */
3740 /* #define ASM_OUTPUT_SHARED_LOCAL (STREAM, NAME, SIZE, ROUNDED) */
3741
3742 \f
3743 /* Output and Generation of Labels.  */
3744
3745 /* A C statement (sans semicolon) to output to the stdio stream STREAM the
3746    assembler definition of a label named NAME.  Use the expression
3747    `assemble_name (STREAM, NAME)' to output the name itself; before and after
3748    that, output the additional assembler syntax for defining the name, and a
3749    newline.  */
3750 #define ASM_OUTPUT_LABEL(STREAM, NAME)                                  \
3751 do {                                                                    \
3752   assemble_name (STREAM, NAME);                                         \
3753   fputs (":\n", STREAM);                                                \
3754 } while (0)
3755
3756 /* A C statement to output to the stdio stream STREAM the assembler
3757    definition of a symbol named SYMBOL.  */
3758 #define ASM_OUTPUT_SYMBOL_REF(STREAM, SYMBOL)                           \
3759   do {                                                                  \
3760     if (SYMBOL_REF_FLAG (SYMBOL))                                       \
3761       {                                                                 \
3762         fputs ("@fptr(", STREAM);                                       \
3763         assemble_name (STREAM, XSTR (SYMBOL, 0));                       \
3764         fputc (')', STREAM);                                            \
3765       }                                                                 \
3766     else                                                                \
3767       assemble_name (STREAM, XSTR (SYMBOL, 0));                         \
3768   } while (0)
3769
3770 /* A C statement to output to the stdio stream STREAM the assembler
3771    definition of a label, the textual form is in 'BUF'.  Not used
3772    for %l.  */
3773 #define ASM_OUTPUT_LABEL_REF(STREAM, NAME)      \
3774 do  {                                           \
3775   fputs ("@fptr(", STREAM);                     \
3776   assemble_name (STREAM, NAME);                 \
3777   fputc (')', STREAM);                          \
3778 } while (0)
3779
3780 /* A C statement (sans semicolon) to output to the stdio stream STREAM any text
3781    necessary for declaring the name NAME of a function which is being defined.
3782    This macro is responsible for outputting the label definition (perhaps using
3783    `ASM_OUTPUT_LABEL').  The argument DECL is the `FUNCTION_DECL' tree node
3784    representing the function.
3785
3786    If this macro is not defined, then the function name is defined in the usual
3787    manner as a label (by means of `ASM_OUTPUT_LABEL').
3788
3789    Defined in svr4.h.  */
3790 /* #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) */
3791
3792 /* A C statement (sans semicolon) to output to the stdio stream STREAM any text
3793    necessary for declaring the size of a function which is being defined.  The
3794    argument NAME is the name of the function.  The argument DECL is the
3795    `FUNCTION_DECL' tree node representing the function.
3796
3797    If this macro is not defined, then the function size is not defined.
3798
3799    Defined in svr4.h.  */
3800 /* #define ASM_DECLARE_FUNCTION_SIZE(STREAM, NAME, DECL) */
3801
3802 /* A C statement (sans semicolon) to output to the stdio stream STREAM any text
3803    necessary for declaring the name NAME of an initialized variable which is
3804    being defined.  This macro must output the label definition (perhaps using
3805    `ASM_OUTPUT_LABEL').  The argument DECL is the `VAR_DECL' tree node
3806    representing the variable.
3807
3808    If this macro is not defined, then the variable name is defined in the usual
3809    manner as a label (by means of `ASM_OUTPUT_LABEL').
3810
3811    Defined in svr4.h.  */
3812 /* #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) */
3813
3814 /* A C statement (sans semicolon) to finish up declaring a variable name once
3815    the compiler has processed its initializer fully and thus has had a chance
3816    to determine the size of an array when controlled by an initializer.  This
3817    is used on systems where it's necessary to declare something about the size
3818    of the object.
3819
3820    If you don't define this macro, that is equivalent to defining it to do
3821    nothing.
3822
3823    Defined in svr4.h.  */
3824 /* #define ASM_FINISH_DECLARE_OBJECT(STREAM, DECL, TOPLEVEL, ATEND) */
3825
3826 /* A C statement (sans semicolon) to output to the stdio stream STREAM some
3827    commands that will make the label NAME global; that is, available for
3828    reference from other files.  Use the expression `assemble_name (STREAM,
3829    NAME)' to output the name itself; before and after that, output the
3830    additional assembler syntax for making that name global, and a newline.  */
3831 #define ASM_GLOBALIZE_LABEL(STREAM,NAME)                                \
3832 do {                                                                    \
3833   fputs ("\t.globl ", STREAM);                                          \
3834   assemble_name (STREAM, NAME);                                         \
3835   fputs ("\n", STREAM);                                                 \
3836 } while (0)
3837
3838 /* A C statement (sans semicolon) to output to the stdio stream STREAM some
3839    commands that will make the label NAME weak; that is, available for
3840    reference from other files but only used if no other definition is
3841    available.  Use the expression `assemble_name (STREAM, NAME)' to output the
3842    name itself; before and after that, output the additional assembler syntax
3843    for making that name weak, and a newline.
3844
3845    If you don't define this macro, GNU CC will not support weak symbols and you
3846    should not define the `SUPPORTS_WEAK' macro.
3847
3848    Defined in svr4.h.  */
3849 /* #define ASM_WEAKEN_LABEL */
3850
3851 /* A C expression which evaluates to true if the target supports weak symbols.
3852
3853    If you don't define this macro, `defaults.h' provides a default definition.
3854    If `ASM_WEAKEN_LABEL' is defined, the default definition is `1'; otherwise,
3855    it is `0'.  Define this macro if you want to control weak symbol support
3856    with a compiler flag such as `-melf'.  */
3857 /* #define SUPPORTS_WEAK */
3858
3859 /* A C statement (sans semicolon) to mark DECL to be emitted as a
3860    public symbol such that extra copies in multiple translation units
3861    will be discarded by the linker.  Define this macro if your object
3862    file format provides support for this concept, such as the `COMDAT'
3863    section flags in the Microsoft Windows PE/COFF format, and this
3864    support requires changes to DECL, such as putting it in a separate
3865    section.
3866
3867    Defined in svr4.h.  */
3868 /* #define MAKE_DECL_ONE_ONLY */
3869
3870 /* A C expression which evaluates to true if the target supports one-only
3871    semantics.
3872
3873    If you don't define this macro, `varasm.c' provides a default definition.
3874    If `MAKE_DECL_ONE_ONLY' is defined, the default definition is `1';
3875    otherwise, it is `0'.  Define this macro if you want to control one-only
3876    symbol support with a compiler flag, or if setting the `DECL_ONE_ONLY' flag
3877    is enough to mark a declaration to be emitted as one-only.  */
3878 /* #define SUPPORTS_ONE_ONLY */
3879
3880 /* A C statement (sans semicolon) to output to the stdio stream STREAM any text
3881    necessary for declaring the name of an external symbol named NAME which is
3882    referenced in this compilation but not defined.  The value of DECL is the
3883    tree node for the declaration.
3884
3885    This macro need not be defined if it does not need to output anything.  The
3886    GNU assembler and most Unix assemblers don't require anything.  */
3887 /* #define ASM_OUTPUT_EXTERNAL(STREAM, DECL, NAME) */
3888
3889 /* A C statement (sans semicolon) to output on STREAM an assembler pseudo-op to
3890    declare a library function name external.  The name of the library function
3891    is given by SYMREF, which has type `rtx' and is a `symbol_ref'.
3892
3893    This macro need not be defined if it does not need to output anything.  The
3894    GNU assembler and most Unix assemblers don't require anything.
3895
3896    Defined in svr4.h.  */
3897 /* #define ASM_OUTPUT_EXTERNAL_LIBCALL(STREAM, SYMREF) */
3898
3899 /* A C statement (sans semicolon) to output to the stdio stream STREAM a
3900    reference in assembler syntax to a label named NAME.  This should add `_' to
3901    the front of the name, if that is customary on your operating system, as it
3902    is in most Berkeley Unix systems.  This macro is used in `assemble_name'.  */
3903 /* #define ASM_OUTPUT_LABELREF(STREAM, NAME) */
3904
3905 /* A C statement to output to the stdio stream STREAM a label whose name is
3906    made from the string PREFIX and the number NUM.
3907
3908    It is absolutely essential that these labels be distinct from the labels
3909    used for user-level functions and variables.  Otherwise, certain programs
3910    will have name conflicts with internal labels.
3911
3912    It is desirable to exclude internal labels from the symbol table of the
3913    object file.  Most assemblers have a naming convention for labels that
3914    should be excluded; on many systems, the letter `L' at the beginning of a
3915    label has this effect.  You should find out what convention your system
3916    uses, and follow it.
3917
3918    The usual definition of this macro is as follows:
3919
3920         fprintf (STREAM, "L%s%d:\n", PREFIX, NUM)
3921
3922    Defined in svr4.h.  */
3923 /* #define ASM_OUTPUT_INTERNAL_LABEL(STREAM, PREFIX, NUM) */
3924
3925 /* A C statement to store into the string STRING a label whose name is made
3926    from the string PREFIX and the number NUM.
3927
3928    This string, when output subsequently by `assemble_name', should produce the
3929    output that `ASM_OUTPUT_INTERNAL_LABEL' would produce with the same PREFIX
3930    and NUM.
3931
3932    If the string begins with `*', then `assemble_name' will output the rest of
3933    the string unchanged.  It is often convenient for
3934    `ASM_GENERATE_INTERNAL_LABEL' to use `*' in this way.  If the string doesn't
3935    start with `*', then `ASM_OUTPUT_LABELREF' gets to output the string, and
3936    may change it.  (Of course, `ASM_OUTPUT_LABELREF' is also part of your
3937    machine description, so you should know what it does on your machine.)
3938
3939    Defined in svr4.h.  */
3940 /* #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) */
3941
3942 /* A C expression to assign to OUTVAR (which is a variable of type `char *') a
3943    newly allocated string made from the string NAME and the number NUMBER, with
3944    some suitable punctuation added.  Use `alloca' to get space for the string.
3945
3946    The string will be used as an argument to `ASM_OUTPUT_LABELREF' to produce
3947    an assembler label for an internal static variable whose name is NAME.
3948    Therefore, the string must be such as to result in valid assembler code.
3949    The argument NUMBER is different each time this macro is executed; it
3950    prevents conflicts between similarly-named internal static variables in
3951    different scopes.
3952
3953    Ideally this string should not be a valid C identifier, to prevent any
3954    conflict with the user's own symbols.  Most assemblers allow periods or
3955    percent signs in assembler symbols; putting at least one of these between
3956    the name and the number will suffice.  */
3957 #define ASM_FORMAT_PRIVATE_NAME(OUTVAR, NAME, NUMBER)                   \
3958 do {                                                                    \
3959   (OUTVAR) = (char *) alloca (strlen ((NAME)) + 12);                    \
3960   sprintf ((OUTVAR), "%s.%ld", (NAME), (long)(NUMBER));                 \
3961 } while (0)
3962
3963 /* A C statement to output to the stdio stream STREAM assembler code which
3964    defines (equates) the symbol NAME to have the value VALUE.
3965
3966    If SET_ASM_OP is defined, a default definition is provided which is correct
3967    for most systems.
3968
3969    Defined in svr4.h.  */
3970 /* #define ASM_OUTPUT_DEF(STREAM, NAME, VALUE) */
3971
3972 /* A C statement to output to the stdio stream STREAM assembler code which
3973    defines (equates) the weak symbol NAME to have the value VALUE.
3974
3975    Define this macro if the target only supports weak aliases; define
3976    ASM_OUTPUT_DEF instead if possible.  */
3977 /* #define ASM_OUTPUT_WEAK_ALIAS (STREAM, NAME, VALUE) */
3978
3979 /* Define this macro to override the default assembler names used for Objective
3980    C methods.
3981
3982    The default name is a unique method number followed by the name of the class
3983    (e.g. `_1_Foo').  For methods in categories, the name of the category is
3984    also included in the assembler name (e.g.  `_1_Foo_Bar').
3985
3986    These names are safe on most systems, but make debugging difficult since the
3987    method's selector is not present in the name.  Therefore, particular systems
3988    define other ways of computing names.
3989
3990    BUF is an expression of type `char *' which gives you a buffer in which to
3991    store the name; its length is as long as CLASS_NAME, CAT_NAME and SEL_NAME
3992    put together, plus 50 characters extra.
3993
3994    The argument IS_INST specifies whether the method is an instance method or a
3995    class method; CLASS_NAME is the name of the class; CAT_NAME is the name of
3996    the category (or NULL if the method is not in a category); and SEL_NAME is
3997    the name of the selector.
3998
3999    On systems where the assembler can handle quoted names, you can use this
4000    macro to provide more human-readable names.  */
4001 /* #define OBJC_GEN_METHOD_LABEL(BUF, IS_INST, CLASS_NAME, CAT_NAME, SEL_NAME) */
4002
4003 \f
4004 /* Macros Controlling Initialization Routines.  */
4005
4006 /* If defined, a C string constant for the assembler operation to identify the
4007    following data as initialization code.  If not defined, GNU CC will assume
4008    such a section does not exist.  When you are using special sections for
4009    initialization and termination functions, this macro also controls how
4010    `crtstuff.c' and `libgcc2.c' arrange to run the initialization functions.
4011
4012    Defined in svr4.h.  */
4013 /* #define INIT_SECTION_ASM_OP */
4014
4015 /* If defined, `main' will not call `__main' as described above.  This macro
4016    should be defined for systems that control the contents of the init section
4017    on a symbol-by-symbol basis, such as OSF/1, and should not be defined
4018    explicitly for systems that support `INIT_SECTION_ASM_OP'.  */
4019 /* #define HAS_INIT_SECTION */
4020
4021 /* If defined, a C string constant for a switch that tells the linker that the
4022    following symbol is an initialization routine.  */
4023 /* #define LD_INIT_SWITCH */
4024
4025 /* If defined, a C string constant for a switch that tells the linker that the
4026    following symbol is a finalization routine.  */
4027 /* #define LD_FINI_SWITCH */
4028
4029 /* If defined, `main' will call `__main' despite the presence of
4030    `INIT_SECTION_ASM_OP'.  This macro should be defined for systems where the
4031    init section is not actually run automatically, but is still useful for
4032    collecting the lists of constructors and destructors.  */
4033 /* #define INVOKE__main */
4034
4035 /* Define this macro as a C statement to output on the stream STREAM the
4036    assembler code to arrange to call the function named NAME at initialization
4037    time.
4038
4039    Assume that NAME is the name of a C function generated automatically by the
4040    compiler.  This function takes no arguments.  Use the function
4041    `assemble_name' to output the name NAME; this performs any system-specific
4042    syntactic transformations such as adding an underscore.
4043
4044    If you don't define this macro, nothing special is output to arrange to call
4045    the function.  This is correct when the function will be called in some
4046    other manner--for example, by means of the `collect2' program, which looks
4047    through the symbol table to find these functions by their names.
4048
4049    Defined in svr4.h.  */
4050 /* #define ASM_OUTPUT_CONSTRUCTOR(STREAM, NAME) */
4051
4052 /* This is like `ASM_OUTPUT_CONSTRUCTOR' but used for termination functions
4053    rather than initialization functions.
4054
4055    Defined in svr4.h.  */
4056 /* #define ASM_OUTPUT_DESTRUCTOR(STREAM, NAME) */
4057
4058 /* If your system uses `collect2' as the means of processing constructors, then
4059    that program normally uses `nm' to scan an object file for constructor
4060    functions to be called.  On certain kinds of systems, you can define these
4061    macros to make `collect2' work faster (and, in some cases, make it work at
4062    all): */
4063
4064 /* Define this macro if the system uses COFF (Common Object File Format) object
4065    files, so that `collect2' can assume this format and scan object files
4066    directly for dynamic constructor/destructor functions.  */
4067 /* #define OBJECT_FORMAT_COFF */
4068
4069 /* Define this macro if the system uses ROSE format object files, so that
4070    `collect2' can assume this format and scan object files directly for dynamic
4071    constructor/destructor functions.
4072
4073    These macros are effective only in a native compiler; `collect2' as
4074    part of a cross compiler always uses `nm' for the target machine.  */
4075 /* #define OBJECT_FORMAT_ROSE */
4076
4077 /* Define this macro if the system uses ELF format object files.
4078
4079    Defined in svr4.h.  */
4080 /* #define OBJECT_FORMAT_ELF */
4081
4082 /* Define this macro as a C string constant containing the file name to use to
4083    execute `nm'.  The default is to search the path normally for `nm'.
4084
4085    If your system supports shared libraries and has a program to list the
4086    dynamic dependencies of a given library or executable, you can define these
4087    macros to enable support for running initialization and termination
4088    functions in shared libraries: */
4089 /* #define REAL_NM_FILE_NAME */
4090
4091 /* Define this macro to a C string constant containing the name of the program
4092    which lists dynamic dependencies, like `"ldd"' under SunOS 4.  */
4093 /* #define LDD_SUFFIX */
4094
4095 /* Define this macro to be C code that extracts filenames from the output of
4096    the program denoted by `LDD_SUFFIX'.  PTR is a variable of type `char *'
4097    that points to the beginning of a line of output from `LDD_SUFFIX'.  If the
4098    line lists a dynamic dependency, the code must advance PTR to the beginning
4099    of the filename on that line.  Otherwise, it must set PTR to `NULL'.  */
4100 /* #define PARSE_LDD_OUTPUT (PTR) */
4101
4102 \f
4103 /* Output of Assembler Instructions.  */
4104
4105 /* A C initializer containing the assembler's names for the machine registers,
4106    each one as a C string constant.  This is what translates register numbers
4107    in the compiler into assembler language.  */
4108 #define REGISTER_NAMES                                                  \
4109 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "r10",    \
4110   "r11", "r12", "r13", "psw", "sp", "carry", "fp", "ap" }
4111
4112 /* If defined, a C initializer for an array of structures containing a name and
4113    a register number.  This macro defines additional names for hard registers,
4114    thus allowing the `asm' option in declarations to refer to registers using
4115    alternate names.  */
4116 #define ADDITIONAL_REGISTER_NAMES               \
4117   { { "r14", 14 },                              \
4118     { "r15", 15 } }
4119
4120 /* Define this macro if you are using an unusual assembler that requires
4121    different names for the machine instructions.
4122
4123    The definition is a C statement or statements which output an assembler
4124    instruction opcode to the stdio stream STREAM.  The macro-operand PTR is a
4125    variable of type `char *' which points to the opcode name in its "internal"
4126    form--the form that is written in the machine description.  The definition
4127    should output the opcode name to STREAM, performing any translation you
4128    desire, and increment the variable PTR to point at the end of the opcode so
4129    that it will not be output twice.
4130
4131    In fact, your macro definition may process less than the entire opcode name,
4132    or more than the opcode name; but if you want to process text that includes
4133    `%'-sequences to substitute operands, you must take care of the substitution
4134    yourself.  Just be sure to increment PTR over whatever text should not be
4135    output normally.
4136
4137    If you need to look at the operand values, they can be found as the elements
4138    of `recog_data.operand'.
4139
4140    If the macro definition does nothing, the instruction is output in the usual
4141    way.  */
4142 /* #define ASM_OUTPUT_OPCODE(STREAM, PTR) */
4143
4144 /* If defined, a C statement to be executed just prior to the output of
4145    assembler code for INSN, to modify the extracted operands so they will be
4146    output differently.
4147
4148    Here the argument OPVEC is the vector containing the operands extracted from
4149    INSN, and NOPERANDS is the number of elements of the vector which contain
4150    meaningful data for this insn.  The contents of this vector are what will be
4151    used to convert the insn template into assembler code, so you can change the
4152    assembler output by changing the contents of the vector.
4153
4154    This macro is useful when various assembler syntaxes share a single file of
4155    instruction patterns; by defining this macro differently, you can cause a
4156    large class of instructions to be output differently (such as with
4157    rearranged operands).  Naturally, variations in assembler syntax affecting
4158    individual insn patterns ought to be handled by writing conditional output
4159    routines in those patterns.
4160
4161    If this macro is not defined, it is equivalent to a null statement.  */
4162 /* #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) */
4163
4164 /* If defined, `FINAL_PRESCAN_INSN' will be called on each
4165    `CODE_LABEL'.  In that case, OPVEC will be a null pointer and
4166    NOPERANDS will be zero.  */
4167 /* #define FINAL_PRESCAN_LABEL */
4168
4169 /* A C compound statement to output to stdio stream STREAM the assembler syntax
4170    for an instruction operand X.  X is an RTL expression.
4171
4172    CODE is a value that can be used to specify one of several ways of printing
4173    the operand.  It is used when identical operands must be printed differently
4174    depending on the context.  CODE comes from the `%' specification that was
4175    used to request printing of the operand.  If the specification was just
4176    `%DIGIT' then CODE is 0; if the specification was `%LTR DIGIT' then CODE is
4177    the ASCII code for LTR.
4178
4179    If X is a register, this macro should print the register's name.  The names
4180    can be found in an array `reg_names' whose type is `char *[]'.  `reg_names'
4181    is initialized from `REGISTER_NAMES'.
4182
4183    When the machine description has a specification `%PUNCT' (a `%' followed by
4184    a punctuation character), this macro is called with a null pointer for X and
4185    the punctuation character for CODE.  */
4186 #define PRINT_OPERAND(STREAM, X, CODE) xstormy16_print_operand (STREAM, X, CODE)
4187
4188 /* A C expression which evaluates to true if CODE is a valid punctuation
4189    character for use in the `PRINT_OPERAND' macro.  If
4190    `PRINT_OPERAND_PUNCT_VALID_P' is not defined, it means that no punctuation
4191    characters (except for the standard one, `%') are used in this way.  */
4192 /* #define PRINT_OPERAND_PUNCT_VALID_P(CODE) */
4193
4194 /* A C compound statement to output to stdio stream STREAM the assembler syntax
4195    for an instruction operand that is a memory reference whose address is X.  X
4196    is an RTL expression.
4197
4198    On some machines, the syntax for a symbolic address depends on the section
4199    that the address refers to.  On these machines, define the macro
4200    `ENCODE_SECTION_INFO' to store the information into the `symbol_ref', and
4201    then check for it here.
4202
4203    This declaration must be present.  */
4204 #define PRINT_OPERAND_ADDRESS(STREAM, X) xstormy16_print_operand_address (STREAM, X)
4205
4206 /* A C statement, to be executed after all slot-filler instructions have been
4207    output.  If necessary, call `dbr_sequence_length' to determine the number of
4208    slots filled in a sequence (zero if not currently outputting a sequence), to
4209    decide how many no-ops to output, or whatever.
4210
4211    Don't define this macro if it has nothing to do, but it is helpful in
4212    reading assembly output if the extent of the delay sequence is made explicit
4213    (e.g. with white space).
4214
4215    Note that output routines for instructions with delay slots must be prepared
4216    to deal with not being output as part of a sequence (i.e.  when the
4217    scheduling pass is not run, or when no slot fillers could be found.)  The
4218    variable `final_sequence' is null when not processing a sequence, otherwise
4219    it contains the `sequence' rtx being output.  */
4220 /* #define DBR_OUTPUT_SEQEND(FILE) */
4221
4222 /* If defined, C string expressions to be used for the `%R', `%L', `%U', and
4223    `%I' options of `asm_fprintf' (see `final.c').  These are useful when a
4224    single `md' file must support multiple assembler formats.  In that case, the
4225    various `tm.h' files can define these macros differently.
4226
4227    USER_LABEL_PREFIX is defined in svr4.h.  */
4228 #define REGISTER_PREFIX ""
4229 #define LOCAL_LABEL_PREFIX "."
4230 #define USER_LABEL_PREFIX ""
4231 #define IMMEDIATE_PREFIX "#"
4232
4233 /* If your target supports multiple dialects of assembler language (such as
4234    different opcodes), define this macro as a C expression that gives the
4235    numeric index of the assembler language dialect to use, with zero as the
4236    first variant.
4237
4238    If this macro is defined, you may use `{option0|option1|option2...}'
4239    constructs in the output templates of patterns or in the first argument of
4240    `asm_fprintf'.  This construct outputs `option0', `option1' or `option2',
4241    etc., if the value of `ASSEMBLER_DIALECT' is zero, one or two, etc.  Any
4242    special characters within these strings retain their usual meaning.
4243
4244    If you do not define this macro, the characters `{', `|' and `}' do not have
4245    any special meaning when used in templates or operands to `asm_fprintf'.
4246
4247    Define the macros `REGISTER_PREFIX', `LOCAL_LABEL_PREFIX',
4248    `USER_LABEL_PREFIX' and `IMMEDIATE_PREFIX' if you can express the variations
4249    in assemble language syntax with that mechanism.  Define `ASSEMBLER_DIALECT'
4250    and use the `{option0|option1}' syntax if the syntax variant are larger and
4251    involve such things as different opcodes or operand order.  */
4252 /* #define ASSEMBLER_DIALECT */
4253
4254 /* A C expression to output to STREAM some assembler code which will push hard
4255    register number REGNO onto the stack.  The code need not be optimal, since
4256    this macro is used only when profiling.  */
4257 #define ASM_OUTPUT_REG_PUSH(STREAM, REGNO) \
4258   fprintf (STREAM, "\tpush %d\n", REGNO)
4259
4260 /* A C expression to output to STREAM some assembler code which will pop hard
4261    register number REGNO off of the stack.  The code need not be optimal, since
4262    this macro is used only when profiling.  */
4263 #define ASM_OUTPUT_REG_POP(STREAM, REGNO) \
4264   fprintf (STREAM, "\tpop %d\n", REGNO)
4265
4266 \f
4267 /* Output of dispatch tables.  */
4268
4269 /* This port does not use the ASM_OUTPUT_ADDR_VEC_ELT macro, because
4270    this could cause label alignment to appear between the 'br' and the table,
4271    which would be bad.  Instead, it controls the output of the table
4272    itself.  */
4273 #define ASM_OUTPUT_ADDR_VEC(LABEL, BODY) \
4274   xstormy16_output_addr_vec (file, LABEL, BODY)
4275
4276 /* Alignment for ADDR_VECs is the same as for code.  */
4277 #define ADDR_VEC_ALIGN(ADDR_VEC) 1
4278
4279 \f
4280 /* Assembler Commands for Exception Regions.  */
4281
4282 /* An rtx used to mask the return address found via RETURN_ADDR_RTX, so that it
4283    does not contain any extraneous set bits in it.  */
4284 /* #define MASK_RETURN_ADDR */
4285
4286 /* Define this macro to 0 if your target supports DWARF 2 frame unwind
4287    information, but it does not yet work with exception handling.  Otherwise,
4288    if your target supports this information (if it defines
4289    `INCOMING_RETURN_ADDR_RTX'), GCC will provide a default definition of 1.
4290
4291    If this macro is defined to 1, the DWARF 2 unwinder will be the default
4292    exception handling mechanism; otherwise, setjmp/longjmp will be used by
4293    default.
4294
4295    If this macro is defined to anything, the DWARF 2 unwinder will be used
4296    instead of inline unwinders and __unwind_function in the non-setjmp case.  */
4297 #define DWARF2_UNWIND_INFO 0
4298
4299 /* Don't use __builtin_setjmp for unwinding, since it's tricky to get
4300    at the high 16 bits of an address.  */
4301 #define DONT_USE_BUILTIN_SETJMP
4302 #define JMP_BUF_SIZE  8
4303 \f
4304 /* Assembler Commands for Alignment.  */
4305
4306 /* The alignment (log base 2) to put in front of LABEL, which follows
4307    a BARRIER.
4308
4309    This macro need not be defined if you don't want any special alignment to be
4310    done at such a time.  Most machine descriptions do not currently define the
4311    macro.  */
4312 /* #define LABEL_ALIGN_AFTER_BARRIER(LABEL) */
4313
4314 /* The desired alignment for the location counter at the beginning
4315    of a loop.
4316
4317    This macro need not be defined if you don't want any special alignment to be
4318    done at such a time.  Most machine descriptions do not currently define the
4319    macro.  */
4320 /* #define LOOP_ALIGN(LABEL) */
4321
4322 /* A C statement to output to the stdio stream STREAM an assembler instruction
4323    to advance the location counter by NBYTES bytes.  Those bytes should be zero
4324    when loaded.  NBYTES will be a C expression of type `int'.
4325
4326    Defined in elfos.h.  */
4327 /* #define ASM_OUTPUT_SKIP(STREAM, NBYTES) */
4328
4329 /* Define this macro if `ASM_OUTPUT_SKIP' should not be used in the text
4330    section because it fails put zeros in the bytes that are skipped.  This is
4331    true on many Unix systems, where the pseudo-op to skip bytes produces no-op
4332    instructions rather than zeros when used in the text section.  */
4333 /* #define ASM_NO_SKIP_IN_TEXT */
4334
4335 /* A C statement to output to the stdio stream STREAM an assembler command to
4336    advance the location counter to a multiple of 2 to the POWER bytes.  POWER
4337    will be a C expression of type `int'.  */
4338 #define ASM_OUTPUT_ALIGN(STREAM, POWER) \
4339   fprintf ((STREAM), "\t.p2align %d\n", (POWER))
4340
4341 \f
4342 /* Macros Affecting all Debug Formats.  */
4343
4344 /* A C expression that returns the integer offset value for an automatic
4345    variable having address X (an RTL expression).  The default computation
4346    assumes that X is based on the frame-pointer and gives the offset from the
4347    frame-pointer.  This is required for targets that produce debugging output
4348    for DBX or COFF-style debugging output for SDB and allow the frame-pointer
4349    to be eliminated when the `-g' options is used.  */
4350 /* #define DEBUGGER_AUTO_OFFSET(X) */
4351
4352 /* A C expression that returns the integer offset value for an argument having
4353    address X (an RTL expression).  The nominal offset is OFFSET.  */
4354 /* #define DEBUGGER_ARG_OFFSET(OFFSET, X) */
4355
4356 /* A C expression that returns the type of debugging output GNU CC produces
4357    when the user specifies `-g' or `-ggdb'.  Define this if you have arranged
4358    for GNU CC to support more than one format of debugging output.  Currently,
4359    the allowable values are `DBX_DEBUG', `SDB_DEBUG', `DWARF_DEBUG',
4360    `DWARF2_DEBUG', and `XCOFF_DEBUG'.
4361
4362    The value of this macro only affects the default debugging output; the user
4363    can always get a specific type of output by using `-gstabs', `-gcoff',
4364    `-gdwarf-1', `-gdwarf-2', or `-gxcoff'.
4365
4366    Defined in svr4.h.  */
4367 #undef PREFERRED_DEBUGGING_TYPE
4368 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
4369
4370 \f
4371 /* Specific Options for DBX Output.  */
4372
4373 /* Define this macro if GNU CC should produce debugging output for DBX in
4374    response to the `-g' option.
4375
4376    Defined in svr4.h.  */
4377 /* #define DBX_DEBUGGING_INFO */
4378
4379 /* Define this macro if GNU CC should produce XCOFF format debugging output in
4380    response to the `-g' option.  This is a variant of DBX format.  */
4381 /* #define XCOFF_DEBUGGING_INFO */
4382
4383 /* Define this macro to control whether GNU CC should by default generate GDB's
4384    extended version of DBX debugging information (assuming DBX-format debugging
4385    information is enabled at all).  If you don't define the macro, the default
4386    is 1: always generate the extended information if there is any occasion to.  */
4387 /* #define DEFAULT_GDB_EXTENSIONS */
4388
4389 /* Define this macro if all `.stabs' commands should be output while in the
4390    text section.  */
4391 /* #define DEBUG_SYMS_TEXT */
4392
4393 /* A C string constant naming the assembler pseudo op to use instead of
4394    `.stabs' to define an ordinary debugging symbol.  If you don't define this
4395    macro, `.stabs' is used.  This macro applies only to DBX debugging
4396    information format.  */
4397 /* #define ASM_STABS_OP */
4398
4399 /* A C string constant naming the assembler pseudo op to use instead of
4400    `.stabd' to define a debugging symbol whose value is the current location.
4401    If you don't define this macro, `.stabd' is used.  This macro applies only
4402    to DBX debugging information format.  */
4403 /* #define ASM_STABD_OP */
4404
4405 /* A C string constant naming the assembler pseudo op to use instead of
4406    `.stabn' to define a debugging symbol with no name.  If you don't define
4407    this macro, `.stabn' is used.  This macro applies only to DBX debugging
4408    information format.  */
4409 /* #define ASM_STABN_OP */
4410
4411 /* Define this macro if DBX on your system does not support the construct
4412    `xsTAGNAME'.  On some systems, this construct is used to describe a forward
4413    reference to a structure named TAGNAME.  On other systems, this construct is
4414    not supported at all.  */
4415 /* #define DBX_NO_XREFS */
4416
4417 /* A symbol name in DBX-format debugging information is normally continued
4418    (split into two separate `.stabs' directives) when it exceeds a certain
4419    length (by default, 80 characters).  On some operating systems, DBX requires
4420    this splitting; on others, splitting must not be done.  You can inhibit
4421    splitting by defining this macro with the value zero.  You can override the
4422    default splitting-length by defining this macro as an expression for the
4423    length you desire.  */
4424 /* #define DBX_CONTIN_LENGTH */
4425
4426 /* Normally continuation is indicated by adding a `\' character to the end of a
4427    `.stabs' string when a continuation follows.  To use a different character
4428    instead, define this macro as a character constant for the character you
4429    want to use.  Do not define this macro if backslash is correct for your
4430    system.  */
4431 /* #define DBX_CONTIN_CHAR */
4432
4433 /* Define this macro if it is necessary to go to the data section before
4434    outputting the `.stabs' pseudo-op for a non-global static variable.  */
4435 /* #define DBX_STATIC_STAB_DATA_SECTION */
4436
4437 /* The value to use in the "code" field of the `.stabs' directive for a
4438    typedef.  The default is `N_LSYM'.  */
4439 /* #define DBX_TYPE_DECL_STABS_CODE */
4440
4441 /* The value to use in the "code" field of the `.stabs' directive for a static
4442    variable located in the text section.  DBX format does not provide any
4443    "right" way to do this.  The default is `N_FUN'.  */
4444 /* #define DBX_STATIC_CONST_VAR_CODE */
4445
4446 /* The value to use in the "code" field of the `.stabs' directive for a
4447    parameter passed in registers.  DBX format does not provide any "right" way
4448    to do this.  The default is `N_RSYM'.  */
4449 /* #define DBX_REGPARM_STABS_CODE */
4450
4451 /* The letter to use in DBX symbol data to identify a symbol as a parameter
4452    passed in registers.  DBX format does not customarily provide any way to do
4453    this.  The default is `'P''.  */
4454 /* #define DBX_REGPARM_STABS_LETTER */
4455
4456 /* The letter to use in DBX symbol data to identify a symbol as a stack
4457    parameter.  The default is `'p''.  */
4458 /* #define DBX_MEMPARM_STABS_LETTER */
4459
4460 /* Define this macro if the DBX information for a function and its arguments
4461    should precede the assembler code for the function.  Normally, in DBX
4462    format, the debugging information entirely follows the assembler code.
4463
4464    Defined in svr4.h.  */
4465 /* #define DBX_FUNCTION_FIRST */
4466
4467 /* Define this macro if the `N_LBRAC' symbol for a block should precede the
4468    debugging information for variables and functions defined in that block.
4469    Normally, in DBX format, the `N_LBRAC' symbol comes first.  */
4470 /* #define DBX_LBRAC_FIRST */
4471
4472 /* Define this macro if the value of a symbol describing the scope of a block
4473    (`N_LBRAC' or `N_RBRAC') should be relative to the start of the enclosing
4474    function.  Normally, GNU C uses an absolute address.
4475
4476    Defined in svr4.h.  */
4477 /* #define DBX_BLOCKS_FUNCTION_RELATIVE */
4478
4479 /* Define this macro if GNU C should generate `N_BINCL' and `N_EINCL'
4480    stabs for included header files, as on Sun systems.  This macro
4481    also directs GNU C to output a type number as a pair of a file
4482    number and a type number within the file.  Normally, GNU C does not
4483    generate `N_BINCL' or `N_EINCL' stabs, and it outputs a single
4484    number for a type number.  */
4485 /* #define DBX_USE_BINCL */
4486
4487 \f
4488 /* Open ended Hooks for DBX Output.  */
4489
4490 /* Define this macro to say how to output to STREAM the debugging information
4491    for the start of a scope level for variable names.  The argument NAME is the
4492    name of an assembler symbol (for use with `assemble_name') whose value is
4493    the address where the scope begins.  */
4494 /* #define DBX_OUTPUT_LBRAC(STREAM, NAME) */
4495
4496 /* Like `DBX_OUTPUT_LBRAC', but for the end of a scope level.  */
4497 /* #define DBX_OUTPUT_RBRAC(STREAM, NAME) */
4498
4499 /* Define this macro if the target machine requires special handling to output
4500    an enumeration type.  The definition should be a C statement (sans
4501    semicolon) to output the appropriate information to STREAM for the type
4502    TYPE.  */
4503 /* #define DBX_OUTPUT_ENUM(STREAM, TYPE) */
4504
4505 /* Define this macro if the target machine requires special output at the end
4506    of the debugging information for a function.  The definition should be a C
4507    statement (sans semicolon) to output the appropriate information to STREAM.
4508    FUNCTION is the `FUNCTION_DECL' node for the function.  */
4509 /* #define DBX_OUTPUT_FUNCTION_END(STREAM, FUNCTION) */
4510
4511 /* Define this macro if you need to control the order of output of the standard
4512    data types at the beginning of compilation.  The argument SYMS is a `tree'
4513    which is a chain of all the predefined global symbols, including names of
4514    data types.
4515
4516    Normally, DBX output starts with definitions of the types for integers and
4517    characters, followed by all the other predefined types of the particular
4518    language in no particular order.
4519
4520    On some machines, it is necessary to output different particular types
4521    first.  To do this, define `DBX_OUTPUT_STANDARD_TYPES' to output those
4522    symbols in the necessary order.  Any predefined types that you don't
4523    explicitly output will be output afterward in no particular order.
4524
4525    Be careful not to define this macro so that it works only for C.  There are
4526    no global variables to access most of the built-in types, because another
4527    language may have another set of types.  The way to output a particular type
4528    is to look through SYMS to see if you can find it.  Here is an example:
4529
4530         {
4531           tree decl;
4532           for (decl = syms; decl; decl = TREE_CHAIN (decl))
4533             if (!strcmp (IDENTIFIER_POINTER (DECL_NAME (decl)),
4534                          "long int"))
4535               dbxout_symbol (decl);
4536           ...
4537         }
4538
4539    This does nothing if the expected type does not exist.
4540
4541    See the function `init_decl_processing' in `c-decl.c' to find the names to
4542    use for all the built-in C types.  */
4543 /* #define DBX_OUTPUT_STANDARD_TYPES(SYMS) */
4544
4545 /* Some stabs encapsulation formats (in particular ECOFF), cannot
4546    handle the `.stabs "",N_FUN,,0,0,Lscope-function-1' gdb dbx
4547    extension construct.  On those machines, define this macro to turn
4548    this feature off without disturbing the rest of the gdb extensions.  */
4549 /* #define NO_DBX_FUNCTION_END */
4550
4551 \f
4552 /* File names in DBX format.  */
4553
4554 /* Define this if DBX wants to have the current directory recorded in each
4555    object file.
4556
4557    Note that the working directory is always recorded if GDB extensions are
4558    enabled.  */
4559 /* #define DBX_WORKING_DIRECTORY */
4560
4561 /* A C statement to output DBX debugging information to the stdio stream STREAM
4562    which indicates that file NAME is the main source file--the file specified
4563    as the input file for compilation.  This macro is called only once, at the
4564    beginning of compilation.
4565
4566    This macro need not be defined if the standard form of output for DBX
4567    debugging information is appropriate.
4568
4569    Defined in svr4.h.  */
4570 /* #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(STREAM, NAME) */
4571
4572 /* A C statement to output DBX debugging information to the stdio stream STREAM
4573    which indicates that the current directory during compilation is named NAME.
4574
4575    This macro need not be defined if the standard form of output for DBX
4576    debugging information is appropriate.  */
4577 /* #define DBX_OUTPUT_MAIN_SOURCE_DIRECTORY(STREAM, NAME) */
4578
4579 /* A C statement to output DBX debugging information at the end of compilation
4580    of the main source file NAME.
4581
4582    If you don't define this macro, nothing special is output at the end of
4583    compilation, which is correct for most machines.  */
4584 /* #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(STREAM, NAME) */
4585
4586 /* A C statement to output DBX debugging information to the stdio stream STREAM
4587    which indicates that file NAME is the current source file.  This output is
4588    generated each time input shifts to a different source file as a result of
4589    `#include', the end of an included file, or a `#line' command.
4590
4591    This macro need not be defined if the standard form of output for DBX
4592    debugging information is appropriate.  */
4593 /* #define DBX_OUTPUT_SOURCE_FILENAME(STREAM, NAME) */
4594
4595 \f
4596 /* Macros for SDB and Dwarf Output.  */
4597
4598 /* Define this macro if GNU CC should produce COFF-style debugging output for
4599    SDB in response to the `-g' option.  */
4600 /* #define SDB_DEBUGGING_INFO */
4601
4602 /* Define this macro if GNU CC should produce dwarf format debugging output in
4603    response to the `-g' option.
4604
4605    Defined in svr4.h.  */
4606 /* #define DWARF_DEBUGGING_INFO */
4607
4608 /* Define this macro if GNU CC should produce dwarf version 2 format debugging
4609    output in response to the `-g' option.
4610
4611    To support optional call frame debugging information, you must also define
4612    `INCOMING_RETURN_ADDR_RTX' and either set `RTX_FRAME_RELATED_P' on the
4613    prologue insns if you use RTL for the prologue, or call `dwarf2out_def_cfa'
4614    and `dwarf2out_reg_save' as appropriate from `TARGET_ASM_FUNCTION_PROLOGUE'
4615    if you don't.
4616
4617    Defined in svr4.h.  */
4618 /* #define DWARF2_DEBUGGING_INFO */
4619
4620 /* Define this macro if GNU CC should produce dwarf version 2-style
4621    line numbers.  This usually requires extending the assembler to
4622    support them, and #defining DWARF2_LINE_MIN_INSN_LENGTH in the
4623    assembler configuration header files.  */
4624 /* #define DWARF2_ASM_LINE_DEBUG_INFO 1 */
4625
4626 /* Define this macro if addresses in Dwarf 2 debugging info should not
4627    be the same size as pointers on the target architecture.  The
4628    macro's value should be the size, in bytes, to use for addresses in
4629    the debugging info.
4630
4631    Some architectures use word addresses to refer to code locations,
4632    but Dwarf 2 info always uses byte addresses.  On such machines,
4633    Dwarf 2 addresses need to be larger than the architecture's
4634    pointers.  */
4635 #define DWARF2_ADDR_SIZE 4
4636
4637 /* Define these macros to override the assembler syntax for the special SDB
4638    assembler directives.  See `sdbout.c' for a list of these macros and their
4639    arguments.  If the standard syntax is used, you need not define them
4640    yourself.  */
4641 /* #define PUT_SDB_...  */
4642
4643 /* Some assemblers do not support a semicolon as a delimiter, even between SDB
4644    assembler directives.  In that case, define this macro to be the delimiter
4645    to use (usually `\n').  It is not necessary to define a new set of
4646    `PUT_SDB_OP' macros if this is the only change required.  */
4647 /* #define SDB_DELIM */
4648
4649 /* Define this macro to override the usual method of constructing a dummy name
4650    for anonymous structure and union types.  See `sdbout.c' for more
4651    information.  */
4652 /* #define SDB_GENERATE_FAKE */
4653
4654 /* Define this macro to allow references to unknown structure, union, or
4655    enumeration tags to be emitted.  Standard COFF does not allow handling of
4656    unknown references, MIPS ECOFF has support for it.  */
4657 /* #define SDB_ALLOW_UNKNOWN_REFERENCES */
4658
4659 /* Define this macro to allow references to structure, union, or enumeration
4660    tags that have not yet been seen to be handled.  Some assemblers choke if
4661    forward tags are used, while some require it.  */
4662 /* #define SDB_ALLOW_FORWARD_REFERENCES */
4663
4664 \f
4665 /* Miscellaneous Parameters.  */
4666
4667 /* Define REAL_ARITHMETIC to use a software emulator for the target floating
4668    point mode.  Otherwise the host floating point mode is used.  */
4669 #define REAL_ARITHMETIC
4670
4671 /* Define this if you have defined special-purpose predicates in the file
4672    `MACHINE.c'.  This macro is called within an initializer of an array of
4673    structures.  The first field in the structure is the name of a predicate and
4674    the second field is an array of rtl codes.  For each predicate, list all rtl
4675    codes that can be in expressions matched by the predicate.  The list should
4676    have a trailing comma.  Here is an example of two entries in the list for a
4677    typical RISC machine:
4678
4679         #define PREDICATE_CODES \
4680           {"gen_reg_rtx_operand", {SUBREG, REG}},  \
4681           {"reg_or_short_cint_operand", {SUBREG, REG, CONST_INT}},
4682
4683    Defining this macro does not affect the generated code (however, incorrect
4684    definitions that omit an rtl code that may be matched by the predicate can
4685    cause the compiler to malfunction).  Instead, it allows the table built by
4686    `genrecog' to be more compact and efficient, thus speeding up the compiler.
4687    The most important predicates to include in the list specified by this macro
4688    are thoses used in the most insn patterns.  */
4689 #define PREDICATE_CODES                                 \
4690   {"shift_operator", {ASHIFT, ASHIFTRT, LSHIFTRT }},    \
4691   {"equality_operator", {EQ, NE }},                     \
4692   {"inequality_operator", {GE, GT, LE, LT, GEU, GTU, LEU, LTU }}, \
4693   {"xstormy16_ineqsi_operator", {LT, GE, LTU, GEU }},
4694
4695 /* An alias for a machine mode name.  This is the machine mode that elements of
4696    a jump-table should have.  */
4697 #define CASE_VECTOR_MODE SImode
4698
4699 /* Define as C expression which evaluates to nonzero if the tablejump
4700    instruction expects the table to contain offsets from the address of the
4701    table.
4702    Do not define this if the table should contain absolute addresses.  */
4703 /* #define CASE_VECTOR_PC_RELATIVE 1 */
4704
4705 /* Define this if control falls through a `case' insn when the index value is
4706    out of range.  This means the specified default-label is actually ignored by
4707    the `case' insn proper.  */
4708 /* #define CASE_DROPS_THROUGH */
4709
4710 /* Define this to be the smallest number of different values for which it is
4711    best to use a jump-table instead of a tree of conditional branches.  The
4712    default is four for machines with a `casesi' instruction and five otherwise.
4713    This is best for most machines.  */
4714 /* #define CASE_VALUES_THRESHOLD */
4715
4716 /* Define this macro if operations between registers with integral mode smaller
4717    than a word are always performed on the entire register.  Most RISC machines
4718    have this property and most CISC machines do not.  */
4719 #define WORD_REGISTER_OPERATIONS
4720
4721 /* Define this macro to be a C expression indicating when insns that read
4722    memory in MODE, an integral mode narrower than a word, set the bits outside
4723    of MODE to be either the sign-extension or the zero-extension of the data
4724    read.  Return `SIGN_EXTEND' for values of MODE for which the insn
4725    sign-extends, `ZERO_EXTEND' for which it zero-extends, and `NIL' for other
4726    modes.
4727
4728    This macro is not called with MODE non-integral or with a width greater than
4729    or equal to `BITS_PER_WORD', so you may return any value in this case.  Do
4730    not define this macro if it would always return `NIL'.  On machines where
4731    this macro is defined, you will normally define it as the constant
4732    `SIGN_EXTEND' or `ZERO_EXTEND'.  */
4733 #define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
4734
4735 /* Define if loading short immediate values into registers sign extends.  */
4736 /* #define SHORT_IMMEDIATES_SIGN_EXTEND */
4737
4738 /* An alias for a tree code that should be used by default for conversion of
4739    floating point values to fixed point.  Normally, `FIX_ROUND_EXPR' is used.  */
4740 /* #define IMPLICIT_FIX_EXPR */
4741
4742 /* Define this macro if the same instructions that convert a floating point
4743    number to a signed fixed point number also convert validly to an unsigned
4744    one.  */
4745 /* #define FIXUNS_TRUNC_LIKE_FIX_TRUNC */
4746
4747 /* An alias for a tree code that is the easiest kind of division to compile
4748    code for in the general case.  It may be `TRUNC_DIV_EXPR', `FLOOR_DIV_EXPR',
4749    `CEIL_DIV_EXPR' or `ROUND_DIV_EXPR'.  These four division operators differ
4750    in how they round the result to an integer.  `EASY_DIV_EXPR' is used when it
4751    is permissible to use any of those kinds of division and the choice should
4752    be made on the basis of efficiency.  */
4753 #define EASY_DIV_EXPR TRUNC_DIV_EXPR
4754
4755 /* The maximum number of bytes that a single instruction can move quickly from
4756    memory to memory.  */
4757 #define MOVE_MAX 2
4758
4759 /* The maximum number of bytes that a single instruction can move quickly from
4760    memory to memory.  If this is undefined, the default is `MOVE_MAX'.
4761    Otherwise, it is the constant value that is the largest value that
4762    `MOVE_MAX' can have at run-time.  */
4763 /* #define MAX_MOVE_MAX */
4764
4765 /* A C expression that is nonzero if on this machine the number of bits
4766    actually used for the count of a shift operation is equal to the number of
4767    bits needed to represent the size of the object being shifted.  When this
4768    macro is non-zero, the compiler will assume that it is safe to omit a
4769    sign-extend, zero-extend, and certain bitwise `and' instructions that
4770    truncates the count of a shift operation.  On machines that have
4771    instructions that act on bitfields at variable positions, which may include
4772    `bit test' instructions, a nonzero `SHIFT_COUNT_TRUNCATED' also enables
4773    deletion of truncations of the values that serve as arguments to bitfield
4774    instructions.
4775
4776    If both types of instructions truncate the count (for shifts) and position
4777    (for bitfield operations), or if no variable-position bitfield instructions
4778    exist, you should define this macro.
4779
4780    However, on some machines, such as the 80386 and the 680x0, truncation only
4781    applies to shift operations and not the (real or pretended) bitfield
4782    operations.  Define `SHIFT_COUNT_TRUNCATED' to be zero on such machines.
4783    Instead, add patterns to the `md' file that include the implied truncation
4784    of the shift instructions.
4785
4786    You need not define this macro if it would always have the value of zero.  */
4787 #define SHIFT_COUNT_TRUNCATED 1
4788
4789 /* A C expression which is nonzero if on this machine it is safe to "convert"
4790    an integer of INPREC bits to one of OUTPREC bits (where OUTPREC is smaller
4791    than INPREC) by merely operating on it as if it had only OUTPREC bits.
4792
4793    On many machines, this expression can be 1.
4794
4795    When `TRULY_NOOP_TRUNCATION' returns 1 for a pair of sizes for modes for
4796    which `MODES_TIEABLE_P' is 0, suboptimal code can result.  If this is the
4797    case, making `TRULY_NOOP_TRUNCATION' return 0 in such cases may improve
4798    things.  */
4799 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
4800
4801 /* A C expression describing the value returned by a comparison operator with
4802    an integral mode and stored by a store-flag instruction (`sCOND') when the
4803    condition is true.  This description must apply to *all* the `sCOND'
4804    patterns and all the comparison operators whose results have a `MODE_INT'
4805    mode.
4806
4807    A value of 1 or -1 means that the instruction implementing the comparison
4808    operator returns exactly 1 or -1 when the comparison is true and 0 when the
4809    comparison is false.  Otherwise, the value indicates which bits of the
4810    result are guaranteed to be 1 when the comparison is true.  This value is
4811    interpreted in the mode of the comparison operation, which is given by the
4812    mode of the first operand in the `sCOND' pattern.  Either the low bit or the
4813    sign bit of `STORE_FLAG_VALUE' be on.  Presently, only those bits are used
4814    by the compiler.
4815
4816    If `STORE_FLAG_VALUE' is neither 1 or -1, the compiler will generate code
4817    that depends only on the specified bits.  It can also replace comparison
4818    operators with equivalent operations if they cause the required bits to be
4819    set, even if the remaining bits are undefined.  For example, on a machine
4820    whose comparison operators return an `SImode' value and where
4821    `STORE_FLAG_VALUE' is defined as `0x80000000', saying that just the sign bit
4822    is relevant, the expression
4823
4824         (ne:SI (and:SI X (const_int POWER-OF-2)) (const_int 0))
4825
4826    can be converted to
4827
4828         (ashift:SI X (const_int N))
4829
4830    where N is the appropriate shift count to move the bit being tested into the
4831    sign bit.
4832
4833    There is no way to describe a machine that always sets the low-order bit for
4834    a true value, but does not guarantee the value of any other bits, but we do
4835    not know of any machine that has such an instruction.  If you are trying to
4836    port GNU CC to such a machine, include an instruction to perform a
4837    logical-and of the result with 1 in the pattern for the comparison operators
4838    and let us know.
4839
4840    Often, a machine will have multiple instructions that obtain a value from a
4841    comparison (or the condition codes).  Here are rules to guide the choice of
4842    value for `STORE_FLAG_VALUE', and hence the instructions to be used:
4843
4844       * Use the shortest sequence that yields a valid definition for
4845         `STORE_FLAG_VALUE'.  It is more efficient for the compiler to
4846         "normalize" the value (convert it to, e.g., 1 or 0) than for
4847         the comparison operators to do so because there may be
4848         opportunities to combine the normalization with other
4849         operations.
4850
4851       * For equal-length sequences, use a value of 1 or -1, with -1
4852         being slightly preferred on machines with expensive jumps and
4853         1 preferred on other machines.
4854
4855       * As a second choice, choose a value of `0x80000001' if
4856         instructions exist that set both the sign and low-order bits
4857         but do not define the others.
4858
4859       * Otherwise, use a value of `0x80000000'.
4860
4861    Many machines can produce both the value chosen for `STORE_FLAG_VALUE' and
4862    its negation in the same number of instructions.  On those machines, you
4863    should also define a pattern for those cases, e.g., one matching
4864
4865         (set A (neg:M (ne:M B C)))
4866
4867    Some machines can also perform `and' or `plus' operations on condition code
4868    values with less instructions than the corresponding `sCOND' insn followed
4869    by `and' or `plus'.  On those machines, define the appropriate patterns.
4870    Use the names `incscc' and `decscc', respectively, for the the patterns
4871    which perform `plus' or `minus' operations on condition code values.  See
4872    `rs6000.md' for some examples.  The GNU Superoptizer can be used to find
4873    such instruction sequences on other machines.
4874
4875    You need not define `STORE_FLAG_VALUE' if the machine has no store-flag
4876    instructions.  */
4877 /* #define STORE_FLAG_VALUE */
4878
4879 /* A C expression that gives a non-zero floating point value that is returned
4880    when comparison operators with floating-point results are true.  Define this
4881    macro on machine that have comparison operations that return floating-point
4882    values.  If there are no such operations, do not define this macro.  */
4883 /* #define FLOAT_STORE_FLAG_VALUE */
4884
4885 /* An alias for the machine mode for pointers.  On most machines, define this
4886    to be the integer mode corresponding to the width of a hardware pointer;
4887    `SImode' on 32-bit machine or `DImode' on 64-bit machines.  On some machines
4888    you must define this to be one of the partial integer modes, such as
4889    `PSImode'.
4890
4891    The width of `Pmode' must be at least as large as the value of
4892    `POINTER_SIZE'.  If it is not equal, you must define the macro
4893    `POINTERS_EXTEND_UNSIGNED' to specify how pointers are extended to `Pmode'.  */
4894 #define Pmode HImode
4895
4896 /* An alias for the machine mode used for memory references to functions being
4897    called, in `call' RTL expressions.  On most machines this should be
4898    `QImode'.  */
4899 #define FUNCTION_MODE HImode
4900
4901 /* A C expression for the maximum number of instructions above which the
4902    function DECL should not be inlined.  DECL is a `FUNCTION_DECL' node.
4903
4904    The default definition of this macro is 64 plus 8 times the number of
4905    arguments that the function accepts.  Some people think a larger threshold
4906    should be used on RISC machines.  */
4907 /* #define INTEGRATE_THRESHOLD(DECL) */
4908
4909 /* Define this if the preprocessor should ignore `#sccs' directives and print
4910    no error message.
4911
4912    Defined in svr4.h.  */
4913 /* #define SCCS_DIRECTIVE */
4914
4915 /* Define this macro if the system header files support C++ as well as C.  This
4916    macro inhibits the usual method of using system header files in C++, which
4917    is to pretend that the file's contents are enclosed in `extern "C" {...}'.  */
4918 #define NO_IMPLICIT_EXTERN_C
4919
4920 /* Define this macro if you want to implement any pragmas.  If defined, it
4921    should be a C expression to be executed when #pragma is seen.  The
4922    argument GETC is a function which will return the next character in the
4923    input stream, or EOF if no characters are left.  The argument UNGETC is
4924    a function which will push a character back into the input stream.  The
4925    argument NAME is the word following #pragma in the input stream.  The input
4926    stream pointer will be pointing just beyond the end of this word.  The
4927    expression should return true if it handled the pragma, false otherwise.
4928    The input stream should be left undistrubed if false is returned, otherwise
4929    it should be pointing at the next character after the end of the pragma.
4930    Any characters left between the end of the pragma and the end of the line will
4931    be ignored.
4932    
4933    It is generally a bad idea to implement new uses of `#pragma'.  The only
4934    reason to define this macro is for compatibility with other compilers that
4935    do support `#pragma' for the sake of any user programs which already use it.  */
4936 /* #define HANDLE_PRAGMA(GETC, UNGETC, NAME) handle_pragma (GETC, UNGETC, NAME) */
4937
4938 /* Define this macro to handle System V style pragmas: #pragma pack and
4939    #pragma weak.  Note, #pragma weak will only be supported if SUPPORT_WEAK is
4940    defined.
4941
4942    Defined in svr4.h.  */
4943 #define HANDLE_SYSV_PRAGMA
4944
4945 /* Define this macro if you want to support the Win32 style pragmas
4946    #pragma pack(push,<n>) and #pragma pack(pop).  */
4947 /* HANDLE_PRAGMA_PACK_PUSH_POP 1 */
4948    
4949 /* Define this macro to control use of the character `$' in identifier names.
4950    The value should be 0, 1, or 2.  0 means `$' is not allowed by default; 1
4951    means it is allowed by default if `-traditional' is used; 2 means it is
4952    allowed by default provided `-ansi' is not used.  1 is the default; there is
4953    no need to define this macro in that case.  */
4954 /* #define DOLLARS_IN_IDENTIFIERS */
4955
4956 /* Define this macro if the assembler does not accept the character `$' in
4957    label names.  By default constructors and destructors in G++ have `$' in the
4958    identifiers.  If this macro is defined, `.' is used instead.
4959
4960    Defined in svr4.h.  */
4961 /* #define NO_DOLLAR_IN_LABEL */
4962
4963 /* Define this macro if the assembler does not accept the character `.' in
4964    label names.  By default constructors and destructors in G++ have names that
4965    use `.'.  If this macro is defined, these names are rewritten to avoid `.'.  */
4966 /* #define NO_DOT_IN_LABEL */
4967
4968 /* Define this macro if the target system expects every program's `main'
4969    function to return a standard "success" value by default (if no other value
4970    is explicitly returned).
4971
4972    The definition should be a C statement (sans semicolon) to generate the
4973    appropriate rtl instructions.  It is used only when compiling the end of
4974    `main'.  */
4975 /* #define DEFAULT_MAIN_RETURN */
4976
4977 /* Define this if the target system supports the function `atexit' from the
4978    ANSI C standard.  If this is not defined, and `INIT_SECTION_ASM_OP' is not
4979    defined, a default `exit' function will be provided to support C++.
4980
4981    Defined by svr4.h */
4982 /* #define HAVE_ATEXIT */
4983
4984 /* Define this if your `exit' function needs to do something besides calling an
4985    external function `_cleanup' before terminating with `_exit'.  The
4986    `EXIT_BODY' macro is only needed if netiher `HAVE_ATEXIT' nor
4987    `INIT_SECTION_ASM_OP' are defined.  */
4988 /* #define EXIT_BODY */
4989
4990 /* Define this macro as a C expression that is nonzero if it is safe for the
4991    delay slot scheduler to place instructions in the delay slot of INSN, even
4992    if they appear to use a resource set or clobbered in INSN.  INSN is always a
4993    `jump_insn' or an `insn'; GNU CC knows that every `call_insn' has this
4994    behavior.  On machines where some `insn' or `jump_insn' is really a function
4995    call and hence has this behavior, you should define this macro.
4996
4997    You need not define this macro if it would always return zero.  */
4998 /* #define INSN_SETS_ARE_DELAYED(INSN) */
4999
5000 /* Define this macro as a C expression that is nonzero if it is safe for the
5001    delay slot scheduler to place instructions in the delay slot of INSN, even
5002    if they appear to set or clobber a resource referenced in INSN.  INSN is
5003    always a `jump_insn' or an `insn'.  On machines where some `insn' or
5004    `jump_insn' is really a function call and its operands are registers whose
5005    use is actually in the subroutine it calls, you should define this macro.
5006    Doing so allows the delay slot scheduler to move instructions which copy
5007    arguments into the argument registers into the delay slot of INSN.
5008
5009    You need not define this macro if it would always return zero.  */
5010 /* #define INSN_REFERENCES_ARE_DELAYED(INSN) */
5011
5012 /* In rare cases, correct code generation requires extra machine dependent
5013    processing between the second jump optimization pass and delayed branch
5014    scheduling.  On those machines, define this macro as a C statement to act on
5015    the code starting at INSN.  */
5016 /* #define MACHINE_DEPENDENT_REORG(INSN) */
5017
5018 /* Define this macro if in some cases global symbols from one translation unit
5019    may not be bound to undefined symbols in another translation unit without
5020    user intervention.  For instance, under Microsoft Windows symbols must be
5021    explicitly imported from shared libraries (DLLs).  */
5022 /* #define MULTIPLE_SYMBOL_SPACES */
5023
5024 /* A C expression for the maximum number of instructions to execute via
5025    conditional execution instructions instead of a branch.  A value of
5026    BRANCH_COST+1 is the default if the machine does not use
5027    cc0, and 1 if it does use cc0.  */
5028 /* #define MAX_CONDITIONAL_EXECUTE */
5029
5030 /* A C statement that adds to tree CLOBBERS a set of STRING_CST trees for any
5031    hard regs the port wishes to automatically clobber for all asms.  */
5032 /* #define MD_ASM_CLOBBERS(CLOBBERS) */
5033
5034 /* Indicate how many instructions can be issued at the same time.  */
5035 /* #define ISSUE_RATE */
5036
5037 /* A C statement which is executed by the Haifa scheduler at the beginning of
5038    each block of instructions that are to be scheduled.  FILE is either a null
5039    pointer, or a stdio stream to write any debug output to.  VERBOSE is the
5040    verbose level provided by -fsched-verbose-<n>.  */
5041 /* #define MD_SCHED_INIT (FILE, VERBOSE) */
5042
5043 /* A C statement which is executed by the Haifa scheduler after it has scheduled
5044    the ready list to allow the machine description to reorder it (for example to
5045    combine two small instructions together on VLIW machines).  FILE is either a
5046    null pointer, or a stdio stream to write any debug output to.  VERBOSE is the
5047    verbose level provided by -fsched-verbose-=<n>.  READY is a pointer to the
5048    ready list of instructions that are ready to be scheduled.  N_READY is the
5049    number of elements in the ready list.  The scheduler reads the ready list in
5050    reverse order, starting with READY[N_READY-1] and going to READY[0].  CLOCK
5051    is the timer tick of the scheduler.  CAN_ISSUE_MORE is an output parameter that
5052    is set to the number of insns that can issue this clock; normally this is just
5053    'issue_rate'  */
5054 /* #define  MD_SCHED_REORDER (FILE, VERBOSE, READY, N_READY, CLOCK, CAN_ISSUE_MORE) */
5055
5056 /* A C statement which is executed by the Haifa scheduler after it has scheduled
5057    an insn from the ready list.  FILE is either a null pointer, or a stdio stream
5058    to write any debug output to.  VERBOSE is the verbose level provided by
5059    -fsched-verbose-<n>.  INSN is the instruction that was scheduled.  MORE is the
5060    number of instructions that can be issued in the current cycle.  This macro
5061    is responsible for updating the value of MORE (typically by (MORE)--).  */
5062 /* #define MD_SCHED_VARIABLE_ISSUE (FILE, VERBOSE, INSN, MORE) */
5063
5064 /* Define this to the largest integer machine mode which can be used for
5065    operations other than load, store and copy operations.  You need only define
5066    this macro if the target holds values larger than word_mode in general purpose
5067    registers.  Most targets should not define this macro.  */
5068 /* #define MAX_INTEGER_COMPUTATION_MODE */
5069
5070 /* Define this macro as a C string constant for the linker argument to link in the
5071    system math library, or "" if the target does not have a separate math library.
5072    You need only define this macro if the default of "-lm" is wrong.  */
5073 /* #define  MATH_LIBRARY */
5074 \f
5075 /* Define the information needed to generate branch and scc insns.  This is
5076    stored from the compare operation.  Note that we can't use "rtx" here
5077    since it hasn't been defined!  */
5078
5079 extern struct rtx_def *xstormy16_compare_op0, *xstormy16_compare_op1;
5080
5081 /* End of xstormy16.h */