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