]> gcc.gnu.org Git - gcc.git/blame - gcc/config/m88k/m88k.h
final.c (no_asm_to_stream): New.
[gcc.git] / gcc / config / m88k / m88k.h
CommitLineData
8b2e2b2f 1/* Definitions of target machine for GNU compiler for
79e68feb 2 Motorola m88100 in an 88open OCS/BCS environment.
4592bdcb
JL
3 Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
4 Free Software Foundation, Inc.
3cc7f838 5 Contributed by Michael Tiemann (tiemann@cygnus.com).
44ae13fb 6 Currently maintained by (gcc@dg-rtp.dg.com)
79e68feb
RS
7
8This file is part of GNU CC.
9
10GNU CC is free software; you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 2, or (at your option)
13any later version.
14
15GNU CC is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with GNU CC; see the file COPYING. If not, write to
0e29e3c9
RK
22the Free Software Foundation, 59 Temple Place - Suite 330,
23Boston, MA 02111-1307, USA. */
79e68feb
RS
24
25/* The m88100 port of GNU CC adheres to the various standards from 88open.
26 These documents are available by writing:
27
28 88open Consortium Ltd.
29 100 Homeland Court, Suite 800
30 San Jose, CA 95112
31 (408) 436-6600
32
33 In brief, the current standards are:
34
35 Binary Compatibility Standard, Release 1.1A, May 1991
36 This provides for portability of application-level software at the
37 executable level for AT&T System V Release 3.2.
38
39 Object Compatibility Standard, Release 1.1A, May 1991
40 This provides for portability of application-level software at the
41 object file and library level for C, Fortran, and Cobol, and again,
42 largely for SVR3.
43
44 Under development are standards for AT&T System V Release 4, based on the
45 [generic] System V Application Binary Interface from AT&T. These include:
46
47 System V Application Binary Interface, Motorola 88000 Processor Supplement
48 Another document from AT&T for SVR4 specific to the m88100.
49 Available from Prentice Hall.
50
51 System V Application Binary Interface, Motorola 88000 Processor Supplement,
52 Release 1.1, Draft H, May 6, 1991
53 A proposed update to the AT&T document from 88open.
54
55 System V ABI Implementation Guide for the M88000 Processor,
56 Release 1.0, January 1991
57 A companion ABI document from 88open. */
58
9230dc46
SC
59/* Other *.h files in config/m88k include this one and override certain items.
60 Currently these are sysv3.h, sysv4.h, dgux.h, dolph.h, tekXD88.h, and luna.h.
61 Additionally, sysv4.h and dgux.h include svr4.h first. All other
62 m88k targets except luna.h are based on svr3.h. */
79e68feb
RS
63
64/* Choose SVR3 as the default. */
65#if !defined(DBX_DEBUGGING_INFO) && !defined(DWARF_DEBUGGING_INFO)
66#include "svr3.h"
67#endif
68\f
69/* External types used. */
70
71/* What instructions are needed to manufacture an integer constant. */
72enum m88k_instruction {
73 m88k_zero,
74 m88k_or,
75 m88k_subu,
76 m88k_or_lo16,
77 m88k_or_lo8,
78 m88k_set,
79 m88k_oru_hi16,
80 m88k_oru_or
81};
82
50eb31b2
SC
83/* Which processor to schedule for. The elements of the enumeration
84 must match exactly the cpu attribute in the m88k.md machine description. */
85
86enum processor_type {
87 PROCESSOR_M88100,
88 PROCESSOR_M88110,
08c148a8 89 PROCESSOR_M88000
50eb31b2
SC
90};
91
92/* Recast the cpu class to be the cpu attribute. */
93#define m88k_cpu_attr ((enum attr_cpu)m88k_cpu)
94
79e68feb
RS
95/* External variables/functions defined in m88k.c. */
96
e5778b1e
KG
97extern const char *m88k_pound_sign;
98extern const char *m88k_short_data;
99extern const char *m88k_version;
1039fa46 100extern char m88k_volatile_code;
79e68feb 101
50eb31b2 102extern unsigned m88k_gp_threshold;
79e68feb
RS
103extern int m88k_prologue_done;
104extern int m88k_function_number;
105extern int m88k_fp_offset;
106extern int m88k_stack_size;
107extern int m88k_case_index;
108
109extern struct rtx_def *m88k_compare_reg;
110extern struct rtx_def *m88k_compare_op0;
111extern struct rtx_def *m88k_compare_op1;
112
50eb31b2 113extern enum processor_type m88k_cpu;
2d6cb879 114
79e68feb
RS
115/* external variables defined elsewhere in the compiler */
116
117extern int target_flags; /* -m compiler switches */
118extern int frame_pointer_needed; /* current function has a FP */
79e68feb
RS
119extern int flag_delayed_branch; /* -fdelayed-branch */
120extern int flag_pic; /* -fpic */
79e68feb
RS
121
122/* Specify the default monitors. The meaning of these values can
123 be obtained by doing "grep MONITOR_GCC *m88k*". Generally, the
124 values downward from 0x8000 are tests that will soon go away.
125 values upward from 0x1 are generally useful tests that will remain. */
126
127#ifndef MONITOR_GCC
128#define MONITOR_GCC 0
129#endif
130\f
50eb31b2 131/*** Controlling the Compilation Driver, `gcc' ***/
4f074454
RK
132/* Show we can debug even without a frame pointer. */
133#define CAN_DEBUG_WITHOUT_FP
79e68feb 134
76d41788
TW
135/* If -m88100 is in effect, add -D__m88100__; similarly for -m88110.
136 Here, the CPU_DEFAULT is assumed to be -m88100. */
137#undef CPP_SPEC
138#define CPP_SPEC "%{!m88000:%{!m88100:%{m88110:-D__m88110__}}} \
139 %{!m88000:%{!m88110:-D__m88100__}}"
140
79e68feb
RS
141/* LIB_SPEC, LINK_SPEC, and STARTFILE_SPEC defined in svr3.h.
142 ASM_SPEC, ASM_FINAL_SPEC, LIB_SPEC, LINK_SPEC, and STARTFILE_SPEC redefined
143 in svr4.h.
144 CPP_SPEC, ASM_SPEC, ASM_FINAL_SPEC, LIB_SPEC, LINK_SPEC, and
9230dc46 145 STARTFILE_SPEC redefined in dgux.h. */
79e68feb
RS
146\f
147/*** Run-time Target Specification ***/
148
149/* Names to predefine in the preprocessor for this target machine.
9230dc46 150 Redefined in sysv3.h, sysv4.h, dgux.h, and luna.h. */
50eb31b2 151#define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -D__CLASSIFY_TYPE__=2"
79e68feb 152
2cb3d06c 153#define TARGET_VERSION fprintf (stderr, " (%s)", VERSION_INFO1)
9230dc46 154
2cb3d06c
RH
155#ifndef VERSION_INFO1
156#define VERSION_INFO1 "m88k"
157#endif
79e68feb
RS
158
159/* Run-time compilation parameters selecting different hardware subsets. */
160
161/* Macro to define tables used to set the flags.
162 This is a list in braces of pairs in braces,
163 each pair being { "NAME", VALUE }
164 where VALUE is the bits to set or minus the bits to clear.
165 An empty string NAME is used to identify the default VALUE. */
166
167#define MASK_88100 0x00000001 /* Target m88100 */
168#define MASK_88110 0x00000002 /* Target m88110 */
1dd4b7a8
SC
169#define MASK_88000 (MASK_88100 | MASK_88110)
170
79e68feb
RS
171#define MASK_OCS_DEBUG_INFO 0x00000004 /* Emit .tdesc info */
172#define MASK_OCS_FRAME_POSITION 0x00000008 /* Debug frame = CFA, not r30 */
173#define MASK_SVR4 0x00000010 /* Target is AT&T System V.4 */
89ad2599 174#define MASK_SVR3 0x00000020 /* Target is AT&T System V.3 */
79e68feb
RS
175#define MASK_NO_UNDERSCORES 0x00000040 /* Don't emit a leading `_' */
176#define MASK_BIG_PIC 0x00000080 /* PIC with large got-rel's -fPIC */
177#define MASK_TRAP_LARGE_SHIFT 0x00000100 /* Trap if shift not <= 31 */
178#define MASK_HANDLE_LARGE_SHIFT 0x00000200 /* Handle shift count >= 32 */
179#define MASK_CHECK_ZERO_DIV 0x00000400 /* Check for int div. by 0 */
180#define MASK_USE_DIV 0x00000800 /* No signed div. checks */
181#define MASK_IDENTIFY_REVISION 0x00001000 /* Emit ident, with GCC rev */
182#define MASK_WARN_PASS_STRUCT 0x00002000 /* Warn about passed structs */
183#define MASK_OPTIMIZE_ARG_AREA 0x00004000 /* Save stack space */
57bc9c68 184#define MASK_NO_SERIALIZE_VOLATILE 0x00008000 /* Serialize volatile refs */
79e68feb
RS
185#define MASK_EITHER_LARGE_SHIFT (MASK_TRAP_LARGE_SHIFT | \
186 MASK_HANDLE_LARGE_SHIFT)
1dd4b7a8
SC
187#define MASK_OMIT_LEAF_FRAME_POINTER 0x00020000 /* omit leaf frame pointers */
188
79e68feb
RS
189
190#define TARGET_88100 ((target_flags & MASK_88000) == MASK_88100)
191#define TARGET_88110 ((target_flags & MASK_88000) == MASK_88110)
192#define TARGET_88000 ((target_flags & MASK_88000) == MASK_88000)
193
194#define TARGET_OCS_DEBUG_INFO (target_flags & MASK_OCS_DEBUG_INFO)
195#define TARGET_OCS_FRAME_POSITION (target_flags & MASK_OCS_FRAME_POSITION)
196#define TARGET_SVR4 (target_flags & MASK_SVR4)
89ad2599 197#define TARGET_SVR3 (target_flags & MASK_SVR3)
79e68feb
RS
198#define TARGET_NO_UNDERSCORES (target_flags & MASK_NO_UNDERSCORES)
199#define TARGET_BIG_PIC (target_flags & MASK_BIG_PIC)
200#define TARGET_TRAP_LARGE_SHIFT (target_flags & MASK_TRAP_LARGE_SHIFT)
201#define TARGET_HANDLE_LARGE_SHIFT (target_flags & MASK_HANDLE_LARGE_SHIFT)
202#define TARGET_CHECK_ZERO_DIV (target_flags & MASK_CHECK_ZERO_DIV)
203#define TARGET_USE_DIV (target_flags & MASK_USE_DIV)
204#define TARGET_IDENTIFY_REVISION (target_flags & MASK_IDENTIFY_REVISION)
205#define TARGET_WARN_PASS_STRUCT (target_flags & MASK_WARN_PASS_STRUCT)
206#define TARGET_OPTIMIZE_ARG_AREA (target_flags & MASK_OPTIMIZE_ARG_AREA)
57bc9c68 207#define TARGET_SERIALIZE_VOLATILE (!(target_flags & MASK_NO_SERIALIZE_VOLATILE))
79e68feb
RS
208
209#define TARGET_EITHER_LARGE_SHIFT (target_flags & MASK_EITHER_LARGE_SHIFT)
1dd4b7a8 210#define TARGET_OMIT_LEAF_FRAME_POINTER (target_flags & MASK_OMIT_LEAF_FRAME_POINTER)
79e68feb 211
9230dc46 212/* Redefined in sysv3.h, sysv4.h, and dgux.h. */
79e68feb
RS
213#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV)
214#define CPU_DEFAULT MASK_88100
215
216#define TARGET_SWITCHES \
217 { \
218 { "88110", MASK_88110 }, \
219 { "88100", MASK_88100 }, \
220 { "88000", MASK_88000 }, \
221 { "ocs-debug-info", MASK_OCS_DEBUG_INFO }, \
222 { "no-ocs-debug-info", -MASK_OCS_DEBUG_INFO }, \
223 { "ocs-frame-position", MASK_OCS_FRAME_POSITION }, \
224 { "no-ocs-frame-position", -MASK_OCS_FRAME_POSITION }, \
225 { "svr4", MASK_SVR4 }, \
226 { "svr3", -MASK_SVR4 }, \
79e68feb
RS
227 { "no-underscores", MASK_NO_UNDERSCORES }, \
228 { "big-pic", MASK_BIG_PIC }, \
229 { "trap-large-shift", MASK_TRAP_LARGE_SHIFT }, \
230 { "handle-large-shift", MASK_HANDLE_LARGE_SHIFT }, \
231 { "check-zero-division", MASK_CHECK_ZERO_DIV }, \
232 { "no-check-zero-division", -MASK_CHECK_ZERO_DIV }, \
233 { "use-div-instruction", MASK_USE_DIV }, \
234 { "identify-revision", MASK_IDENTIFY_REVISION }, \
235 { "warn-passed-structs", MASK_WARN_PASS_STRUCT }, \
236 { "optimize-arg-area", MASK_OPTIMIZE_ARG_AREA }, \
237 { "no-optimize-arg-area", -MASK_OPTIMIZE_ARG_AREA }, \
1039fa46 238 { "no-serialize-volatile", MASK_NO_SERIALIZE_VOLATILE }, \
57bc9c68 239 { "serialize-volatile", -MASK_NO_SERIALIZE_VOLATILE }, \
1dd4b7a8 240 { "omit-leaf-frame-pointer", MASK_OMIT_LEAF_FRAME_POINTER }, \
44ae13fb 241 { "no-omit-leaf-frame-pointer", -MASK_OMIT_LEAF_FRAME_POINTER }, \
79e68feb
RS
242 SUBTARGET_SWITCHES \
243 /* Default switches */ \
244 { "", TARGET_DEFAULT }, \
245 }
246
9230dc46 247/* Redefined in dgux.h. */
79e68feb
RS
248#define SUBTARGET_SWITCHES
249
250/* Macro to define table for command options with values. */
251
1039fa46
TW
252#define TARGET_OPTIONS { { "short-data-", &m88k_short_data }, \
253 { "version-", &m88k_version } }
79e68feb
RS
254
255/* Do any checking or such that is needed after processing the -m switches. */
256
257#define OVERRIDE_OPTIONS \
258 do { \
259 register int i; \
260 \
261 if ((target_flags & MASK_88000) == 0) \
262 target_flags |= CPU_DEFAULT; \
263 \
50eb31b2
SC
264 if (TARGET_88110) \
265 { \
266 target_flags |= MASK_USE_DIV; \
267 target_flags &= ~MASK_CHECK_ZERO_DIV; \
268 } \
269 \
270 m88k_cpu = (TARGET_88000 ? PROCESSOR_M88000 \
271 : (TARGET_88100 ? PROCESSOR_M88100 : PROCESSOR_M88110)); \
2d6cb879 272 \
79e68feb
RS
273 if (TARGET_BIG_PIC) \
274 flag_pic = 2; \
275 \
276 if ((target_flags & MASK_EITHER_LARGE_SHIFT) == MASK_EITHER_LARGE_SHIFT) \
277 error ("-mtrap-large-shift and -mhandle-large-shift are incompatible");\
278 \
50eb31b2 279 if (TARGET_SVR4) \
79e68feb
RS
280 { \
281 for (i = 0; i < FIRST_PSEUDO_REGISTER; i++) \
282 reg_names[i]--; \
283 m88k_pound_sign = "#"; \
89ad2599
SC
284 } \
285 else \
286 { \
287 target_flags |= MASK_SVR3; \
288 target_flags &= ~MASK_SVR4; \
79e68feb
RS
289 } \
290 \
291 if (m88k_short_data) \
292 { \
e5778b1e 293 const char *p = m88k_short_data; \
79e68feb
RS
294 while (*p) \
295 if (*p >= '0' && *p <= '9') \
296 p++; \
297 else \
298 { \
299 error ("Invalid option `-mshort-data-%s'", m88k_short_data); \
300 break; \
301 } \
302 m88k_gp_threshold = atoi (m88k_short_data); \
50eb31b2
SC
303 if (m88k_gp_threshold > 0x7fffffff) \
304 error ("-mshort-data-%s is too large ", m88k_short_data); \
79e68feb
RS
305 if (flag_pic) \
306 error ("-mshort-data-%s and PIC are incompatible", m88k_short_data); \
307 } \
44ae13fb
SC
308 if (TARGET_OMIT_LEAF_FRAME_POINTER) /* keep nonleaf frame pointers */ \
309 flag_omit_frame_pointer = 1; \
79e68feb
RS
310 } while (0)
311\f
312/*** Storage Layout ***/
313
314/* Sizes in bits of the various types. */
315#define CHAR_TYPE_SIZE 8
316#define SHORT_TYPE_SIZE 16
317#define INT_TYPE_SIZE 32
318#define LONG_TYPE_SIZE 32
319#define LONG_LONG_TYPE_SIZE 64
320#define FLOAT_TYPE_SIZE 32
321#define DOUBLE_TYPE_SIZE 64
322#define LONG_DOUBLE_TYPE_SIZE 64
323
324/* Define this if most significant bit is lowest numbered
325 in instructions that operate on numbered bit-fields.
326 Somewhat arbitrary. It matches the bit field patterns. */
327#define BITS_BIG_ENDIAN 1
328
329/* Define this if most significant byte of a word is the lowest numbered.
330 That is true on the m88000. */
331#define BYTES_BIG_ENDIAN 1
332
333/* Define this if most significant word of a multiword number is the lowest
334 numbered.
335 For the m88000 we can decide arbitrarily since there are no machine
336 instructions for them. */
337#define WORDS_BIG_ENDIAN 1
338
de857550 339/* Number of bits in an addressable storage unit */
79e68feb
RS
340#define BITS_PER_UNIT 8
341
342/* Width in bits of a "word", which is the contents of a machine register.
343 Note that this is not necessarily the width of data type `int';
344 if using 16-bit ints on a 68000, this would still be 32.
345 But on a machine with 16-bit registers, this would be 16. */
346#define BITS_PER_WORD 32
347
348/* Width of a word, in units (bytes). */
349#define UNITS_PER_WORD 4
350
351/* Width in bits of a pointer.
352 See also the macro `Pmode' defined below. */
353#define POINTER_SIZE 32
354
355/* Allocation boundary (in *bits*) for storing arguments in argument list. */
356#define PARM_BOUNDARY 32
357
358/* Largest alignment for stack parameters (if greater than PARM_BOUNDARY). */
359#define MAX_PARM_BOUNDARY 64
360
361/* Boundary (in *bits*) on which stack pointer should be aligned. */
362#define STACK_BOUNDARY 128
363
7ddb6885
TW
364/* Allocation boundary (in *bits*) for the code of a function. On the
365 m88100, it is desirable to align to a cache line. However, SVR3 targets
366 only provided 8 byte alignment. The m88110 cache is small, so align
367 to an 8 byte boundary. Pack code tightly when compiling crtstuff.c. */
368#define FUNCTION_BOUNDARY (flag_inhibit_size_directive ? 32 : \
369 (TARGET_88100 && TARGET_SVR4 ? 128 : 64))
79e68feb
RS
370
371/* No data type wants to be aligned rounder than this. */
372#define BIGGEST_ALIGNMENT 64
373
2c39ec40
TW
374/* The best alignment to use in cases where we have a choice. */
375#define FASTEST_ALIGNMENT (TARGET_88100 ? 32 : 64)
376
377/* Make strings 4/8 byte aligned so strcpy from constants will be faster. */
79e68feb 378#define CONSTANT_ALIGNMENT(EXP, ALIGN) \
2c39ec40
TW
379 ((TREE_CODE (EXP) == STRING_CST \
380 && (ALIGN) < FASTEST_ALIGNMENT) \
381 ? FASTEST_ALIGNMENT : (ALIGN))
79e68feb 382
2c39ec40 383/* Make arrays of chars 4/8 byte aligned for the same reasons. */
79e68feb
RS
384#define DATA_ALIGNMENT(TYPE, ALIGN) \
385 (TREE_CODE (TYPE) == ARRAY_TYPE \
386 && TYPE_MODE (TREE_TYPE (TYPE)) == QImode \
2c39ec40 387 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
79e68feb
RS
388
389/* Alignment of field after `int : 0' in a structure.
390 Ignored with PCC_BITFIELD_TYPE_MATTERS. */
391/* #define EMPTY_FIELD_BOUNDARY 8 */
392
393/* Every structure's size must be a multiple of this. */
394#define STRUCTURE_SIZE_BOUNDARY 8
395
de857550 396/* Set this nonzero if move instructions will actually fail to work
79e68feb 397 when given unaligned data. */
de857550 398#define STRICT_ALIGNMENT 1
79e68feb
RS
399
400/* A bitfield declared as `int' forces `int' alignment for the struct. */
401#define PCC_BITFIELD_TYPE_MATTERS 1
402
403/* Maximum size (in bits) to use for the largest integral type that
404 replaces a BLKmode type. */
405/* #define MAX_FIXED_MODE_SIZE 0 */
406
dfa69feb
TW
407/* Check a `double' value for validity for a particular machine mode.
408 This is defined to avoid crashes outputting certain constants.
409 Since we output the number in hex, the assembler won't choke on it. */
410/* #define CHECK_FLOAT_VALUE(MODE,VALUE) */
79e68feb
RS
411
412/* A code distinguishing the floating point format of the target machine. */
413/* #define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT */
414\f
415/*** Register Usage ***/
416
417/* Number of actual hardware registers.
418 The hardware registers are assigned numbers for the compiler
419 from 0 to just below FIRST_PSEUDO_REGISTER.
420 All registers that the compiler knows about must be given numbers,
421 even those that are not normally considered general registers.
422
a9c3f03a
TW
423 The m88100 has a General Register File (GRF) of 32 32-bit registers.
424 The m88110 adds an Extended Register File (XRF) of 32 80-bit registers. */
425#define FIRST_PSEUDO_REGISTER 64
426#define FIRST_EXTENDED_REGISTER 32
427
428/* General notes on extended registers, their use and misuse.
429
430 Possible good uses:
431
432 spill area instead of memory.
433 -waste if only used once
434
2296cba3 435 floating point calculations
a9c3f03a
TW
436 -probably a waste unless we have run out of general purpose registers
437
438 freeing up general purpose registers
439 -e.g. may be able to have more loop invariants if floating
440 point is moved into extended registers.
441
442
443 I've noticed wasteful moves into and out of extended registers; e.g. a load
444 into x21, then inside a loop a move into r24, then r24 used as input to
445 an fadd. Why not just load into r24 to begin with? Maybe the new cse.c
446 will address this. This wastes a move, but the load,store and move could
447 have been saved had extended registers been used throughout.
448 E.g. in the code following code, if z and xz are placed in extended
449 registers, there is no need to save preserve registers.
450
451 long c=1,d=1,e=1,f=1,g=1,h=1,i=1,j=1,k;
452
453 double z=0,xz=4.5;
454
455 foo(a,b)
456 long a,b;
457 {
458 while (a < b)
459 {
460 k = b + c + d + e + f + g + h + a + i + j++;
461 z += xz;
462 a++;
463 }
464 printf("k= %d; z=%f;\n", k, z);
465 }
466
467 I've found that it is possible to change the constraints (putting * before
468 the 'r' constraints int the fadd.ddd instruction) and get the entire
469 addition and store to go into extended registers. However, this also
470 forces simple addition and return of floating point arguments to a
471 function into extended registers. Not the correct solution.
472
473 Found the following note in local-alloc.c which may explain why I can't
474 get both registers to be in extended registers since two are allocated in
475 local-alloc and one in global-alloc. Doesn't explain (I don't believe)
476 why an extended register is used instead of just using the preserve
477 register.
478
479 from local-alloc.c:
480 We have provision to exempt registers, even when they are contained
481 within the block, that can be tied to others that are not contained in it.
482 This is so that global_alloc could process them both and tie them then.
483 But this is currently disabled since tying in global_alloc is not
484 yet implemented.
485
2296cba3
RS
486 The explanation of why the preserved register is not used is as follows,
487 I believe. The registers are being allocated in order. Tying is not
a9c3f03a
TW
488 done so efficiently, so when it comes time to do the first allocation,
489 there are no registers left to use without spilling except extended
490 registers. Then when the next pseudo register needs a hard reg, there
491 are still no registers to be had for free, but this one must be a GRF
492 reg instead of an extended reg, so a preserve register is spilled. Thus
493 the move from extended to GRF is necessitated. I do not believe this can
8edcf09f 494 be 'fixed' through the files in config/m88k.
a9c3f03a
TW
495
496 gcc seems to sometimes make worse use of register allocation -- not counting
497 moves -- whenever extended registers are present. For example in the
498 whetstone, the simple for loop (slightly modified)
499 for(i = 1; i <= n1; i++)
500 {
501 x1 = (x1 + x2 + x3 - x4) * t;
502 x2 = (x1 + x2 - x3 + x4) * t;
503 x3 = (x1 - x2 + x3 + x4) * t;
504 x4 = (x1 + x2 + x3 + x4) * t;
505 }
506 in general loads the high bits of the addresses of x2-x4 and i into registers
507 outside the loop. Whenever extended registers are used, it loads all of
508 these inside the loop. My conjecture is that since the 88110 has so many
509 registers, and gcc makes no distinction at this point -- just that they are
510 not fixed, that in loop.c it believes it can expect a number of registers
511 to be available. Then it allocates 'too many' in local-alloc which causes
512 problems later. 'Too many' are allocated because a large portion of the
513 registers are extended registers and cannot be used for certain purposes
514 ( e.g. hold the address of a variable). When this loop is compiled on its
515 own, the problem does not occur. I don't know the solution yet, though it
516 is probably in the base sources. Possibly a different way to calculate
517 "threshold". */
518
519/* 1 for registers that have pervasive standard uses and are not available
520 for the register allocator. Registers r14-r25 and x22-x29 are expected
521 to be preserved across function calls.
522
523 On the 88000, the standard uses of the General Register File (GRF) are:
79e68feb
RS
524 Reg 0 = Pseudo argument pointer (hardware fixed to 0).
525 Reg 1 = Subroutine return pointer (hardware).
526 Reg 2-9 = Parameter registers (OCS).
527 Reg 10 = OCS reserved temporary.
528 Reg 11 = Static link if needed [OCS reserved temporary].
529 Reg 12 = Address of structure return (OCS).
530 Reg 13 = OCS reserved temporary.
531 Reg 14-25 = Preserved register set.
532 Reg 26-29 = Reserved by OCS and ABI.
533 Reg 30 = Frame pointer (Common use).
a9c3f03a
TW
534 Reg 31 = Stack pointer.
535
536 The following follows the current 88open UCS specification for the
537 Extended Register File (XRF):
538 Reg 32 = x0 Always equal to zero
2296cba3 539 Reg 33-53 = x1-x21 Temporary registers (Caller Save)
a9c3f03a
TW
540 Reg 54-61 = x22-x29 Preserver registers (Callee Save)
541 Reg 62-63 = x30-x31 Reserved for future ABI use.
542
543 Note: The current 88110 extended register mapping is subject to change.
544 The bias towards caller-save registers is based on the
545 presumption that memory traffic can potentially be reduced by
546 allowing the "caller" to save only that part of the register
547 which is actually being used. (i.e. don't do a st.x if a st.d
548 is sufficient). Also, in scientific code (a.k.a. Fortran), the
549 large number of variables defined in common blocks may require
550 that almost all registers be saved across calls anyway. */
79e68feb
RS
551
552#define FIXED_REGISTERS \
dfa69feb 553 {1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
a9c3f03a
TW
554 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, \
555 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
556 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1}
79e68feb
RS
557
558/* 1 for registers not available across function calls.
559 These must include the FIXED_REGISTERS and also any
560 registers that can be used without being saved.
561 The latter must include the registers where values are returned
562 and the register where structure-value addresses are passed.
563 Aside from that, you can include as many other registers as you like. */
564
565#define CALL_USED_REGISTERS \
566 {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, \
a9c3f03a
TW
567 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, \
568 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \
569 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1}
79e68feb
RS
570
571/* Macro to conditionally modify fixed_regs/call_used_regs. */
572#define CONDITIONAL_REGISTER_USAGE \
573 { \
a9c3f03a
TW
574 if (! TARGET_88110) \
575 { \
576 register int i; \
577 for (i = FIRST_EXTENDED_REGISTER; i < FIRST_PSEUDO_REGISTER; i++) \
578 { \
579 fixed_regs[i] = 1; \
580 call_used_regs[i] = 1; \
581 } \
582 } \
79e68feb 583 if (flag_pic) \
a9c3f03a
TW
584 { \
585 /* Current hack to deal with -fpic -O2 problems. */ \
586 fixed_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \
587 call_used_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \
588 global_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \
589 } \
79e68feb
RS
590 }
591
903a8914
JH
592/* True if register is an extended register. */
593#define XRF_REGNO_P(N) ((N) < FIRST_PSEUDO_REGISTER && (N) >= FIRST_EXTENDED_REGISTER)
594
79e68feb
RS
595/* Return number of consecutive hard regs needed starting at reg REGNO
596 to hold something of mode MODE.
597 This is ordinarily the length in words of a value of mode MODE
598 but can be less for certain modes in special long registers.
599
a9c3f03a
TW
600 On the m88000, GRF registers hold 32-bits and XRF registers hold 80-bits.
601 An XRF register can hold any mode, but two GRF registers are required
602 for larger modes. */
603#define HARD_REGNO_NREGS(REGNO, MODE) \
edebe164 604 (XRF_REGNO_P (REGNO) \
a9c3f03a 605 ? 1 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
79e68feb
RS
606
607/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
608
609 For double integers, we never put the value into an odd register so that
610 the operators don't run into the situation where the high part of one of
a9c3f03a
TW
611 the inputs is the low part of the result register. (It's ok if the output
612 registers are the same as the input registers.) The XRF registers can
613 hold all modes, but only DF and SF modes can be manipulated in these
614 registers. The compiler should be allowed to use these as a fast spill
615 area. */
616#define HARD_REGNO_MODE_OK(REGNO, MODE) \
edebe164
JH
617 (XRF_REGNO_P(REGNO) \
618 ? (TARGET_88110 && GET_MODE_CLASS (MODE) == MODE_FLOAT) \
a9c3f03a
TW
619 : (((MODE) != DImode && (MODE) != DFmode && (MODE) != DCmode) \
620 || ((REGNO) & 1) == 0))
79e68feb
RS
621
622/* Value is 1 if it is a good idea to tie two pseudo registers
623 when one has mode MODE1 and one has mode MODE2.
624 If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
625 for any hard reg, then this must be 0 for correct output. */
626#define MODES_TIEABLE_P(MODE1, MODE2) \
edebe164
JH
627 (((MODE1) == DFmode || (MODE1) == DCmode || (MODE1) == DImode \
628 || (TARGET_88110 && GET_MODE_CLASS (MODE1) == MODE_FLOAT)) \
629 == ((MODE2) == DFmode || (MODE2) == DCmode || (MODE2) == DImode \
630 || (TARGET_88110 && GET_MODE_CLASS (MODE2) == MODE_FLOAT)))
79e68feb
RS
631
632/* Specify the registers used for certain standard purposes.
633 The values of these macros are register numbers. */
634
635/* the m88000 pc isn't overloaded on a register that the compiler knows about. */
636/* #define PC_REGNUM */
637
638/* Register to use for pushing function arguments. */
639#define STACK_POINTER_REGNUM 31
640
641/* Base register for access to local variables of the function. */
642#define FRAME_POINTER_REGNUM 30
643
644/* Base register for access to arguments of the function. */
645#define ARG_POINTER_REGNUM 0
646
647/* Register used in cases where a temporary is known to be safe to use. */
648#define TEMP_REGNUM 10
649
650/* Register in which static-chain is passed to a function. */
651#define STATIC_CHAIN_REGNUM 11
652
653/* Register in which address to store a structure value
654 is passed to a function. */
655#define STRUCT_VALUE_REGNUM 12
656
657/* Register to hold the addressing base for position independent
658 code access to data items. */
659#define PIC_OFFSET_TABLE_REGNUM 25
660
661/* Order in which registers are preferred (most to least). Use temp
662 registers, then param registers top down. Preserve registers are
663 top down to maximize use of double memory ops for register save.
a9c3f03a
TW
664 The 88open reserved registers (r26-r29 and x30-x31) may commonly be used
665 in most environments with the -fcall-used- or -fcall-saved- options. */
666#define REG_ALLOC_ORDER \
667 { \
668 13, 12, 11, 10, 29, 28, 27, 26, \
dfa69feb
TW
669 62, 63, 9, 8, 7, 6, 5, 4, \
670 3, 2, 1, 53, 52, 51, 50, 49, \
a9c3f03a
TW
671 48, 47, 46, 45, 44, 43, 42, 41, \
672 40, 39, 38, 37, 36, 35, 34, 33, \
673 25, 24, 23, 22, 21, 20, 19, 18, \
674 17, 16, 15, 14, 61, 60, 59, 58, \
675 57, 56, 55, 54, 30, 31, 0, 32}
dfa69feb
TW
676
677/* Order for leaf functions. */
678#define REG_LEAF_ALLOC_ORDER \
679 { \
680 9, 8, 7, 6, 13, 12, 11, 10, \
681 29, 28, 27, 26, 62, 63, 5, 4, \
682 3, 2, 0, 53, 52, 51, 50, 49, \
683 48, 47, 46, 45, 44, 43, 42, 41, \
684 40, 39, 38, 37, 36, 35, 34, 33, \
685 25, 24, 23, 22, 21, 20, 19, 18, \
686 17, 16, 15, 14, 61, 60, 59, 58, \
687 57, 56, 55, 54, 30, 31, 1, 32}
688
689/* Switch between the leaf and non-leaf orderings. The purpose is to avoid
690 write-over scoreboard delays between caller and callee. */
691#define ORDER_REGS_FOR_LOCAL_ALLOC \
692{ \
693 static int leaf[] = REG_LEAF_ALLOC_ORDER; \
694 static int nonleaf[] = REG_ALLOC_ORDER; \
695 \
4e135bdd
KG
696 memcpy (reg_alloc_order, regs_ever_live[1] ? nonleaf : leaf, \
697 FIRST_PSEUDO_REGISTER * sizeof (int)); \
dfa69feb 698}
79e68feb
RS
699\f
700/*** Register Classes ***/
701
702/* Define the classes of registers for register constraints in the
703 machine description. Also define ranges of constants.
704
705 One of the classes must always be named ALL_REGS and include all hard regs.
706 If there is more than one class, another class must be named NO_REGS
707 and contain no registers.
708
709 The name GENERAL_REGS must be the name of a class (or an alias for
710 another name such as ALL_REGS). This is the class of registers
711 that is allowed by "g" or "r" in a register constraint.
712 Also, registers outside this class are allocated only when
713 instructions express preferences for them.
714
715 The classes must be numbered in nondecreasing order; that is,
716 a larger-numbered class must never be contained completely
717 in a smaller-numbered class.
718
719 For any two classes, it is very desirable that there be another
720 class that represents their union. */
721
a9c3f03a 722/* The m88000 hardware has two kinds of registers. In addition, we denote
79e68feb
RS
723 the arg pointer as a separate class. */
724
a9c3f03a
TW
725enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
726 XGRF_REGS, ALL_REGS, LIM_REG_CLASSES };
79e68feb
RS
727
728#define N_REG_CLASSES (int) LIM_REG_CLASSES
729
730/* Give names of register classes as strings for dump file. */
a9c3f03a
TW
731#define REG_CLASS_NAMES {"NO_REGS", "AP_REG", "XRF_REGS", "GENERAL_REGS", \
732 "AGRF_REGS", "XGRF_REGS", "ALL_REGS" }
79e68feb
RS
733
734/* Define which registers fit in which classes.
735 This is an initializer for a vector of HARD_REG_SET
736 of length N_REG_CLASSES. */
a9c3f03a
TW
737#define REG_CLASS_CONTENTS {{0x00000000, 0x00000000}, \
738 {0x00000001, 0x00000000}, \
739 {0x00000000, 0xffffffff}, \
740 {0xfffffffe, 0x00000000}, \
741 {0xffffffff, 0x00000000}, \
742 {0xfffffffe, 0xffffffff}, \
743 {0xffffffff, 0xffffffff}}
79e68feb
RS
744
745/* The same information, inverted:
746 Return the class number of the smallest class containing
747 reg number REGNO. This could be a conditional expression
748 or could index an array. */
a9c3f03a
TW
749#define REGNO_REG_CLASS(REGNO) \
750 ((REGNO) ? ((REGNO < 32) ? GENERAL_REGS : XRF_REGS) : AP_REG)
79e68feb
RS
751
752/* The class value for index registers, and the one for base regs. */
a9c3f03a 753#define BASE_REG_CLASS AGRF_REGS
79e68feb
RS
754#define INDEX_REG_CLASS GENERAL_REGS
755
a9c3f03a
TW
756/* Get reg_class from a letter such as appears in the machine description.
757 For the 88000, the following class/letter is defined for the XRF:
758 x - Extended register file */
759#define REG_CLASS_FROM_LETTER(C) \
760 (((C) == 'x') ? XRF_REGS : NO_REGS)
79e68feb
RS
761
762/* Macros to check register numbers against specific register classes.
763 These assume that REGNO is a hard or pseudo reg number.
764 They give nonzero only if REGNO is a hard reg of the suitable class
765 or a pseudo reg currently allocated to a suitable hard reg.
766 Since they use reg_renumber, they are safe only once reg_renumber
767 has been allocated, which happens in local-alloc.c. */
a9c3f03a
TW
768#define REGNO_OK_FOR_BASE_P(REGNO) \
769 ((REGNO) < FIRST_EXTENDED_REGISTER \
770 || (unsigned) reg_renumber[REGNO] < FIRST_EXTENDED_REGISTER)
771#define REGNO_OK_FOR_INDEX_P(REGNO) \
772 (((REGNO) && (REGNO) < FIRST_EXTENDED_REGISTER) \
773 || (unsigned) reg_renumber[REGNO] < FIRST_EXTENDED_REGISTER)
79e68feb
RS
774
775/* Given an rtx X being reloaded into a reg required to be
776 in class CLASS, return the class of reg to actually use.
777 In general this is just CLASS; but on some machines
778 in some cases it is preferable to use a more restrictive class.
779 Double constants should be in a register iff they can be made cheaply. */
a9c3f03a
TW
780#define PREFERRED_RELOAD_CLASS(X,CLASS) \
781 (CONSTANT_P(X) && (CLASS == XRF_REGS) ? NO_REGS : (CLASS))
79e68feb 782
c9b26f89
TW
783/* Return the register class of a scratch register needed to load IN
784 into a register of class CLASS in MODE. On the m88k, when PIC, we
785 need a temporary when loading some addresses into a register. */
786#define SECONDARY_INPUT_RELOAD_CLASS(CLASS, MODE, IN) \
787 ((flag_pic \
788 && GET_CODE (IN) == CONST \
789 && GET_CODE (XEXP (IN, 0)) == PLUS \
790 && GET_CODE (XEXP (XEXP (IN, 0), 0)) == CONST_INT \
791 && ! SMALL_INT (XEXP (XEXP (IN, 0), 1))) ? GENERAL_REGS : NO_REGS)
792
79e68feb
RS
793/* Return the maximum number of consecutive registers
794 needed to represent mode MODE in a register of class CLASS. */
a9c3f03a
TW
795#define CLASS_MAX_NREGS(CLASS, MODE) \
796 ((((CLASS) == XRF_REGS) ? 1 \
797 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)))
79e68feb
RS
798
799/* Letters in the range `I' through `P' in a register constraint string can
800 be used to stand for particular ranges of immediate operands. The C
801 expression is true iff C is a known letter and VALUE is appropriate for
802 that letter.
803
de857550 804 For the m88000, the following constants are used:
79e68feb
RS
805 `I' requires a non-negative 16-bit value.
806 `J' requires a non-positive 16-bit value.
c15d8db6 807 `K' requires a non-negative value < 32.
79e68feb
RS
808 `L' requires a constant with only the upper 16-bits set.
809 `M' requires constant values that can be formed with `set'.
810 `N' requires a negative value.
811 `O' requires zero.
812 `P' requires a non-negative value. */
813
814/* Quick tests for certain values. */
815#define SMALL_INT(X) (SMALL_INTVAL (INTVAL (X)))
816#define SMALL_INTVAL(I) ((unsigned) (I) < 0x10000)
817#define ADD_INT(X) (ADD_INTVAL (INTVAL (X)))
818#define ADD_INTVAL(I) ((unsigned) (I) + 0xffff < 0x1ffff)
819#define POWER_OF_2(I) ((I) && POWER_OF_2_or_0(I))
820#define POWER_OF_2_or_0(I) (((I) & ((unsigned)(I) - 1)) == 0)
821
822#define CONST_OK_FOR_LETTER_P(VALUE, C) \
823 ((C) == 'I' ? SMALL_INTVAL (VALUE) \
824 : (C) == 'J' ? SMALL_INTVAL (-(VALUE)) \
c15d8db6 825 : (C) == 'K' ? (unsigned)(VALUE) < 32 \
79e68feb
RS
826 : (C) == 'L' ? ((VALUE) & 0xffff) == 0 \
827 : (C) == 'M' ? integer_ok_for_set (VALUE) \
828 : (C) == 'N' ? (VALUE) < 0 \
829 : (C) == 'O' ? (VALUE) == 0 \
830 : (C) == 'P' ? (VALUE) >= 0 \
831 : 0)
832
833/* Similar, but for floating constants, and defining letters G and H.
834 Here VALUE is the CONST_DOUBLE rtx itself. For the m88000, the
835 constraints are: `G' requires zero, and `H' requires one or two. */
836#define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) \
837 ((C) == 'G' ? (CONST_DOUBLE_HIGH (VALUE) == 0 \
838 && CONST_DOUBLE_LOW (VALUE) == 0) \
839 : 0)
840
841/* Letters in the range `Q' through `U' in a register constraint string
842 may be defined in a machine-dependent fashion to stand for arbitrary
843 operand types.
844
845 For the m88k, `Q' handles addresses in a call context. */
846
847#define EXTRA_CONSTRAINT(OP, C) \
848 ((C) == 'Q' ? symbolic_address_p (OP) : 0)
849\f
850/*** Describing Stack Layout ***/
851
852/* Define this if pushing a word on the stack moves the stack pointer
853 to a smaller address. */
854#define STACK_GROWS_DOWNWARD
855
856/* Define this if the addresses of local variable slots are at negative
857 offsets from the frame pointer. */
858/* #define FRAME_GROWS_DOWNWARD */
859
860/* Offset from the frame pointer to the first local variable slot to be
861 allocated. For the m88k, the debugger wants the return address (r1)
862 stored at location r30+4, and the previous frame pointer stored at
863 location r30. */
864#define STARTING_FRAME_OFFSET 8
865
866/* If we generate an insn to push BYTES bytes, this says how many the
867 stack pointer really advances by. The m88k has no push instruction. */
868/* #define PUSH_ROUNDING(BYTES) */
869
870/* If defined, the maximum amount of space required for outgoing arguments
871 will be computed and placed into the variable
872 `current_function_outgoing_args_size'. No space will be pushed
873 onto the stack for each call; instead, the function prologue should
874 increase the stack frame size by this amount. */
f73ad30e 875#define ACCUMULATE_OUTGOING_ARGS 1
79e68feb
RS
876
877/* Offset from the stack pointer register to the first location at which
878 outgoing arguments are placed. Use the default value zero. */
879/* #define STACK_POINTER_OFFSET 0 */
880
881/* Offset of first parameter from the argument pointer register value.
882 Using an argument pointer, this is 0 for the m88k. GCC knows
883 how to eliminate the argument pointer references if necessary. */
884#define FIRST_PARM_OFFSET(FNDECL) 0
885
886/* Define this if functions should assume that stack space has been
887 allocated for arguments even when their values are passed in
888 registers.
889
890 The value of this macro is the size, in bytes, of the area reserved for
891 arguments passed in registers.
892
893 This space can either be allocated by the caller or be a part of the
894 machine-dependent stack frame: `OUTGOING_REG_PARM_STACK_SPACE'
895 says which. */
896#define REG_PARM_STACK_SPACE(FNDECL) 32
897
898/* Define this macro if REG_PARM_STACK_SPACE is defined but stack
899 parameters don't skip the area specified by REG_PARM_STACK_SPACE.
900 Normally, when a parameter is not passed in registers, it is placed on
901 the stack beyond the REG_PARM_STACK_SPACE area. Defining this macro
902 suppresses this behavior and causes the parameter to be passed on the
903 stack in its natural location. */
904#define STACK_PARMS_IN_REG_PARM_AREA
905
906/* Define this if it is the responsibility of the caller to allocate the
907 area reserved for arguments passed in registers. If
908 `ACCUMULATE_OUTGOING_ARGS' is also defined, the only effect of this
909 macro is to determine whether the space is included in
910 `current_function_outgoing_args_size'. */
911/* #define OUTGOING_REG_PARM_STACK_SPACE */
912
913/* Offset from the stack pointer register to an item dynamically allocated
914 on the stack, e.g., by `alloca'.
915
916 The default value for this macro is `STACK_POINTER_OFFSET' plus the
917 length of the outgoing arguments. The default is correct for most
918 machines. See `function.c' for details. */
919/* #define STACK_DYNAMIC_OFFSET(FUNDECL) ... */
920
921/* Value is the number of bytes of arguments automatically
922 popped when returning from a subroutine call.
26b66701 923 FUNDECL is the declaration node of the function (as a tree),
79e68feb
RS
924 FUNTYPE is the data type of the function (as a tree),
925 or for a library call it is an identifier node for the subroutine name.
926 SIZE is the number of bytes of arguments passed on the stack. */
26b66701 927#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
79e68feb
RS
928
929/* Define how to find the value returned by a function.
930 VALTYPE is the data type of the value (as a tree).
931 If the precise function being called is known, FUNC is its FUNCTION_DECL;
932 otherwise, FUNC is 0. */
933#define FUNCTION_VALUE(VALTYPE, FUNC) \
c5c76735
JL
934 gen_rtx_REG (TYPE_MODE (VALTYPE) == BLKmode ? SImode : TYPE_MODE (VALTYPE), \
935 2)
79e68feb
RS
936
937/* Define this if it differs from FUNCTION_VALUE. */
938/* #define FUNCTION_OUTGOING_VALUE(VALTYPE, FUNC) ... */
939
940/* Disable the promotion of some structures and unions to registers. */
941#define RETURN_IN_MEMORY(TYPE) \
e14fa9c4
DE
942 (TYPE_MODE (TYPE) == BLKmode \
943 || ((TREE_CODE (TYPE) == RECORD_TYPE || TREE_CODE(TYPE) == UNION_TYPE) \
944 && !(TYPE_MODE (TYPE) == SImode \
945 || (TYPE_MODE (TYPE) == BLKmode \
946 && TYPE_ALIGN (TYPE) == BITS_PER_WORD \
947 && int_size_in_bytes (TYPE) == UNITS_PER_WORD))))
79e68feb 948
b292ed86
JW
949/* Don't default to pcc-struct-return, because we have already specified
950 exactly how to return structures in the RETURN_IN_MEMORY macro. */
951#define DEFAULT_PCC_STRUCT_RETURN 0
952
79e68feb
RS
953/* Define how to find the value returned by a library function
954 assuming the value has mode MODE. */
c5c76735 955#define LIBCALL_VALUE(MODE) gen_rtx_REG (MODE, 2)
79e68feb
RS
956
957/* True if N is a possible register number for a function value
958 as seen by the caller. */
959#define FUNCTION_VALUE_REGNO_P(N) ((N) == 2)
960
961/* Determine whether a function argument is passed in a register, and
962 which register. See m88k.c. */
963#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
964 m88k_function_arg (CUM, MODE, TYPE, NAMED)
965
966/* Define this if it differs from FUNCTION_ARG. */
967/* #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) ... */
968
969/* A C expression for the number of words, at the beginning of an
970 argument, must be put in registers. The value must be zero for
971 arguments that are passed entirely in registers or that are entirely
972 pushed on the stack. */
973#define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) (0)
974
975/* A C expression that indicates when an argument must be passed by
976 reference. If nonzero for an argument, a copy of that argument is
977 made in memory and a pointer to the argument is passed instead of the
978 argument itself. The pointer is passed in whatever way is appropriate
979 for passing a pointer to that type. */
980#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) (0)
981
982/* A C type for declaring a variable that is used as the first argument
983 of `FUNCTION_ARG' and other related values. It suffices to count
984 the number of words of argument so far. */
985#define CUMULATIVE_ARGS int
986
987/* Initialize a variable CUM of type CUMULATIVE_ARGS for a call to a
988 function whose data type is FNTYPE. For a library call, FNTYPE is 0. */
2c7ee1a6 989#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) ((CUM) = 0)
79e68feb
RS
990
991/* A C statement (sans semicolon) to update the summarizer variable
992 CUM to advance past an argument in the argument list. The values
993 MODE, TYPE and NAMED describe that argument. Once this is done,
994 the variable CUM is suitable for analyzing the *following* argument
995 with `FUNCTION_ARG', etc. (TYPE is null for libcalls where that
996 information may not be available.) */
997#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
998 do { \
999 enum machine_mode __mode = (TYPE) ? TYPE_MODE (TYPE) : (MODE); \
1000 if ((CUM & 1) \
1001 && (__mode == DImode || __mode == DFmode \
1002 || ((TYPE) && TYPE_ALIGN (TYPE) > BITS_PER_WORD))) \
1003 CUM++; \
1004 CUM += (((__mode != BLKmode) \
1005 ? GET_MODE_SIZE (MODE) : int_size_in_bytes (TYPE)) \
1006 + 3) / 4; \
1007 } while (0)
1008
1009/* True if N is a possible register number for function argument passing.
1010 On the m88000, these are registers 2 through 9. */
1011#define FUNCTION_ARG_REGNO_P(N) ((N) <= 9 && (N) >= 2)
1012
1013/* A C expression which determines whether, and in which direction,
1014 to pad out an argument with extra space. The value should be of
1015 type `enum direction': either `upward' to pad above the argument,
1016 `downward' to pad below, or `none' to inhibit padding.
1017
1018 This macro does not control the *amount* of padding; that is always
1019 just enough to reach the next multiple of `FUNCTION_ARG_BOUNDARY'. */
1020#define FUNCTION_ARG_PADDING(MODE, TYPE) \
1021 ((MODE) == BLKmode \
1022 || ((TYPE) && (TREE_CODE (TYPE) == RECORD_TYPE \
1023 || TREE_CODE (TYPE) == UNION_TYPE)) \
1024 ? upward : GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY ? downward : none)
1025
1026/* If defined, a C expression that gives the alignment boundary, in bits,
1027 of an argument with the specified mode and type. If it is not defined,
1028 `PARM_BOUNDARY' is used for all arguments. */
1029#define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
856aa687 1030 (((TYPE) ? TYPE_ALIGN (TYPE) : GET_MODE_BITSIZE (MODE)) <= PARM_BOUNDARY \
79e68feb
RS
1031 ? PARM_BOUNDARY : 2 * PARM_BOUNDARY)
1032
1033/* Generate necessary RTL for __builtin_saveregs().
1034 ARGLIST is the argument list; see expr.c. */
648d2ffc 1035#define EXPAND_BUILTIN_SAVEREGS() m88k_builtin_saveregs ()
79e68feb 1036
a9b8384d
RH
1037/* Define the `__builtin_va_list' type for the ABI. */
1038#define BUILD_VA_LIST_TYPE(VALIST) \
1039 (VALIST) = m88k_build_va_list ()
a9b8384d
RH
1040
1041/* Implement `va_start' for varargs and stdarg. */
1042#define EXPAND_BUILTIN_VA_START(stdarg, valist, nextarg) \
1043 m88k_va_start (stdarg, valist, nextarg)
a9b8384d
RH
1044
1045/* Implement `va_arg'. */
1046#define EXPAND_BUILTIN_VA_ARG(valist, type) \
1047 m88k_va_arg (valist, type)
a9b8384d 1048
79e68feb 1049/* Output assembler code to FILE to increment profiler label # LABELNO
9230dc46
SC
1050 for profiling a function entry. Redefined in sysv3.h, sysv4.h and
1051 dgux.h. */
79e68feb
RS
1052#define FUNCTION_PROFILER(FILE, LABELNO) \
1053 output_function_profiler (FILE, LABELNO, "mcount", 1)
1054
c9b26f89
TW
1055/* Maximum length in instructions of the code output by FUNCTION_PROFILER. */
1056#define FUNCTION_PROFILER_LENGTH (5+3+1+5)
1057
79e68feb
RS
1058/* Output assembler code to FILE to initialize basic-block profiling for
1059 the current module. LABELNO is unique to each instance. */
1060#define FUNCTION_BLOCK_PROFILER(FILE, LABELNO) \
1061 output_function_block_profiler (FILE, LABELNO)
1062
c9b26f89
TW
1063/* Maximum length in instructions of the code output by
1064 FUNCTION_BLOCK_PROFILER. */
1065#define FUNCTION_BLOCK_PROFILER_LENGTH (3+5+2+5)
1066
79e68feb
RS
1067/* Output assembler code to FILE to increment the count associated with
1068 the basic block number BLOCKNO. */
1069#define BLOCK_PROFILER(FILE, BLOCKNO) output_block_profiler (FILE, BLOCKNO)
1070
c9b26f89
TW
1071/* Maximum length in instructions of the code output by BLOCK_PROFILER. */
1072#define BLOCK_PROFILER_LENGTH 4
1073
79e68feb
RS
1074/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
1075 the stack pointer does not matter. The value is tested only in
1076 functions that have frame pointers.
1077 No definition is equivalent to always zero. */
1078#define EXIT_IGNORE_STACK (1)
1079
79e68feb
RS
1080/* Value should be nonzero if functions must have frame pointers.
1081 Zero means the frame pointer need not be set up (and parms
1082 may be accessed via the stack pointer) in functions that seem suitable.
1083 This is computed in `reload', in reload1.c. */
1084#define FRAME_POINTER_REQUIRED \
1dd4b7a8
SC
1085(current_function_varargs \
1086 || (TARGET_OMIT_LEAF_FRAME_POINTER && !leaf_function_p ()) \
1087 || (write_symbols != NO_DEBUG && !TARGET_OCS_FRAME_POSITION))
79e68feb
RS
1088
1089/* Definitions for register eliminations.
1090
1091 We have two registers that can be eliminated on the m88k. First, the
1092 frame pointer register can often be eliminated in favor of the stack
1093 pointer register. Secondly, the argument pointer register can always be
1094 eliminated; it is replaced with either the stack or frame pointer. */
1095
1096/* This is an array of structures. Each structure initializes one pair
1097 of eliminable registers. The "from" register number is given first,
1098 followed by "to". Eliminations of the same "from" register are listed
1099 in order of preference. */
1100#define ELIMINABLE_REGS \
1101{{ ARG_POINTER_REGNUM, STACK_POINTER_REGNUM}, \
1102 { ARG_POINTER_REGNUM, FRAME_POINTER_REGNUM}, \
1103 { FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM}}
1104
1105/* Given FROM and TO register numbers, say whether this elimination
1106 is allowed. */
1107#define CAN_ELIMINATE(FROM, TO) \
1108 (!((FROM) == FRAME_POINTER_REGNUM && FRAME_POINTER_REQUIRED))
1109
1110/* Define the offset between two registers, one to be eliminated, and the other
1111 its replacement, at the start of a routine. */
1112#define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET) \
1113{ m88k_layout_frame (); \
1114 if ((FROM) == FRAME_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM) \
1115 (OFFSET) = m88k_fp_offset; \
1116 else if ((FROM) == ARG_POINTER_REGNUM && (TO) == FRAME_POINTER_REGNUM) \
1117 (OFFSET) = m88k_stack_size - m88k_fp_offset; \
1118 else if ((FROM) == ARG_POINTER_REGNUM && (TO) == STACK_POINTER_REGNUM) \
1119 (OFFSET) = m88k_stack_size; \
1120 else \
1121 abort (); \
1122}
1123\f
1124/*** Trampolines for Nested Functions ***/
1125
1126/* Output assembler code for a block containing the constant parts
1127 of a trampoline, leaving space for the variable parts.
1128
1129 This block is placed on the stack and filled in. It is aligned
1130 0 mod 128 and those portions that are executed are constant.
1131 This should work for instruction caches that have cache lines up
1132 to the aligned amount (128 is arbitrary), provided no other code
1133 producer is attempting to play the same game. This of course is
1134 in violation of any number of 88open standards. */
1135
1136#define TRAMPOLINE_TEMPLATE(FILE) \
1137{ \
5c828fb7
JH
1138 char buf[256]; \
1139 static int labelno = 0; \
1140 labelno++; \
1141 ASM_GENERATE_INTERNAL_LABEL (buf, "LTRMP", labelno); \
79e68feb
RS
1142 /* Save the return address (r1) in the static chain reg (r11). */ \
1143 fprintf (FILE, "\tor\t %s,%s,0\n", reg_names[11], reg_names[1]); \
1144 /* Locate this block; transfer to the next instruction. */ \
e6e1cf4c
JH
1145 fprintf (FILE, "\tbsr\t %s\n", &buf[1]); \
1146 ASM_OUTPUT_INTERNAL_LABEL (FILE, "LTRMP", labelno); \
79e68feb
RS
1147 /* Save r10; use it as the relative pointer; restore r1. */ \
1148 fprintf (FILE, "\tst\t %s,%s,24\n", reg_names[10], reg_names[1]); \
1149 fprintf (FILE, "\tor\t %s,%s,0\n", reg_names[10], reg_names[1]); \
1150 fprintf (FILE, "\tor\t %s,%s,0\n", reg_names[1], reg_names[11]); \
1151 /* Load the function's address and go there. */ \
1152 fprintf (FILE, "\tld\t %s,%s,32\n", reg_names[11], reg_names[10]); \
1153 fprintf (FILE, "\tjmp.n\t %s\n", reg_names[11]); \
1154 /* Restore r10 and load the static chain register. */ \
1155 fprintf (FILE, "\tld.d\t %s,%s,24\n", reg_names[10], reg_names[10]); \
1156 /* Storage: r10 save area, static chain, function address. */ \
1157 ASM_OUTPUT_INT (FILE, const0_rtx); \
1158 ASM_OUTPUT_INT (FILE, const0_rtx); \
1159 ASM_OUTPUT_INT (FILE, const0_rtx); \
1160}
1161
1162/* Length in units of the trampoline for entering a nested function.
1163 This is really two components. The first 32 bytes are fixed and
1164 must be copied; the last 12 bytes are just storage that's filled
1165 in later. So for allocation purposes, it's 32+12 bytes, but for
de857550 1166 initialization purposes, it's 32 bytes. */
79e68feb
RS
1167
1168#define TRAMPOLINE_SIZE (32+12)
1169
1170/* Alignment required for a trampoline. 128 is used to find the
1171 beginning of a line in the instruction cache and to allow for
1172 instruction cache lines of up to 128 bytes. */
1173
1174#define TRAMPOLINE_ALIGNMENT 128
1175
1176/* Emit RTL insns to initialize the variable parts of a trampoline.
1177 FNADDR is an RTX for the address of the function's pure code.
1178 CXT is an RTX for the static chain value for the function. */
1179
1180#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
1181{ \
c5c76735
JL
1182 emit_move_insn (gen_rtx_MEM (SImode, plus_constant (TRAMP, 40)), FNADDR); \
1183 emit_move_insn (gen_rtx_MEM (SImode, plus_constant (TRAMP, 36)), CXT); \
79e68feb
RS
1184}
1185
1186/*** Library Subroutine Names ***/
1187
1188/* Define this macro if GNU CC should generate calls to the System V
1189 (and ANSI C) library functions `memcpy' and `memset' rather than
1190 the BSD functions `bcopy' and `bzero'. */
1191#define TARGET_MEM_FUNCTIONS
1192\f
1193/*** Addressing Modes ***/
1194
aa0b4465 1195#define EXTRA_CC_MODES CC(CCEVENmode, "CCEVEN")
347da86b
RS
1196
1197#define SELECT_CC_MODE(OP,X,Y) CCmode
1198
940da324
JL
1199/* #define HAVE_POST_INCREMENT 0 */
1200/* #define HAVE_POST_DECREMENT 0 */
79e68feb 1201
940da324
JL
1202/* #define HAVE_PRE_DECREMENT 0 */
1203/* #define HAVE_PRE_INCREMENT 0 */
79e68feb 1204
50eb31b2
SC
1205/* Recognize any constant value that is a valid address.
1206 When PIC, we do not accept an address that would require a scratch reg
1207 to load into a register. */
1208
6eff269e
BK
1209#define CONSTANT_ADDRESS_P(X) \
1210 (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF \
50eb31b2
SC
1211 || GET_CODE (X) == CONST_INT || GET_CODE (X) == HIGH \
1212 || (GET_CODE (X) == CONST \
1213 && ! (flag_pic && pic_address_needs_scratch (X))))
1214
79e68feb
RS
1215
1216/* Maximum number of registers that can appear in a valid memory address. */
1217#define MAX_REGS_PER_ADDRESS 2
1218
1219/* The condition for memory shift insns. */
1220#define SCALED_ADDRESS_P(ADDR) \
1221 (GET_CODE (ADDR) == PLUS \
1222 && (GET_CODE (XEXP (ADDR, 0)) == MULT \
1223 || GET_CODE (XEXP (ADDR, 1)) == MULT))
1224
1225/* Can the reference to X be made short? */
1226#define SHORT_ADDRESS_P(X,TEMP) \
1227 ((TEMP) = (GET_CODE (X) == CONST ? get_related_value (X) : X), \
1228 ((TEMP) && GET_CODE (TEMP) == SYMBOL_REF && SYMBOL_REF_FLAG (TEMP)))
1229
1230/* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression
1231 that is a valid memory address for an instruction.
1232 The MODE argument is the machine mode for the MEM expression
1233 that wants to use this address.
1234
1235 On the m88000, a legitimate address has the form REG, REG+REG,
1236 REG+SMALLINT, REG+(REG*modesize) (REG[REG]), or SMALLINT.
1237
1238 The register elimination process should deal with the argument
1239 pointer and frame pointer changing to REG+SMALLINT. */
1240
1241#define LEGITIMATE_INDEX_P(X, MODE) \
1242 ((GET_CODE (X) == CONST_INT \
1243 && SMALL_INT (X)) \
1244 || (REG_P (X) \
1245 && REG_OK_FOR_INDEX_P (X)) \
1246 || (GET_CODE (X) == MULT \
1247 && REG_P (XEXP (X, 0)) \
1248 && REG_OK_FOR_INDEX_P (XEXP (X, 0)) \
1249 && GET_CODE (XEXP (X, 1)) == CONST_INT \
1250 && INTVAL (XEXP (X, 1)) == GET_MODE_SIZE (MODE)))
1251
2d57146b
SC
1252#define RTX_OK_FOR_BASE_P(X) \
1253 ((GET_CODE (X) == REG && REG_OK_FOR_BASE_P (X)) \
1254 || (GET_CODE (X) == SUBREG \
1255 && GET_CODE (SUBREG_REG (X)) == REG \
1256 && REG_OK_FOR_BASE_P (SUBREG_REG (X))))
1257
1258#define RTX_OK_FOR_INDEX_P(X) \
1259 ((GET_CODE (X) == REG && REG_OK_FOR_INDEX_P (X)) \
1260 || (GET_CODE (X) == SUBREG \
1261 && GET_CODE (SUBREG_REG (X)) == REG \
1262 && REG_OK_FOR_INDEX_P (SUBREG_REG (X))))
1263
79e68feb
RS
1264#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR) \
1265{ \
1266 register rtx _x; \
1267 if (REG_P (X)) \
1268 { \
1269 if (REG_OK_FOR_BASE_P (X)) \
1270 goto ADDR; \
1271 } \
1272 else if (GET_CODE (X) == PLUS) \
1273 { \
1274 register rtx _x0 = XEXP (X, 0); \
1275 register rtx _x1 = XEXP (X, 1); \
1276 if ((flag_pic \
1277 && _x0 == pic_offset_table_rtx \
1278 && (flag_pic == 2 \
2d57146b 1279 ? RTX_OK_FOR_BASE_P (_x1) \
79e68feb
RS
1280 : (GET_CODE (_x1) == SYMBOL_REF \
1281 || GET_CODE (_x1) == LABEL_REF))) \
1282 || (REG_P (_x0) \
1283 && (REG_OK_FOR_BASE_P (_x0) \
1284 && LEGITIMATE_INDEX_P (_x1, MODE))) \
1285 || (REG_P (_x1) \
1286 && (REG_OK_FOR_BASE_P (_x1) \
1287 && LEGITIMATE_INDEX_P (_x0, MODE)))) \
1288 goto ADDR; \
1289 } \
1290 else if (GET_CODE (X) == LO_SUM) \
1291 { \
1292 register rtx _x0 = XEXP (X, 0); \
1293 register rtx _x1 = XEXP (X, 1); \
1294 if (((REG_P (_x0) \
1295 && REG_OK_FOR_BASE_P (_x0)) \
1296 || (GET_CODE (_x0) == SUBREG \
1297 && REG_P (SUBREG_REG (_x0)) \
1298 && REG_OK_FOR_BASE_P (SUBREG_REG (_x0)))) \
1299 && CONSTANT_P (_x1)) \
1300 goto ADDR; \
1301 } \
1302 else if (GET_CODE (X) == CONST_INT \
1303 && SMALL_INT (X)) \
1304 goto ADDR; \
1305 else if (SHORT_ADDRESS_P (X, _x)) \
1306 goto ADDR; \
1307}
1308
1309/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
1310 and check its validity for a certain class.
1311 We have two alternate definitions for each of them.
1312 The usual definition accepts all pseudo regs; the other rejects
1313 them unless they have been allocated suitable hard regs.
1314 The symbol REG_OK_STRICT causes the latter definition to be used.
1315
1316 Most source files want to accept pseudo regs in the hope that
1317 they will get allocated to the class that the insn wants them to be in.
1318 Source files for reload pass need to be strict.
1319 After reload, it makes no difference, since pseudo regs have
1320 been eliminated by then. */
1321
1322#ifndef REG_OK_STRICT
1323
1324/* Nonzero if X is a hard reg that can be used as an index
1325 or if it is a pseudo reg. Not the argument pointer. */
903a8914
JH
1326#define REG_OK_FOR_INDEX_P(X) \
1327 (!XRF_REGNO_P(REGNO (X)))
79e68feb
RS
1328/* Nonzero if X is a hard reg that can be used as a base reg
1329 or if it is a pseudo reg. */
903a8914 1330#define REG_OK_FOR_BASE_P(X) (REG_OK_FOR_INDEX_P (X))
79e68feb
RS
1331
1332#else
1333
1334/* Nonzero if X is a hard reg that can be used as an index. */
1335#define REG_OK_FOR_INDEX_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
1336/* Nonzero if X is a hard reg that can be used as a base reg. */
1337#define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
1338
1339#endif
1340
1341/* Try machine-dependent ways of modifying an illegitimate address
1342 to be legitimate. If we find one, return the new, valid address.
1343 This macro is used in only one place: `memory_address' in explow.c.
1344
1345 OLDX is the address as it was before break_out_memory_refs was called.
1346 In some cases it is useful to look at this to decide what needs to be done.
1347
1348 MODE and WIN are passed so that this macro can use
1349 GO_IF_LEGITIMATE_ADDRESS.
1350
1351 It is always safe for this macro to do nothing. It exists to recognize
1352 opportunities to optimize the output. */
1353
1354/* On the m88000, change REG+N into REG+REG, and REG+(X*Y) into REG+REG. */
1355
1356#define LEGITIMIZE_ADDRESS(X,OLDX,MODE,WIN) \
1357{ \
1358 if (GET_CODE (X) == PLUS && CONSTANT_ADDRESS_P (XEXP (X, 1))) \
c5c76735
JL
1359 (X) = gen_rtx_PLUS (SImode, XEXP (X, 0), \
1360 copy_to_mode_reg (SImode, XEXP (X, 1))); \
79e68feb 1361 if (GET_CODE (X) == PLUS && CONSTANT_ADDRESS_P (XEXP (X, 0))) \
c5c76735
JL
1362 (X) = gen_rtx_PLUS (SImode, XEXP (X, 1), \
1363 copy_to_mode_reg (SImode, XEXP (X, 0))); \
79e68feb 1364 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == MULT) \
c5c76735
JL
1365 (X) = gen_rtx_PLUS (SImode, XEXP (X, 1), \
1366 force_operand (XEXP (X, 0), 0)); \
79e68feb 1367 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == MULT) \
c5c76735
JL
1368 (X) = gen_rtx_PLUS (SImode, XEXP (X, 0), \
1369 force_operand (XEXP (X, 1), 0)); \
2d57146b 1370 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == PLUS) \
c5c76735
JL
1371 (X) = gen_rtx_PLUS (Pmode, force_operand (XEXP (X, 0), NULL_RTX),\
1372 XEXP (X, 1)); \
2d57146b 1373 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == PLUS) \
c5c76735
JL
1374 (X) = gen_rtx_PLUS (Pmode, XEXP (X, 0), \
1375 force_operand (XEXP (X, 1), NULL_RTX)); \
79e68feb
RS
1376 if (GET_CODE (X) == SYMBOL_REF || GET_CODE (X) == CONST \
1377 || GET_CODE (X) == LABEL_REF) \
c9b26f89 1378 (X) = legitimize_address (flag_pic, X, 0, 0); \
79e68feb
RS
1379 if (memory_address_p (MODE, X)) \
1380 goto WIN; }
1381
1382/* Go to LABEL if ADDR (a legitimate address expression)
1383 has an effect that depends on the machine mode it is used for.
38e01259 1384 On the m88000 this is never true. */
79e68feb
RS
1385
1386#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL)
1387
1388/* Nonzero if the constant value X is a legitimate general operand.
1389 It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE. */
1390#define LEGITIMATE_CONSTANT_P(X) (1)
50eb31b2
SC
1391
1392/* Define this, so that when PIC, reload won't try to reload invalid
1393 addresses which require two reload registers. */
1394
1395#define LEGITIMATE_PIC_OPERAND_P(X) (! pic_address_needs_scratch (X))
1396
79e68feb
RS
1397\f
1398/*** Condition Code Information ***/
1399
1400/* C code for a data type which is used for declaring the `mdep'
1401 component of `cc_status'. It defaults to `int'. */
1402/* #define CC_STATUS_MDEP int */
1403
1404/* A C expression to initialize the `mdep' field to "empty". */
1405/* #define CC_STATUS_MDEP_INIT (cc_status.mdep = 0) */
1406
1407/* Macro to zap the normal portions of CC_STATUS, but leave the
1408 machine dependent parts (ie, literal synthesis) alone. */
1409/* #define CC_STATUS_INIT_NO_MDEP \
1410 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0) */
1411
1412/* When using a register to hold the condition codes, the cc_status
1413 mechanism cannot be used. */
1414#define NOTICE_UPDATE_CC(EXP, INSN) (0)
1415\f
1416/*** Miscellaneous Parameters ***/
1417
1418/* Define the codes that are matched by predicates in m88k.c. */
1419#define PREDICATE_CODES \
1420 {"move_operand", {SUBREG, REG, CONST_INT, LO_SUM, MEM}}, \
1421 {"call_address_operand", {SUBREG, REG, SYMBOL_REF, LABEL_REF, CONST}}, \
1422 {"arith_operand", {SUBREG, REG, CONST_INT}}, \
1423 {"arith5_operand", {SUBREG, REG, CONST_INT}}, \
1424 {"arith32_operand", {SUBREG, REG, CONST_INT}}, \
1425 {"arith64_operand", {SUBREG, REG, CONST_INT}}, \
1426 {"int5_operand", {CONST_INT}}, \
1427 {"int32_operand", {CONST_INT}}, \
1428 {"add_operand", {SUBREG, REG, CONST_INT}}, \
1429 {"reg_or_bbx_mask_operand", {SUBREG, REG, CONST_INT}}, \
1430 {"real_or_0_operand", {SUBREG, REG, CONST_DOUBLE}}, \
50eb31b2 1431 {"reg_or_0_operand", {SUBREG, REG, CONST_INT}}, \
79e68feb 1432 {"relop", {EQ, NE, LT, LE, GE, GT, LTU, LEU, GEU, GTU}}, \
347da86b
RS
1433 {"even_relop", {EQ, LT, GT, LTU, GTU}}, \
1434 {"odd_relop", { NE, LE, GE, LEU, GEU}}, \
1435 {"partial_ccmode_register_operand", { SUBREG, REG}}, \
79e68feb
RS
1436 {"relop_no_unsigned", {EQ, NE, LT, LE, GE, GT}}, \
1437 {"equality_op", {EQ, NE}}, \
1438 {"pc_or_label_ref", {PC, LABEL_REF}},
1439
997718c7
RH
1440/* A list of predicates that do special things with modes, and so
1441 should not elicit warnings for VOIDmode match_operand. */
1442
1443#define SPECIAL_MODE_PREDICATES \
1444 "partial_ccmode_register_operand", \
1445 "pc_or_label_ref",
1446
dfa69feb
TW
1447/* The case table contains either words or branch instructions. This says
1448 which. We always claim that the vector is PC-relative. It is position
1449 independent when -fpic is used. */
1450#define CASE_VECTOR_INSNS (TARGET_88100 || flag_pic)
1451
79e68feb
RS
1452/* An alias for a machine mode name. This is the machine mode that
1453 elements of a jump-table should have. */
1454#define CASE_VECTOR_MODE SImode
1455
18543a22
ILT
1456/* Define as C expression which evaluates to nonzero if the tablejump
1457 instruction expects the table to contain offsets from the address of the
1458 table.
1459 Do not define this if the table should contain absolute addresses. */
1460#define CASE_VECTOR_PC_RELATIVE 1
79e68feb
RS
1461
1462/* Define this if control falls through a `case' insn when the index
1463 value is out of range. This means the specified default-label is
1464 actually ignored by the `case' insn proper. */
1465/* #define CASE_DROPS_THROUGH */
1466
cc61d0de
TW
1467/* Define this to be the smallest number of different values for which it
1468 is best to use a jump-table instead of a tree of conditional branches.
1469 The default is 4 for machines with a casesi instruction and 5 otherwise.
1470 The best 88110 number is around 7, though the exact number isn't yet
1471 known. A third alternative for the 88110 is to use a binary tree of
1472 bb1 instructions on bits 2/1/0 if the range is dense. This may not
1473 win very much though. */
1474#define CASE_VALUES_THRESHOLD (TARGET_88100 ? 4 : 7)
1475
79e68feb
RS
1476/* Specify the tree operation to be used to convert reals to integers. */
1477#define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR
1478
1479/* This is the kind of divide that is easiest to do in the general case. */
1480#define EASY_DIV_EXPR TRUNC_DIV_EXPR
1481
1482/* Define this as 1 if `char' should by default be signed; else as 0. */
1483#define DEFAULT_SIGNED_CHAR 1
1484
1485/* The 88open ABI says size_t is unsigned int. */
1486#define SIZE_TYPE "unsigned int"
1487
1488/* Allow and ignore #sccs directives */
1489#define SCCS_DIRECTIVE
1490
f88a7491
TW
1491/* Handle #pragma pack and sometimes #pragma weak. */
1492#define HANDLE_SYSV_PRAGMA
79e68feb
RS
1493
1494/* Tell when to handle #pragma weak. This is only done for V.4. */
daefd78b 1495#define SUPPORTS_WEAK TARGET_SVR4
18543a22 1496#define SUPPORTS_ONE_ONLY TARGET_SVR4
79e68feb
RS
1497
1498/* Max number of bytes we can move from memory to memory
1499 in one reasonably fast instruction. */
883a42e5 1500#define MOVE_MAX 8
79e68feb 1501
50eb31b2
SC
1502/* Define if normal loads of shorter-than-word items from memory clears
1503 the rest of the bigs in the register. */
1504#define BYTE_LOADS_ZERO_EXTEND
79e68feb
RS
1505
1506/* Zero if access to memory by bytes is faster. */
1507#define SLOW_BYTE_ACCESS 1
1508
1509/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
1510 is done just by pretending it is already truncated. */
1511#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
1512
1513/* Define this if addresses of constant functions
1514 shouldn't be put through pseudo regs where they can be cse'd.
1515 Desirable on machines where ordinary constants are expensive
1516 but a CALL with constant address is cheap. */
1517#define NO_FUNCTION_CSE
1518
1519/* Define this macro if an argument declared as `char' or
1520 `short' in a prototype should actually be passed as an
1521 `int'. In addition to avoiding errors in certain cases of
1522 mismatch, it also makes for better code on certain machines. */
cb560352 1523#define PROMOTE_PROTOTYPES 1
79e68feb
RS
1524
1525/* Define this macro if a float function always returns float
9230dc46 1526 (even in traditional mode). Redefined in luna.h. */
79e68feb
RS
1527#define TRADITIONAL_RETURN_FLOAT
1528
1529/* We assume that the store-condition-codes instructions store 0 for false
1530 and some other value for true. This is the value stored for true. */
37941398 1531#define STORE_FLAG_VALUE (-1)
79e68feb
RS
1532
1533/* Specify the machine mode that pointers have.
1534 After generation of rtl, the compiler makes no further distinction
1535 between pointers and any other objects of this machine mode. */
1536#define Pmode SImode
1537
1538/* A function address in a call instruction
1539 is a word address (for indexing purposes)
1540 so give the MEM rtx word mode. */
1541#define FUNCTION_MODE SImode
1542
c9b26f89 1543/* A barrier will be aligned so account for the possible expansion.
13d39dbc 1544 A volatile load may be preceded by a serializing instruction.
c9b26f89
TW
1545 Account for profiling code output at NOTE_INSN_PROLOGUE_END.
1546 Account for block profiling code at basic block boundaries. */
1039fa46
TW
1547#define ADJUST_INSN_LENGTH(RTX, LENGTH) \
1548 if (GET_CODE (RTX) == BARRIER \
1549 || (TARGET_SERIALIZE_VOLATILE \
1550 && GET_CODE (RTX) == INSN \
1551 && GET_CODE (PATTERN (RTX)) == SET \
1552 && ((GET_CODE (SET_SRC (PATTERN (RTX))) == MEM \
c9b26f89
TW
1553 && MEM_VOLATILE_P (SET_SRC (PATTERN (RTX))))))) \
1554 LENGTH += 1; \
1555 else if (GET_CODE (RTX) == NOTE \
1556 && NOTE_LINE_NUMBER (RTX) == NOTE_INSN_PROLOGUE_END) \
1557 { \
1558 if (profile_block_flag) \
1559 LENGTH += FUNCTION_BLOCK_PROFILER_LENGTH; \
1560 if (profile_flag) \
1561 LENGTH += (FUNCTION_PROFILER_LENGTH + REG_PUSH_LENGTH \
1562 + REG_POP_LENGTH); \
1563 } \
1564 else if (profile_block_flag \
1565 && (GET_CODE (RTX) == CODE_LABEL \
1566 || GET_CODE (RTX) == JUMP_INSN \
1567 || (GET_CODE (RTX) == INSN \
1568 && GET_CODE (PATTERN (RTX)) == SEQUENCE \
1569 && GET_CODE (XVECEXP (PATTERN (RTX), 0, 0)) == JUMP_INSN)))\
1570 LENGTH += BLOCK_PROFILER_LENGTH;
17c672d7 1571
1039fa46
TW
1572/* Track the state of the last volatile memory reference. Clear the
1573 state with CC_STATUS_INIT for now. */
1574#define CC_STATUS_INIT m88k_volatile_code = '\0'
1575
79e68feb
RS
1576/* Compute the cost of computing a constant rtl expression RTX
1577 whose rtx-code is CODE. The body of this macro is a portion
1578 of a switch statement. If the code is computed here,
1579 return it with a return statement. Otherwise, break from the switch.
1580
1581 We assume that any 16 bit integer can easily be recreated, so we
1582 indicate 0 cost, in an attempt to get GCC not to optimize things
1583 like comparison against a constant.
1584
1585 The cost of CONST_DOUBLE is zero (if it can be placed in an insn, it
1586 is as good as a register; since it can't be placed in any insn, it
1587 won't do anything in cse, but it will cause expand_binop to pass the
1588 constant to the define_expands). */
3bb22aee 1589#define CONST_COSTS(RTX,CODE,OUTER_CODE) \
79e68feb
RS
1590 case CONST_INT: \
1591 if (SMALL_INT (RTX)) \
1592 return 0; \
1593 else if (SMALL_INTVAL (- INTVAL (RTX))) \
1594 return 2; \
1595 else if (classify_integer (SImode, INTVAL (RTX)) != m88k_oru_or) \
1596 return 4; \
1597 return 7; \
1598 case HIGH: \
1599 return 2; \
1600 case CONST: \
1601 case LABEL_REF: \
1602 case SYMBOL_REF: \
1603 if (flag_pic) \
1604 return (flag_pic == 2) ? 11 : 8; \
1605 return 5; \
1606 case CONST_DOUBLE: \
1607 return 0;
1608
1609/* Provide the costs of an addressing mode that contains ADDR.
de857550 1610 If ADDR is not a valid address, its cost is irrelevant.
79e68feb
RS
1611 REG+REG is made slightly more expensive because it might keep
1612 a register live for longer than we might like. */
1613#define ADDRESS_COST(ADDR) \
1614 (GET_CODE (ADDR) == REG ? 1 : \
1615 GET_CODE (ADDR) == LO_SUM ? 1 : \
1616 GET_CODE (ADDR) == HIGH ? 2 : \
1617 GET_CODE (ADDR) == MULT ? 1 : \
1618 GET_CODE (ADDR) != PLUS ? 4 : \
1619 (REG_P (XEXP (ADDR, 0)) && REG_P (XEXP (ADDR, 1))) ? 2 : 1)
1620
1621/* Provide the costs of a rtl expression. This is in the body of a
1622 switch on CODE. */
3bb22aee 1623#define RTX_COSTS(X,CODE,OUTER_CODE) \
79e68feb
RS
1624 case MEM: \
1625 return COSTS_N_INSNS (2); \
1626 case MULT: \
1627 return COSTS_N_INSNS (3); \
1628 case DIV: \
1629 case UDIV: \
1630 case MOD: \
1631 case UMOD: \
1632 return COSTS_N_INSNS (38);
1633
1634/* A C expressions returning the cost of moving data of MODE from a register
1635 to or from memory. This is more costly than between registers. */
cbd5b9a2 1636#define MEMORY_MOVE_COST(MODE,CLASS,IN) 4
79e68feb
RS
1637
1638/* Provide the cost of a branch. Exact meaning under development. */
1639#define BRANCH_COST (TARGET_88100 ? 1 : 2)
1640
5b177046
TW
1641/* A C statement (sans semicolon) to update the integer variable COST
1642 based on the relationship between INSN that is dependent on
1643 DEP_INSN through the dependence LINK. The default is to make no
1644 adjustment to COST. On the m88k, ignore the cost of anti- and
1645 output-dependencies. On the m88100, a store can issue two cycles
1646 before the value (not the address) has finished computing. */
1647#define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
1648 do { \
1649 if (REG_NOTE_KIND (LINK) != 0) \
1650 (COST) = 0; /* Anti or output dependence. */ \
1651 else if (! TARGET_88100 \
1652 && recog_memoized (INSN) >= 0 \
1653 && get_attr_type (INSN) == TYPE_STORE \
1654 && SET_SRC (PATTERN (INSN)) == SET_DEST (PATTERN (DEP_INSN))) \
1655 (COST) -= 4; /* 88110 store reservation station. */ \
1656 } while (0)
1657
79e68feb
RS
1658/* Do not break .stabs pseudos into continuations. */
1659#define DBX_CONTIN_LENGTH 0
1660\f
1661/*** Output of Assembler Code ***/
1662
1663/* Control the assembler format that we output. */
1664
0f1da36e
DE
1665/* A C string constant describing how to begin a comment in the target
1666 assembler language. The compiler assumes that the comment will end at
1667 the end of the line. */
1668#define ASM_COMMENT_START ";"
1669
79e68feb
RS
1670/* Allow pseudo-ops to be overridden. Override these in svr[34].h. */
1671#undef INT_ASM_OP
1672#undef ASCII_DATA_ASM_OP
79e68feb
RS
1673#undef CONST_SECTION_ASM_OP
1674#undef CTORS_SECTION_ASM_OP
1675#undef DTORS_SECTION_ASM_OP
74265b1e 1676#undef ASM_OUTPUT_SECTION_NAME
79e68feb
RS
1677#undef INIT_SECTION_ASM_OP
1678#undef FINI_SECTION_ASM_OP
1679#undef TYPE_ASM_OP
1680#undef SIZE_ASM_OP
ea9c2c2a 1681#undef SET_ASM_OP
31c0c8ea
TW
1682#undef SKIP_ASM_OP
1683#undef COMMON_ASM_OP
a0209f48
TW
1684#undef ALIGN_ASM_OP
1685#undef IDENT_ASM_OP
79e68feb
RS
1686
1687/* These are used in varasm.c as well. */
6e7b07a7
HPN
1688#define TEXT_SECTION_ASM_OP "\ttext"
1689#define DATA_SECTION_ASM_OP "\tdata"
79e68feb
RS
1690
1691/* Other sections. */
50eb31b2 1692#define CONST_SECTION_ASM_OP (TARGET_SVR4 \
6e7b07a7
HPN
1693 ? "\tsection\t .rodata,\"a\"" \
1694 : "\tsection\t .rodata,\"x\"")
50eb31b2 1695#define TDESC_SECTION_ASM_OP (TARGET_SVR4 \
6e7b07a7
HPN
1696 ? "\tsection\t .tdesc,\"a\"" \
1697 : "\tsection\t .tdesc,\"x\"")
79e68feb
RS
1698
1699/* These must be constant strings for crtstuff.c. */
6e7b07a7
HPN
1700#define CTORS_SECTION_ASM_OP "\tsection\t .ctors,\"d\""
1701#define DTORS_SECTION_ASM_OP "\tsection\t .dtors,\"d\""
1702#define INIT_SECTION_ASM_OP "\tsection\t .init,\"x\""
1703#define FINI_SECTION_ASM_OP "\tsection\t .fini,\"x\""
79e68feb
RS
1704
1705/* These are pretty much common to all assemblers. */
6e7b07a7
HPN
1706#define IDENT_ASM_OP "\tident\t"
1707#define FILE_ASM_OP "\tfile\t"
1708#define SECTION_ASM_OP "\tsection\t"
1709#define SET_ASM_OP "\tdef\t"
d7cac874 1710#define GLOBAL_ASM_OP "\tglobal\t"
6e7b07a7
HPN
1711#define ALIGN_ASM_OP "\talign\t"
1712#define SKIP_ASM_OP "\tzero\t"
1713#define COMMON_ASM_OP "\tcomm\t"
1714#define BSS_ASM_OP "\tbss\t"
1715#define FLOAT_ASM_OP "\tfloat\t"
1716#define DOUBLE_ASM_OP "\tdouble\t"
1717#define INT_ASM_OP "\tword\t"
79e68feb 1718#define ASM_LONG INT_ASM_OP
6e7b07a7
HPN
1719#define SHORT_ASM_OP "\thalf\t"
1720#define CHAR_ASM_OP "\tbyte\t"
1721#define ASCII_DATA_ASM_OP "\tstring\t"
79e68feb
RS
1722
1723/* These are particular to the global pool optimization. */
6e7b07a7
HPN
1724#define SBSS_ASM_OP "\tsbss\t"
1725#define SCOMM_ASM_OP "\tscomm\t"
1726#define SDATA_SECTION_ASM_OP "\tsdata"
79e68feb
RS
1727
1728/* These are specific to PIC. */
6e7b07a7
HPN
1729#define TYPE_ASM_OP "\ttype\t"
1730#define SIZE_ASM_OP "\tsize\t"
79e68feb
RS
1731#ifndef AS_BUG_POUND_TYPE /* Faulty assemblers require @ rather than #. */
1732#undef TYPE_OPERAND_FMT
1733#define TYPE_OPERAND_FMT "#%s"
1734#endif
1735
daefd78b
JM
1736/* This is how we tell the assembler that a symbol is weak. */
1737
1738#undef ASM_WEAKEN_LABEL
1739#define ASM_WEAKEN_LABEL(FILE,NAME) \
1740 do { fputs ("\tweak\t", FILE); assemble_name (FILE, NAME); \
1741 fputc ('\n', FILE); } while (0)
1742
79e68feb 1743/* These are specific to version 03.00 assembler syntax. */
d7cac874 1744#define INTERNAL_ASM_OP "\tlocal\t"
6e7b07a7
HPN
1745#define VERSION_ASM_OP "\tversion\t"
1746#define UNALIGNED_SHORT_ASM_OP "\tuahalf\t"
1747#define UNALIGNED_INT_ASM_OP "\tuaword\t"
1748#define PUSHSECTION_ASM_OP "\tsection\t"
1749#define POPSECTION_ASM_OP "\tprevious"
79e68feb 1750
2ff44f10 1751/* These are specific to the version 04.00 assembler syntax. */
6e7b07a7 1752#define REQUIRES_88110_ASM_OP "\trequires_88110"
2ff44f10 1753
79e68feb
RS
1754/* Output any initial stuff to the assembly file. Always put out
1755 a file directive, even if not debugging.
1756
1757 Immediately after putting out the file, put out a "sem.<value>"
1758 declaration. This should be harmless on other systems, and
de857550 1759 is used in DG/UX by the debuggers to supplement COFF. The
79e68feb
RS
1760 fields in the integer value are as follows:
1761
1762 Bits Value Meaning
1763 ---- ----- -------
1764 0-1 0 No information about stack locations
1765 1 Auto/param locations are based on r30
1766 2 Auto/param locations are based on CFA
1767
1768 3-2 0 No information on dimension order
1769 1 Array dims in sym table matches source language
1770 2 Array dims in sym table is in reverse order
1771
1772 5-4 0 No information about the case of global names
1773 1 Global names appear in the symbol table as in the source
1774 2 Global names have been converted to lower case
1775 3 Global names have been converted to upper case. */
1776
1777#ifdef SDB_DEBUGGING_INFO
1778#define ASM_COFFSEM(FILE) \
1779 if (write_symbols == SDB_DEBUG) \
1780 { \
1781 fprintf (FILE, "\nsem.%x:\t\t; %s\n", \
1782 (((TARGET_OCS_FRAME_POSITION) ? 2 : 1) << 0) + (1 << 2) + (1 << 4),\
1783 (TARGET_OCS_FRAME_POSITION) \
1784 ? "frame is CFA, normal array dims, case unchanged" \
1785 : "frame is r30, normal array dims, case unchanged"); \
1786 }
1787#else
1788#define ASM_COFFSEM(FILE)
1789#endif
1790
9230dc46 1791/* Output the first line of the assembly file. Redefined in dgux.h. */
79e68feb
RS
1792
1793#define ASM_FIRST_LINE(FILE) \
1794 do { \
50eb31b2
SC
1795 if (TARGET_SVR4) \
1796 { \
1797 if (TARGET_88110) \
016c8440 1798 fprintf (FILE, "%s\"%s\"\n", VERSION_ASM_OP, "04.00"); \
50eb31b2 1799 else \
016c8440 1800 fprintf (FILE, "%s\"%s\"\n", VERSION_ASM_OP, "03.00"); \
50eb31b2 1801 } \
79e68feb
RS
1802 } while (0)
1803
1804/* Override svr[34].h. */
1805#undef ASM_FILE_START
1806#define ASM_FILE_START(FILE) \
e5778b1e
KG
1807 output_file_start (FILE, \
1808 (struct m88k_lang_independent_options *) f_options, \
b6a1cbae 1809 ARRAY_SIZE (f_options), \
e5778b1e 1810 (struct m88k_lang_independent_options *) W_options, \
b6a1cbae 1811 ARRAY_SIZE (W_options))
79e68feb
RS
1812
1813#undef ASM_FILE_END
1814
1815#define ASM_OUTPUT_SOURCE_FILENAME(FILE, NAME) \
016c8440 1816 fprintf (FILE, "%s\"%s\"\n", FILE_ASM_OP, NAME)
79e68feb
RS
1817
1818#ifdef SDB_DEBUGGING_INFO
1abe4c83 1819#undef ASM_OUTPUT_SOURCE_LINE
79e68feb
RS
1820#define ASM_OUTPUT_SOURCE_LINE(FILE, LINE) \
1821 if (m88k_prologue_done) \
1822 fprintf (FILE, "\n\tln\t %d\t\t\t\t; Real source line %d\n",\
1823 LINE - sdb_begin_function_line, LINE)
1824#endif
1825
1826/* Code to handle #ident directives. Override svr[34].h definition. */
1827#undef ASM_OUTPUT_IDENT
1828#ifdef DBX_DEBUGGING_INFO
1829#define ASM_OUTPUT_IDENT(FILE, NAME)
1830#else
1831#define ASM_OUTPUT_IDENT(FILE, NAME) \
a9c3f03a 1832 output_ascii (FILE, IDENT_ASM_OP, 4000, NAME, strlen (NAME));
79e68feb
RS
1833#endif
1834
1835/* Output to assembler file text saying following lines
1836 may contain character constants, extra white space, comments, etc. */
1837#define ASM_APP_ON ""
1838
1839/* Output to assembler file text saying following lines
1840 no longer contain unusual constructs. */
1841#define ASM_APP_OFF ""
1842
1843/* Format the assembly opcode so that the arguments are all aligned.
1844 The maximum instruction size is 8 characters (fxxx.xxx), so a tab and a
1845 space will do to align the output. Abandon the output if a `%' is
1846 encountered. */
1847#define ASM_OUTPUT_OPCODE(STREAM, PTR) \
1848 { \
1849 int ch; \
e5778b1e 1850 const char *orig_ptr; \
79e68feb
RS
1851 \
1852 for (orig_ptr = (PTR); \
1853 (ch = *(PTR)) && ch != ' ' && ch != '\t' && ch != '\n' && ch != '%'; \
1854 (PTR)++) \
1855 putc (ch, STREAM); \
1856 \
1857 if (ch == ' ' && orig_ptr != (PTR) && (PTR) - orig_ptr < 8) \
1858 putc ('\t', STREAM); \
1859 }
1860
1861/* How to refer to registers in assembler output.
1862 This sequence is indexed by compiler's hard-register-number.
1863 Updated by OVERRIDE_OPTIONS to include the # for version 03.00 syntax. */
1864
1865#define REGISTER_NAMES \
1866 {"#r0"+1, "#r1"+1, "#r2"+1, "#r3"+1, "#r4"+1, "#r5"+1, "#r6"+1, "#r7"+1, \
1867 "#r8"+1, "#r9"+1, "#r10"+1,"#r11"+1,"#r12"+1,"#r13"+1,"#r14"+1,"#r15"+1,\
1868 "#r16"+1,"#r17"+1,"#r18"+1,"#r19"+1,"#r20"+1,"#r21"+1,"#r22"+1,"#r23"+1,\
a9c3f03a
TW
1869 "#r24"+1,"#r25"+1,"#r26"+1,"#r27"+1,"#r28"+1,"#r29"+1,"#r30"+1,"#r31"+1,\
1870 "#x0"+1, "#x1"+1, "#x2"+1, "#x3"+1, "#x4"+1, "#x5"+1, "#x6"+1, "#x7"+1, \
1871 "#x8"+1, "#x9"+1, "#x10"+1,"#x11"+1,"#x12"+1,"#x13"+1,"#x14"+1,"#x15"+1,\
1872 "#x16"+1,"#x17"+1,"#x18"+1,"#x19"+1,"#x20"+1,"#x21"+1,"#x22"+1,"#x23"+1,\
1873 "#x24"+1,"#x25"+1,"#x26"+1,"#x27"+1,"#x28"+1,"#x29"+1,"#x30"+1,"#x31"+1}
79e68feb 1874
b6ecac21
TW
1875/* Define additional names for use in asm clobbers and asm declarations.
1876
1877 We define the fake Condition Code register as an alias for reg 0 (which
1878 is our `condition code' register), so that condition codes can easily
1879 be clobbered by an asm. The carry bit in the PSR is now used. */
1880
e5778b1e 1881#define ADDITIONAL_REGISTER_NAMES {{"psr", 0}, {"cc", 0}}
b6ecac21 1882
79e68feb
RS
1883/* How to renumber registers for dbx and gdb. */
1884#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
1885
1886/* Tell when to declare ASM names. Override svr4.h to provide this hook. */
1887#undef DECLARE_ASM_NAME
1888#define DECLARE_ASM_NAME TARGET_SVR4
1889
1890/* Write the extra assembler code needed to declare a function properly. */
1891#undef ASM_DECLARE_FUNCTION_NAME
1892#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
1893 do { \
1894 if (DECLARE_ASM_NAME) \
1895 { \
016c8440 1896 fprintf (FILE, "%s", TYPE_ASM_OP); \
79e68feb
RS
1897 assemble_name (FILE, NAME); \
1898 putc (',', FILE); \
1899 fprintf (FILE, TYPE_OPERAND_FMT, "function"); \
1900 putc ('\n', FILE); \
1901 } \
1902 ASM_OUTPUT_LABEL(FILE, NAME); \
1903 } while (0)
1904
1905/* Write the extra assembler code needed to declare an object properly. */
1906#undef ASM_DECLARE_OBJECT_NAME
92dee628
RS
1907#define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
1908 do { \
1909 if (DECLARE_ASM_NAME) \
1910 { \
016c8440 1911 fprintf (FILE, "%s", TYPE_ASM_OP); \
92dee628
RS
1912 assemble_name (FILE, NAME); \
1913 putc (',', FILE); \
1914 fprintf (FILE, TYPE_OPERAND_FMT, "object"); \
1915 putc ('\n', FILE); \
1916 size_directive_output = 0; \
1917 if (!flag_inhibit_size_directive && DECL_SIZE (DECL)) \
1918 { \
1919 size_directive_output = 1; \
016c8440 1920 fprintf (FILE, "%s", SIZE_ASM_OP); \
92dee628 1921 assemble_name (FILE, NAME); \
86615a62 1922 fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
92dee628
RS
1923 } \
1924 } \
1925 ASM_OUTPUT_LABEL(FILE, NAME); \
79e68feb
RS
1926 } while (0)
1927
92dee628
RS
1928/* Output the size directive for a decl in rest_of_decl_compilation
1929 in the case where we did not do so before the initializer.
1930 Once we find the error_mark_node, we know that the value of
1931 size_directive_output was set
1932 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. */
1933
70b7f9b0 1934#undef ASM_FINISH_DECLARE_OBJECT
92dee628
RS
1935#define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP_LEVEL, AT_END) \
1936do { \
e5778b1e 1937 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
92dee628 1938 if (!flag_inhibit_size_directive && DECL_SIZE (DECL) \
13832d15 1939 && DECLARE_ASM_NAME \
92dee628
RS
1940 && ! AT_END && TOP_LEVEL \
1941 && DECL_INITIAL (DECL) == error_mark_node \
1942 && !size_directive_output) \
1943 { \
8b2e2b2f 1944 size_directive_output = 1; \
016c8440 1945 fprintf (FILE, "%s", SIZE_ASM_OP); \
92dee628
RS
1946 assemble_name (FILE, name); \
1947 fprintf (FILE, ",%d\n", int_size_in_bytes (TREE_TYPE (DECL))); \
1948 } \
1949 } while (0)
1950
79e68feb
RS
1951/* This is how to declare the size of a function. */
1952#undef ASM_DECLARE_FUNCTION_SIZE
1953#define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
1954 do { \
1955 if (DECLARE_ASM_NAME) \
1956 { \
1957 if (!flag_inhibit_size_directive) \
1958 { \
1959 char label[256]; \
e6e1cf4c 1960 static int labelno = 0; \
79e68feb
RS
1961 labelno++; \
1962 ASM_GENERATE_INTERNAL_LABEL (label, "Lfe", labelno); \
1963 ASM_OUTPUT_INTERNAL_LABEL (FILE, "Lfe", labelno); \
016c8440 1964 fprintf (FILE, "%s", SIZE_ASM_OP); \
79e68feb
RS
1965 assemble_name (FILE, (FNAME)); \
1966 fprintf (FILE, ",%s-", &label[1]); \
1967 assemble_name (FILE, (FNAME)); \
1968 putc ('\n', FILE); \
1969 } \
1970 } \
1971 } while (0)
1972
1973/* This is how to output the definition of a user-level label named NAME,
1974 such as the label on a static function or variable NAME. */
1975#define ASM_OUTPUT_LABEL(FILE,NAME) \
1976 do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
1977
1978/* This is how to output a command to make the user-level label named NAME
1979 defined for reference from other files. */
1980#define ASM_GLOBALIZE_LABEL(FILE,NAME) \
1981 do { \
016c8440 1982 fprintf (FILE, "%s", GLOBAL_ASM_OP); \
79e68feb
RS
1983 assemble_name (FILE, NAME); \
1984 putc ('\n', FILE); \
1985 } while (0)
1986
3cc7f838
RK
1987/* The prefix to add to user-visible assembler symbols.
1988 Override svr[34].h. */
1989#undef USER_LABEL_PREFIX
1990#define USER_LABEL_PREFIX "_"
1991
79e68feb
RS
1992/* This is how to output a reference to a user-level label named NAME.
1993 Override svr[34].h. */
1994#undef ASM_OUTPUT_LABELREF
1995#define ASM_OUTPUT_LABELREF(FILE,NAME) \
1996 { \
50eb31b2 1997 if (!TARGET_NO_UNDERSCORES && !TARGET_SVR4) \
79e68feb
RS
1998 fputc ('_', FILE); \
1999 fputs (NAME, FILE); \
2000 }
2001
2002/* This is how to output an internal numbered label where
2003 PREFIX is the class of label and NUM is the number within the class.
2004 For V.4, labels use `.' rather than `@'. */
2005
31c0c8ea 2006#undef ASM_OUTPUT_INTERNAL_LABEL
79e68feb
RS
2007#ifdef AS_BUG_DOT_LABELS /* The assembler requires a declaration of local. */
2008#define ASM_OUTPUT_INTERNAL_LABEL(FILE,PREFIX,NUM) \
016c8440 2009 fprintf (FILE, TARGET_SVR4 ? ".%s%d:\n%s.%s%d\n" : "@%s%d:\n", \
79e68feb
RS
2010 PREFIX, NUM, INTERNAL_ASM_OP, PREFIX, NUM)
2011#else
2012#define ASM_OUTPUT_INTERNAL_LABEL(FILE,PREFIX,NUM) \
50eb31b2 2013 fprintf (FILE, TARGET_SVR4 ? ".%s%d:\n" : "@%s%d:\n", PREFIX, NUM)
79e68feb
RS
2014#endif /* AS_BUG_DOT_LABELS */
2015
2016/* This is how to store into the string LABEL
2017 the symbol_ref name of an internal numbered label where
2018 PREFIX is the class of label and NUM is the number within the class.
2019 This is suitable for output with `assemble_name'. This must agree
2020 with ASM_OUTPUT_INTERNAL_LABEL above, except for being prefixed
2021 with an `*'. */
2022
31c0c8ea 2023#undef ASM_GENERATE_INTERNAL_LABEL
79e68feb 2024#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
50eb31b2 2025 sprintf (LABEL, TARGET_SVR4 ? "*.%s%d" : "*@%s%d", PREFIX, NUM)
79e68feb
RS
2026
2027/* Internal macro to get a single precision floating point value into
9ec36da5 2028 an int, so we can print its value in hex. */
79e68feb
RS
2029#define FLOAT_TO_INT_INTERNAL( FVALUE, IVALUE ) \
2030 { union { \
2031 REAL_VALUE_TYPE d; \
2032 struct { \
2033 unsigned sign : 1; \
2034 unsigned exponent1 : 1; \
2035 unsigned exponent2 : 3; \
2036 unsigned exponent3 : 7; \
2037 unsigned mantissa1 : 20; \
2038 unsigned mantissa2 : 3; \
2039 unsigned mantissa3 : 29; \
2040 } s; \
2041 } _u; \
2042 \
2043 union { \
2044 int i; \
2045 struct { \
2046 unsigned sign : 1; \
2047 unsigned exponent1 : 1; \
2048 unsigned exponent3 : 7; \
2049 unsigned mantissa1 : 20; \
2050 unsigned mantissa2 : 3; \
2051 } s; \
2052 } _u2; \
2053 \
2054 _u.d = REAL_VALUE_TRUNCATE (SFmode, FVALUE); \
2055 _u2.s.sign = _u.s.sign; \
2056 _u2.s.exponent1 = _u.s.exponent1; \
2057 _u2.s.exponent3 = _u.s.exponent3; \
2058 _u2.s.mantissa1 = _u.s.mantissa1; \
2059 _u2.s.mantissa2 = _u.s.mantissa2; \
2060 IVALUE = _u2.i; \
2061 }
2062
2063/* This is how to output an assembler line defining a `double' constant.
2064 Use "word" pseudos to avoid printing NaNs, infinity, etc. */
2065#define ASM_OUTPUT_DOUBLE(FILE,VALUE) \
2066 do { \
2067 union { REAL_VALUE_TYPE d; long l[2]; } x; \
2068 x.d = (VALUE); \
016c8440 2069 fprintf (FILE, "%s0x%.8lx, 0x%.8lx\n", INT_ASM_OP, \
e5778b1e 2070 (long) x.l[0], (long) x.l[1]); \
79e68feb
RS
2071 } while (0)
2072
2073/* This is how to output an assembler line defining a `float' constant. */
2074#define ASM_OUTPUT_FLOAT(FILE,VALUE) \
2075 do { \
2076 int i; \
2077 FLOAT_TO_INT_INTERNAL (VALUE, i); \
016c8440 2078 fprintf (FILE, "%s0x%.8x\n", INT_ASM_OP, i); \
79e68feb
RS
2079 } while (0)
2080
2081/* Likewise for `int', `short', and `char' constants. */
2082#define ASM_OUTPUT_INT(FILE,VALUE) \
016c8440 2083( fprintf (FILE, "%s", INT_ASM_OP), \
79e68feb
RS
2084 output_addr_const (FILE, (VALUE)), \
2085 fprintf (FILE, "\n"))
2086
2087#define ASM_OUTPUT_SHORT(FILE,VALUE) \
016c8440 2088( fprintf (FILE, "%s", SHORT_ASM_OP), \
79e68feb
RS
2089 output_addr_const (FILE, (VALUE)), \
2090 fprintf (FILE, "\n"))
2091
2092#define ASM_OUTPUT_CHAR(FILE,VALUE) \
016c8440 2093( fprintf (FILE, "%s", CHAR_ASM_OP), \
79e68feb
RS
2094 output_addr_const (FILE, (VALUE)), \
2095 fprintf (FILE, "\n"))
2096
2097/* This is how to output an assembler line for a numeric constant byte. */
2098#define ASM_OUTPUT_BYTE(FILE,VALUE) \
016c8440 2099 fprintf (FILE, "%s0x%x\n", CHAR_ASM_OP, (VALUE))
79e68feb 2100
668681ef 2101/* The single-byte pseudo-op is the default. Override svr[34].h. */
79e68feb 2102#undef ASM_BYTE_OP
6e7b07a7 2103#define ASM_BYTE_OP "\tbyte\t"
79e68feb
RS
2104#undef ASM_OUTPUT_ASCII
2105#define ASM_OUTPUT_ASCII(FILE, P, SIZE) \
a9c3f03a 2106 output_ascii (FILE, ASCII_DATA_ASM_OP, 48, P, SIZE)
79e68feb 2107
0d53ee39
TW
2108/* Override svr4.h. Change to the readonly data section for a table of
2109 addresses. final_scan_insn changes back to the text section. */
a0209f48 2110#undef ASM_OUTPUT_CASE_LABEL
0d53ee39
TW
2111#define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
2112 do { \
2113 if (! CASE_VECTOR_INSNS) \
2c39ec40
TW
2114 { \
2115 readonly_data_section (); \
2116 ASM_OUTPUT_ALIGN (FILE, 2); \
2117 } \
0d53ee39
TW
2118 ASM_OUTPUT_INTERNAL_LABEL (FILE, PREFIX, NUM); \
2119 } while (0)
a0209f48 2120
79e68feb
RS
2121/* Epilogue for case labels. This jump instruction is called by casesi
2122 to transfer to the appropriate branch instruction within the table.
2123 The label `@L<n>e' is coined to mark the end of the table. */
2124#define ASM_OUTPUT_CASE_END(FILE, NUM, TABLE) \
2125 do { \
668681ef
TW
2126 if (CASE_VECTOR_INSNS) \
2127 { \
2128 char label[256]; \
2129 ASM_GENERATE_INTERNAL_LABEL (label, "L", NUM); \
2130 fprintf (FILE, "%se:\n", &label[1]); \
2131 if (! flag_delayed_branch) \
2132 fprintf (FILE, "\tlda\t %s,%s[%s]\n", reg_names[1], \
2133 reg_names[1], reg_names[m88k_case_index]); \
2134 fprintf (FILE, "\tjmp\t %s\n", reg_names[1]); \
2135 } \
79e68feb
RS
2136 } while (0)
2137
2138/* This is how to output an element of a case-vector that is absolute. */
2139#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
2140 do { \
2141 char buffer[256]; \
2142 ASM_GENERATE_INTERNAL_LABEL (buffer, "L", VALUE); \
668681ef
TW
2143 fprintf (FILE, CASE_VECTOR_INSNS ? "\tbr\t %s\n" : "\tword\t %s\n", \
2144 &buffer[1]); \
79e68feb
RS
2145 } while (0)
2146
2147/* This is how to output an element of a case-vector that is relative. */
33f7f353 2148#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
79e68feb
RS
2149 ASM_OUTPUT_ADDR_VEC_ELT (FILE, VALUE)
2150
2151/* This is how to output an assembler line
2152 that says to advance the location counter
2153 to a multiple of 2**LOG bytes. */
2154#define ASM_OUTPUT_ALIGN(FILE,LOG) \
2155 if ((LOG) != 0) \
016c8440 2156 fprintf (FILE, "%s%d\n", ALIGN_ASM_OP, 1<<(LOG))
79e68feb 2157
7ddb6885
TW
2158/* On the m88100, align the text address to half a cache boundary when it
2159 can only be reached by jumping. Pack code tightly when compiling
2160 crtstuff.c. */
fc470718
R
2161#define LABEL_ALIGN_AFTER_BARRIER(LABEL) \
2162 (TARGET_88100 && !flag_inhibit_size_directive ? 3 : 2)
79e68feb
RS
2163
2164/* Override svr[34].h. */
2165#undef ASM_OUTPUT_SKIP
2166#define ASM_OUTPUT_SKIP(FILE,SIZE) \
016c8440 2167 fprintf (FILE, "%s%u\n", SKIP_ASM_OP, (SIZE))
79e68feb
RS
2168
2169/* Override svr4.h. */
2170#undef ASM_OUTPUT_EXTERNAL_LIBCALL
2171
2172/* This says how to output an assembler line to define a global common
2173 symbol. Size can be zero for the unusual case of a `struct { int : 0; }'.
2174 Override svr[34].h. */
2175#undef ASM_OUTPUT_COMMON
2176#undef ASM_OUTPUT_ALIGNED_COMMON
2177#define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
016c8440 2178( fprintf ((FILE), "%s", \
de857550 2179 ((SIZE) ? (SIZE) : 1) <= m88k_gp_threshold ? SCOMM_ASM_OP : COMMON_ASM_OP), \
79e68feb
RS
2180 assemble_name ((FILE), (NAME)), \
2181 fprintf ((FILE), ",%u\n", (SIZE) ? (SIZE) : 1))
2182
de857550 2183/* This says how to output an assembler line to define a local common
79e68feb
RS
2184 symbol. Override svr[34].h. */
2185#undef ASM_OUTPUT_LOCAL
2186#undef ASM_OUTPUT_ALIGNED_LOCAL
2187#define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
016c8440 2188( fprintf ((FILE), "%s", \
31c0c8ea 2189 ((SIZE) ? (SIZE) : 1) <= m88k_gp_threshold ? SBSS_ASM_OP : BSS_ASM_OP), \
79e68feb
RS
2190 assemble_name ((FILE), (NAME)), \
2191 fprintf ((FILE), ",%u,%d\n", (SIZE) ? (SIZE) : 1, (SIZE) <= 4 ? 4 : 8))
2192
2193/* Store in OUTPUT a string (made with alloca) containing
2194 an assembler-name for a local static variable named NAME.
2195 LABELNO is an integer which is different for each call. */
2196#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
2197( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
2198 sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
2199
2200/* This is how to output an insn to push a register on the stack.
2201 It need not be very fast code. */
2202#define ASM_OUTPUT_REG_PUSH(FILE,REGNO) \
2203 fprintf (FILE, "\tsubu\t %s,%s,%d\n\tst\t %s,%s,0\n", \
2204 reg_names[STACK_POINTER_REGNUM], \
2205 reg_names[STACK_POINTER_REGNUM], \
2206 (STACK_BOUNDARY / BITS_PER_UNIT), \
2207 reg_names[REGNO], \
2208 reg_names[STACK_POINTER_REGNUM])
2209
c9b26f89
TW
2210/* Length in instructions of the code output by ASM_OUTPUT_REG_PUSH. */
2211#define REG_PUSH_LENGTH 2
2212
79e68feb
RS
2213/* This is how to output an insn to pop a register from the stack. */
2214#define ASM_OUTPUT_REG_POP(FILE,REGNO) \
2215 fprintf (FILE, "\tld\t %s,%s,0\n\taddu\t %s,%s,%d\n", \
2216 reg_names[REGNO], \
2217 reg_names[STACK_POINTER_REGNUM], \
2218 reg_names[STACK_POINTER_REGNUM], \
2219 reg_names[STACK_POINTER_REGNUM], \
2220 (STACK_BOUNDARY / BITS_PER_UNIT))
2221
c9b26f89
TW
2222/* Length in instructions of the code output by ASM_OUTPUT_REG_POP. */
2223#define REG_POP_LENGTH 2
2224
79e68feb
RS
2225/* Define the parentheses used to group arithmetic operations
2226 in assembler code. */
2227#define ASM_OPEN_PAREN "("
2228#define ASM_CLOSE_PAREN ")"
79e68feb
RS
2229\f
2230/* Macros to deal with OCS debug information */
2231
2232#define OCS_START_PREFIX "Ltb"
2233#define OCS_END_PREFIX "Lte"
2234
2235#define PUT_OCS_FUNCTION_START(FILE) \
2236 { ASM_OUTPUT_INTERNAL_LABEL (FILE, OCS_START_PREFIX, m88k_function_number); }
2237
2238#define PUT_OCS_FUNCTION_END(FILE) \
2239 { ASM_OUTPUT_INTERNAL_LABEL (FILE, OCS_END_PREFIX, m88k_function_number); }
2240
2241/* Macros for debug information */
2242#define DEBUGGER_AUTO_OFFSET(X) \
2243 (m88k_debugger_offset (X, 0) \
2244 + (TARGET_OCS_FRAME_POSITION ? 0 : m88k_stack_size - m88k_fp_offset))
2245
2246#define DEBUGGER_ARG_OFFSET(OFFSET, X) \
2247 (m88k_debugger_offset (X, OFFSET) \
2248 + (TARGET_OCS_FRAME_POSITION ? 0 : m88k_stack_size - m88k_fp_offset))
2249
2250/* Macros to deal with SDB debug information */
2251#ifdef SDB_DEBUGGING_INFO
2252
2253/* Output structure tag names even when it causes a forward reference. */
2254#define SDB_ALLOW_FORWARD_REFERENCES
2255
2256/* Print out extra debug information in the assembler file */
2257#define PUT_SDB_SCL(a) \
2258 do { \
2259 register int s = (a); \
e5778b1e 2260 register const char *scl; \
79e68feb
RS
2261 switch (s) \
2262 { \
2263 case C_EFCN: scl = "end of function"; break; \
2264 case C_NULL: scl = "NULL storage class"; break; \
2265 case C_AUTO: scl = "automatic"; break; \
2266 case C_EXT: scl = "external"; break; \
2267 case C_STAT: scl = "static"; break; \
2268 case C_REG: scl = "register"; break; \
2269 case C_EXTDEF: scl = "external definition"; break; \
2270 case C_LABEL: scl = "label"; break; \
2271 case C_ULABEL: scl = "undefined label"; break; \
2272 case C_MOS: scl = "structure member"; break; \
2273 case C_ARG: scl = "argument"; break; \
2274 case C_STRTAG: scl = "structure tag"; break; \
2275 case C_MOU: scl = "union member"; break; \
2276 case C_UNTAG: scl = "union tag"; break; \
2277 case C_TPDEF: scl = "typedef"; break; \
2278 case C_USTATIC: scl = "uninitialized static"; break; \
2279 case C_ENTAG: scl = "enumeration tag"; break; \
2280 case C_MOE: scl = "member of enumeration"; break; \
2281 case C_REGPARM: scl = "register parameter"; break; \
2282 case C_FIELD: scl = "bit field"; break; \
2283 case C_BLOCK: scl = "block start/end"; break; \
2284 case C_FCN: scl = "function start/end"; break; \
2285 case C_EOS: scl = "end of structure"; break; \
2286 case C_FILE: scl = "filename"; break; \
2287 case C_LINE: scl = "line"; break; \
2288 case C_ALIAS: scl = "duplicated tag"; break; \
2289 case C_HIDDEN: scl = "hidden"; break; \
2290 default: scl = "unknown"; break; \
2291 } \
2292 \
2293 fprintf(asm_out_file, "\tscl\t %d\t\t\t\t; %s\n", s, scl); \
2294 } while (0)
2295
2296#define PUT_SDB_TYPE(a) \
2297 do { \
2298 register int t = (a); \
2299 static char buffer[100]; \
e5778b1e
KG
2300 register char *p = buffer; \
2301 register const char *q; \
79e68feb 2302 register int typ = t; \
e5778b1e 2303 register int i; \
79e68feb
RS
2304 \
2305 for (i = 0; i <= 5; i++) \
2306 { \
2307 switch ((typ >> ((i*N_TSHIFT) + N_BTSHFT)) & 03) \
2308 { \
2309 case DT_PTR: \
2310 strcpy (p, "ptr to "); \
2311 p += sizeof("ptr to"); \
2312 break; \
2313 \
2314 case DT_ARY: \
2315 strcpy (p, "array of "); \
2316 p += sizeof("array of"); \
2317 break; \
2318 \
2319 case DT_FCN: \
2320 strcpy (p, "func ret "); \
2321 p += sizeof("func ret"); \
2322 break; \
2323 } \
2324 } \
2325 \
2326 switch (typ & N_BTMASK) \
2327 { \
2328 case T_NULL: q = "<no type>"; break; \
2329 case T_CHAR: q = "char"; break; \
2330 case T_SHORT: q = "short"; break; \
2331 case T_INT: q = "int"; break; \
2332 case T_LONG: q = "long"; break; \
2333 case T_FLOAT: q = "float"; break; \
2334 case T_DOUBLE: q = "double"; break; \
2335 case T_STRUCT: q = "struct"; break; \
2336 case T_UNION: q = "union"; break; \
2337 case T_ENUM: q = "enum"; break; \
2338 case T_MOE: q = "enum member"; break; \
2339 case T_UCHAR: q = "unsigned char"; break; \
2340 case T_USHORT: q = "unsigned short"; break; \
2341 case T_UINT: q = "unsigned int"; break; \
2342 case T_ULONG: q = "unsigned long"; break; \
2343 default: q = "void"; break; \
2344 } \
2345 \
2346 strcpy (p, q); \
2347 fprintf(asm_out_file, "\ttype\t %d\t\t\t\t; %s\n", \
2348 t, buffer); \
2349 } while (0)
2350
2351#define PUT_SDB_INT_VAL(a) \
2352 fprintf (asm_out_file, "\tval\t %d\n", (a))
2353
2354#define PUT_SDB_VAL(a) \
2355( fprintf (asm_out_file, "\tval\t "), \
2356 output_addr_const (asm_out_file, (a)), \
2357 fputc ('\n', asm_out_file))
2358
2359#define PUT_SDB_DEF(a) \
2360 do { fprintf (asm_out_file, "\tsdef\t "); \
2361 ASM_OUTPUT_LABELREF (asm_out_file, a); \
2362 fputc ('\n', asm_out_file); \
2363 } while (0)
2364
2365#define PUT_SDB_PLAIN_DEF(a) \
2366 fprintf(asm_out_file,"\tsdef\t .%s\n", a)
2367
2368/* Simply and endef now. */
2369#define PUT_SDB_ENDEF \
2370 fputs("\tendef\n\n", asm_out_file)
2371
2372#define PUT_SDB_SIZE(a) \
2373 fprintf (asm_out_file, "\tsize\t %d\n", (a))
2374
2375/* Max dimensions to store for debug information (limited by COFF). */
2376#define SDB_MAX_DIM 6
2377
2378/* New method for dim operations. */
2379#define PUT_SDB_START_DIM \
2380 fputs("\tdim\t ", asm_out_file)
2381
2382/* How to end the DIM sequence. */
2383#define PUT_SDB_LAST_DIM(a) \
2384 fprintf(asm_out_file, "%d\n", a)
2385
2386#define PUT_SDB_TAG(a) \
2387 do { \
2388 fprintf (asm_out_file, "\ttag\t "); \
2389 ASM_OUTPUT_LABELREF (asm_out_file, a); \
2390 fputc ('\n', asm_out_file); \
2391 } while( 0 )
2392
2393#define PUT_SDB_BLOCK_OR_FUNCTION(NAME, SCL, LINE) \
2394 do { \
2395 fprintf (asm_out_file, "\n\tsdef\t %s\n\tval\t .\n", \
2396 NAME); \
2397 PUT_SDB_SCL( SCL ); \
2398 fprintf (asm_out_file, "\tline\t %d\n\tendef\n\n", \
2399 (LINE)); \
2400 } while (0)
2401
2402#define PUT_SDB_BLOCK_START(LINE) \
2403 PUT_SDB_BLOCK_OR_FUNCTION (".bb", C_BLOCK, (LINE))
2404
2405#define PUT_SDB_BLOCK_END(LINE) \
2406 PUT_SDB_BLOCK_OR_FUNCTION (".eb", C_BLOCK, (LINE))
2407
2408#define PUT_SDB_FUNCTION_START(LINE) \
2409 do { \
2410 fprintf (asm_out_file, "\tln\t 1\n"); \
2411 PUT_SDB_BLOCK_OR_FUNCTION (".bf", C_FCN, (LINE)); \
2412 } while (0)
2413
2414#define PUT_SDB_FUNCTION_END(LINE) \
2415 do { \
2416 PUT_SDB_BLOCK_OR_FUNCTION (".ef", C_FCN, (LINE)); \
2417 } while (0)
2418
2419#define PUT_SDB_EPILOGUE_END(NAME) \
2420 do { \
2421 text_section (); \
2422 fprintf (asm_out_file, "\n\tsdef\t "); \
2423 ASM_OUTPUT_LABELREF(asm_out_file, (NAME)); \
2424 fputc('\n', asm_out_file); \
2425 PUT_SDB_SCL( C_EFCN ); \
2426 fprintf (asm_out_file, "\tendef\n\n"); \
2427 } while (0)
2428
2429#define SDB_GENERATE_FAKE(BUFFER, NUMBER) \
2430 sprintf ((BUFFER), ".%dfake", (NUMBER));
2431
2432#endif /* SDB_DEBUGGING_INFO */
2433\f
2434/* Support const and tdesc sections. Generally, a const section will
2435 be distinct from the text section whenever we do V.4-like things
2436 and so follows DECLARE_ASM_NAME. Note that strings go in text
2437 rather than const. Override svr[34].h. */
2438
2439#undef USE_CONST_SECTION
2440#undef EXTRA_SECTIONS
2441
2442#define USE_CONST_SECTION DECLARE_ASM_NAME
2443
3623e712 2444#if defined(USING_SVR4_H)
79e68feb
RS
2445
2446#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_ctors, in_dtors
2447#define INIT_SECTION_FUNCTION
2448#define FINI_SECTION_FUNCTION
2449
1039fa46
TW
2450#else
2451#if defined(USING_SVR3_H)
79e68feb 2452
f63ce4f8
TW
2453#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_ctors, in_dtors, \
2454 in_init, in_fini
79e68feb 2455
9230dc46 2456#else /* luna or other not based on svr[34].h. */
79e68feb 2457
17c672d7 2458#undef INIT_SECTION_ASM_OP
79e68feb
RS
2459#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata
2460#define CONST_SECTION_FUNCTION \
2461void \
2462const_section () \
2463{ \
2464 text_section(); \
2465}
2466#define CTORS_SECTION_FUNCTION
2467#define DTORS_SECTION_FUNCTION
2468#define INIT_SECTION_FUNCTION
2469#define FINI_SECTION_FUNCTION
2470
1039fa46 2471#endif /* USING_SVR3_H */
d034f929 2472#endif /* USING_SVR4_H */
79e68feb
RS
2473
2474#undef EXTRA_SECTION_FUNCTIONS
2475#define EXTRA_SECTION_FUNCTIONS \
2476 CONST_SECTION_FUNCTION \
2477 \
2478void \
2479tdesc_section () \
2480{ \
2481 if (in_section != in_tdesc) \
2482 { \
2483 fprintf (asm_out_file, "%s\n", TDESC_SECTION_ASM_OP); \
2484 in_section = in_tdesc; \
2485 } \
2486} \
2487 \
2488void \
2489sdata_section () \
2490{ \
2491 if (in_section != in_sdata) \
2492 { \
2493 fprintf (asm_out_file, "%s\n", SDATA_SECTION_ASM_OP); \
2494 in_section = in_sdata; \
2495 } \
2496} \
2497 \
2498 CTORS_SECTION_FUNCTION \
2499 DTORS_SECTION_FUNCTION \
2500 INIT_SECTION_FUNCTION \
2501 FINI_SECTION_FUNCTION
2502
79e68feb
RS
2503/* A C statement or statements to switch to the appropriate
2504 section for output of DECL. DECL is either a `VAR_DECL' node
2505 or a constant of some sort. RELOC indicates whether forming
2506 the initial value of DECL requires link-time relocations.
2507
2508 For strings, the section is selected before the segment info is encoded. */
2509#undef SELECT_SECTION
2510#define SELECT_SECTION(DECL,RELOC) \
2511{ \
2512 if (TREE_CODE (DECL) == STRING_CST) \
2513 { \
2514 if (! flag_writable_strings) \
2515 const_section (); \
50eb31b2 2516 else if ( TREE_STRING_LENGTH (DECL) <= m88k_gp_threshold) \
79e68feb
RS
2517 sdata_section (); \
2518 else \
2519 data_section (); \
2520 } \
2521 else if (TREE_CODE (DECL) == VAR_DECL) \
2522 { \
2523 if (SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0))) \
2524 sdata_section (); \
2525 else if ((flag_pic && RELOC) \
ed8969fa
JW
2526 || !TREE_READONLY (DECL) || TREE_SIDE_EFFECTS (DECL) \
2527 || !DECL_INITIAL (DECL) \
2528 || (DECL_INITIAL (DECL) != error_mark_node \
2529 && !TREE_CONSTANT (DECL_INITIAL (DECL)))) \
79e68feb
RS
2530 data_section (); \
2531 else \
2532 const_section (); \
2533 } \
2534 else \
2535 const_section (); \
2536}
2537
0d53ee39
TW
2538/* Jump tables consist of branch instructions and should be output in
2539 the text section. When we use a table of addresses, we explicitly
2540 change to the readonly data section. */
2541#define JUMP_TABLES_IN_TEXT_SECTION 1
2542
79e68feb
RS
2543/* Define this macro if references to a symbol must be treated differently
2544 depending on something about the variable or function named by the
2545 symbol (such as what section it is in).
2546
2547 The macro definition, if any, is executed immediately after the rtl for
2548 DECL has been created and stored in `DECL_RTL (DECL)'. The value of the
2549 rtl will be a `mem' whose address is a `symbol_ref'.
2550
2551 For the m88k, determine if the item should go in the global pool. */
2552#define ENCODE_SECTION_INFO(DECL) \
2553 do { \
2554 if (m88k_gp_threshold > 0) \
e5778b1e 2555 { \
79e68feb
RS
2556 if (TREE_CODE (DECL) == VAR_DECL) \
2557 { \
2558 if (!TREE_READONLY (DECL) || TREE_SIDE_EFFECTS (DECL)) \
2559 { \
2560 int size = int_size_in_bytes (TREE_TYPE (DECL)); \
2561 \
2562 if (size > 0 && size <= m88k_gp_threshold) \
2563 SYMBOL_REF_FLAG (XEXP (DECL_RTL (DECL), 0)) = 1; \
2564 } \
2565 } \
2566 else if (TREE_CODE (DECL) == STRING_CST \
2567 && flag_writable_strings \
2568 && TREE_STRING_LENGTH (DECL) <= m88k_gp_threshold) \
2569 SYMBOL_REF_FLAG (XEXP (TREE_CST_RTL (DECL), 0)) = 1; \
e5778b1e 2570 } \
79e68feb
RS
2571 } while (0)
2572\f
2573/* Print operand X (an rtx) in assembler syntax to file FILE.
2574 CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
2575 For `%' followed by punctuation, CODE is the punctuation and X is null. */
2576#define PRINT_OPERAND_PUNCT_VALID_P(c) \
2577 ((c) == '#' || (c) == '.' || (c) == '!' || (c) == '*' || (c) == ';')
2578
2579#define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
2580
2581/* Print a memory address as an operand to reference that memory location. */
2582#define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
50eb31b2
SC
2583
2584/* This says not to strength reduce the addr calculations within loops
2585 (otherwise it does not take advantage of m88k scaled loads and stores */
2586
2587#define DONT_REDUCE_ADDR
This page took 1.201478 seconds and 5 git commands to generate.