* config/i860/i860-protos.h (i860_va_arg): Remove.
[official-gcc.git] / gcc / config / i860 / i860.h
bloba4e9c8b137f55f035b00f6ac002837475e62934e
1 /* Definitions of target machine for GNU compiler, for Intel 860.
2 Copyright (C) 1989, 1991, 1993, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4 Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to
5 the whims of the System V Release 4 assembler.
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
14 GCC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING. If not, write to
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
25 /* Note that some other tm.h files include this one and then override
26 many of the definitions that relate to assembler syntax. */
29 /* Names to predefine in the preprocessor for this target machine. */
30 #define TARGET_CPU_CPP_BUILTINS() \
31 do { \
32 builtin_define ("i860"); \
33 builtin_assert ("cpu=i860"); \
34 builtin_assert ("machine=i860"); \
35 } while (0)
37 /* Print subsidiary information on the compiler version in use. */
38 #define TARGET_VERSION fprintf (stderr, " (i860)");
40 /* Run-time compilation parameters selecting different hardware subsets
41 or supersets.
43 On the i860, we have one: TARGET_XP. This option allows gcc to generate
44 additional instructions available only on the newer i860 XP (but not on
45 the older i860 XR).
48 extern int target_flags;
50 /* Nonzero if we should generate code to use the fpu. */
51 #define TARGET_XP (target_flags & 1)
53 /* Macro to define tables used to set the flags.
54 This is a list in braces of pairs in braces,
55 each pair being { "NAME", VALUE }
56 where VALUE is the bits to set or minus the bits to clear.
57 An empty string NAME is used to identify the default VALUE. */
59 #define TARGET_SWITCHES \
60 { {"xp", 1, N_("Generate code which uses the FPU")}, \
61 {"noxp", -1, N_("Do not generate code which uses the FPU")}, \
62 {"xr", -1, N_("Do not generate code which uses the FPU")}, \
63 { "", TARGET_DEFAULT, NULL}}
65 #define TARGET_DEFAULT 0
67 /* target machine storage layout */
69 /* Define this if most significant bit is lowest numbered
70 in instructions that operate on numbered bit-fields.
71 This is a moot question on the i860 due to the lack of bit-field insns. */
72 #define BITS_BIG_ENDIAN 0
74 /* Define this if most significant byte of a word is the lowest numbered. */
75 /* That is not true on i860 in the mode we will use. */
76 #define BYTES_BIG_ENDIAN 0
78 /* Define this if most significant word of a multiword number is the lowest
79 numbered. */
80 /* For the i860 this goes with BYTES_BIG_ENDIAN. */
81 /* NOTE: GCC probably cannot support a big-endian i860
82 because GCC fundamentally assumes that the order of words
83 in memory as the same as the order in registers.
84 That's not true for the big-endian i860.
85 The big-endian i860 isn't important enough to
86 justify the trouble of changing this assumption. */
87 #define WORDS_BIG_ENDIAN 0
89 /* Width of a word, in units (bytes). */
90 #define UNITS_PER_WORD 4
92 /* Allocation boundary (in *bits*) for storing arguments in argument list. */
93 #define PARM_BOUNDARY 32
95 /* Boundary (in *bits*) on which stack pointer should be aligned. */
96 #define STACK_BOUNDARY 128
98 /* Allocation boundary (in *bits*) for the code of a function. */
99 #define FUNCTION_BOUNDARY 64
101 /* Alignment of field after `int : 0' in a structure. */
102 #define EMPTY_FIELD_BOUNDARY 32
104 /* Every structure's size must be a multiple of this. */
105 #define STRUCTURE_SIZE_BOUNDARY 8
107 /* Minimum size in bits of the largest boundary to which any
108 and all fundamental data types supported by the hardware
109 might need to be aligned. No data type wants to be aligned
110 rounder than this. The i860 supports 128-bit (long double)
111 floating point quantities, and the System V Release 4 i860
112 ABI requires these to be aligned to 16-byte (128-bit)
113 boundaries. */
114 #define BIGGEST_ALIGNMENT 128
116 /* Set this nonzero if move instructions will actually fail to work
117 when given unaligned data. */
118 #define STRICT_ALIGNMENT 1
120 /* If bit field type is int, don't let it cross an int,
121 and give entire struct the alignment of an int. */
122 #define PCC_BITFIELD_TYPE_MATTERS 1
124 /* Standard register usage. */
126 /* Number of actual hardware registers.
127 The hardware registers are assigned numbers for the compiler
128 from 0 to just below FIRST_PSEUDO_REGISTER.
129 All registers that the compiler knows about must be given numbers,
130 even those that are not normally considered general registers.
132 i860 has 32 fullword registers and 32 floating point registers. */
134 #define FIRST_PSEUDO_REGISTER 64
136 /* 1 for registers that have pervasive standard uses
137 and are not available for the register allocator.
138 On the i860, this includes the always-0 registers
139 and fp, sp, arg pointer, and the return address.
140 Also r31, used for special purposes for constant addresses. */
141 #define FIXED_REGISTERS \
142 {1, 1, 1, 1, 0, 0, 0, 0, \
143 0, 0, 0, 0, 0, 0, 0, 0, \
144 0, 0, 0, 0, 0, 0, 0, 0, \
145 0, 0, 0, 0, 0, 0, 0, 1, \
146 1, 1, 0, 0, 0, 0, 0, 0, \
147 0, 0, 0, 0, 0, 0, 0, 0, \
148 0, 0, 0, 0, 0, 0, 0, 0, \
149 0, 0, 0, 0, 0, 0, 0, 0}
151 /* 1 for registers not available across function calls.
152 These must include the FIXED_REGISTERS and also any
153 registers that can be used without being saved.
154 On the i860, these are r0-r3, r16-r31, f0, f1, and f16-f31. */
155 #define CALL_USED_REGISTERS \
156 {1, 1, 1, 1, 0, 0, 0, 0, \
157 0, 0, 0, 0, 0, 0, 0, 0, \
158 1, 1, 1, 1, 1, 1, 1, 1, \
159 1, 1, 1, 1, 1, 1, 1, 1, \
160 1, 1, 0, 0, 0, 0, 0, 0, \
161 1, 1, 1, 1, 1, 1, 1, 1, \
162 1, 1, 1, 1, 1, 1, 1, 1, \
163 1, 1, 1, 1, 1, 1, 1, 1}
165 /* Try to get a non-preserved register before trying to get one we will
166 have to preserve. Try to get an FP register only *after* trying to
167 get a general register, because it is relatively expensive to move
168 into or out of an FP register. */
170 #define REG_ALLOC_ORDER \
171 {31, 30, 29, 28, 27, 26, 25, 24, \
172 23, 22, 21, 20, 19, 18, 17, 16, \
173 15, 14, 13, 12, 11, 10, 9, 8, \
174 7, 6, 5, 4, 3, 2, 1, 0, \
175 63, 62, 61, 60, 59, 58, 57, 56, \
176 55, 54, 53, 52, 51, 50, 49, 48, \
177 47, 46, 45, 44, 43, 42, 41, 40, \
178 39, 38, 37, 36, 35, 34, 33, 32}
180 /* Return number of consecutive hard regs needed starting at reg REGNO
181 to hold something of mode MODE.
182 This is ordinarily the length in words of a value of mode MODE
183 but can be less for certain modes in special long registers.
185 On the i860, all registers hold 32 bits worth. */
186 #define HARD_REGNO_NREGS(REGNO, MODE) \
187 (((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
189 #define REGNO_MODE_ALIGNED(REGNO, MODE) \
190 (((REGNO) % ((GET_MODE_UNIT_SIZE (MODE) + 3) / 4)) == 0)
192 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
194 On the i860, we allow anything to go into any registers, but we require
195 any sort of value going into the FP registers to be properly aligned
196 (based on its size) within the FP register set.
198 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
199 (((REGNO) < 32) \
200 || (MODE) == VOIDmode || (MODE) == BLKmode \
201 || REGNO_MODE_ALIGNED (REGNO, MODE))
203 /* Value is 1 if it is a good idea to tie two pseudo registers
204 when one has mode MODE1 and one has mode MODE2.
205 If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
206 for any hard reg, then this must be 0 for correct output. */
207 /* I think that is not always true; alignment restrictions for doubles
208 should not prevent tying them with singles. So try allowing that.
209 On the other hand, don't let fixed and floating be tied;
210 this restriction is not necessary, but may make better code. */
211 #define MODES_TIEABLE_P(MODE1, MODE2) \
212 ((GET_MODE_CLASS (MODE1) == MODE_FLOAT \
213 || GET_MODE_CLASS (MODE1) == MODE_COMPLEX_FLOAT) \
214 == (GET_MODE_CLASS (MODE2) == MODE_FLOAT \
215 || GET_MODE_CLASS (MODE2) == MODE_COMPLEX_FLOAT))
217 /* Specify the registers used for certain standard purposes.
218 The values of these macros are register numbers. */
220 /* i860 pc isn't overloaded on a register that the compiler knows about. */
221 /* #define PC_REGNUM */
223 /* Register to use for pushing function arguments. */
224 #define STACK_POINTER_REGNUM 2
226 /* Base register for access to local variables of the function. */
227 #define FRAME_POINTER_REGNUM 3
229 /* Value should be nonzero if functions must have frame pointers.
230 Zero means the frame pointer need not be set up (and parms
231 may be accessed via the stack pointer) in functions that seem suitable.
232 This is computed in `reload', in reload1.c. */
233 #define FRAME_POINTER_REQUIRED 1
235 /* Base register for access to arguments of the function. */
236 #define ARG_POINTER_REGNUM 28
238 /* Register in which static-chain is passed to a function. */
239 #define STATIC_CHAIN_REGNUM 29
241 /* Register in which address to store a structure value
242 is passed to a function. */
243 #define I860_STRUCT_VALUE_REGNUM 16
245 /* Register to use when a source of a floating-point zero is needed. */
246 #define F0_REGNUM 32
248 /* Define the classes of registers for register constraints in the
249 machine description. Also define ranges of constants.
251 One of the classes must always be named ALL_REGS and include all hard regs.
252 If there is more than one class, another class must be named NO_REGS
253 and contain no registers.
255 The name GENERAL_REGS must be the name of a class (or an alias for
256 another name such as ALL_REGS). This is the class of registers
257 that is allowed by "g" or "r" in a register constraint.
258 Also, registers outside this class are allocated only when
259 instructions express preferences for them.
261 The classes must be numbered in nondecreasing order; that is,
262 a larger-numbered class must never be contained completely
263 in a smaller-numbered class.
265 For any two classes, it is very desirable that there be another
266 class that represents their union. */
268 /* The i860 has two kinds of registers, hence four classes. */
270 enum reg_class { NO_REGS, GENERAL_REGS, FP_REGS, ALL_REGS, LIM_REG_CLASSES };
272 #define N_REG_CLASSES (int) LIM_REG_CLASSES
274 /* Give names of register classes as strings for dump file. */
276 #define REG_CLASS_NAMES \
277 {"NO_REGS", "GENERAL_REGS", "FP_REGS", "ALL_REGS" }
279 /* Define which registers fit in which classes.
280 This is an initializer for a vector of HARD_REG_SET
281 of length N_REG_CLASSES. */
283 #define REG_CLASS_CONTENTS \
284 {{0, 0}, {0xffffffff, 0}, \
285 {0, 0xffffffff}, {0xffffffff, 0xffffffff}}
287 /* The same information, inverted:
288 Return the class number of the smallest class containing
289 reg number REGNO. This could be a conditional expression
290 or could index an array. */
292 #define REGNO_REG_CLASS(REGNO) \
293 ((REGNO) >= 32 ? FP_REGS : GENERAL_REGS)
295 /* The class value for index registers, and the one for base regs. */
296 #define INDEX_REG_CLASS GENERAL_REGS
297 #define BASE_REG_CLASS GENERAL_REGS
299 /* Get reg_class from a letter such as appears in the machine description. */
301 #define REG_CLASS_FROM_LETTER(C) \
302 ((C) == 'f' ? FP_REGS : NO_REGS)
304 /* The letters I, J, K, L and M in a register constraint string
305 can be used to stand for particular ranges of immediate operands.
306 This macro defines what the ranges are.
307 C is the letter, and VALUE is a constant value.
308 Return 1 if VALUE is in the range specified by C.
310 For the i860, `I' is used for the range of constants
311 an add/subtract insn can actually contain.
312 But not including -0x8000, since we need
313 to negate the constant sometimes.
314 `J' is used for the range which is just zero (since that is R0).
315 `K' is used for the range allowed in bte.
316 `L' is used for the range allowed in logical insns. */
318 #define SMALL_INT(X) ((unsigned) (INTVAL (X) + 0x7fff) < 0xffff)
320 #define LOGIC_INT(X) ((unsigned) INTVAL (X) < 0x10000)
322 #define SMALL_INTVAL(X) ((unsigned) ((X) + 0x7fff) < 0xffff)
324 #define LOGIC_INTVAL(X) ((unsigned) (X) < 0x10000)
326 #define CONST_OK_FOR_LETTER_P(VALUE, C) \
327 ((C) == 'I' ? ((unsigned) (VALUE) + 0x7fff) < 0xffff \
328 : (C) == 'J' ? (VALUE) == 0 \
329 : (C) == 'K' ? (unsigned) (VALUE) < 0x20 \
330 : (C) == 'L' ? (unsigned) (VALUE) < 0x10000 \
331 : 0)
333 /* Return nonzero if the given VALUE is acceptable for the
334 constraint letter C. For the i860, constraint letter 'G'
335 permits only a floating-point zero value. */
336 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) \
337 ((C) == 'G' && CONST_DOUBLE_LOW ((VALUE)) == 0 \
338 && CONST_DOUBLE_HIGH ((VALUE)) == 0)
340 /* Given an rtx X being reloaded into a reg required to be
341 in class CLASS, return the class of reg to actually use.
342 In general this is just CLASS; but on some machines
343 in some cases it is preferable to use a more restrictive class.
345 If we are trying to put an integer constant into some register, prefer an
346 integer register to an FP register. If we are trying to put a
347 nonzero floating-point constant into some register, use an integer
348 register if the constant is SFmode and GENERAL_REGS is one of our options.
349 Otherwise, put the constant into memory.
351 When reloading something smaller than a word, use a general reg
352 rather than an FP reg. */
354 #define PREFERRED_RELOAD_CLASS(X,CLASS) \
355 ((CLASS) == ALL_REGS && GET_CODE (X) == CONST_INT ? GENERAL_REGS \
356 : ((GET_MODE (X) == HImode || GET_MODE (X) == QImode) \
357 && (CLASS) == ALL_REGS) \
358 ? GENERAL_REGS \
359 : (GET_CODE (X) == CONST_DOUBLE \
360 && GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT \
361 && ! CONST_DOUBLE_OK_FOR_LETTER_P (X, 'G')) \
362 ? ((CLASS) == ALL_REGS && GET_MODE (X) == SFmode ? GENERAL_REGS \
363 : (CLASS) == GENERAL_REGS && GET_MODE (X) == SFmode ? (CLASS) \
364 : NO_REGS) \
365 : (CLASS))
367 /* Return the register class of a scratch register needed to copy IN into
368 a register in CLASS in MODE. If it can be done directly, NO_REGS is
369 returned. */
371 #define SECONDARY_INPUT_RELOAD_CLASS(CLASS,MODE,IN) \
372 ((CLASS) == FP_REGS && CONSTANT_P (IN) ? GENERAL_REGS : NO_REGS)
374 /* Return the maximum number of consecutive registers
375 needed to represent mode MODE in a register of class CLASS. */
376 /* On the i860, this is the size of MODE in words. */
377 #define CLASS_MAX_NREGS(CLASS, MODE) \
378 ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
380 /* Stack layout; function entry, exit and calling. */
382 /* Define this if pushing a word on the stack
383 makes the stack pointer a smaller address. */
384 #define STACK_GROWS_DOWNWARD
386 /* Define this if the nominal address of the stack frame
387 is at the high-address end of the local variables;
388 that is, each additional local variable allocated
389 goes at a more negative offset in the frame. */
390 #define FRAME_GROWS_DOWNWARD
392 /* Offset within stack frame to start allocating local variables at.
393 If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
394 first local allocated. Otherwise, it is the offset to the BEGINNING
395 of the first local allocated. */
396 #define STARTING_FRAME_OFFSET 0
398 /* If we generate an insn to push BYTES bytes,
399 this says how many the stack pointer really advances by.
400 On the i860, don't define this because there are no push insns. */
401 /* #define PUSH_ROUNDING(BYTES) */
403 /* Offset of first parameter from the argument pointer register value. */
404 #define FIRST_PARM_OFFSET(FNDECL) 0
406 /* Value is the number of bytes of arguments automatically
407 popped when returning from a subroutine call.
408 FUNDECL is the declaration node of the function (as a tree),
409 FUNTYPE is the data type of the function (as a tree),
410 or for a library call it is an identifier node for the subroutine name.
411 SIZE is the number of bytes of arguments passed on the stack. */
413 #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
415 /* Define how to find the value returned by a function.
416 VALTYPE is the data type of the value (as a tree).
417 If the precise function being called is known, FUNC is its FUNCTION_DECL;
418 otherwise, FUNC is 0. */
420 /* On the i860, the value register depends on the mode. */
422 #define FUNCTION_VALUE(VALTYPE, FUNC) \
423 gen_rtx_REG (TYPE_MODE (VALTYPE), \
424 (GET_MODE_CLASS (TYPE_MODE (VALTYPE)) == MODE_FLOAT \
425 ? 40 : 16))
427 /* Define how to find the value returned by a library function
428 assuming the value has mode MODE. */
430 #define LIBCALL_VALUE(MODE) \
431 gen_rtx_REG (MODE, \
432 (GET_MODE_CLASS ((MODE)) == MODE_FLOAT \
433 ? 40 : 16))
435 /* 1 if N is a possible register number for a function value
436 as seen by the caller. */
438 #define FUNCTION_VALUE_REGNO_P(N) ((N) == 40 || (N) == 16)
440 /* 1 if N is a possible register number for function argument passing.
441 On the i860, these are r16-r27 and f8-f15. */
443 #define FUNCTION_ARG_REGNO_P(N) \
444 (((N) < 28 && (N) > 15) || ((N) < 48 && (N) >= 40))
446 /* Define a data type for recording info about an argument list
447 during the scan of that argument list. This data type should
448 hold all necessary information about the function itself
449 and about the args processed so far, enough to enable macros
450 such as FUNCTION_ARG to determine where the next arg should go.
452 On the i860, we must count separately the number of general registers used
453 and the number of float registers used. */
455 struct cumulative_args { int ints, floats; };
456 #define CUMULATIVE_ARGS struct cumulative_args
458 /* Initialize a variable CUM of type CUMULATIVE_ARGS
459 for a call to a function whose data type is FNTYPE.
460 For a library call, FNTYPE is 0.
462 On the i860, the general-reg offset normally starts at 0,
463 but starts at 4 bytes
464 when the function gets a structure-value-address as an
465 invisible first argument. */
467 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
468 ((CUM).ints = ((FNTYPE) != 0 && aggregate_value_p (TREE_TYPE ((FNTYPE)), 0) \
469 ? 4 : 0), \
470 (CUM).floats = 0)
472 /* Machine-specific subroutines of the following macros. */
473 #define CEILING(X,Y) (((X) + (Y) - 1) / (Y))
474 #define ROUNDUP(X,Y) (CEILING ((X), (Y)) * (Y))
476 /* Update the data in CUM to advance over an argument
477 of mode MODE and data type TYPE.
478 (TYPE is null for libcalls where that information may not be available.)
479 Floats, and doubleword ints, are returned in f regs;
480 other ints, in r regs.
481 Aggregates, even short ones, are passed in memory. */
483 #define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
484 ((TYPE) != 0 && (TREE_CODE ((TYPE)) == RECORD_TYPE \
485 || TREE_CODE ((TYPE)) == UNION_TYPE) \
486 ? 0 \
487 : GET_MODE_CLASS ((MODE)) == MODE_FLOAT || (MODE) == DImode \
488 ? ((CUM).floats = (ROUNDUP ((CUM).floats, GET_MODE_SIZE ((MODE))) \
489 + ROUNDUP (GET_MODE_SIZE (MODE), 4))) \
490 : GET_MODE_CLASS ((MODE)) == MODE_INT \
491 ? ((CUM).ints = (ROUNDUP ((CUM).ints, GET_MODE_SIZE ((MODE))) \
492 + ROUNDUP (GET_MODE_SIZE (MODE), 4))) \
493 : 0)
495 /* Determine where to put an argument to a function.
496 Value is zero to push the argument on the stack,
497 or a hard register in which to store the argument.
499 MODE is the argument's machine mode.
500 TYPE is the data type of the argument (as a tree).
501 This is null for libcalls where that information may
502 not be available.
503 CUM is a variable of type CUMULATIVE_ARGS which gives info about
504 the preceding args and about the function being called.
505 NAMED is nonzero if this argument is a named parameter
506 (otherwise it is an extra parameter matching an ellipsis). */
508 /* On the i860, the first 12 words of integer arguments go in r16-r27,
509 and the first 8 words of floating arguments go in f8-f15.
510 DImode values are treated as floats. */
512 #define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
513 ((TYPE) != 0 && (TREE_CODE ((TYPE)) == RECORD_TYPE \
514 || TREE_CODE ((TYPE)) == UNION_TYPE) \
515 ? 0 \
516 : GET_MODE_CLASS ((MODE)) == MODE_FLOAT || (MODE) == DImode \
517 ? (ROUNDUP ((CUM).floats, GET_MODE_SIZE ((MODE))) < 32 \
518 ? gen_rtx_REG ((MODE), \
519 40 + (ROUNDUP ((CUM).floats, \
520 GET_MODE_SIZE ((MODE))) \
521 / 4)) \
522 : 0) \
523 : GET_MODE_CLASS ((MODE)) == MODE_INT \
524 ? (ROUNDUP ((CUM).ints, GET_MODE_SIZE ((MODE))) < 48 \
525 ? gen_rtx_REG ((MODE), \
526 16 + (ROUNDUP ((CUM).ints, \
527 GET_MODE_SIZE ((MODE))) \
528 / 4)) \
529 : 0) \
530 : 0)
532 /* For an arg passed partly in registers and partly in memory,
533 this is the number of registers used.
534 For args passed entirely in registers or entirely in memory, zero. */
536 #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0
538 /* If defined, a C expression that gives the alignment boundary, in
539 bits, of an argument with the specified mode and type. If it is
540 not defined, `PARM_BOUNDARY' is used for all arguments. */
542 #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \
543 (((TYPE) != 0) \
544 ? ((TYPE_ALIGN(TYPE) <= PARM_BOUNDARY) \
545 ? PARM_BOUNDARY \
546 : TYPE_ALIGN(TYPE)) \
547 : ((GET_MODE_ALIGNMENT(MODE) <= PARM_BOUNDARY) \
548 ? PARM_BOUNDARY \
549 : GET_MODE_ALIGNMENT(MODE)))
551 /* Output a no-op just before the beginning of the function,
552 to ensure that there does not appear to be a delayed branch there.
553 Such a thing would confuse interrupt recovery. */
554 #define ASM_OUTPUT_FUNCTION_PREFIX(FILE,NAME) \
555 fprintf (FILE, "\tnop\n")
557 /* Output assembler code to FILE to increment profiler label # LABELNO
558 for profiling a function entry. */
560 #define FUNCTION_PROFILER(FILE, LABELNO) \
561 abort ();
563 /* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
564 the stack pointer does not matter. The value is tested only in
565 functions that have frame pointers.
566 No definition is equivalent to always zero. */
568 #define EXIT_IGNORE_STACK 1
570 /* Implement `va_start' for varargs and stdarg. */
571 #define EXPAND_BUILTIN_VA_START(valist, nextarg) \
572 i860_va_start (valist, nextarg)
574 /* Store in the variable DEPTH the initial difference between the
575 frame pointer reg contents and the stack pointer reg contents,
576 as of the start of the function body. This depends on the layout
577 of the fixed parts of the stack frame and on how registers are saved.
579 On the i860, FRAME_POINTER_REQUIRED is always 1, so the definition of this
580 macro doesn't matter. But it must be defined. */
582 #define INITIAL_FRAME_POINTER_OFFSET(DEPTH) \
583 do { (DEPTH) = 0; } while (0)
585 /* Output assembler code for a block containing the constant parts
586 of a trampoline, leaving space for the variable parts. */
588 /* On the i860, the trampoline contains five instructions:
589 orh #TOP_OF_FUNCTION,r0,r31
590 or #BOTTOM_OF_FUNCTION,r31,r31
591 orh #TOP_OF_STATIC,r0,r29
592 bri r31
593 or #BOTTOM_OF_STATIC,r29,r29 */
594 #define TRAMPOLINE_TEMPLATE(FILE) \
596 assemble_aligned_integer (UNITS_PER_WORD, GEN_INT (0xec1f0000)); \
597 assemble_aligned_integer (UNITS_PER_WORD, GEN_INT (0xe7ff0000)); \
598 assemble_aligned_integer (UNITS_PER_WORD, GEN_INT (0xec1d0000)); \
599 assemble_aligned_integer (UNITS_PER_WORD, GEN_INT (0x4000f800)); \
600 assemble_aligned_integer (UNITS_PER_WORD, GEN_INT (0xe7bd0000)); \
603 /* Length in units of the trampoline for entering a nested function. */
605 #define TRAMPOLINE_SIZE 20
607 /* Emit RTL insns to initialize the variable parts of a trampoline.
608 FNADDR is an RTX for the address of the function's pure code.
609 CXT is an RTX for the static chain value for the function.
611 Store hi function at +0, low function at +4,
612 hi static at +8, low static at +16 */
614 #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
616 rtx cxt = force_reg (Pmode, CXT); \
617 rtx fn = force_reg (Pmode, FNADDR); \
618 rtx hi_cxt = expand_shift (RSHIFT_EXPR, SImode, cxt, \
619 size_int (16), 0, 0); \
620 rtx hi_fn = expand_shift (RSHIFT_EXPR, SImode, fn, \
621 size_int (16), 0, 0); \
622 emit_move_insn (gen_rtx_MEM (HImode, plus_constant (TRAMP, 16)), \
623 gen_lowpart (HImode, cxt)); \
624 emit_move_insn (gen_rtx_MEM (HImode, plus_constant (TRAMP, 4)), \
625 gen_lowpart (HImode, fn)); \
626 emit_move_insn (gen_rtx_MEM (HImode, plus_constant (TRAMP, 8)), \
627 gen_lowpart (HImode, hi_cxt)); \
628 emit_move_insn (gen_rtx_MEM (HImode, plus_constant (TRAMP, 0)), \
629 gen_lowpart (HImode, hi_fn)); \
632 /* Addressing modes, and classification of registers for them. */
634 /* #define HAVE_POST_INCREMENT 0 */
635 /* #define HAVE_POST_DECREMENT 0 */
637 /* #define HAVE_PRE_DECREMENT 0 */
638 /* #define HAVE_PRE_INCREMENT 0 */
640 /* Macros to check register numbers against specific register classes. */
642 /* These assume that REGNO is a hard or pseudo reg number.
643 They give nonzero only if REGNO is a hard reg of the suitable class
644 or a pseudo reg currently allocated to a suitable hard reg.
645 Since they use reg_renumber, they are safe only once reg_renumber
646 has been allocated, which happens in local-alloc.c. */
648 #define REGNO_OK_FOR_INDEX_P(REGNO) \
649 ((REGNO) < 32 || (unsigned) reg_renumber[REGNO] < 32)
650 #define REGNO_OK_FOR_BASE_P(REGNO) \
651 ((REGNO) < 32 || (unsigned) reg_renumber[REGNO] < 32)
652 #define REGNO_OK_FOR_FP_P(REGNO) \
653 (((REGNO) ^ 0x20) < 32 || (unsigned) (reg_renumber[REGNO] ^ 0x20) < 32)
655 /* Now macros that check whether X is a register and also,
656 strictly, whether it is in a specified class.
658 These macros are specific to the i860, and may be used only
659 in code for printing assembler insns and in conditions for
660 define_optimization. */
662 /* 1 if X is an fp register. */
664 #define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X)))
666 /* Maximum number of registers that can appear in a valid memory address. */
668 #define MAX_REGS_PER_ADDRESS 2
670 /* Recognize any constant value that is a valid address. */
672 #define CONSTANT_ADDRESS_P(X) \
673 (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF \
674 || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST \
675 || GET_CODE (X) == HIGH)
677 /* Nonzero if the constant value X is a legitimate general operand.
678 It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE.
680 On the Sparc, this is anything but a CONST_DOUBLE.
681 Let's try permitting CONST_DOUBLEs and see what happens. */
683 #define LEGITIMATE_CONSTANT_P(X) 1
685 /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
686 and check its validity for a certain class.
687 We have two alternate definitions for each of them.
688 The usual definition accepts all pseudo regs; the other rejects
689 them unless they have been allocated suitable hard regs.
690 The symbol REG_OK_STRICT causes the latter definition to be used.
692 Most source files want to accept pseudo regs in the hope that
693 they will get allocated to the class that the insn wants them to be in.
694 Source files for reload pass need to be strict.
695 After reload, it makes no difference, since pseudo regs have
696 been eliminated by then. */
698 #ifndef REG_OK_STRICT
700 /* Nonzero if X is a hard reg that can be used as an index
701 or if it is a pseudo reg. */
702 #define REG_OK_FOR_INDEX_P(X) (((unsigned) REGNO (X)) - 32 >= 14)
703 /* Nonzero if X is a hard reg that can be used as a base reg
704 or if it is a pseudo reg. */
705 #define REG_OK_FOR_BASE_P(X) (((unsigned) REGNO (X)) - 32 >= 14)
707 #else
709 /* Nonzero if X is a hard reg that can be used as an index. */
710 #define REG_OK_FOR_INDEX_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
711 /* Nonzero if X is a hard reg that can be used as a base reg. */
712 #define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
714 #endif
716 /* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression
717 that is a valid memory address for an instruction.
718 The MODE argument is the machine mode for the MEM expression
719 that wants to use this address.
721 On the i860, the actual addresses must be REG+REG or REG+SMALLINT.
722 But we can treat a SYMBOL_REF as legitimate if it is part of this
723 function's constant-pool, because such addresses can actually
724 be output as REG+SMALLINT.
726 The displacement in an address must be a multiple of the alignment.
728 Try making SYMBOL_REF (and other things which are CONSTANT_ADDRESS_P)
729 a legitimate address, regardless. Because the only insns which can use
730 memory are load or store insns, the added hair in the machine description
731 is not that bad. It should also speed up the compiler by halving the number
732 of insns it must manage for each (MEM (SYMBOL_REF ...)) involved. */
734 #define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR) \
735 { if (GET_CODE (X) == REG) \
736 { if (REG_OK_FOR_BASE_P (X)) goto ADDR; } \
737 else if (GET_CODE (X) == PLUS) \
739 if (GET_CODE (XEXP (X, 0)) == REG \
740 && REG_OK_FOR_BASE_P (XEXP (X, 0))) \
742 if (GET_CODE (XEXP (X, 1)) == CONST_INT \
743 && INTVAL (XEXP (X, 1)) >= -0x8000 \
744 && INTVAL (XEXP (X, 1)) < 0x8000 \
745 && (INTVAL (XEXP (X, 1)) & (GET_MODE_SIZE (MODE) - 1)) == 0) \
746 goto ADDR; \
748 else if (GET_CODE (XEXP (X, 1)) == REG \
749 && REG_OK_FOR_BASE_P (XEXP (X, 1))) \
751 if (GET_CODE (XEXP (X, 0)) == CONST_INT \
752 && INTVAL (XEXP (X, 0)) >= -0x8000 \
753 && INTVAL (XEXP (X, 0)) < 0x8000 \
754 && (INTVAL (XEXP (X, 0)) & (GET_MODE_SIZE (MODE) - 1)) == 0) \
755 goto ADDR; \
758 else if (CONSTANT_ADDRESS_P (X)) \
759 goto ADDR; \
762 /* Try machine-dependent ways of modifying an illegitimate address
763 to be legitimate. If we find one, return the new, valid address.
764 This macro is used in only one place: `memory_address' in explow.c.
766 OLDX is the address as it was before break_out_memory_refs was called.
767 In some cases it is useful to look at this to decide what needs to be done.
769 MODE and WIN are passed so that this macro can use
770 GO_IF_LEGITIMATE_ADDRESS.
772 It is always safe for this macro to do nothing. It exists to recognize
773 opportunities to optimize the output. */
775 /* On the i860, change COMPLICATED + CONSTANT to REG+CONSTANT.
776 Also change a symbolic constant to a REG,
777 though that may not be necessary. */
779 #define LEGITIMIZE_ADDRESS(X,OLDX,MODE,WIN) \
780 { if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == MULT) \
781 (X) = gen_rtx_PLUS (SImode, XEXP (X, 1), \
782 force_operand (XEXP (X, 0), 0)); \
783 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == MULT) \
784 (X) = gen_rtx_PLUS (SImode, XEXP (X, 0), \
785 force_operand (XEXP (X, 1), 0)); \
786 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) == PLUS) \
787 (X) = gen_rtx_PLUS (SImode, XEXP (X, 1), \
788 force_operand (XEXP (X, 0), 0)); \
789 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == PLUS) \
790 (X) = gen_rtx_PLUS (SImode, XEXP (X, 0), \
791 force_operand (XEXP (X, 1), 0)); \
792 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 0)) != REG \
793 && GET_CODE (XEXP (X, 0)) != CONST_INT) \
794 (X) = gen_rtx_PLUS (SImode, XEXP (X, 1), \
795 copy_to_mode_reg (SImode, XEXP (X, 0))); \
796 if (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) != REG \
797 && GET_CODE (XEXP (X, 1)) != CONST_INT) \
798 (X) = gen_rtx_PLUS (SImode, XEXP (X, 0), \
799 copy_to_mode_reg (SImode, XEXP (X, 1))); \
800 if (GET_CODE (x) == SYMBOL_REF) \
801 (X) = copy_to_reg (X); \
802 if (GET_CODE (x) == CONST) \
803 (X) = copy_to_reg (X); \
804 if (memory_address_p (MODE, X)) \
805 goto WIN; }
807 /* Go to LABEL if ADDR (a legitimate address expression)
808 has an effect that depends on the machine mode it is used for.
809 On the i860 this is never true.
810 There are some addresses that are invalid in wide modes
811 but valid for narrower modes, but they shouldn't affect
812 the places that use this macro. */
814 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL)
816 /* Specify the machine mode that this machine uses
817 for the index in the tablejump instruction. */
818 #define CASE_VECTOR_MODE SImode
820 /* Define this as 1 if `char' should by default be signed; else as 0. */
821 #define DEFAULT_SIGNED_CHAR 1
823 /* Max number of bytes we can move from memory to memory
824 in one reasonably fast instruction. */
825 #define MOVE_MAX 16
827 /* Nonzero if access to memory by bytes is slow and undesirable. */
828 #define SLOW_BYTE_ACCESS 0
830 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
831 is done just by pretending it is already truncated. */
832 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
834 /* Value is 1 if it generates better code to perform an unsigned comparison
835 on the given literal integer value in the given mode when we are only
836 looking for an equal/non-equal result. */
837 /* For the i860, if the immediate value has its high-order 27 bits zero,
838 then we want to engineer an unsigned comparison for EQ/NE because
839 such values can fit in the 5-bit immediate field of a bte or btne
840 instruction (which gets zero extended before comparing). For all
841 other immediate values on the i860, we will use signed compares
842 because that avoids the need for doing explicit xor's to zero_extend
843 the non-constant operand in cases where it was (mem:QI ...) or a
844 (mem:HI ...) which always gets automatically sign-extended by the
845 hardware upon loading. */
847 #define LITERAL_COMPARE_BETTER_UNSIGNED(intval, mode) \
848 (((unsigned) (intval) & 0x1f) == (unsigned) (intval))
850 /* Specify the machine mode that pointers have.
851 After generation of rtl, the compiler makes no further distinction
852 between pointers and any other objects of this machine mode. */
853 #define Pmode SImode
855 /* A function address in a call instruction
856 is a byte address (for indexing purposes)
857 so give the MEM rtx a byte's mode. */
858 #define FUNCTION_MODE SImode
860 /* Define this if addresses of constant functions
861 shouldn't be put through pseudo regs where they can be cse'd.
862 Desirable on machines where ordinary constants are expensive
863 but a CALL with constant address is cheap. */
864 #define NO_FUNCTION_CSE
866 /* Specify the cost of a branch insn; roughly the number of extra insns that
867 should be added to avoid a branch.
869 Set this to 3 on the i860 since branches may often take three cycles. */
871 #define BRANCH_COST 3
873 /* Tell final.c how to eliminate redundant test instructions. */
875 /* Here we define machine-dependent flags and fields in cc_status
876 (see `conditions.h'). */
878 /* This holds the value sourcing h%r31. We keep this info
879 around so that mem/mem ops, such as increment and decrement,
880 etc, can be performed reasonably. */
881 #define CC_STATUS_MDEP rtx
883 #define CC_STATUS_MDEP_INIT (cc_status.mdep = 0)
885 #define CC_NEGATED 01000
887 /* We use this macro in those places in the i860.md file where we would
888 normally just do a CC_STATUS_INIT (for other machines). This macro
889 differs from CC_STATUS_INIT in that it doesn't mess with the special
890 bits or fields which describe what is currently in the special r31
891 scratch register, but it does clear out everything that actually
892 relates to the condition code bit of the i860. */
894 #define CC_STATUS_PARTIAL_INIT \
895 (cc_status.flags &= (CC_KNOW_HI_R31 | CC_HI_R31_ADJ), \
896 cc_status.value1 = 0, \
897 cc_status.value2 = 0)
899 /* Nonzero if we know the value of h%r31. */
900 #define CC_KNOW_HI_R31 0100000
902 /* Nonzero if h%r31 is actually ha%something, rather than h%something. */
903 #define CC_HI_R31_ADJ 0200000
905 /* Store in cc_status the expressions
906 that the condition codes will describe
907 after execution of an instruction whose pattern is EXP.
908 Do not alter them if the instruction would not alter the cc's. */
910 /* On the i860, only compare insns set a useful condition code. */
912 #define NOTICE_UPDATE_CC(EXP, INSN) \
913 { cc_status.flags &= (CC_KNOW_HI_R31 | CC_HI_R31_ADJ); \
914 cc_status.value1 = 0; cc_status.value2 = 0; }
916 /* Control the assembler format that we output. */
918 /* Assembler pseudos to introduce constants of various size. */
920 #define ASM_DOUBLE "\t.double"
922 /* Output to assembler file text saying following lines
923 may contain character constants, extra white space, comments, etc. */
925 #define ASM_APP_ON ""
927 /* Output to assembler file text saying following lines
928 no longer contain unusual constructs. */
930 #define ASM_APP_OFF ""
932 /* Output before read-only data. */
934 #define TEXT_SECTION_ASM_OP "\t.text"
936 /* Output before writable data. */
938 #define DATA_SECTION_ASM_OP "\t.data"
940 /* How to refer to registers in assembler output.
941 This sequence is indexed by compiler's hard-register-number (see above). */
943 #define REGISTER_NAMES \
944 {"r0", "r1", "sp", "fp", "r4", "r5", "r6", "r7", "r8", "r9", \
945 "r10", "r11", "r12", "r13", "r14", "r15", "r16", "r17", "r18", "r19", \
946 "r20", "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \
947 "r30", "r31", \
948 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", \
949 "f10", "f11", "f12", "f13", "f14", "f15", "f16", "f17", "f18", "f19", \
950 "f20", "f21", "f22", "f23", "f24", "f25", "f26", "f27", "f28", "f29", \
951 "f30", "f31" }
953 /* This is how to output the definition of a user-level label named NAME,
954 such as the label on a static function or variable NAME. */
956 #define ASM_OUTPUT_LABEL(FILE,NAME) \
957 do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
959 /* The prefix to add to user-visible assembler symbols.
961 This definition is overridden in i860/sysv4.h because under System V
962 Release 4, user-level symbols are *not* prefixed with underscores in
963 the generated assembly code. */
965 #define USER_LABEL_PREFIX "_"
967 /* This is how to output an internal numbered label which
968 labels a jump table. */
970 #undef ASM_OUTPUT_CASE_LABEL
971 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \
972 do { ASM_OUTPUT_ALIGN ((FILE), 2); \
973 (*targetm.asm_out.internal_label) ((FILE), PREFIX, NUM); \
974 } while (0)
976 /* Output at the end of a jump table. */
978 #define ASM_OUTPUT_CASE_END(FILE,NUM,INSN) \
979 fprintf (FILE, ".text\n")
981 /* This is how to store into the string LABEL
982 the symbol_ref name of an internal numbered label where
983 PREFIX is the class of label and NUM is the number within the class.
984 This is suitable for output with `assemble_name'. */
986 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
987 sprintf (LABEL, "*.%s%d", PREFIX, NUM)
989 /* This is how to output code to push a register on the stack.
990 It need not be very fast code. */
992 #define ASM_OUTPUT_REG_PUSH(FILE,REGNO) \
993 fprintf (FILE, "\taddu -16,%ssp,%ssp\n\t%sst.l %s%s,0(%ssp)\n", \
994 i860_reg_prefix, i860_reg_prefix, \
995 ((REGNO) < 32 ? "" : "f"), \
996 i860_reg_prefix, reg_names[REGNO], \
997 i860_reg_prefix)
999 /* This is how to output an insn to pop a register from the stack.
1000 It need not be very fast code. */
1002 #define ASM_OUTPUT_REG_POP(FILE,REGNO) \
1003 fprintf (FILE, "\t%sld.l 0(%ssp),%s%s\n\taddu 16,%ssp,%ssp\n", \
1004 ((REGNO) < 32 ? "" : "f"), \
1005 i860_reg_prefix, \
1006 i860_reg_prefix, reg_names[REGNO], \
1007 i860_reg_prefix, i860_reg_prefix)
1009 /* This is how to output an element of a case-vector that is absolute. */
1011 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
1012 fprintf (FILE, "\t.long .L%d\n", VALUE)
1014 /* This is how to output an element of a case-vector that is relative.
1015 (The i860 does not use such vectors,
1016 but we must define this macro anyway.) */
1018 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
1019 fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL)
1021 /* This is how to output an assembler line
1022 that says to advance the location counter
1023 to a multiple of 2**LOG bytes. */
1025 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
1026 if ((LOG) != 0) \
1027 fprintf (FILE, "\t.align %d\n", 1 << (LOG))
1029 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
1030 fprintf (FILE, "\t.blkb %u\n", (SIZE))
1032 /* This says how to output an assembler line
1033 to define a global common symbol. */
1035 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
1036 ( fputs (".comm ", (FILE)), \
1037 assemble_name ((FILE), (NAME)), \
1038 fprintf ((FILE), ",%u\n", (ROUNDED)))
1040 /* This says how to output an assembler line
1041 to define a local common symbol. */
1043 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
1044 ( fputs (".lcomm ", (FILE)), \
1045 assemble_name ((FILE), (NAME)), \
1046 fprintf ((FILE), ",%u\n", (ROUNDED)))
1048 /* Store in OUTPUT a string (made with alloca) containing
1049 an assembler-name for a local static variable named NAME.
1050 LABELNO is an integer which is different for each call. */
1052 #define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
1053 ( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
1054 sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
1056 /* Print operand X (an rtx) in assembler syntax to file FILE.
1057 CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
1058 For `%' followed by punctuation, CODE is the punctuation and X is null.
1060 In the following comments, the term "constant address" is used frequently.
1061 For an exact definition of what constitutes a "constant address" see the
1062 output_addr_const routine in final.c
1064 On the i860, the following target-specific special codes are recognized:
1066 `r' The operand can be anything, but if it is an immediate zero
1067 value (either integer or floating point) then it will be
1068 represented as `r0' or as `f0' (respectively).
1070 `m' The operand is a memory ref (to a constant address) but print
1071 its address as a constant.
1073 `L' The operand is a numeric constant, a constant address, or
1074 a memory ref to a constant address. Print the correct
1075 notation to yield the low part of the given value or
1076 address or the low part of the address of the referred
1077 to memory object.
1079 `H' The operand is a numeric constant, a constant address, or
1080 a memory ref to a constant address. Print the correct
1081 notation to yield the high part of the given value or
1082 address or the high part of the address of the referred
1083 to memory object.
1085 `h' The operand is a numeric constant, a constant address, or
1086 a memory ref to a constant address. Either print the
1087 correct notation to yield the plain high part of the
1088 given value or address (or the plain high part of the
1089 address of the memory object) or else print the correct
1090 notation to yield the "adjusted" high part of the given
1091 address (or of the address of the referred to memory object).
1093 The choice of what to print depends upon whether the address
1094 in question is relocatable or not. If it is relocatable,
1095 print the notation to get the adjusted high part. Otherwise
1096 just print the notation to get the plain high part. Note
1097 that "adjusted" high parts are generally used *only* when
1098 the next following instruction uses the low part of the
1099 address as an offset, as in `offset(reg)'.
1101 `R' The operand is a floating-pointer register. Print the
1102 name of the next following (32-bit) floating-point register.
1103 (This is used when moving a value into just the most
1104 significant part of a floating-point register pair.)
1106 `?' (takes no operand) Substitute the value of i860_reg_prefix
1107 at this point. The value of i860_reg_prefix is typically
1108 a null string for most i860 targets, but for System V
1109 Release 4 the i860 assembler syntax requires that all
1110 names of registers be prefixed with a percent-sign, so
1111 for SVR4, the value of i860_reg_prefix is initialized to
1112 "%" in i860.c.
1115 extern const char *i860_reg_prefix;
1117 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) ((CODE) == '?')
1119 /* The following macro definition is overridden in i860v4.h
1120 because the svr4 i860 assembler required a different syntax
1121 for getting parts of constant/relocatable values. */
1123 #define PRINT_OPERAND_PART(FILE, X, PART_CODE) \
1124 do { fprintf (FILE, "%s%%", PART_CODE); \
1125 output_address (X); \
1126 } while (0)
1128 #define OPERAND_LOW_PART "l"
1129 #define OPERAND_HIGH_PART "h"
1130 /* NOTE: All documentation available for the i860 sez that you must
1131 use "ha" to get the relocated high part of a relocatable, but
1132 reality sez different. */
1133 #define OPERAND_HIGH_ADJ_PART "ha"
1135 #define PRINT_OPERAND(FILE, X, CODE) \
1136 { if ((CODE) == '?') \
1137 fprintf (FILE, "%s", i860_reg_prefix); \
1138 else if (CODE == 'R') \
1139 fprintf (FILE, "%s%s", i860_reg_prefix, reg_names[REGNO (X) + 1]); \
1140 else if (GET_CODE (X) == REG) \
1141 fprintf (FILE, "%s%s", i860_reg_prefix, reg_names[REGNO (X)]); \
1142 else if ((CODE) == 'm') \
1143 output_address (XEXP (X, 0)); \
1144 else if ((CODE) == 'L') \
1146 if (GET_CODE (X) == MEM) \
1147 PRINT_OPERAND_PART (FILE, XEXP (X, 0), OPERAND_LOW_PART); \
1148 else \
1149 PRINT_OPERAND_PART (FILE, X, OPERAND_LOW_PART); \
1151 else if ((CODE) == 'H') \
1153 if (GET_CODE (X) == MEM) \
1154 PRINT_OPERAND_PART (FILE, XEXP (X, 0), OPERAND_HIGH_PART); \
1155 else \
1156 PRINT_OPERAND_PART (FILE, X, OPERAND_HIGH_PART); \
1158 else if ((CODE) == 'h') \
1160 if (GET_CODE (X) == MEM) \
1161 PRINT_OPERAND_PART (FILE, XEXP (X, 0), OPERAND_HIGH_ADJ_PART); \
1162 else \
1163 PRINT_OPERAND_PART (FILE, X, OPERAND_HIGH_ADJ_PART); \
1165 else if (GET_CODE (X) == MEM) \
1166 output_address (XEXP (X, 0)); \
1167 else if ((CODE) == 'r' && (X) == const0_rtx) \
1168 fprintf (FILE, "%sr0", i860_reg_prefix); \
1169 else if ((CODE) == 'r' && (X) == CONST0_RTX (GET_MODE (X))) \
1170 fprintf (FILE, "%sf0", i860_reg_prefix); \
1171 else if (GET_CODE (X) == CONST_DOUBLE) \
1172 fprintf (FILE, "0x%lx", sfmode_constant_to_ulong (X)); \
1173 else \
1174 output_addr_const (FILE, X); }
1176 /* Print a memory address as an operand to reference that memory location. */
1178 #define PRINT_OPERAND_ADDRESS(FILE, ADDR) \
1179 { register rtx addr = ADDR; \
1180 if (GET_CODE (addr) == REG) \
1182 fprintf (FILE, "0(%s%s)", \
1183 i860_reg_prefix, reg_names[REGNO (addr)]); \
1185 else if (GET_CODE (addr) == CONST_DOUBLE \
1186 && GET_MODE (addr) == SFmode) \
1187 fprintf (FILE, "0x%lx", sfmode_constant_to_ulong (addr)); \
1188 else if (GET_CODE (addr) == PLUS) \
1190 if ((GET_CODE (XEXP (addr, 0)) == CONST_INT) \
1191 && (GET_CODE (XEXP (addr, 1)) == REG)) \
1192 fprintf (FILE, "%d(%s%s)", INTVAL (XEXP (addr, 0)), \
1193 i860_reg_prefix, reg_names[REGNO (XEXP (addr, 1))]);\
1194 else if ((GET_CODE (XEXP (addr, 1)) == CONST_INT) \
1195 && (GET_CODE (XEXP (addr, 0)) == REG)) \
1196 fprintf (FILE, "%d(%s%s)", INTVAL (XEXP (addr, 1)), \
1197 i860_reg_prefix, reg_names[REGNO (XEXP (addr, 0))]);\
1198 else if ((GET_CODE (XEXP (addr, 0)) == REG) \
1199 && (GET_CODE (XEXP (addr, 1)) == REG)) \
1200 fprintf (FILE, "%s%s(%s%s)", \
1201 i860_reg_prefix, reg_names[REGNO (XEXP (addr, 0))], \
1202 i860_reg_prefix, reg_names[REGNO (XEXP (addr, 1))]);\
1203 else \
1204 output_addr_const (FILE, addr); \
1206 else \
1208 output_addr_const (FILE, addr); \
1212 /* Optionally define this if you have added predicates to
1213 `MACHINE.c'. This macro is called within an initializer of an
1214 array of structures. The first field in the structure is the
1215 name of a predicate and the second field is an array of rtl
1216 codes. For each predicate, list all rtl codes that can be in
1217 expressions matched by the predicate. The list should have a
1218 trailing comma. Here is an example of two entries in the list
1219 for a typical RISC machine:
1221 #define PREDICATE_CODES \
1222 {"gen_reg_rtx_operand", {SUBREG, REG}}, \
1223 {"reg_or_short_cint_operand", {SUBREG, REG, CONST_INT}},
1225 Defining this macro does not affect the generated code (however,
1226 incorrect definitions that omit an rtl code that may be matched
1227 by the predicate can cause the compiler to malfunction).
1228 Instead, it allows the table built by `genrecog' to be more
1229 compact and efficient, thus speeding up the compiler. The most
1230 important predicates to include in the list specified by this
1231 macro are thoses used in the most insn patterns. */
1233 #define PREDICATE_CODES \
1234 {"reg_or_0_operand", {REG, SUBREG, CONST_INT}}, \
1235 {"arith_operand", {REG, SUBREG, CONST_INT}}, \
1236 {"logic_operand", {REG, SUBREG, CONST_INT}}, \
1237 {"shift_operand", {REG, SUBREG, CONST_INT}}, \
1238 {"compare_operand", {REG, SUBREG, CONST_INT}}, \
1239 {"arith_const_operand", {CONST_INT}}, \
1240 {"logic_const_operand", {CONST_INT}}, \
1241 {"bte_operand", {REG, SUBREG, CONST_INT}}, \
1242 {"indexed_operand", {MEM}}, \
1243 {"load_operand", {MEM}}, \
1244 {"small_int", {CONST_INT}}, \
1245 {"logic_int", {CONST_INT}}, \
1246 {"call_insn_operand", {MEM}},
1248 /* Define the information needed to generate branch insns. This is stored
1249 from the compare operation. Note that we can't use "rtx" here since it
1250 hasn't been defined! */
1252 extern struct rtx_def *i860_compare_op0, *i860_compare_op1;