OSDN Git Service

2009-05-14 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / config / h8300 / h8300.h
1 /* Definitions of target machine for GNU compiler.
2    Renesas H8/300 (generic)
3    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
4    2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
5    Free Software Foundation, Inc.
6    Contributed by Steve Chamberlain (sac@cygnus.com),
7    Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
8
9 This file is part of GCC.
10
11 GCC is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 3, or (at your option)
14 any later version.
15
16 GCC is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with GCC; see the file COPYING3.  If not see
23 <http://www.gnu.org/licenses/>.  */
24
25 #ifndef GCC_H8300_H
26 #define GCC_H8300_H
27
28 /* Which CPU to compile for.
29    We use int for CPU_TYPE to avoid lots of casts.  */
30 #if 0 /* defined in insn-attr.h, here for documentation */
31 enum attr_cpu { CPU_H8300, CPU_H8300H };
32 #endif
33 extern int cpu_type;
34
35 /* Various globals defined in h8300.c.  */
36
37 extern const char *h8_push_op, *h8_pop_op, *h8_mov_op;
38 extern const char * const *h8_reg_names;
39
40 /* Target CPU builtins.  */
41 #define TARGET_CPU_CPP_BUILTINS()                       \
42   do                                                    \
43     {                                                   \
44       if (TARGET_H8300H)                                \
45         {                                               \
46           builtin_define ("__H8300H__");                \
47           builtin_assert ("cpu=h8300h");                \
48           builtin_assert ("machine=h8300h");            \
49           if (TARGET_NORMAL_MODE)                       \
50             {                                           \
51               builtin_define ("__NORMAL_MODE__");       \
52             }                                           \
53         }                                               \
54       else if (TARGET_H8300SX)                          \
55         {                                               \
56           builtin_define ("__H8300SX__");               \
57           if (TARGET_NORMAL_MODE)                       \
58             {                                           \
59               builtin_define ("__NORMAL_MODE__");       \
60             }                                           \
61         }                                               \
62       else if (TARGET_H8300S)                           \
63         {                                               \
64           builtin_define ("__H8300S__");                \
65           builtin_assert ("cpu=h8300s");                \
66           builtin_assert ("machine=h8300s");            \
67           if (TARGET_NORMAL_MODE)                       \
68             {                                           \
69               builtin_define ("__NORMAL_MODE__");       \
70             }                                           \
71         }                                               \
72       else                                              \
73         {                                               \
74           builtin_define ("__H8300__");                 \
75           builtin_assert ("cpu=h8300");                 \
76           builtin_assert ("machine=h8300");             \
77         }                                               \
78     }                                                   \
79   while (0)
80
81 #define LINK_SPEC "%{mh:%{mn:-m h8300hn}} %{mh:%{!mn:-m h8300h}} %{ms:%{mn:-m h8300sn}} %{ms:%{!mn:-m h8300s}}"
82
83 #define LIB_SPEC "%{mrelax:-relax} %{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
84
85 #define OPTIMIZATION_OPTIONS(LEVEL, SIZE)                                \
86   do                                                                     \
87     {                                                                    \
88       /* Basic block reordering is only beneficial on targets with cache \
89          and/or variable-cycle branches where (cycle count taken !=      \
90          cycle count not taken).  */                                     \
91       flag_reorder_blocks = 0;                                           \
92     }                                                                    \
93   while (0)
94
95 /* Print subsidiary information on the compiler version in use.  */
96
97 #define TARGET_VERSION fprintf (stderr, " (Renesas H8/300)");
98
99 /* Macros used in the machine description to test the flags.  */
100
101 /* Select between the H8/300 and H8/300H CPUs.  */
102 #define TARGET_H8300    (! TARGET_H8300H && ! TARGET_H8300S)
103 #define TARGET_H8300S   (TARGET_H8300S_1 || TARGET_H8300SX)
104 /* Some multiply instructions are not available in all H8SX variants.
105    Use this macro instead of TARGET_H8300SX to indicate this, even
106    though we don't actually generate different code for now.  */
107 #define TARGET_H8300SXMUL TARGET_H8300SX
108
109 #ifdef IN_LIBGCC2
110 #undef TARGET_H8300H
111 #undef TARGET_H8300S
112 #undef TARGET_NORMAL_MODE
113 /* If compiling libgcc2, make these compile time constants based on what
114    flags are we actually compiling with.  */
115 #ifdef __H8300H__
116 #define TARGET_H8300H   1
117 #else
118 #define TARGET_H8300H   0
119 #endif
120 #ifdef __H8300S__
121 #define TARGET_H8300S   1
122 #else
123 #define TARGET_H8300S   0
124 #endif
125 #ifdef __NORMAL_MODE__
126 #define TARGET_NORMAL_MODE 1
127 #else
128 #define TARGET_NORMAL_MODE 0
129 #endif
130 #endif /* !IN_LIBGCC2 */
131
132 /* Do things that must be done once at start up.  */
133
134 #define OVERRIDE_OPTIONS                        \
135   do                                            \
136     {                                           \
137       h8300_init_once ();                       \
138     }                                           \
139   while (0)
140
141 /* Default target_flags if no switches specified.  */
142
143 #ifndef TARGET_DEFAULT
144 #define TARGET_DEFAULT (MASK_QUICKCALL)
145 #endif
146
147 /* Show we can debug even without a frame pointer.  */
148 /* #define CAN_DEBUG_WITHOUT_FP */
149
150 /* Define this if addresses of constant functions
151    shouldn't be put through pseudo regs where they can be cse'd.
152    Desirable on machines where ordinary constants are expensive
153    but a CALL with constant address is cheap.
154
155    Calls through a register are cheaper than calls to named
156    functions; however, the register pressure this causes makes
157    CSEing of function addresses generally a lose.  */
158 #define NO_FUNCTION_CSE
159 \f
160 /* Target machine storage layout */
161
162 /* Define this if most significant bit is lowest numbered
163    in instructions that operate on numbered bit-fields.
164    This is not true on the H8/300.  */
165 #define BITS_BIG_ENDIAN 0
166
167 /* Define this if most significant byte of a word is the lowest numbered.  */
168 /* That is true on the H8/300.  */
169 #define BYTES_BIG_ENDIAN 1
170
171 /* Define this if most significant word of a multiword number is lowest
172    numbered.  */
173 #define WORDS_BIG_ENDIAN 1
174
175 #define MAX_BITS_PER_WORD       32
176
177 /* Width of a word, in units (bytes).  */
178 #define UNITS_PER_WORD          (TARGET_H8300H || TARGET_H8300S ? 4 : 2)
179 #define MIN_UNITS_PER_WORD      2
180
181 #define SHORT_TYPE_SIZE 16
182 #define INT_TYPE_SIZE           (TARGET_INT32 ? 32 : 16)
183 #define LONG_TYPE_SIZE          32
184 #define LONG_LONG_TYPE_SIZE     64
185 #define FLOAT_TYPE_SIZE 32
186 #define DOUBLE_TYPE_SIZE        32
187 #define LONG_DOUBLE_TYPE_SIZE   DOUBLE_TYPE_SIZE
188
189 #define MAX_FIXED_MODE_SIZE     32
190
191 /* Allocation boundary (in *bits*) for storing arguments in argument list.  */
192 #define PARM_BOUNDARY (TARGET_H8300H || TARGET_H8300S ? 32 : 16)
193
194 /* Allocation boundary (in *bits*) for the code of a function.  */
195 #define FUNCTION_BOUNDARY 16
196
197 /* Alignment of field after `int : 0' in a structure.  */
198 /* One can argue this should be 32 for -mint32, but since 32-bit ints only
199    need 16-bit alignment, this is left as is so that -mint32 doesn't change
200    structure layouts.  */
201 #define EMPTY_FIELD_BOUNDARY 16
202
203 /* No data type wants to be aligned rounder than this.
204    32-bit values are aligned as such on the H8/300H and H8S for speed.  */
205 #define BIGGEST_ALIGNMENT \
206 (((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16)
207
208 /* The stack goes in 16/32 bit lumps.  */
209 #define STACK_BOUNDARY (TARGET_H8300 ? 16 : 32)
210
211 /* Define this if move instructions will actually fail to work
212    when given unaligned data.  */
213 /* On the H8/300, longs can be aligned on halfword boundaries, but not
214    byte boundaries.  */
215 #define STRICT_ALIGNMENT 1
216 \f
217 /* Standard register usage.  */
218
219 /* Number of actual hardware registers.
220    The hardware registers are assigned numbers for the compiler
221    from 0 to just below FIRST_PSEUDO_REGISTER.
222
223    All registers that the compiler knows about must be given numbers,
224    even those that are not normally considered general registers.
225
226    Reg 9 does not correspond to any hardware register, but instead
227    appears in the RTL as an argument pointer prior to reload, and is
228    eliminated during reloading in favor of either the stack or frame
229    pointer.  */
230
231 #define FIRST_PSEUDO_REGISTER 12
232
233 /* 1 for registers that have pervasive standard uses
234    and are not available for the register allocator.  */
235
236 #define FIXED_REGISTERS                         \
237 /* r0 r1 r2 r3 r4 r5 r6 r7 mac ap rap fp */     \
238   { 0, 0, 0, 0, 0, 0, 0, 1,  0, 1,  1, 1 }
239
240 /* 1 for registers not available across function calls.
241    These must include the FIXED_REGISTERS and also any
242    registers that can be used without being saved.
243    The latter must include the registers where values are returned
244    and the register where structure-value addresses are passed.
245    Aside from that, you can include as many other registers as you
246    like.
247
248    H8 destroys r0,r1,r2,r3.  */
249
250 #define CALL_USED_REGISTERS                     \
251 /* r0 r1 r2 r3 r4 r5 r6 r7 mac ap rap fp */     \
252   { 1, 1, 1, 1, 0, 0, 0, 1,  1, 1,  1, 1 }
253
254 #define REG_ALLOC_ORDER                         \
255 /* r0 r1 r2 r3 r4 r5 r6 r7 mac ap rap  fp */    \
256   { 2, 3, 0, 1, 4, 5, 6, 8,  7, 9, 10, 11 }
257
258 #define CONDITIONAL_REGISTER_USAGE                      \
259 {                                                       \
260   if (!TARGET_MAC)                                      \
261     fixed_regs[MAC_REG] = call_used_regs[MAC_REG] = 1;  \
262 }
263
264 #define HARD_REGNO_NREGS(REGNO, MODE)           \
265   h8300_hard_regno_nregs ((REGNO), (MODE))
266
267 #define HARD_REGNO_MODE_OK(REGNO, MODE)         \
268   h8300_hard_regno_mode_ok ((REGNO), (MODE))
269
270 /* Value is 1 if it is a good idea to tie two pseudo registers
271    when one has mode MODE1 and one has mode MODE2.
272    If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
273    for any hard reg, then this must be 0 for correct output.  */
274 #define MODES_TIEABLE_P(MODE1, MODE2)                                     \
275   ((MODE1) == (MODE2)                                                     \
276    || (((MODE1) == QImode || (MODE1) == HImode                            \
277         || ((TARGET_H8300H || TARGET_H8300S) && (MODE1) == SImode))       \
278        &&  ((MODE2) == QImode || (MODE2) == HImode                        \
279             || ((TARGET_H8300H || TARGET_H8300S) && (MODE2) == SImode))))
280
281 /* A C expression that is nonzero if hard register NEW_REG can be
282    considered for use as a rename register for OLD_REG register */
283
284 #define HARD_REGNO_RENAME_OK(OLD_REG, NEW_REG)          \
285    h8300_hard_regno_rename_ok (OLD_REG, NEW_REG)
286
287 /* Specify the registers used for certain standard purposes.
288    The values of these macros are register numbers.  */
289
290 /* H8/300 pc is not overloaded on a register.  */
291
292 /*#define PC_REGNUM 15*/
293
294 /* Register to use for pushing function arguments.  */
295 #define STACK_POINTER_REGNUM SP_REG
296
297 /* Base register for access to local variables of the function.  */
298 #define HARD_FRAME_POINTER_REGNUM HFP_REG
299
300 /* Base register for access to local variables of the function.  */
301 #define FRAME_POINTER_REGNUM FP_REG
302
303 /* Base register for access to arguments of the function.  */
304 #define ARG_POINTER_REGNUM AP_REG
305
306 /* Register in which static-chain is passed to a function.  */
307 #define STATIC_CHAIN_REGNUM SC_REG
308
309 /* Fake register that holds the address on the stack of the
310    current function's return address.  */
311 #define RETURN_ADDRESS_POINTER_REGNUM RAP_REG
312
313 /* A C expression whose value is RTL representing the value of the return
314    address for the frame COUNT steps up from the current frame.
315    FRAMEADDR is already the frame pointer of the COUNT frame, assuming
316    a stack layout with the frame pointer as the first saved register.  */
317 #define RETURN_ADDR_RTX(COUNT, FRAME) h8300_return_addr_rtx ((COUNT), (FRAME))
318 \f
319 /* Define the classes of registers for register constraints in the
320    machine description.  Also define ranges of constants.
321
322    One of the classes must always be named ALL_REGS and include all hard regs.
323    If there is more than one class, another class must be named NO_REGS
324    and contain no registers.
325
326    The name GENERAL_REGS must be the name of a class (or an alias for
327    another name such as ALL_REGS).  This is the class of registers
328    that is allowed by "g" or "r" in a register constraint.
329    Also, registers outside this class are allocated only when
330    instructions express preferences for them.
331
332    The classes must be numbered in nondecreasing order; that is,
333    a larger-numbered class must never be contained completely
334    in a smaller-numbered class.
335
336    For any two classes, it is very desirable that there be another
337    class that represents their union.  */
338
339 enum reg_class {
340   NO_REGS, COUNTER_REGS, SOURCE_REGS, DESTINATION_REGS,
341   GENERAL_REGS, MAC_REGS, ALL_REGS, LIM_REG_CLASSES
342 };
343
344 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
345
346 /* Give names of register classes as strings for dump file.  */
347
348 #define REG_CLASS_NAMES \
349 { "NO_REGS", "COUNTER_REGS", "SOURCE_REGS", "DESTINATION_REGS", \
350   "GENERAL_REGS", "MAC_REGS", "ALL_REGS", "LIM_REGS" }
351
352 /* The following macro defines cover classes for Integrated Register
353    Allocator.  Cover classes is a set of non-intersected register
354    classes covering all hard registers used for register allocation
355    purpose.  Any move between two registers of a cover class should be
356    cheaper than load or store of the registers.  The macro value is
357    array of register classes with LIM_REG_CLASSES used as the end
358    marker.  */
359
360 #define IRA_COVER_CLASSES \
361 {                                               \
362   GENERAL_REGS, MAC_REGS, LIM_REG_CLASSES       \
363 }
364
365 /* Define which registers fit in which classes.
366    This is an initializer for a vector of HARD_REG_SET
367    of length N_REG_CLASSES.  */
368
369 #define REG_CLASS_CONTENTS                      \
370 {      {0},             /* No regs      */      \
371    {0x010},             /* COUNTER_REGS */      \
372    {0x020},             /* SOURCE_REGS */       \
373    {0x040},             /* DESTINATION_REGS */  \
374    {0xeff},             /* GENERAL_REGS */      \
375    {0x100},             /* MAC_REGS */          \
376    {0xfff},             /* ALL_REGS     */      \
377 }
378
379 /* The same information, inverted:
380    Return the class number of the smallest class containing
381    reg number REGNO.  This could be a conditional expression
382    or could index an array.  */
383
384 #define REGNO_REG_CLASS(REGNO)                          \
385   ((REGNO) == MAC_REG ? MAC_REGS                        \
386    : (REGNO) == COUNTER_REG ? COUNTER_REGS              \
387    : (REGNO) == SOURCE_REG ? SOURCE_REGS                \
388    : (REGNO) == DESTINATION_REG ? DESTINATION_REGS      \
389    : GENERAL_REGS)
390
391 /* The class value for index registers, and the one for base regs.  */
392
393 #define INDEX_REG_CLASS (TARGET_H8300SX ? GENERAL_REGS : NO_REGS)
394 #define BASE_REG_CLASS  GENERAL_REGS
395
396 /* Get reg_class from a letter such as appears in the machine description.
397
398    'a' is the MAC register.  */
399
400 #define REG_CLASS_FROM_LETTER(C) (h8300_reg_class_from_letter (C))
401
402 /* The letters I, J, K, L, M, N, O, P in a register constraint string
403    can be used to stand for particular ranges of immediate operands.
404    This macro defines what the ranges are.
405    C is the letter, and VALUE is a constant value.
406    Return 1 if VALUE is in the range specified by C.  */
407
408 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0)
409 #define CONST_OK_FOR_J(VALUE) (((VALUE) & 0xff) == 0)
410 #define CONST_OK_FOR_L(VALUE)                           \
411   (TARGET_H8300H || TARGET_H8300S                       \
412    ? (VALUE) == 1 || (VALUE) == 2 || (VALUE) == 4       \
413    : (VALUE) == 1 || (VALUE) == 2)
414 #define CONST_OK_FOR_M(VALUE)                           \
415   ((VALUE) == 1 || (VALUE) == 2)
416 #define CONST_OK_FOR_N(VALUE)                           \
417   (TARGET_H8300H || TARGET_H8300S                       \
418    ? (VALUE) == -1 || (VALUE) == -2 || (VALUE) == -4    \
419    : (VALUE) == -1 || (VALUE) == -2)
420 #define CONST_OK_FOR_O(VALUE)                           \
421   ((VALUE) == -1 || (VALUE) == -2)
422
423 /* Multi-letter constraints for constant are always started with P
424    (just because it was the only letter in the range left.  New
425    constraints for constants should be added here.  */
426 #define CONST_OK_FOR_Ppositive(VALUE, NBITS)            \
427   ((VALUE) > 0 && (VALUE) < (1 << (NBITS)))
428 #define CONST_OK_FOR_Pnegative(VALUE, NBITS)            \
429   ((VALUE) < 0 && (VALUE) > -(1 << (NBITS)))
430 #define CONST_OK_FOR_P(VALUE, STR) \
431   ((STR)[1] >= '1' && (STR)[1] <= '9' && (STR)[2] == '<'        \
432    ? (((STR)[3] == '0' || ((STR)[3] == 'X' && TARGET_H8300SX))  \
433       && CONST_OK_FOR_Pnegative ((VALUE), (STR)[1] - '0'))      \
434    : ((STR)[1] >= '1' && (STR)[1] <= '9' && (STR)[2] == '>')    \
435    ? (((STR)[3] == '0' || ((STR)[3] == 'X' && TARGET_H8300SX))  \
436       && CONST_OK_FOR_Ppositive ((VALUE), (STR)[1] - '0'))      \
437    : 0)
438 #define CONSTRAINT_LEN_FOR_P(STR) \
439   ((((STR)[1] >= '1' && (STR)[1] <= '9')                        \
440     && ((STR)[2] == '<' || (STR)[2] == '>')                     \
441     && ((STR)[3] == 'X' || (STR)[3] == '0')) ? 4                \
442    : 0)
443
444 #define CONST_OK_FOR_CONSTRAINT_P(VALUE, C, STR)        \
445   ((C) == 'P' ? CONST_OK_FOR_P ((VALUE), (STR))         \
446    : CONST_OK_FOR_LETTER_P ((VALUE), (C)))
447   
448 #define CONST_OK_FOR_LETTER_P(VALUE, C)         \
449   ((C) == 'I' ? CONST_OK_FOR_I (VALUE) :        \
450    (C) == 'J' ? CONST_OK_FOR_J (VALUE) :        \
451    (C) == 'L' ? CONST_OK_FOR_L (VALUE) :        \
452    (C) == 'M' ? CONST_OK_FOR_M (VALUE) :        \
453    (C) == 'N' ? CONST_OK_FOR_N (VALUE) :        \
454    (C) == 'O' ? CONST_OK_FOR_O (VALUE) :        \
455    0)
456
457 /* Similar, but for floating constants, and defining letters G and H.
458    Here VALUE is the CONST_DOUBLE rtx itself.
459
460   `G' is a floating-point zero.  */
461
462 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C)  \
463   ((C) == 'G' ? (VALUE) == CONST0_RTX (SFmode)  \
464    : 0)
465
466 /* Given an rtx X being reloaded into a reg required to be
467    in class CLASS, return the class of reg to actually use.
468    In general this is just CLASS; but on some machines
469    in some cases it is preferable to use a more restrictive class.  */
470
471 #define PREFERRED_RELOAD_CLASS(X, CLASS)  (CLASS)
472
473 /* Return the maximum number of consecutive registers
474    needed to represent mode MODE in a register of class CLASS.  */
475
476 /* On the H8, this is the size of MODE in words.  */
477
478 #define CLASS_MAX_NREGS(CLASS, MODE)    \
479   ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
480
481 /* Any SI register-to-register move may need to be reloaded,
482    so define REGISTER_MOVE_COST to be > 2 so that reload never
483    shortcuts.  */
484
485 #define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2)  \
486   (CLASS1 == MAC_REGS || CLASS2 == MAC_REGS ? 6 : 3)
487 \f
488 /* Stack layout; function entry, exit and calling.  */
489
490 /* Define this if pushing a word on the stack
491    makes the stack pointer a smaller address.  */
492
493 #define STACK_GROWS_DOWNWARD
494
495 /* Define this to nonzero if the nominal address of the stack frame
496    is at the high-address end of the local variables;
497    that is, each additional local variable allocated
498    goes at a more negative offset in the frame.  */
499
500 #define FRAME_GROWS_DOWNWARD 1
501
502 /* Offset within stack frame to start allocating local variables at.
503    If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
504    first local allocated.  Otherwise, it is the offset to the BEGINNING
505    of the first local allocated.  */
506
507 #define STARTING_FRAME_OFFSET 0
508
509 /* If we generate an insn to push BYTES bytes,
510    this says how many the stack pointer really advances by.
511
512    On the H8/300, @-sp really pushes a byte if you ask it to - but that's
513    dangerous, so we claim that it always pushes a word, then we catch
514    the mov.b rx,@-sp and turn it into a mov.w rx,@-sp on output.
515
516    On the H8/300H, we simplify TARGET_QUICKCALL by setting this to 4
517    and doing a similar thing.  */
518
519 #define PUSH_ROUNDING(BYTES) \
520   (((BYTES) + PARM_BOUNDARY / 8 - 1) & -PARM_BOUNDARY / 8)
521
522 /* Offset of first parameter from the argument pointer register value.  */
523 /* Is equal to the size of the saved fp + pc, even if an fp isn't
524    saved since the value is used before we know.  */
525
526 #define FIRST_PARM_OFFSET(FNDECL) 0
527
528 /* Value is the number of bytes of arguments automatically
529    popped when returning from a subroutine call.
530    FUNDECL is the declaration node of the function (as a tree),
531    FUNTYPE is the data type of the function (as a tree),
532    or for a library call it is an identifier node for the subroutine name.
533    SIZE is the number of bytes of arguments passed on the stack.
534
535    On the H8 the return does not pop anything.  */
536
537 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, SIZE) 0
538
539 /* Definitions for register eliminations.
540
541    This is an array of structures.  Each structure initializes one pair
542    of eliminable registers.  The "from" register number is given first,
543    followed by "to".  Eliminations of the same "from" register are listed
544    in order of preference.
545
546    We have three registers that can be eliminated on the h8300.
547    First, the frame pointer register can often be eliminated in favor
548    of the stack pointer register.  Secondly, the argument pointer
549    register and the return address pointer register are always
550    eliminated; they are replaced with either the stack or frame
551    pointer.  */
552
553 #define ELIMINABLE_REGS                                         \
554 {{ ARG_POINTER_REGNUM, STACK_POINTER_REGNUM},                   \
555  { ARG_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM},              \
556  { RETURN_ADDRESS_POINTER_REGNUM, STACK_POINTER_REGNUM},        \
557  { RETURN_ADDRESS_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM},   \
558  { FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM},                 \
559  { FRAME_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM}}
560
561 /* Given FROM and TO register numbers, say whether this elimination is allowed.
562    Frame pointer elimination is automatically handled.
563
564    For the h8300, if frame pointer elimination is being done, we would like to
565    convert ap and rp into sp, not fp.
566
567    All other eliminations are valid.  */
568
569 #define CAN_ELIMINATE(FROM, TO)                                 \
570   ((TO) == STACK_POINTER_REGNUM ? ! frame_pointer_needed : 1)
571
572 /* Define the offset between two registers, one to be eliminated, and the other
573    its replacement, at the start of a routine.  */
574
575 #define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET)            \
576   ((OFFSET) = h8300_initial_elimination_offset ((FROM), (TO)))
577
578 /* Define how to find the value returned by a function.
579    VALTYPE is the data type of the value (as a tree).
580    If the precise function being called is known, FUNC is its FUNCTION_DECL;
581    otherwise, FUNC is 0.
582
583    On the H8 the return value is in R0/R1.  */
584
585 #define FUNCTION_VALUE(VALTYPE, FUNC) \
586   gen_rtx_REG (TYPE_MODE (VALTYPE), R0_REG)
587
588 /* Define how to find the value returned by a library function
589    assuming the value has mode MODE.  */
590
591 /* On the H8 the return value is in R0/R1.  */
592
593 #define LIBCALL_VALUE(MODE) \
594   gen_rtx_REG (MODE, R0_REG)
595
596 /* 1 if N is a possible register number for a function value.
597    On the H8, R0 is the only register thus used.  */
598
599 #define FUNCTION_VALUE_REGNO_P(N) ((N) == R0_REG)
600
601 /* Define this if PCC uses the nonreentrant convention for returning
602    structure and union values.  */
603
604 /*#define PCC_STATIC_STRUCT_RETURN*/
605
606 /* 1 if N is a possible register number for function argument passing.
607    On the H8, no registers are used in this way.  */
608
609 #define FUNCTION_ARG_REGNO_P(N) (TARGET_QUICKCALL ? N < 3 : 0)
610
611 /* When defined, the compiler allows registers explicitly used in the
612    rtl to be used as spill registers but prevents the compiler from
613    extending the lifetime of these registers.  */
614
615 #define SMALL_REGISTER_CLASSES 1
616 \f
617 /* Define a data type for recording info about an argument list
618    during the scan of that argument list.  This data type should
619    hold all necessary information about the function itself
620    and about the args processed so far, enough to enable macros
621    such as FUNCTION_ARG to determine where the next arg should go.
622
623    On the H8/300, this is a two item struct, the first is the number
624    of bytes scanned so far and the second is the rtx of the called
625    library function if any.  */
626
627 #define CUMULATIVE_ARGS struct cum_arg
628 struct cum_arg
629 {
630   int nbytes;
631   struct rtx_def *libcall;
632 };
633
634 /* Initialize a variable CUM of type CUMULATIVE_ARGS
635    for a call to a function whose data type is FNTYPE.
636    For a library call, FNTYPE is 0.
637
638    On the H8/300, the offset starts at 0.  */
639
640 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
641  ((CUM).nbytes = 0, (CUM).libcall = LIBNAME)
642
643 /* Update the data in CUM to advance over an argument
644    of mode MODE and data type TYPE.
645    (TYPE is null for libcalls where that information may not be available.)  */
646
647 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
648  ((CUM).nbytes += ((MODE) != BLKmode                                    \
649   ? (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) & -UNITS_PER_WORD       \
650   : (int_size_in_bytes (TYPE) + UNITS_PER_WORD - 1) & -UNITS_PER_WORD))
651
652 /* Define where to put the arguments to a function.
653    Value is zero to push the argument on the stack,
654    or a hard register in which to store the argument.
655
656    MODE is the argument's machine mode.
657    TYPE is the data type of the argument (as a tree).
658     This is null for libcalls where that information may
659     not be available.
660    CUM is a variable of type CUMULATIVE_ARGS which gives info about
661     the preceding args and about the function being called.
662    NAMED is nonzero if this argument is a named parameter
663     (otherwise it is an extra parameter matching an ellipsis).  */
664
665 /* On the H8/300 all normal args are pushed, unless -mquickcall in which
666    case the first 3 arguments are passed in registers.
667    See function `function_arg'.  */
668
669 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
670   function_arg (&CUM, MODE, TYPE, NAMED)
671
672 /* Output assembler code to FILE to increment profiler label # LABELNO
673    for profiling a function entry.  */
674
675 #define FUNCTION_PROFILER(FILE, LABELNO)  \
676   fprintf (FILE, "\t%s\t#LP%d,%s\n\tjsr @mcount\n", \
677            h8_mov_op, (LABELNO), h8_reg_names[0]);
678
679 /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
680    the stack pointer does not matter.  The value is tested only in
681    functions that have frame pointers.
682    No definition is equivalent to always zero.  */
683
684 #define EXIT_IGNORE_STACK 0
685
686 /* We emit the entire trampoline with INITIALIZE_TRAMPOLINE.
687    Depending on the pointer size, we use a different trampoline.
688
689    Pmode == HImode
690               vvvv context
691    1 0000 7903xxxx              mov.w   #0x1234,r3
692    2 0004 5A00xxxx              jmp     @0x1234
693               ^^^^ function
694
695    Pmode == SImode
696               vvvvvvvv context
697    2 0000 7A03xxxxxxxx          mov.l   #0x12345678,er3
698    3 0006 5Axxxxxx              jmp     @0x123456
699             ^^^^^^ function
700 */
701
702 /* Length in units of the trampoline for entering a nested function.  */
703
704 #define TRAMPOLINE_SIZE ((Pmode == HImode) ? 8 : 12)
705
706 /* Emit RTL insns to build a trampoline.
707    FNADDR is an RTX for the address of the function's pure code.
708    CXT is an RTX for the static chain value for the function.  */
709
710 #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT)                           \
711   do                                                                        \
712     {                                                                       \
713       if (Pmode == HImode)                                                  \
714         {                                                                   \
715           emit_move_insn (gen_rtx_MEM (HImode, (TRAMP)), GEN_INT (0x7903)); \
716           emit_move_insn (gen_rtx_MEM (Pmode, plus_constant ((TRAMP), 2)),  \
717                           (CXT));                                           \
718           emit_move_insn (gen_rtx_MEM (Pmode, plus_constant ((TRAMP), 4)),  \
719                           GEN_INT (0x5a00));                                \
720           emit_move_insn (gen_rtx_MEM (Pmode, plus_constant ((TRAMP), 6)),  \
721                           (FNADDR));                                        \
722         }                                                                   \
723       else                                                                  \
724         {                                                                   \
725           rtx tem = gen_reg_rtx (Pmode);                                    \
726                                                                             \
727           emit_move_insn (gen_rtx_MEM (HImode, (TRAMP)), GEN_INT (0x7a03)); \
728           emit_move_insn (gen_rtx_MEM (Pmode, plus_constant ((TRAMP), 2)),  \
729                           (CXT));                                           \
730           emit_move_insn (tem, (FNADDR));                                   \
731           emit_insn (gen_andsi3 (tem, tem, GEN_INT (0x00ffffff)));          \
732           emit_insn (gen_iorsi3 (tem, tem, GEN_INT (0x5a000000)));          \
733           emit_move_insn (gen_rtx_MEM (Pmode, plus_constant ((TRAMP), 6)),  \
734                           tem);                                             \
735         }                                                                   \
736     }                                                                       \
737   while (0)
738 \f
739 /* Addressing modes, and classification of registers for them.  */
740
741 #define HAVE_POST_INCREMENT 1
742 #define HAVE_PRE_DECREMENT 1
743 #define HAVE_POST_DECREMENT TARGET_H8300SX
744 #define HAVE_PRE_INCREMENT TARGET_H8300SX
745
746 /* Macros to check register numbers against specific register classes.  */
747
748 /* These assume that REGNO is a hard or pseudo reg number.
749    They give nonzero only if REGNO is a hard reg of the suitable class
750    or a pseudo reg currently allocated to a suitable hard reg.
751    Since they use reg_renumber, they are safe only once reg_renumber
752    has been allocated, which happens in local-alloc.c.  */
753
754 #define REGNO_OK_FOR_INDEX_P(regno) 0
755
756 #define REGNO_OK_FOR_BASE_P(regno)                              \
757   (((regno) < FIRST_PSEUDO_REGISTER && regno != MAC_REG)        \
758    || reg_renumber[regno] >= 0)
759 \f
760 /* Maximum number of registers that can appear in a valid memory address.  */
761
762 #define MAX_REGS_PER_ADDRESS 1
763
764 /* 1 if X is an rtx for a constant that is a valid address.  */
765
766 #define CONSTANT_ADDRESS_P(X)                                   \
767   (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF      \
768    || (GET_CODE (X) == CONST_INT                                \
769        /* We handle signed and unsigned offsets here.  */       \
770        && INTVAL (X) > (TARGET_H8300 ? -0x10000 : -0x1000000)   \
771        && INTVAL (X) < (TARGET_H8300 ? 0x10000 : 0x1000000))    \
772    || (GET_CODE (X) == HIGH || GET_CODE (X) == CONST))
773
774 /* Nonzero if the constant value X is a legitimate general operand.
775    It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE.  */
776
777 #define LEGITIMATE_CONSTANT_P(X) (h8300_legitimate_constant_p (X))
778
779 /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
780    and check its validity for a certain class.
781    We have two alternate definitions for each of them.
782    The usual definition accepts all pseudo regs; the other rejects
783    them unless they have been allocated suitable hard regs.
784    The symbol REG_OK_STRICT causes the latter definition to be used.
785
786    Most source files want to accept pseudo regs in the hope that
787    they will get allocated to the class that the insn wants them to be in.
788    Source files for reload pass need to be strict.
789    After reload, it makes no difference, since pseudo regs have
790    been eliminated by then.  */
791
792 /* Non-strict versions.  */
793 #define REG_OK_FOR_INDEX_NONSTRICT_P(X) 0
794 /* Don't use REGNO_OK_FOR_BASE_P here because it uses reg_renumber.  */
795 #define REG_OK_FOR_BASE_NONSTRICT_P(X)                          \
796   (REGNO (X) >= FIRST_PSEUDO_REGISTER || REGNO (X) != MAC_REG)
797
798 /* Strict versions.  */
799 #define REG_OK_FOR_INDEX_STRICT_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
800 #define REG_OK_FOR_BASE_STRICT_P(X)  REGNO_OK_FOR_BASE_P (REGNO (X))
801
802 #ifndef REG_OK_STRICT
803
804 #define REG_OK_FOR_INDEX_P(X) REG_OK_FOR_INDEX_NONSTRICT_P (X)
805 #define REG_OK_FOR_BASE_P(X)  REG_OK_FOR_BASE_NONSTRICT_P (X)
806
807 #else
808
809 #define REG_OK_FOR_INDEX_P(X) REG_OK_FOR_INDEX_STRICT_P (X)
810 #define REG_OK_FOR_BASE_P(X)  REG_OK_FOR_BASE_STRICT_P (X)
811
812 #endif
813
814 /* Extra constraints.  */
815
816 #define OK_FOR_Q(OP)                                    \
817   (TARGET_H8300SX && memory_operand ((OP), VOIDmode))
818
819 #define OK_FOR_R(OP)                                    \
820   (GET_CODE (OP) == CONST_INT                           \
821    ? !h8300_shift_needs_scratch_p (INTVAL (OP), QImode) \
822    : 0)
823
824 #define OK_FOR_S(OP)                                    \
825   (GET_CODE (OP) == CONST_INT                           \
826    ? !h8300_shift_needs_scratch_p (INTVAL (OP), HImode) \
827    : 0)
828
829 #define OK_FOR_T(OP)                                    \
830   (GET_CODE (OP) == CONST_INT                           \
831    ? !h8300_shift_needs_scratch_p (INTVAL (OP), SImode) \
832    : 0)
833
834 /* 'U' if valid for a bset destination;
835    i.e. a register, register indirect, or the eightbit memory region
836    (a SYMBOL_REF with an SYMBOL_REF_FLAG set).
837
838    On the H8S 'U' can also be a 16bit or 32bit absolute.  */
839 #define OK_FOR_U(OP)                                                    \
840   ((GET_CODE (OP) == REG && REG_OK_FOR_BASE_P (OP))                     \
841    || (GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == REG           \
842        && REG_OK_FOR_BASE_P (XEXP (OP, 0)))                             \
843    || (GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == SYMBOL_REF    \
844        && TARGET_H8300S)                                                \
845    || (GET_CODE (OP) == MEM && GET_CODE (XEXP (OP, 0)) == CONST         \
846        && GET_CODE (XEXP (XEXP (OP, 0), 0)) == PLUS                     \
847        && GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 0)) == SYMBOL_REF     \
848        && GET_CODE (XEXP (XEXP (XEXP (OP, 0), 0), 1)) == CONST_INT      \
849        && (TARGET_H8300S                                                \
850            || SYMBOL_REF_FLAG (XEXP (XEXP (XEXP (OP, 0), 0), 0))))      \
851    || (GET_CODE (OP) == MEM                                             \
852        && h8300_eightbit_constant_address_p (XEXP (OP, 0)))             \
853    || (GET_CODE (OP) == MEM && TARGET_H8300S                            \
854        && GET_CODE (XEXP (OP, 0)) == CONST_INT))
855
856 /* Multi-letter constraints starting with W are to be used for
857    operands that require a memory operand, i.e,. that are never used
858    along with register constraints (see EXTRA_MEMORY_CONSTRAINTS).
859    For operands that require a memory operand (or not) but that always
860    accept a register, a multi-letter constraint starting with Y should
861    be used instead.  */
862
863 #define OK_FOR_WU(OP)                                   \
864   (GET_CODE (OP) == MEM && OK_FOR_U (OP))
865
866 #define OK_FOR_W(OP, STR)                               \
867   ((STR)[1] == 'U' ? OK_FOR_WU (OP)                     \
868    : 0)
869
870 #define CONSTRAINT_LEN_FOR_W(STR)                       \
871   ((STR)[1] == 'U' ? 2                                  \
872    : 0)
873
874 /* We don't have any constraint starting with Y yet, but before
875    someone uses it for a one-letter constraint and we're left without
876    any upper-case constraints left, we reserve it for extensions
877    here.  */
878 #define OK_FOR_Y(OP, STR)                               \
879   (0)
880
881 #define CONSTRAINT_LEN_FOR_Y(STR)                       \
882   (0)
883
884 #define OK_FOR_Z(OP)                                    \
885   (TARGET_H8300SX                                       \
886    && GET_CODE (OP) == MEM                              \
887    && CONSTANT_P (XEXP ((OP), 0)))
888
889 #define EXTRA_CONSTRAINT_STR(OP, C, STR)        \
890   ((C) == 'Q' ? OK_FOR_Q (OP) :                 \
891    (C) == 'R' ? OK_FOR_R (OP) :                 \
892    (C) == 'S' ? OK_FOR_S (OP) :                 \
893    (C) == 'T' ? OK_FOR_T (OP) :                 \
894    (C) == 'U' ? OK_FOR_U (OP) :                 \
895    (C) == 'W' ? OK_FOR_W ((OP), (STR)) :        \
896    (C) == 'Y' ? OK_FOR_Y ((OP), (STR)) :        \
897    (C) == 'Z' ? OK_FOR_Z (OP) :                 \
898    0)
899
900 #define CONSTRAINT_LEN(C, STR) \
901   ((C) == 'P' ? CONSTRAINT_LEN_FOR_P (STR)      \
902    : (C) == 'W' ? CONSTRAINT_LEN_FOR_W (STR)    \
903    : (C) == 'Y' ? CONSTRAINT_LEN_FOR_Y (STR)    \
904    : DEFAULT_CONSTRAINT_LEN ((C), (STR)))
905
906 /* Experiments suggest that it's better not add 'Q' or 'U' here.  No
907    patterns need it for correctness (no patterns use 'Q' and 'U'
908    without also providing a register alternative).  And defining it
909    will mean that a spilled pseudo could be replaced by its frame
910    location in several consecutive insns.
911
912    Instead, it seems to be better to force pseudos to be reloaded
913    into registers and then use peepholes to recombine insns when
914    beneficial.
915
916    Unfortunately, for WU (unlike plain U, that matches regs as well),
917    we must require a memory address.  In fact, all multi-letter
918    constraints started with W are supposed to have this property, so
919    we just test for W here.  */
920 #define EXTRA_MEMORY_CONSTRAINT(C, STR) \
921   ((C) == 'W')
922
923 \f
924 /* Go to LABEL if ADDR (a legitimate address expression)
925    has an effect that depends on the machine mode it is used for.
926
927    On the H8/300, the predecrement and postincrement address depend thus
928    (the amount of decrement or increment being the length of the operand).  */
929
930 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) \
931   if (GET_CODE (ADDR) == PLUS \
932       && h8300_get_index (XEXP (ADDR, 0), VOIDmode, 0) != XEXP (ADDR, 0)) \
933     goto LABEL;
934 \f
935 /* Specify the machine mode that this machine uses
936    for the index in the tablejump instruction.  */
937 #define CASE_VECTOR_MODE Pmode
938
939 /* Define this as 1 if `char' should by default be signed; else as 0.
940
941    On the H8/300, sign extension is expensive, so we'll say that chars
942    are unsigned.  */
943 #define DEFAULT_SIGNED_CHAR 0
944
945 /* This flag, if defined, says the same insns that convert to a signed fixnum
946    also convert validly to an unsigned one.  */
947 #define FIXUNS_TRUNC_LIKE_FIX_TRUNC
948
949 /* Max number of bytes we can move from memory to memory
950    in one reasonably fast instruction.  */
951 #define MOVE_MAX        (TARGET_H8300H || TARGET_H8300S ? 4 : 2)
952 #define MAX_MOVE_MAX    4
953
954 /* Nonzero if access to memory by bytes is slow and undesirable.  */
955 #define SLOW_BYTE_ACCESS TARGET_SLOWBYTE
956
957 /* Define if shifts truncate the shift count
958    which implies one can omit a sign-extension or zero-extension
959    of a shift count.  */
960 /* #define SHIFT_COUNT_TRUNCATED */
961
962 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
963    is done just by pretending it is already truncated.  */
964 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
965
966 /* Specify the machine mode that pointers have.
967    After generation of rtl, the compiler makes no further distinction
968    between pointers and any other objects of this machine mode.  */
969 #define Pmode                                                                 \
970   ((TARGET_H8300H || TARGET_H8300S) && !TARGET_NORMAL_MODE ? SImode : HImode)
971
972 /* ANSI C types.
973    We use longs for the H8/300H and the H8S because ints can be 16 or 32.
974    GCC requires SIZE_TYPE to be the same size as pointers.  */
975 #define SIZE_TYPE                                                               \
976   (TARGET_H8300 || TARGET_NORMAL_MODE ? TARGET_INT32 ? "short unsigned int" : "unsigned int" : "long unsigned int")
977 #define PTRDIFF_TYPE                                            \
978   (TARGET_H8300 || TARGET_NORMAL_MODE ? TARGET_INT32 ? "short int" : "int" : "long int")
979
980 #define POINTER_SIZE                                                    \
981   ((TARGET_H8300H || TARGET_H8300S) && !TARGET_NORMAL_MODE ? 32 : 16)
982
983 #define WCHAR_TYPE "short unsigned int"
984 #define WCHAR_TYPE_SIZE 16
985
986 /* A function address in a call instruction
987    is a byte address (for indexing purposes)
988    so give the MEM rtx a byte's mode.  */
989 #define FUNCTION_MODE QImode
990
991 /* Return the length of JUMP's delay slot insn (0 if it has none).
992    If JUMP is a delayed branch, NEXT_INSN (PREV_INSN (JUMP)) will
993    be the containing SEQUENCE, not JUMP itself.  */
994 #define DELAY_SLOT_LENGTH(JUMP) \
995   (NEXT_INSN (PREV_INSN (JUMP)) == JUMP ? 0 : 2)
996
997 #define BRANCH_COST(speed_p, predictable_p) 0
998
999 /* Tell final.c how to eliminate redundant test instructions.  */
1000
1001 /* Here we define machine-dependent flags and fields in cc_status
1002    (see `conditions.h').  No extra ones are needed for the h8300.  */
1003
1004 /* Store in cc_status the expressions
1005    that the condition codes will describe
1006    after execution of an instruction whose pattern is EXP.
1007    Do not alter them if the instruction would not alter the cc's.  */
1008
1009 #define NOTICE_UPDATE_CC(EXP, INSN) notice_update_cc (EXP, INSN)
1010
1011 /* The add insns don't set overflow in a usable way.  */
1012 #define CC_OVERFLOW_UNUSABLE 01000
1013 /* The mov,and,or,xor insns don't set carry.  That's OK though as the
1014    Z bit is all we need when doing unsigned comparisons on the result of
1015    these insns (since they're always with 0).  However, conditions.h has
1016    CC_NO_OVERFLOW defined for this purpose.  Rename it to something more
1017    understandable.  */
1018 #define CC_NO_CARRY CC_NO_OVERFLOW
1019 \f
1020 /* Control the assembler format that we output.  */
1021
1022 /* Output to assembler file text saying following lines
1023    may contain character constants, extra white space, comments, etc.  */
1024
1025 #define ASM_APP_ON "; #APP\n"
1026
1027 /* Output to assembler file text saying following lines
1028    no longer contain unusual constructs.  */
1029
1030 #define ASM_APP_OFF "; #NO_APP\n"
1031
1032 #define FILE_ASM_OP "\t.file\n"
1033
1034 /* The assembler op to get a word, 2 bytes for the H8/300, 4 for H8/300H.  */
1035 #define ASM_WORD_OP                                                     \
1036   (TARGET_H8300 || TARGET_NORMAL_MODE ? "\t.word\t" : "\t.long\t")
1037
1038 #define TEXT_SECTION_ASM_OP "\t.section .text"
1039 #define DATA_SECTION_ASM_OP "\t.section .data"
1040 #define BSS_SECTION_ASM_OP "\t.section .bss"
1041
1042 #undef DO_GLOBAL_CTORS_BODY
1043 #define DO_GLOBAL_CTORS_BODY                    \
1044 {                                               \
1045   extern func_ptr __ctors[];                    \
1046   extern func_ptr __ctors_end[];                \
1047   func_ptr *p;                                  \
1048   for (p = __ctors_end; p > __ctors; )          \
1049     {                                           \
1050       (*--p)();                                 \
1051     }                                           \
1052 }
1053
1054 #undef DO_GLOBAL_DTORS_BODY
1055 #define DO_GLOBAL_DTORS_BODY                    \
1056 {                                               \
1057   extern func_ptr __dtors[];                    \
1058   extern func_ptr __dtors_end[];                \
1059   func_ptr *p;                                  \
1060   for (p = __dtors; p < __dtors_end; p++)       \
1061     {                                           \
1062       (*p)();                                   \
1063     }                                           \
1064 }
1065
1066 /* How to refer to registers in assembler output.
1067    This sequence is indexed by compiler's hard-register-number (see above).  */
1068
1069 #define REGISTER_NAMES \
1070 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "sp", "mac", "ap", "rap", "fp" }
1071
1072 #define ADDITIONAL_REGISTER_NAMES \
1073 { {"er0", 0}, {"er1", 1}, {"er2", 2}, {"er3", 3}, {"er4", 4}, \
1074   {"er5", 5}, {"er6", 6}, {"er7", 7}, {"r7", 7} }
1075
1076 /* Globalizing directive for a label.  */
1077 #define GLOBAL_ASM_OP "\t.global "
1078
1079 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
1080    ASM_OUTPUT_LABEL (FILE, NAME)
1081
1082 /* The prefix to add to user-visible assembler symbols.  */
1083
1084 #define USER_LABEL_PREFIX "_"
1085
1086 /* This is how to store into the string LABEL
1087    the symbol_ref name of an internal numbered label where
1088    PREFIX is the class of label and NUM is the number within the class.
1089    This is suitable for output with `assemble_name'.
1090
1091    N.B.: The h8300.md branch_true and branch_false patterns also know
1092    how to generate internal labels.  */
1093 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
1094   sprintf (LABEL, "*.%s%lu", PREFIX, (unsigned long)(NUM))
1095
1096 /* This is how to output an insn to push a register on the stack.
1097    It need not be very fast code.  */
1098
1099 #define ASM_OUTPUT_REG_PUSH(FILE, REGNO) \
1100   fprintf (FILE, "\t%s\t%s\n", h8_push_op, h8_reg_names[REGNO])
1101
1102 /* This is how to output an insn to pop a register from the stack.
1103    It need not be very fast code.  */
1104
1105 #define ASM_OUTPUT_REG_POP(FILE, REGNO) \
1106   fprintf (FILE, "\t%s\t%s\n", h8_pop_op, h8_reg_names[REGNO])
1107
1108 /* This is how to output an element of a case-vector that is absolute.  */
1109
1110 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
1111   fprintf (FILE, "%s.L%d\n", ASM_WORD_OP, VALUE)
1112
1113 /* This is how to output an element of a case-vector that is relative.  */
1114
1115 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
1116   fprintf (FILE, "%s.L%d-.L%d\n", ASM_WORD_OP, VALUE, REL)
1117
1118 /* This is how to output an assembler line
1119    that says to advance the location counter
1120    to a multiple of 2**LOG bytes.  */
1121
1122 #define ASM_OUTPUT_ALIGN(FILE, LOG)             \
1123   if ((LOG) != 0)                               \
1124     fprintf (FILE, "\t.align %d\n", (LOG))
1125
1126 #define ASM_OUTPUT_SKIP(FILE, SIZE) \
1127   fprintf (FILE, "\t.space %d\n", (int)(SIZE))
1128
1129 /* This says how to output an assembler line
1130    to define a global common symbol.  */
1131
1132 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED)    \
1133 ( fputs ("\t.comm ", (FILE)),                           \
1134   assemble_name ((FILE), (NAME)),                       \
1135   fprintf ((FILE), ",%lu\n", (unsigned long)(SIZE)))
1136
1137 /* This says how to output the assembler to define a global
1138    uninitialized but not common symbol.
1139    Try to use asm_output_bss to implement this macro.  */
1140
1141 #define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED)         \
1142   asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
1143
1144 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
1145   asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
1146
1147 /* This says how to output an assembler line
1148    to define a local common symbol.  */
1149
1150 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED)     \
1151 ( fputs ("\t.lcomm ", (FILE)),                          \
1152   assemble_name ((FILE), (NAME)),                       \
1153   fprintf ((FILE), ",%d\n", (int)(SIZE)))
1154
1155 #define ASM_PN_FORMAT "%s___%lu"
1156
1157 /* Print an instruction operand X on file FILE.
1158    Look in h8300.c for details.  */
1159
1160 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
1161   ((CODE) == '#')
1162
1163 #define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
1164
1165 /* Print a memory operand whose address is X, on file FILE.
1166    This uses a function in h8300.c.  */
1167
1168 #define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
1169
1170 /* H8300 specific pragmas.  */
1171 #define REGISTER_TARGET_PRAGMAS()                               \
1172   do                                                            \
1173     {                                                           \
1174       c_register_pragma (0, "saveall", h8300_pr_saveall);       \
1175       c_register_pragma (0, "interrupt", h8300_pr_interrupt);   \
1176     }                                                           \
1177   while (0)
1178
1179 #define FINAL_PRESCAN_INSN(insn, operand, nop)  \
1180   final_prescan_insn (insn, operand, nop)
1181
1182 extern int h8300_move_ratio;
1183 #define MOVE_RATIO(speed) h8300_move_ratio
1184
1185 /* Machine-specific symbol_ref flags.  */
1186 #define SYMBOL_FLAG_FUNCVEC_FUNCTION    (SYMBOL_FLAG_MACH_DEP << 0)
1187 #define SYMBOL_FLAG_EIGHTBIT_DATA       (SYMBOL_FLAG_MACH_DEP << 1)
1188 #define SYMBOL_FLAG_TINY_DATA           (SYMBOL_FLAG_MACH_DEP << 2)
1189
1190 #endif /* ! GCC_H8300_H */