Reverting merge from trunk
[official-gcc.git] / gcc / config / cris / cris.c
blob7432251b9505fadf5ae8efe5d4f68f5762a90a6d
1 /* Definitions for GCC. Part of the machine description for CRIS.
2 Copyright (C) 1998-2013 Free Software Foundation, Inc.
3 Contributed by Axis Communications. Written by Hans-Peter Nilsson.
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
21 #include "config.h"
22 #include "system.h"
23 #include "coretypes.h"
24 #include "tm.h"
25 #include "rtl.h"
26 #include "regs.h"
27 #include "hard-reg-set.h"
28 #include "insn-config.h"
29 #include "conditions.h"
30 #include "insn-attr.h"
31 #include "flags.h"
32 #include "tree.h"
33 #include "expr.h"
34 #include "except.h"
35 #include "function.h"
36 #include "diagnostic-core.h"
37 #include "recog.h"
38 #include "reload.h"
39 #include "tm_p.h"
40 #include "debug.h"
41 #include "output.h"
42 #include "tm-constrs.h"
43 #include "target.h"
44 #include "target-def.h"
45 #include "ggc.h"
46 #include "optabs.h"
47 #include "df.h"
48 #include "opts.h"
49 #include "cgraph.h"
51 /* Usable when we have an amount to add or subtract, and want the
52 optimal size of the insn. */
53 #define ADDITIVE_SIZE_MODIFIER(size) \
54 ((size) <= 63 ? "q" : (size) <= 255 ? "u.b" : (size) <= 65535 ? "u.w" : ".d")
56 #define LOSE_AND_RETURN(msgid, x) \
57 do \
58 { \
59 cris_operand_lossage (msgid, x); \
60 return; \
61 } while (0)
63 enum cris_retinsn_type
64 { CRIS_RETINSN_UNKNOWN = 0, CRIS_RETINSN_RET, CRIS_RETINSN_JUMP };
66 /* Per-function machine data. */
67 struct GTY(()) machine_function
69 int needs_return_address_on_stack;
71 /* This is the number of registers we save in the prologue due to
72 stdarg. */
73 int stdarg_regs;
75 enum cris_retinsn_type return_type;
78 /* This little fix suppresses the 'u' or 's' when '%e' in assembly
79 pattern. */
80 static char cris_output_insn_is_bound = 0;
82 /* In code for output macros, this is how we know whether e.g. constant
83 goes in code or in a static initializer. */
84 static int in_code = 0;
86 /* Fix for reg_overlap_mentioned_p. */
87 static int cris_reg_overlap_mentioned_p (rtx, rtx);
89 static enum machine_mode cris_promote_function_mode (const_tree, enum machine_mode,
90 int *, const_tree, int);
92 static void cris_print_base (rtx, FILE *);
94 static void cris_print_index (rtx, FILE *);
96 static void cris_output_addr_const (FILE *, rtx);
98 static struct machine_function * cris_init_machine_status (void);
100 static rtx cris_struct_value_rtx (tree, int);
102 static void cris_setup_incoming_varargs (cumulative_args_t, enum machine_mode,
103 tree type, int *, int);
105 static int cris_initial_frame_pointer_offset (void);
107 static void cris_operand_lossage (const char *, rtx);
109 static int cris_reg_saved_in_regsave_area (unsigned int, bool);
111 static void cris_print_operand (FILE *, rtx, int);
113 static void cris_print_operand_address (FILE *, rtx);
115 static bool cris_print_operand_punct_valid_p (unsigned char code);
117 static bool cris_output_addr_const_extra (FILE *, rtx);
119 static void cris_conditional_register_usage (void);
121 static void cris_asm_output_mi_thunk
122 (FILE *, tree, HOST_WIDE_INT, HOST_WIDE_INT, tree);
124 static void cris_file_start (void);
125 static void cris_init_libfuncs (void);
127 static reg_class_t cris_preferred_reload_class (rtx, reg_class_t);
129 static int cris_register_move_cost (enum machine_mode, reg_class_t, reg_class_t);
130 static int cris_memory_move_cost (enum machine_mode, reg_class_t, bool);
131 static bool cris_rtx_costs (rtx, int, int, int, int *, bool);
132 static int cris_address_cost (rtx, enum machine_mode, addr_space_t, bool);
133 static bool cris_pass_by_reference (cumulative_args_t, enum machine_mode,
134 const_tree, bool);
135 static int cris_arg_partial_bytes (cumulative_args_t, enum machine_mode,
136 tree, bool);
137 static rtx cris_function_arg (cumulative_args_t, enum machine_mode,
138 const_tree, bool);
139 static rtx cris_function_incoming_arg (cumulative_args_t,
140 enum machine_mode, const_tree, bool);
141 static void cris_function_arg_advance (cumulative_args_t, enum machine_mode,
142 const_tree, bool);
143 static tree cris_md_asm_clobbers (tree, tree, tree);
145 static void cris_option_override (void);
147 static bool cris_frame_pointer_required (void);
149 static void cris_asm_trampoline_template (FILE *);
150 static void cris_trampoline_init (rtx, tree, rtx);
152 static rtx cris_function_value(const_tree, const_tree, bool);
153 static rtx cris_libcall_value (enum machine_mode, const_rtx);
154 static bool cris_function_value_regno_p (const unsigned int);
155 static void cris_file_end (void);
157 /* This is the parsed result of the "-max-stack-stackframe=" option. If
158 it (still) is zero, then there was no such option given. */
159 int cris_max_stackframe = 0;
161 /* This is the parsed result of the "-march=" option, if given. */
162 int cris_cpu_version = CRIS_DEFAULT_CPU_VERSION;
164 #undef TARGET_ASM_ALIGNED_HI_OP
165 #define TARGET_ASM_ALIGNED_HI_OP "\t.word\t"
166 #undef TARGET_ASM_ALIGNED_SI_OP
167 #define TARGET_ASM_ALIGNED_SI_OP "\t.dword\t"
168 #undef TARGET_ASM_ALIGNED_DI_OP
169 #define TARGET_ASM_ALIGNED_DI_OP "\t.quad\t"
171 /* We need to define these, since the 2byte, 4byte, 8byte op:s are only
172 available in ELF. These "normal" pseudos do not have any alignment
173 constraints or side-effects. */
174 #undef TARGET_ASM_UNALIGNED_HI_OP
175 #define TARGET_ASM_UNALIGNED_HI_OP TARGET_ASM_ALIGNED_HI_OP
177 #undef TARGET_ASM_UNALIGNED_SI_OP
178 #define TARGET_ASM_UNALIGNED_SI_OP TARGET_ASM_ALIGNED_SI_OP
180 #undef TARGET_ASM_UNALIGNED_DI_OP
181 #define TARGET_ASM_UNALIGNED_DI_OP TARGET_ASM_ALIGNED_DI_OP
183 #undef TARGET_PRINT_OPERAND
184 #define TARGET_PRINT_OPERAND cris_print_operand
185 #undef TARGET_PRINT_OPERAND_ADDRESS
186 #define TARGET_PRINT_OPERAND_ADDRESS cris_print_operand_address
187 #undef TARGET_PRINT_OPERAND_PUNCT_VALID_P
188 #define TARGET_PRINT_OPERAND_PUNCT_VALID_P cris_print_operand_punct_valid_p
189 #undef TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
190 #define TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA cris_output_addr_const_extra
192 #undef TARGET_CONDITIONAL_REGISTER_USAGE
193 #define TARGET_CONDITIONAL_REGISTER_USAGE cris_conditional_register_usage
195 #undef TARGET_ASM_OUTPUT_MI_THUNK
196 #define TARGET_ASM_OUTPUT_MI_THUNK cris_asm_output_mi_thunk
197 #undef TARGET_ASM_CAN_OUTPUT_MI_THUNK
198 #define TARGET_ASM_CAN_OUTPUT_MI_THUNK default_can_output_mi_thunk_no_vcall
200 #undef TARGET_ASM_FILE_START
201 #define TARGET_ASM_FILE_START cris_file_start
202 #undef TARGET_ASM_FILE_END
203 #define TARGET_ASM_FILE_END cris_file_end
205 #undef TARGET_INIT_LIBFUNCS
206 #define TARGET_INIT_LIBFUNCS cris_init_libfuncs
208 #undef TARGET_LEGITIMATE_ADDRESS_P
209 #define TARGET_LEGITIMATE_ADDRESS_P cris_legitimate_address_p
211 #undef TARGET_PREFERRED_RELOAD_CLASS
212 #define TARGET_PREFERRED_RELOAD_CLASS cris_preferred_reload_class
214 #undef TARGET_REGISTER_MOVE_COST
215 #define TARGET_REGISTER_MOVE_COST cris_register_move_cost
216 #undef TARGET_MEMORY_MOVE_COST
217 #define TARGET_MEMORY_MOVE_COST cris_memory_move_cost
218 #undef TARGET_RTX_COSTS
219 #define TARGET_RTX_COSTS cris_rtx_costs
220 #undef TARGET_ADDRESS_COST
221 #define TARGET_ADDRESS_COST cris_address_cost
223 #undef TARGET_PROMOTE_FUNCTION_MODE
224 #define TARGET_PROMOTE_FUNCTION_MODE cris_promote_function_mode
226 #undef TARGET_STRUCT_VALUE_RTX
227 #define TARGET_STRUCT_VALUE_RTX cris_struct_value_rtx
228 #undef TARGET_SETUP_INCOMING_VARARGS
229 #define TARGET_SETUP_INCOMING_VARARGS cris_setup_incoming_varargs
230 #undef TARGET_PASS_BY_REFERENCE
231 #define TARGET_PASS_BY_REFERENCE cris_pass_by_reference
232 #undef TARGET_ARG_PARTIAL_BYTES
233 #define TARGET_ARG_PARTIAL_BYTES cris_arg_partial_bytes
234 #undef TARGET_FUNCTION_ARG
235 #define TARGET_FUNCTION_ARG cris_function_arg
236 #undef TARGET_FUNCTION_INCOMING_ARG
237 #define TARGET_FUNCTION_INCOMING_ARG cris_function_incoming_arg
238 #undef TARGET_FUNCTION_ARG_ADVANCE
239 #define TARGET_FUNCTION_ARG_ADVANCE cris_function_arg_advance
240 #undef TARGET_MD_ASM_CLOBBERS
241 #define TARGET_MD_ASM_CLOBBERS cris_md_asm_clobbers
242 #undef TARGET_FRAME_POINTER_REQUIRED
243 #define TARGET_FRAME_POINTER_REQUIRED cris_frame_pointer_required
245 #undef TARGET_OPTION_OVERRIDE
246 #define TARGET_OPTION_OVERRIDE cris_option_override
248 #undef TARGET_ASM_TRAMPOLINE_TEMPLATE
249 #define TARGET_ASM_TRAMPOLINE_TEMPLATE cris_asm_trampoline_template
250 #undef TARGET_TRAMPOLINE_INIT
251 #define TARGET_TRAMPOLINE_INIT cris_trampoline_init
253 #undef TARGET_FUNCTION_VALUE
254 #define TARGET_FUNCTION_VALUE cris_function_value
255 #undef TARGET_LIBCALL_VALUE
256 #define TARGET_LIBCALL_VALUE cris_libcall_value
257 #undef TARGET_FUNCTION_VALUE_REGNO_P
258 #define TARGET_FUNCTION_VALUE_REGNO_P cris_function_value_regno_p
260 struct gcc_target targetm = TARGET_INITIALIZER;
262 /* Helper for cris_load_multiple_op and cris_ret_movem_op. */
264 bool
265 cris_movem_load_rest_p (rtx op, int offs)
267 unsigned int reg_count = XVECLEN (op, 0) - offs;
268 rtx src_addr;
269 int i;
270 rtx elt;
271 int setno;
272 int regno_dir = 1;
273 unsigned int regno = 0;
275 /* Perform a quick check so we don't blow up below. FIXME: Adjust for
276 other than (MEM reg). */
277 if (reg_count <= 1
278 || GET_CODE (XVECEXP (op, 0, offs)) != SET
279 || !REG_P (SET_DEST (XVECEXP (op, 0, offs)))
280 || !MEM_P (SET_SRC (XVECEXP (op, 0, offs))))
281 return false;
283 /* Check a possible post-inc indicator. */
284 if (GET_CODE (SET_SRC (XVECEXP (op, 0, offs + 1))) == PLUS)
286 rtx reg = XEXP (SET_SRC (XVECEXP (op, 0, offs + 1)), 0);
287 rtx inc = XEXP (SET_SRC (XVECEXP (op, 0, offs + 1)), 1);
289 reg_count--;
291 if (reg_count == 1
292 || !REG_P (reg)
293 || !REG_P (SET_DEST (XVECEXP (op, 0, offs + 1)))
294 || REGNO (reg) != REGNO (SET_DEST (XVECEXP (op, 0, offs + 1)))
295 || !CONST_INT_P (inc)
296 || INTVAL (inc) != (HOST_WIDE_INT) reg_count * 4)
297 return false;
298 i = offs + 2;
300 else
301 i = offs + 1;
303 if (!TARGET_V32)
305 regno_dir = -1;
306 regno = reg_count - 1;
309 elt = XVECEXP (op, 0, offs);
310 src_addr = XEXP (SET_SRC (elt), 0);
312 if (GET_CODE (elt) != SET
313 || !REG_P (SET_DEST (elt))
314 || GET_MODE (SET_DEST (elt)) != SImode
315 || REGNO (SET_DEST (elt)) != regno
316 || !MEM_P (SET_SRC (elt))
317 || GET_MODE (SET_SRC (elt)) != SImode
318 || !memory_address_p (SImode, src_addr))
319 return false;
321 for (setno = 1; i < XVECLEN (op, 0); setno++, i++)
323 rtx elt = XVECEXP (op, 0, i);
324 regno += regno_dir;
326 if (GET_CODE (elt) != SET
327 || !REG_P (SET_DEST (elt))
328 || GET_MODE (SET_DEST (elt)) != SImode
329 || REGNO (SET_DEST (elt)) != regno
330 || !MEM_P (SET_SRC (elt))
331 || GET_MODE (SET_SRC (elt)) != SImode
332 || GET_CODE (XEXP (SET_SRC (elt), 0)) != PLUS
333 || ! rtx_equal_p (XEXP (XEXP (SET_SRC (elt), 0), 0), src_addr)
334 || !CONST_INT_P (XEXP (XEXP (SET_SRC (elt), 0), 1))
335 || INTVAL (XEXP (XEXP (SET_SRC (elt), 0), 1)) != setno * 4)
336 return false;
339 return true;
342 /* Worker function for predicate for the parallel contents in a movem
343 to-memory. */
345 bool
346 cris_store_multiple_op_p (rtx op)
348 int reg_count = XVECLEN (op, 0);
349 rtx dest;
350 rtx dest_addr;
351 rtx dest_base;
352 int i;
353 rtx elt;
354 int setno;
355 int regno_dir = 1;
356 int regno = 0;
357 int offset = 0;
359 /* Perform a quick check so we don't blow up below. FIXME: Adjust for
360 other than (MEM reg) and (MEM (PLUS reg const)). */
361 if (reg_count <= 1)
362 return false;
364 elt = XVECEXP (op, 0, 0);
366 if (GET_CODE (elt) != SET)
367 return false;
369 dest = SET_DEST (elt);
371 if (!REG_P (SET_SRC (elt)) || !MEM_P (dest))
372 return false;
374 dest_addr = XEXP (dest, 0);
376 /* Check a possible post-inc indicator. */
377 if (GET_CODE (SET_SRC (XVECEXP (op, 0, 1))) == PLUS)
379 rtx reg = XEXP (SET_SRC (XVECEXP (op, 0, 1)), 0);
380 rtx inc = XEXP (SET_SRC (XVECEXP (op, 0, 1)), 1);
382 reg_count--;
384 if (reg_count == 1
385 || !REG_P (reg)
386 || !REG_P (SET_DEST (XVECEXP (op, 0, 1)))
387 || REGNO (reg) != REGNO (SET_DEST (XVECEXP (op, 0, 1)))
388 || !CONST_INT_P (inc)
389 /* Support increment by number of registers, and by the offset
390 of the destination, if it has the form (MEM (PLUS reg
391 offset)). */
392 || !((REG_P (dest_addr)
393 && REGNO (dest_addr) == REGNO (reg)
394 && INTVAL (inc) == (HOST_WIDE_INT) reg_count * 4)
395 || (GET_CODE (dest_addr) == PLUS
396 && REG_P (XEXP (dest_addr, 0))
397 && REGNO (XEXP (dest_addr, 0)) == REGNO (reg)
398 && CONST_INT_P (XEXP (dest_addr, 1))
399 && INTVAL (XEXP (dest_addr, 1)) == INTVAL (inc))))
400 return false;
402 i = 2;
404 else
405 i = 1;
407 if (!TARGET_V32)
409 regno_dir = -1;
410 regno = reg_count - 1;
413 if (GET_CODE (elt) != SET
414 || !REG_P (SET_SRC (elt))
415 || GET_MODE (SET_SRC (elt)) != SImode
416 || REGNO (SET_SRC (elt)) != (unsigned int) regno
417 || !MEM_P (SET_DEST (elt))
418 || GET_MODE (SET_DEST (elt)) != SImode)
419 return false;
421 if (REG_P (dest_addr))
423 dest_base = dest_addr;
424 offset = 0;
426 else if (GET_CODE (dest_addr) == PLUS
427 && REG_P (XEXP (dest_addr, 0))
428 && CONST_INT_P (XEXP (dest_addr, 1)))
430 dest_base = XEXP (dest_addr, 0);
431 offset = INTVAL (XEXP (dest_addr, 1));
433 else
434 return false;
436 for (setno = 1; i < XVECLEN (op, 0); setno++, i++)
438 rtx elt = XVECEXP (op, 0, i);
439 regno += regno_dir;
441 if (GET_CODE (elt) != SET
442 || !REG_P (SET_SRC (elt))
443 || GET_MODE (SET_SRC (elt)) != SImode
444 || REGNO (SET_SRC (elt)) != (unsigned int) regno
445 || !MEM_P (SET_DEST (elt))
446 || GET_MODE (SET_DEST (elt)) != SImode
447 || GET_CODE (XEXP (SET_DEST (elt), 0)) != PLUS
448 || ! rtx_equal_p (XEXP (XEXP (SET_DEST (elt), 0), 0), dest_base)
449 || !CONST_INT_P (XEXP (XEXP (SET_DEST (elt), 0), 1))
450 || INTVAL (XEXP (XEXP (SET_DEST (elt), 0), 1)) != setno * 4 + offset)
451 return false;
454 return true;
457 /* The TARGET_CONDITIONAL_REGISTER_USAGE worker. */
459 static void
460 cris_conditional_register_usage (void)
462 /* FIXME: This isn't nice. We should be able to use that register for
463 something else if the PIC table isn't needed. */
464 if (flag_pic)
465 fixed_regs[PIC_OFFSET_TABLE_REGNUM]
466 = call_used_regs[PIC_OFFSET_TABLE_REGNUM] = 1;
468 /* Allow use of ACR (PC in pre-V32) and tweak order. */
469 if (TARGET_V32)
471 static const int reg_alloc_order_v32[] = REG_ALLOC_ORDER_V32;
472 unsigned int i;
474 fixed_regs[CRIS_ACR_REGNUM] = 0;
476 for (i = 0;
477 i < sizeof (reg_alloc_order_v32)/sizeof (reg_alloc_order_v32[0]);
478 i++)
479 reg_alloc_order[i] = reg_alloc_order_v32[i];
482 if (TARGET_HAS_MUL_INSNS)
483 fixed_regs[CRIS_MOF_REGNUM] = 0;
485 /* On early versions, we must use the 16-bit condition-code register,
486 which has another name. */
487 if (cris_cpu_version < 8)
488 reg_names[CRIS_CC0_REGNUM] = "ccr";
491 /* Return crtl->uses_pic_offset_table. For use in cris.md,
492 since some generated files do not include function.h. */
495 cris_cfun_uses_pic_table (void)
497 return crtl->uses_pic_offset_table;
500 /* Given an rtx, return the text string corresponding to the CODE of X.
501 Intended for use in the assembly language output section of a
502 define_insn. */
504 const char *
505 cris_op_str (rtx x)
507 cris_output_insn_is_bound = 0;
508 switch (GET_CODE (x))
510 case PLUS:
511 return "add";
512 break;
514 case MINUS:
515 return "sub";
516 break;
518 case MULT:
519 /* This function is for retrieving a part of an instruction name for
520 an operator, for immediate output. If that ever happens for
521 MULT, we need to apply TARGET_MUL_BUG in the caller. Make sure
522 we notice. */
523 internal_error ("MULT case in cris_op_str");
524 break;
526 case DIV:
527 return "div";
528 break;
530 case AND:
531 return "and";
532 break;
534 case IOR:
535 return "or";
536 break;
538 case XOR:
539 return "xor";
540 break;
542 case NOT:
543 return "not";
544 break;
546 case ASHIFT:
547 return "lsl";
548 break;
550 case LSHIFTRT:
551 return "lsr";
552 break;
554 case ASHIFTRT:
555 return "asr";
556 break;
558 case UMIN:
559 /* Used to control the sign/zero-extend character for the 'E' modifier.
560 BOUND has none. */
561 cris_output_insn_is_bound = 1;
562 return "bound";
563 break;
565 default:
566 return "Unknown operator";
567 break;
571 /* Emit an error message when we're in an asm, and a fatal error for
572 "normal" insns. Formatted output isn't easily implemented, since we
573 use output_operand_lossage to output the actual message and handle the
574 categorization of the error. */
576 static void
577 cris_operand_lossage (const char *msgid, rtx op)
579 debug_rtx (op);
580 output_operand_lossage ("%s", msgid);
583 /* Print an index part of an address to file. */
585 static void
586 cris_print_index (rtx index, FILE *file)
588 /* Make the index "additive" unless we'll output a negative number, in
589 which case the sign character is free (as in free beer). */
590 if (!CONST_INT_P (index) || INTVAL (index) >= 0)
591 putc ('+', file);
593 if (REG_P (index))
594 fprintf (file, "$%s.b", reg_names[REGNO (index)]);
595 else if (CONSTANT_P (index))
596 cris_output_addr_const (file, index);
597 else if (GET_CODE (index) == MULT)
599 fprintf (file, "$%s.",
600 reg_names[REGNO (XEXP (index, 0))]);
602 putc (INTVAL (XEXP (index, 1)) == 2 ? 'w' : 'd', file);
604 else if (GET_CODE (index) == SIGN_EXTEND && MEM_P (XEXP (index, 0)))
606 rtx inner = XEXP (index, 0);
607 rtx inner_inner = XEXP (inner, 0);
609 if (GET_CODE (inner_inner) == POST_INC)
611 fprintf (file, "[$%s+].",
612 reg_names[REGNO (XEXP (inner_inner, 0))]);
613 putc (GET_MODE (inner) == HImode ? 'w' : 'b', file);
615 else
617 fprintf (file, "[$%s].", reg_names[REGNO (inner_inner)]);
619 putc (GET_MODE (inner) == HImode ? 'w' : 'b', file);
622 else if (MEM_P (index))
624 rtx inner = XEXP (index, 0);
625 if (GET_CODE (inner) == POST_INC)
626 fprintf (file, "[$%s+].d", reg_names[REGNO (XEXP (inner, 0))]);
627 else
628 fprintf (file, "[$%s].d", reg_names[REGNO (inner)]);
630 else
631 cris_operand_lossage ("unexpected index-type in cris_print_index",
632 index);
635 /* Print a base rtx of an address to file. */
637 static void
638 cris_print_base (rtx base, FILE *file)
640 if (REG_P (base))
641 fprintf (file, "$%s", reg_names[REGNO (base)]);
642 else if (GET_CODE (base) == POST_INC)
644 gcc_assert (REGNO (XEXP (base, 0)) != CRIS_ACR_REGNUM);
645 fprintf (file, "$%s+", reg_names[REGNO (XEXP (base, 0))]);
647 else
648 cris_operand_lossage ("unexpected base-type in cris_print_base",
649 base);
652 /* Usable as a guard in expressions. */
655 cris_fatal (char *arg)
657 internal_error (arg);
659 /* We'll never get here; this is just to appease compilers. */
660 return 0;
663 /* Return nonzero if REGNO is an ordinary register that *needs* to be
664 saved together with other registers, possibly by a MOVEM instruction,
665 or is saved for target-independent reasons. There may be
666 target-dependent reasons to save the register anyway; this is just a
667 wrapper for a complicated conditional. */
669 static int
670 cris_reg_saved_in_regsave_area (unsigned int regno, bool got_really_used)
672 return
673 (((df_regs_ever_live_p (regno)
674 && !call_used_regs[regno])
675 || (regno == PIC_OFFSET_TABLE_REGNUM
676 && (got_really_used
677 /* It is saved anyway, if there would be a gap. */
678 || (flag_pic
679 && df_regs_ever_live_p (regno + 1)
680 && !call_used_regs[regno + 1]))))
681 && (regno != FRAME_POINTER_REGNUM || !frame_pointer_needed)
682 && regno != CRIS_SRP_REGNUM)
683 || (crtl->calls_eh_return
684 && (regno == EH_RETURN_DATA_REGNO (0)
685 || regno == EH_RETURN_DATA_REGNO (1)
686 || regno == EH_RETURN_DATA_REGNO (2)
687 || regno == EH_RETURN_DATA_REGNO (3)));
690 /* The PRINT_OPERAND worker. */
692 static void
693 cris_print_operand (FILE *file, rtx x, int code)
695 rtx operand = x;
697 /* Size-strings corresponding to MULT expressions. */
698 static const char *const mults[] = { "BAD:0", ".b", ".w", "BAD:3", ".d" };
700 /* New code entries should just be added to the switch below. If
701 handling is finished, just return. If handling was just a
702 modification of the operand, the modified operand should be put in
703 "operand", and then do a break to let default handling
704 (zero-modifier) output the operand. */
706 switch (code)
708 case 'b':
709 /* Print the unsigned supplied integer as if it were signed
710 and < 0, i.e print 255 or 65535 as -1, 254, 65534 as -2, etc. */
711 if (!satisfies_constraint_O (x))
712 LOSE_AND_RETURN ("invalid operand for 'b' modifier", x);
713 fprintf (file, HOST_WIDE_INT_PRINT_DEC,
714 INTVAL (x)| (INTVAL (x) <= 255 ? ~255 : ~65535));
715 return;
717 case 'x':
718 /* Print assembler code for operator. */
719 fprintf (file, "%s", cris_op_str (operand));
720 return;
722 case 'o':
724 /* A movem modifier working on a parallel; output the register
725 name. */
726 int regno;
728 if (GET_CODE (x) != PARALLEL)
729 LOSE_AND_RETURN ("invalid operand for 'o' modifier", x);
731 /* The second item can be (set reg (plus reg const)) to denote a
732 postincrement. */
733 regno
734 = (GET_CODE (SET_SRC (XVECEXP (x, 0, 1))) == PLUS
735 ? XVECLEN (x, 0) - 2
736 : XVECLEN (x, 0) - 1);
738 fprintf (file, "$%s", reg_names [regno]);
740 return;
742 case 'O':
744 /* A similar movem modifier; output the memory operand. */
745 rtx addr;
747 if (GET_CODE (x) != PARALLEL)
748 LOSE_AND_RETURN ("invalid operand for 'O' modifier", x);
750 /* The lowest mem operand is in the first item, but perhaps it
751 needs to be output as postincremented. */
752 addr = MEM_P (SET_SRC (XVECEXP (x, 0, 0)))
753 ? XEXP (SET_SRC (XVECEXP (x, 0, 0)), 0)
754 : XEXP (SET_DEST (XVECEXP (x, 0, 0)), 0);
756 /* The second item can be a (set reg (plus reg const)) to denote
757 a modification. */
758 if (GET_CODE (SET_SRC (XVECEXP (x, 0, 1))) == PLUS)
760 /* It's a post-increment, if the address is a naked (reg). */
761 if (REG_P (addr))
762 addr = gen_rtx_POST_INC (SImode, addr);
763 else
765 /* Otherwise, it's a side-effect; RN=RN+M. */
766 fprintf (file, "[$%s=$%s%s%d]",
767 reg_names [REGNO (SET_DEST (XVECEXP (x, 0, 1)))],
768 reg_names [REGNO (XEXP (addr, 0))],
769 INTVAL (XEXP (addr, 1)) < 0 ? "" : "+",
770 (int) INTVAL (XEXP (addr, 1)));
771 return;
774 output_address (addr);
776 return;
778 case 'p':
779 /* Adjust a power of two to its log2. */
780 if (!CONST_INT_P (x) || exact_log2 (INTVAL (x)) < 0 )
781 LOSE_AND_RETURN ("invalid operand for 'p' modifier", x);
782 fprintf (file, "%d", exact_log2 (INTVAL (x)));
783 return;
785 case 's':
786 /* For an integer, print 'b' or 'w' if <= 255 or <= 65535
787 respectively. This modifier also terminates the inhibiting
788 effects of the 'x' modifier. */
789 cris_output_insn_is_bound = 0;
790 if (GET_MODE (x) == VOIDmode && CONST_INT_P (x))
792 if (INTVAL (x) >= 0)
794 if (INTVAL (x) <= 255)
795 putc ('b', file);
796 else if (INTVAL (x) <= 65535)
797 putc ('w', file);
798 else
799 putc ('d', file);
801 else
802 putc ('d', file);
803 return;
806 /* For a non-integer, print the size of the operand. */
807 putc ((GET_MODE (x) == SImode || GET_MODE (x) == SFmode)
808 ? 'd' : GET_MODE (x) == HImode ? 'w'
809 : GET_MODE (x) == QImode ? 'b'
810 /* If none of the above, emit an erroneous size letter. */
811 : 'X',
812 file);
813 return;
815 case 'z':
816 /* Const_int: print b for -127 <= x <= 255,
817 w for -32768 <= x <= 65535, else die. */
818 if (!CONST_INT_P (x)
819 || INTVAL (x) < -32768 || INTVAL (x) > 65535)
820 LOSE_AND_RETURN ("invalid operand for 'z' modifier", x);
821 putc (INTVAL (x) >= -128 && INTVAL (x) <= 255 ? 'b' : 'w', file);
822 return;
824 case 'Z':
825 /* If this is a GOT-symbol, print the size-letter corresponding to
826 -fpic/-fPIC. For everything else, print "d". */
827 putc ((flag_pic == 1
828 && GET_CODE (x) == CONST
829 && GET_CODE (XEXP (x, 0)) == UNSPEC
830 && XINT (XEXP (x, 0), 1) == CRIS_UNSPEC_GOTREAD)
831 ? 'w' : 'd', file);
832 return;
834 case '#':
835 /* Output a 'nop' if there's nothing for the delay slot.
836 This method stolen from the sparc files. */
837 if (dbr_sequence_length () == 0)
838 fputs ("\n\tnop", file);
839 return;
841 case '!':
842 /* Output directive for alignment padded with "nop" insns.
843 Optimizing for size, it's plain 4-byte alignment, otherwise we
844 align the section to a cache-line (32 bytes) and skip at max 2
845 bytes, i.e. we skip if it's the last insn on a cache-line. The
846 latter is faster by a small amount (for two test-programs 99.6%
847 and 99.9%) and larger by a small amount (ditto 100.1% and
848 100.2%). This is supposed to be the simplest yet performance-
849 wise least intrusive way to make sure the immediately following
850 (supposed) muls/mulu insn isn't located at the end of a
851 cache-line. */
852 if (TARGET_MUL_BUG)
853 fputs (optimize_size
854 ? ".p2alignw 2,0x050f\n\t"
855 : ".p2alignw 5,0x050f,2\n\t", file);
856 return;
858 case ':':
859 /* The PIC register. */
860 if (! flag_pic)
861 internal_error ("invalid use of ':' modifier");
862 fprintf (file, "$%s", reg_names [PIC_OFFSET_TABLE_REGNUM]);
863 return;
865 case 'H':
866 /* Print high (most significant) part of something. */
867 switch (GET_CODE (operand))
869 case CONST_INT:
870 /* If we're having 64-bit HOST_WIDE_INTs, the whole (DImode)
871 value is kept here, and so may be other than 0 or -1. */
872 fprintf (file, HOST_WIDE_INT_PRINT_DEC,
873 INTVAL (operand_subword (operand, 1, 0, DImode)));
874 return;
876 case CONST_DOUBLE:
877 /* High part of a long long constant. */
878 if (GET_MODE (operand) == VOIDmode)
880 fprintf (file, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_HIGH (x));
881 return;
883 else
884 LOSE_AND_RETURN ("invalid operand for 'H' modifier", x);
886 case REG:
887 /* Print reg + 1. Check that there's not an attempt to print
888 high-parts of registers like stack-pointer or higher, except
889 for SRP (where the "high part" is MOF). */
890 if (REGNO (operand) > STACK_POINTER_REGNUM - 2
891 && (REGNO (operand) != CRIS_SRP_REGNUM
892 || CRIS_SRP_REGNUM + 1 != CRIS_MOF_REGNUM
893 || fixed_regs[CRIS_MOF_REGNUM] != 0))
894 LOSE_AND_RETURN ("bad register", operand);
895 fprintf (file, "$%s", reg_names[REGNO (operand) + 1]);
896 return;
898 case MEM:
899 /* Adjust memory address to high part. */
901 rtx adj_mem = operand;
902 int size
903 = GET_MODE_BITSIZE (GET_MODE (operand)) / BITS_PER_UNIT;
905 /* Adjust so we can use two SImode in DImode.
906 Calling adj_offsettable_operand will make sure it is an
907 offsettable address. Don't do this for a postincrement
908 though; it should remain as it was. */
909 if (GET_CODE (XEXP (adj_mem, 0)) != POST_INC)
910 adj_mem
911 = adjust_address (adj_mem, GET_MODE (adj_mem), size / 2);
913 output_address (XEXP (adj_mem, 0));
914 return;
917 default:
918 LOSE_AND_RETURN ("invalid operand for 'H' modifier", x);
921 case 'L':
922 /* Strip the MEM expression. */
923 operand = XEXP (operand, 0);
924 break;
926 case 'e':
927 /* Like 'E', but ignore state set by 'x'. FIXME: Use code
928 iterators and attributes in cris.md to avoid the need for %x
929 and %E (and %e) and state passed between those modifiers. */
930 cris_output_insn_is_bound = 0;
931 /* FALL THROUGH. */
932 case 'E':
933 /* Print 's' if operand is SIGN_EXTEND or 'u' if ZERO_EXTEND unless
934 cris_output_insn_is_bound is nonzero. */
935 if (GET_CODE (operand) != SIGN_EXTEND
936 && GET_CODE (operand) != ZERO_EXTEND
937 && !CONST_INT_P (operand))
938 LOSE_AND_RETURN ("invalid operand for 'e' modifier", x);
940 if (cris_output_insn_is_bound)
942 cris_output_insn_is_bound = 0;
943 return;
946 putc (GET_CODE (operand) == SIGN_EXTEND
947 || (CONST_INT_P (operand) && INTVAL (operand) < 0)
948 ? 's' : 'u', file);
949 return;
951 case 'm':
952 /* Print the size letter of the inner element. We can do it by
953 calling ourselves with the 's' modifier. */
954 if (GET_CODE (operand) != SIGN_EXTEND && GET_CODE (operand) != ZERO_EXTEND)
955 LOSE_AND_RETURN ("invalid operand for 'm' modifier", x);
956 cris_print_operand (file, XEXP (operand, 0), 's');
957 return;
959 case 'M':
960 /* Print the least significant part of operand. */
961 if (GET_CODE (operand) == CONST_DOUBLE)
963 fprintf (file, HOST_WIDE_INT_PRINT_HEX, CONST_DOUBLE_LOW (x));
964 return;
966 else if (HOST_BITS_PER_WIDE_INT > 32 && CONST_INT_P (operand))
968 fprintf (file, HOST_WIDE_INT_PRINT_HEX,
969 INTVAL (x) & ((unsigned int) 0x7fffffff * 2 + 1));
970 return;
972 /* Otherwise the least significant part equals the normal part,
973 so handle it normally. */
974 break;
976 case 'A':
977 /* When emitting an add for the high part of a DImode constant, we
978 want to use addq for 0 and adds.w for -1. */
979 if (!CONST_INT_P (operand))
980 LOSE_AND_RETURN ("invalid operand for 'A' modifier", x);
981 fprintf (file, INTVAL (operand) < 0 ? "adds.w" : "addq");
982 return;
984 case 'P':
985 /* For const_int operands, print the additive mnemonic and the
986 modified operand (byte-sized operands don't save anything):
987 N=MIN_INT..-65536: add.d N
988 -65535..-64: subu.w -N
989 -63..-1: subq -N
990 0..63: addq N
991 64..65535: addu.w N
992 65536..MAX_INT: add.d N.
993 (Emitted mnemonics are capitalized to simplify testing.)
994 For anything else (N.B: only register is valid), print "add.d". */
995 if (REG_P (operand))
997 fprintf (file, "Add.d ");
999 /* Deal with printing the operand by dropping through to the
1000 normal path. */
1001 break;
1003 else
1005 int val;
1006 gcc_assert (CONST_INT_P (operand));
1008 val = INTVAL (operand);
1009 if (!IN_RANGE (val, -65535, 65535))
1010 fprintf (file, "Add.d %d", val);
1011 else if (val <= -64)
1012 fprintf (file, "Subu.w %d", -val);
1013 else if (val <= -1)
1014 fprintf (file, "Subq %d", -val);
1015 else if (val <= 63)
1016 fprintf (file, "Addq %d", val);
1017 else if (val <= 65535)
1018 fprintf (file, "Addu.w %d", val);
1019 return;
1021 break;
1023 case 'q':
1024 /* If the operand is an integer -31..31, print "q" else ".d". */
1025 if (CONST_INT_P (operand) && IN_RANGE (INTVAL (operand), -31, 31))
1026 fprintf (file, "q");
1027 else
1028 fprintf (file, ".d");
1029 return;
1031 case 'd':
1032 /* If this is a GOT symbol, force it to be emitted as :GOT and
1033 :GOTPLT regardless of -fpic (i.e. not as :GOT16, :GOTPLT16).
1034 Avoid making this too much of a special case. */
1035 if (flag_pic == 1 && CONSTANT_P (operand))
1037 int flag_pic_save = flag_pic;
1039 flag_pic = 2;
1040 cris_output_addr_const (file, operand);
1041 flag_pic = flag_pic_save;
1042 return;
1044 break;
1046 case 'D':
1047 /* When emitting an sub for the high part of a DImode constant, we
1048 want to use subq for 0 and subs.w for -1. */
1049 if (!CONST_INT_P (operand))
1050 LOSE_AND_RETURN ("invalid operand for 'D' modifier", x);
1051 fprintf (file, INTVAL (operand) < 0 ? "subs.w" : "subq");
1052 return;
1054 case 'S':
1055 /* Print the operand as the index-part of an address.
1056 Easiest way out is to use cris_print_index. */
1057 cris_print_index (operand, file);
1058 return;
1060 case 'T':
1061 /* Print the size letter for an operand to a MULT, which must be a
1062 const_int with a suitable value. */
1063 if (!CONST_INT_P (operand) || INTVAL (operand) > 4)
1064 LOSE_AND_RETURN ("invalid operand for 'T' modifier", x);
1065 fprintf (file, "%s", mults[INTVAL (operand)]);
1066 return;
1068 case 'u':
1069 /* Print "u.w" if a GOT symbol and flag_pic == 1, else ".d". */
1070 if (flag_pic == 1
1071 && GET_CODE (operand) == CONST
1072 && GET_CODE (XEXP (operand, 0)) == UNSPEC
1073 && XINT (XEXP (operand, 0), 1) == CRIS_UNSPEC_GOTREAD)
1074 fprintf (file, "u.w");
1075 else
1076 fprintf (file, ".d");
1077 return;
1079 case 0:
1080 /* No code, print as usual. */
1081 break;
1083 default:
1084 LOSE_AND_RETURN ("invalid operand modifier letter", x);
1087 /* Print an operand as without a modifier letter. */
1088 switch (GET_CODE (operand))
1090 case REG:
1091 if (REGNO (operand) > 15
1092 && REGNO (operand) != CRIS_MOF_REGNUM
1093 && REGNO (operand) != CRIS_SRP_REGNUM
1094 && REGNO (operand) != CRIS_CC0_REGNUM)
1095 internal_error ("internal error: bad register: %d", REGNO (operand));
1096 fprintf (file, "$%s", reg_names[REGNO (operand)]);
1097 return;
1099 case MEM:
1100 output_address (XEXP (operand, 0));
1101 return;
1103 case CONST_DOUBLE:
1104 if (GET_MODE (operand) == VOIDmode)
1105 /* A long long constant. */
1106 output_addr_const (file, operand);
1107 else
1109 /* Only single precision is allowed as plain operands the
1110 moment. FIXME: REAL_VALUE_FROM_CONST_DOUBLE isn't
1111 documented. */
1112 REAL_VALUE_TYPE r;
1113 long l;
1115 /* FIXME: Perhaps check overflow of the "single". */
1116 REAL_VALUE_FROM_CONST_DOUBLE (r, operand);
1117 REAL_VALUE_TO_TARGET_SINGLE (r, l);
1119 fprintf (file, "0x%lx", l);
1121 return;
1123 case UNSPEC:
1124 /* Fall through. */
1125 case CONST:
1126 cris_output_addr_const (file, operand);
1127 return;
1129 case MULT:
1130 case ASHIFT:
1132 /* For a (MULT (reg X) const_int) we output "rX.S". */
1133 int i = CONST_INT_P (XEXP (operand, 1))
1134 ? INTVAL (XEXP (operand, 1)) : INTVAL (XEXP (operand, 0));
1135 rtx reg = CONST_INT_P (XEXP (operand, 1))
1136 ? XEXP (operand, 0) : XEXP (operand, 1);
1138 if (!REG_P (reg)
1139 || (!CONST_INT_P (XEXP (operand, 0))
1140 && !CONST_INT_P (XEXP (operand, 1))))
1141 LOSE_AND_RETURN ("unexpected multiplicative operand", x);
1143 cris_print_base (reg, file);
1144 fprintf (file, ".%c",
1145 i == 0 || (i == 1 && GET_CODE (operand) == MULT) ? 'b'
1146 : i == 4 ? 'd'
1147 : (i == 2 && GET_CODE (operand) == MULT) || i == 1 ? 'w'
1148 : 'd');
1149 return;
1152 default:
1153 /* No need to handle all strange variants, let output_addr_const
1154 do it for us. */
1155 if (CONSTANT_P (operand))
1157 cris_output_addr_const (file, operand);
1158 return;
1161 LOSE_AND_RETURN ("unexpected operand", x);
1165 static bool
1166 cris_print_operand_punct_valid_p (unsigned char code)
1168 return (code == '#' || code == '!' || code == ':');
1171 /* The PRINT_OPERAND_ADDRESS worker. */
1173 static void
1174 cris_print_operand_address (FILE *file, rtx x)
1176 /* All these were inside MEM:s so output indirection characters. */
1177 putc ('[', file);
1179 if (CONSTANT_ADDRESS_P (x))
1180 cris_output_addr_const (file, x);
1181 else if (cris_base_or_autoincr_p (x, true))
1182 cris_print_base (x, file);
1183 else if (GET_CODE (x) == PLUS)
1185 rtx x1, x2;
1187 x1 = XEXP (x, 0);
1188 x2 = XEXP (x, 1);
1189 if (cris_base_p (x1, true))
1191 cris_print_base (x1, file);
1192 cris_print_index (x2, file);
1194 else if (cris_base_p (x2, true))
1196 cris_print_base (x2, file);
1197 cris_print_index (x1, file);
1199 else
1200 LOSE_AND_RETURN ("unrecognized address", x);
1202 else if (MEM_P (x))
1204 /* A DIP. Output more indirection characters. */
1205 putc ('[', file);
1206 cris_print_base (XEXP (x, 0), file);
1207 putc (']', file);
1209 else
1210 LOSE_AND_RETURN ("unrecognized address", x);
1212 putc (']', file);
1215 /* The RETURN_ADDR_RTX worker.
1216 We mark that the return address is used, either by EH or
1217 __builtin_return_address, for use by the function prologue and
1218 epilogue. FIXME: This isn't optimal; we just use the mark in the
1219 prologue and epilogue to say that the return address is to be stored
1220 in the stack frame. We could return SRP for leaf-functions and use the
1221 initial-value machinery. */
1224 cris_return_addr_rtx (int count, rtx frameaddr ATTRIBUTE_UNUSED)
1226 cfun->machine->needs_return_address_on_stack = 1;
1228 /* The return-address is stored just above the saved frame-pointer (if
1229 present). Apparently we can't eliminate from the frame-pointer in
1230 that direction, so use the incoming args (maybe pretended) pointer. */
1231 return count == 0
1232 ? gen_rtx_MEM (Pmode, plus_constant (Pmode, virtual_incoming_args_rtx, -4))
1233 : NULL_RTX;
1236 /* Accessor used in cris.md:return because cfun->machine isn't available
1237 there. */
1239 bool
1240 cris_return_address_on_stack (void)
1242 return df_regs_ever_live_p (CRIS_SRP_REGNUM)
1243 || cfun->machine->needs_return_address_on_stack;
1246 /* Accessor used in cris.md:return because cfun->machine isn't available
1247 there. */
1249 bool
1250 cris_return_address_on_stack_for_return (void)
1252 return cfun->machine->return_type == CRIS_RETINSN_RET ? false
1253 : cris_return_address_on_stack ();
1256 /* This used to be the INITIAL_FRAME_POINTER_OFFSET worker; now only
1257 handles FP -> SP elimination offset. */
1259 static int
1260 cris_initial_frame_pointer_offset (void)
1262 int regno;
1264 /* Initial offset is 0 if we don't have a frame pointer. */
1265 int offs = 0;
1266 bool got_really_used = false;
1268 if (crtl->uses_pic_offset_table)
1270 push_topmost_sequence ();
1271 got_really_used
1272 = reg_used_between_p (pic_offset_table_rtx, get_insns (),
1273 NULL_RTX);
1274 pop_topmost_sequence ();
1277 /* And 4 for each register pushed. */
1278 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
1279 if (cris_reg_saved_in_regsave_area (regno, got_really_used))
1280 offs += 4;
1282 /* And then, last, we add the locals allocated. */
1283 offs += get_frame_size ();
1285 /* And more; the accumulated args size. */
1286 offs += crtl->outgoing_args_size;
1288 /* Then round it off, in case we use aligned stack. */
1289 if (TARGET_STACK_ALIGN)
1290 offs = TARGET_ALIGN_BY_32 ? (offs + 3) & ~3 : (offs + 1) & ~1;
1292 return offs;
1295 /* The INITIAL_ELIMINATION_OFFSET worker.
1296 Calculate the difference between imaginary registers such as frame
1297 pointer and the stack pointer. Used to eliminate the frame pointer
1298 and imaginary arg pointer. */
1301 cris_initial_elimination_offset (int fromreg, int toreg)
1303 int fp_sp_offset
1304 = cris_initial_frame_pointer_offset ();
1306 /* We should be able to use regs_ever_live and related prologue
1307 information here, or alpha should not as well. */
1308 bool return_address_on_stack = cris_return_address_on_stack ();
1310 /* Here we act as if the frame-pointer were needed. */
1311 int ap_fp_offset = 4 + (return_address_on_stack ? 4 : 0);
1313 if (fromreg == ARG_POINTER_REGNUM
1314 && toreg == FRAME_POINTER_REGNUM)
1315 return ap_fp_offset;
1317 /* Between the frame pointer and the stack are only "normal" stack
1318 variables and saved registers. */
1319 if (fromreg == FRAME_POINTER_REGNUM
1320 && toreg == STACK_POINTER_REGNUM)
1321 return fp_sp_offset;
1323 /* We need to balance out the frame pointer here. */
1324 if (fromreg == ARG_POINTER_REGNUM
1325 && toreg == STACK_POINTER_REGNUM)
1326 return ap_fp_offset + fp_sp_offset - 4;
1328 gcc_unreachable ();
1331 /* Nonzero if X is a hard reg that can be used as an index. */
1332 static inline bool
1333 reg_ok_for_base_p (const_rtx x, bool strict)
1335 return ((! strict && ! HARD_REGISTER_P (x))
1336 || REGNO_OK_FOR_BASE_P (REGNO (x)));
1339 /* Nonzero if X is a hard reg that can be used as an index. */
1340 static inline bool
1341 reg_ok_for_index_p (const_rtx x, bool strict)
1343 return reg_ok_for_base_p (x, strict);
1346 /* No symbol can be used as an index (or more correct, as a base) together
1347 with a register with PIC; the PIC register must be there. */
1349 bool
1350 cris_constant_index_p (const_rtx x)
1352 return (CONSTANT_P (x) && (!flag_pic || cris_valid_pic_const (x, true)));
1355 /* True if X is a valid base register. */
1357 bool
1358 cris_base_p (const_rtx x, bool strict)
1360 return (REG_P (x) && reg_ok_for_base_p (x, strict));
1363 /* True if X is a valid index register. */
1365 static inline bool
1366 cris_index_p (const_rtx x, bool strict)
1368 return (REG_P (x) && reg_ok_for_index_p (x, strict));
1371 /* True if X is a valid base register with or without autoincrement. */
1373 bool
1374 cris_base_or_autoincr_p (const_rtx x, bool strict)
1376 return (cris_base_p (x, strict)
1377 || (GET_CODE (x) == POST_INC
1378 && cris_base_p (XEXP (x, 0), strict)
1379 && REGNO (XEXP (x, 0)) != CRIS_ACR_REGNUM));
1382 /* True if X is a valid (register) index for BDAP, i.e. [Rs].S or [Rs+].S. */
1384 bool
1385 cris_bdap_index_p (const_rtx x, bool strict)
1387 return ((MEM_P (x)
1388 && GET_MODE (x) == SImode
1389 && cris_base_or_autoincr_p (XEXP (x, 0), strict))
1390 || (GET_CODE (x) == SIGN_EXTEND
1391 && MEM_P (XEXP (x, 0))
1392 && (GET_MODE (XEXP (x, 0)) == HImode
1393 || GET_MODE (XEXP (x, 0)) == QImode)
1394 && cris_base_or_autoincr_p (XEXP (XEXP (x, 0), 0), strict)));
1397 /* True if X is a valid (register) index for BIAP, i.e. Rd.m. */
1399 bool
1400 cris_biap_index_p (const_rtx x, bool strict)
1402 return (cris_index_p (x, strict)
1403 || (GET_CODE (x) == MULT
1404 && cris_index_p (XEXP (x, 0), strict)
1405 && cris_scale_int_operand (XEXP (x, 1), VOIDmode)));
1408 /* Worker function for TARGET_LEGITIMATE_ADDRESS_P.
1410 A PIC operand looks like a normal symbol here. At output we dress it
1411 in "[rPIC+symbol:GOT]" (global symbol) or "rPIC+symbol:GOTOFF" (local
1412 symbol) so we exclude all addressing modes where we can't replace a
1413 plain "symbol" with that. A global PIC symbol does not fit anywhere
1414 here (but is thankfully a general_operand in itself). A local PIC
1415 symbol is valid for the plain "symbol + offset" case. */
1417 bool
1418 cris_legitimate_address_p (enum machine_mode mode, rtx x, bool strict)
1420 const_rtx x1, x2;
1422 if (cris_base_or_autoincr_p (x, strict))
1423 return true;
1424 else if (TARGET_V32)
1425 /* Nothing else is valid then. */
1426 return false;
1427 else if (cris_constant_index_p (x))
1428 return true;
1429 /* Indexed? */
1430 else if (GET_CODE (x) == PLUS)
1432 x1 = XEXP (x, 0);
1433 x2 = XEXP (x, 1);
1434 /* BDAP o, Rd. */
1435 if ((cris_base_p (x1, strict) && cris_constant_index_p (x2))
1436 || (cris_base_p (x2, strict) && cris_constant_index_p (x1))
1437 /* BDAP Rs[+], Rd. */
1438 || (GET_MODE_SIZE (mode) <= UNITS_PER_WORD
1439 && ((cris_base_p (x1, strict)
1440 && cris_bdap_index_p (x2, strict))
1441 || (cris_base_p (x2, strict)
1442 && cris_bdap_index_p (x1, strict))
1443 /* BIAP.m Rs, Rd */
1444 || (cris_base_p (x1, strict)
1445 && cris_biap_index_p (x2, strict))
1446 || (cris_base_p (x2, strict)
1447 && cris_biap_index_p (x1, strict)))))
1448 return true;
1450 else if (MEM_P (x))
1452 /* DIP (Rs). Reject [[reg+]] and [[reg]] for DImode (long long). */
1453 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD
1454 && cris_base_or_autoincr_p (XEXP (x, 0), strict))
1455 return true;
1458 return false;
1461 /* Worker function for LEGITIMIZE_RELOAD_ADDRESS. */
1463 bool
1464 cris_reload_address_legitimized (rtx x,
1465 enum machine_mode mode ATTRIBUTE_UNUSED,
1466 int opnum ATTRIBUTE_UNUSED,
1467 int itype,
1468 int ind_levels ATTRIBUTE_UNUSED)
1470 enum reload_type type = (enum reload_type) itype;
1471 rtx op0, op1;
1472 rtx *op1p;
1474 if (GET_CODE (x) != PLUS)
1475 return false;
1477 if (TARGET_V32)
1478 return false;
1480 op0 = XEXP (x, 0);
1481 op1 = XEXP (x, 1);
1482 op1p = &XEXP (x, 1);
1484 if (!REG_P (op1))
1485 return false;
1487 if (GET_CODE (op0) == SIGN_EXTEND && MEM_P (XEXP (op0, 0)))
1489 rtx op00 = XEXP (op0, 0);
1490 rtx op000 = XEXP (op00, 0);
1491 rtx *op000p = &XEXP (op00, 0);
1493 if ((GET_MODE (op00) == HImode || GET_MODE (op00) == QImode)
1494 && (REG_P (op000)
1495 || (GET_CODE (op000) == POST_INC && REG_P (XEXP (op000, 0)))))
1497 bool something_reloaded = false;
1499 if (GET_CODE (op000) == POST_INC
1500 && REG_P (XEXP (op000, 0))
1501 && REGNO (XEXP (op000, 0)) > CRIS_LAST_GENERAL_REGISTER)
1502 /* No, this gets too complicated and is too rare to care
1503 about trying to improve on the general code Here.
1504 As the return-value is an all-or-nothing indicator, we
1505 punt on the other register too. */
1506 return false;
1508 if ((REG_P (op000)
1509 && REGNO (op000) > CRIS_LAST_GENERAL_REGISTER))
1511 /* The address of the inner mem is a pseudo or wrong
1512 reg: reload that. */
1513 push_reload (op000, NULL_RTX, op000p, NULL, GENERAL_REGS,
1514 GET_MODE (x), VOIDmode, 0, 0, opnum, type);
1515 something_reloaded = true;
1518 if (REGNO (op1) > CRIS_LAST_GENERAL_REGISTER)
1520 /* Base register is a pseudo or wrong reg: reload it. */
1521 push_reload (op1, NULL_RTX, op1p, NULL, GENERAL_REGS,
1522 GET_MODE (x), VOIDmode, 0, 0,
1523 opnum, type);
1524 something_reloaded = true;
1527 gcc_assert (something_reloaded);
1529 return true;
1533 return false;
1537 /* Worker function for TARGET_PREFERRED_RELOAD_CLASS.
1539 It seems like gcc (2.7.2 and 2.9x of 2000-03-22) may send "NO_REGS" as
1540 the class for a constant (testcase: __Mul in arit.c). To avoid forcing
1541 out a constant into the constant pool, we will trap this case and
1542 return something a bit more sane. FIXME: Check if this is a bug.
1543 Beware that we must not "override" classes that can be specified as
1544 constraint letters, or else asm operands using them will fail when
1545 they need to be reloaded. FIXME: Investigate whether that constitutes
1546 a bug. */
1548 static reg_class_t
1549 cris_preferred_reload_class (rtx x ATTRIBUTE_UNUSED, reg_class_t rclass)
1551 if (rclass != ACR_REGS
1552 && rclass != MOF_REGS
1553 && rclass != MOF_SRP_REGS
1554 && rclass != SRP_REGS
1555 && rclass != CC0_REGS
1556 && rclass != SPECIAL_REGS)
1557 return GENERAL_REGS;
1559 return rclass;
1562 /* Worker function for TARGET_REGISTER_MOVE_COST. */
1564 static int
1565 cris_register_move_cost (enum machine_mode mode ATTRIBUTE_UNUSED,
1566 reg_class_t from, reg_class_t to)
1568 /* Can't move to and from a SPECIAL_REGS register, so we have to say
1569 their move cost within that class is higher. How about 7? That's 3
1570 for a move to a GENERAL_REGS register, 3 for the move from the
1571 GENERAL_REGS register, and 1 for the increased register pressure.
1572 Also, it's higher than the memory move cost, as it should.
1573 We also do this for ALL_REGS, since we don't want that class to be
1574 preferred (even to memory) at all where GENERAL_REGS doesn't fit.
1575 Whenever it's about to be used, it's for SPECIAL_REGS. If we don't
1576 present a higher cost for ALL_REGS than memory, a SPECIAL_REGS may be
1577 used when a GENERAL_REGS should be used, even if there are call-saved
1578 GENERAL_REGS left to allocate. This is because the fall-back when
1579 the most preferred register class isn't available, isn't the next
1580 (or next good) wider register class, but the *most widest* register
1581 class. FIXME: pre-IRA comment, perhaps obsolete now. */
1583 if ((reg_classes_intersect_p (from, SPECIAL_REGS)
1584 && reg_classes_intersect_p (to, SPECIAL_REGS))
1585 || from == ALL_REGS || to == ALL_REGS)
1586 return 7;
1588 /* Make moves to/from SPECIAL_REGS slightly more expensive, as we
1589 generally prefer GENERAL_REGS. */
1590 if (reg_classes_intersect_p (from, SPECIAL_REGS)
1591 || reg_classes_intersect_p (to, SPECIAL_REGS))
1592 return 3;
1594 return 2;
1597 /* Worker function for TARGET_MEMORY_MOVE_COST.
1599 This isn't strictly correct for v0..3 in buswidth-8bit mode, but should
1600 suffice. */
1602 static int
1603 cris_memory_move_cost (enum machine_mode mode,
1604 reg_class_t rclass ATTRIBUTE_UNUSED,
1605 bool in ATTRIBUTE_UNUSED)
1607 if (mode == QImode
1608 || mode == HImode)
1609 return 4;
1610 else
1611 return 6;
1614 /* Worker for cris_notice_update_cc; handles the "normal" cases.
1615 FIXME: this code is historical; its functionality should be
1616 refactored to look at insn attributes and moved to
1617 cris_notice_update_cc. Except, we better lose cc0 entirely. */
1619 static void
1620 cris_normal_notice_update_cc (rtx exp, rtx insn)
1622 /* "Normal" means, for:
1623 (set (cc0) (...)):
1624 CC is (...).
1626 (set (reg) (...)):
1627 CC is (reg) and (...) - unless (...) is 0 or reg is a special
1628 register or (v32 and (...) is -32..-1), then CC does not change.
1629 CC_NO_OVERFLOW unless (...) is reg or mem.
1631 (set (mem) (...)):
1632 CC does not change.
1634 (set (pc) (...)):
1635 CC does not change.
1637 (parallel
1638 (set (reg1) (mem (bdap/biap)))
1639 (set (reg2) (bdap/biap))):
1640 CC is (reg1) and (mem (reg2))
1642 (parallel
1643 (set (mem (bdap/biap)) (reg1)) [or 0]
1644 (set (reg2) (bdap/biap))):
1645 CC does not change.
1647 (where reg and mem includes strict_low_parts variants thereof)
1649 For all others, assume CC is clobbered.
1650 Note that we do not have to care about setting CC_NO_OVERFLOW,
1651 since the overflow flag is set to 0 (i.e. right) for
1652 instructions where it does not have any sane sense, but where
1653 other flags have meanings. (This includes shifts; the carry is
1654 not set by them).
1656 Note that there are other parallel constructs we could match,
1657 but we don't do that yet. */
1659 if (GET_CODE (exp) == SET)
1661 /* FIXME: Check when this happens. It looks like we should
1662 actually do a CC_STATUS_INIT here to be safe. */
1663 if (SET_DEST (exp) == pc_rtx)
1664 return;
1666 /* Record CC0 changes, so we do not have to output multiple
1667 test insns. */
1668 if (SET_DEST (exp) == cc0_rtx)
1670 CC_STATUS_INIT;
1672 if (GET_CODE (SET_SRC (exp)) == COMPARE
1673 && XEXP (SET_SRC (exp), 1) == const0_rtx)
1674 cc_status.value1 = XEXP (SET_SRC (exp), 0);
1675 else
1676 cc_status.value1 = SET_SRC (exp);
1678 /* Handle flags for the special btstq on one bit. */
1679 if (GET_CODE (cc_status.value1) == ZERO_EXTRACT
1680 && XEXP (cc_status.value1, 1) == const1_rtx)
1682 if (CONST_INT_P (XEXP (cc_status.value1, 0)))
1683 /* Using cmpq. */
1684 cc_status.flags = CC_INVERTED;
1685 else
1686 /* A one-bit btstq. */
1687 cc_status.flags = CC_Z_IN_NOT_N;
1690 else if (GET_CODE (SET_SRC (exp)) == COMPARE)
1692 if (!REG_P (XEXP (SET_SRC (exp), 0))
1693 && XEXP (SET_SRC (exp), 1) != const0_rtx)
1694 /* For some reason gcc will not canonicalize compare
1695 operations, reversing the sign by itself if
1696 operands are in wrong order. */
1697 /* (But NOT inverted; eq is still eq.) */
1698 cc_status.flags = CC_REVERSED;
1700 /* This seems to be overlooked by gcc. FIXME: Check again.
1701 FIXME: Is it really safe? */
1702 cc_status.value2
1703 = gen_rtx_MINUS (GET_MODE (SET_SRC (exp)),
1704 XEXP (SET_SRC (exp), 0),
1705 XEXP (SET_SRC (exp), 1));
1707 return;
1709 else if (REG_P (SET_DEST (exp))
1710 || (GET_CODE (SET_DEST (exp)) == STRICT_LOW_PART
1711 && REG_P (XEXP (SET_DEST (exp), 0))))
1713 /* A register is set; normally CC is set to show that no
1714 test insn is needed. Catch the exceptions. */
1716 /* If not to cc0, then no "set"s in non-natural mode give
1717 ok cc0... */
1718 if (GET_MODE_SIZE (GET_MODE (SET_DEST (exp))) > UNITS_PER_WORD
1719 || GET_MODE_CLASS (GET_MODE (SET_DEST (exp))) == MODE_FLOAT)
1721 /* ... except add:s and sub:s in DImode. */
1722 if (GET_MODE (SET_DEST (exp)) == DImode
1723 && (GET_CODE (SET_SRC (exp)) == PLUS
1724 || GET_CODE (SET_SRC (exp)) == MINUS))
1726 CC_STATUS_INIT;
1727 cc_status.value1 = SET_DEST (exp);
1728 cc_status.value2 = SET_SRC (exp);
1730 if (cris_reg_overlap_mentioned_p (cc_status.value1,
1731 cc_status.value2))
1732 cc_status.value2 = 0;
1734 /* Add and sub may set V, which gets us
1735 unoptimizable results in "gt" and "le" condition
1736 codes. */
1737 cc_status.flags |= CC_NO_OVERFLOW;
1739 return;
1742 else if (SET_SRC (exp) == const0_rtx
1743 || (REG_P (SET_SRC (exp))
1744 && (REGNO (SET_SRC (exp))
1745 > CRIS_LAST_GENERAL_REGISTER))
1746 || (TARGET_V32
1747 && REG_P (SET_DEST (exp))
1748 && satisfies_constraint_I (SET_SRC (exp))))
1750 /* There's no CC0 change for this case. Just check
1751 for overlap. */
1752 if (cc_status.value1
1753 && modified_in_p (cc_status.value1, insn))
1754 cc_status.value1 = 0;
1756 if (cc_status.value2
1757 && modified_in_p (cc_status.value2, insn))
1758 cc_status.value2 = 0;
1760 return;
1762 else
1764 CC_STATUS_INIT;
1765 cc_status.value1 = SET_DEST (exp);
1766 cc_status.value2 = SET_SRC (exp);
1768 if (cris_reg_overlap_mentioned_p (cc_status.value1,
1769 cc_status.value2))
1770 cc_status.value2 = 0;
1772 /* Some operations may set V, which gets us
1773 unoptimizable results in "gt" and "le" condition
1774 codes. */
1775 if (GET_CODE (SET_SRC (exp)) == PLUS
1776 || GET_CODE (SET_SRC (exp)) == MINUS
1777 || GET_CODE (SET_SRC (exp)) == NEG)
1778 cc_status.flags |= CC_NO_OVERFLOW;
1780 /* For V32, nothing with a register destination sets
1781 C and V usefully. */
1782 if (TARGET_V32)
1783 cc_status.flags |= CC_NO_OVERFLOW;
1785 return;
1788 else if (MEM_P (SET_DEST (exp))
1789 || (GET_CODE (SET_DEST (exp)) == STRICT_LOW_PART
1790 && MEM_P (XEXP (SET_DEST (exp), 0))))
1792 /* When SET to MEM, then CC is not changed (except for
1793 overlap). */
1794 if (cc_status.value1
1795 && modified_in_p (cc_status.value1, insn))
1796 cc_status.value1 = 0;
1798 if (cc_status.value2
1799 && modified_in_p (cc_status.value2, insn))
1800 cc_status.value2 = 0;
1802 return;
1805 else if (GET_CODE (exp) == PARALLEL)
1807 if (GET_CODE (XVECEXP (exp, 0, 0)) == SET
1808 && GET_CODE (XVECEXP (exp, 0, 1)) == SET
1809 && REG_P (XEXP (XVECEXP (exp, 0, 1), 0)))
1811 if (REG_P (XEXP (XVECEXP (exp, 0, 0), 0))
1812 && MEM_P (XEXP (XVECEXP (exp, 0, 0), 1)))
1814 CC_STATUS_INIT;
1816 /* For "move.S [rx=ry+o],rz", say CC reflects
1817 value1=rz and value2=[rx] */
1818 cc_status.value1 = XEXP (XVECEXP (exp, 0, 0), 0);
1819 cc_status.value2
1820 = replace_equiv_address (XEXP (XVECEXP (exp, 0, 0), 1),
1821 XEXP (XVECEXP (exp, 0, 1), 0));
1823 /* Huh? A side-effect cannot change the destination
1824 register. */
1825 if (cris_reg_overlap_mentioned_p (cc_status.value1,
1826 cc_status.value2))
1827 internal_error ("internal error: sideeffect-insn affecting main effect");
1829 /* For V32, moves to registers don't set C and V. */
1830 if (TARGET_V32)
1831 cc_status.flags |= CC_NO_OVERFLOW;
1832 return;
1834 else if ((REG_P (XEXP (XVECEXP (exp, 0, 0), 1))
1835 || XEXP (XVECEXP (exp, 0, 0), 1) == const0_rtx)
1836 && MEM_P (XEXP (XVECEXP (exp, 0, 0), 0)))
1838 /* For "move.S rz,[rx=ry+o]" and "clear.S [rx=ry+o]",
1839 say flags are not changed, except for overlap. */
1840 if (cc_status.value1
1841 && modified_in_p (cc_status.value1, insn))
1842 cc_status.value1 = 0;
1844 if (cc_status.value2
1845 && modified_in_p (cc_status.value2, insn))
1846 cc_status.value2 = 0;
1848 return;
1853 /* If we got here, the case wasn't covered by the code above. */
1854 CC_STATUS_INIT;
1857 /* This function looks into the pattern to see how this insn affects
1858 condition codes.
1860 Used when to eliminate test insns before a condition-code user,
1861 such as a "scc" insn or a conditional branch. This includes
1862 checking if the entities that cc was updated by, are changed by the
1863 operation.
1865 Currently a jumble of the old peek-inside-the-insn and the newer
1866 check-cc-attribute methods. */
1868 void
1869 cris_notice_update_cc (rtx exp, rtx insn)
1871 enum attr_cc attrval = get_attr_cc (insn);
1873 /* Check if user specified "-mcc-init" as a bug-workaround. Remember
1874 to still set CC_REVERSED as below, since that's required by some
1875 compare insn alternatives. (FIXME: GCC should do this virtual
1876 operand swap by itself.) A test-case that may otherwise fail is
1877 gcc.c-torture/execute/20000217-1.c -O0 and -O1. */
1878 if (TARGET_CCINIT)
1880 CC_STATUS_INIT;
1882 if (attrval == CC_REV)
1883 cc_status.flags = CC_REVERSED;
1884 return;
1887 /* Slowly, we're converting to using attributes to control the setting
1888 of condition-code status. */
1889 switch (attrval)
1891 case CC_NONE:
1892 /* Even if it is "none", a setting may clobber a previous
1893 cc-value, so check. */
1894 if (GET_CODE (exp) == SET)
1896 if (cc_status.value1
1897 && modified_in_p (cc_status.value1, insn))
1898 cc_status.value1 = 0;
1900 if (cc_status.value2
1901 && modified_in_p (cc_status.value2, insn))
1902 cc_status.value2 = 0;
1904 return;
1906 case CC_CLOBBER:
1907 CC_STATUS_INIT;
1908 return;
1910 case CC_REV:
1911 case CC_NOOV32:
1912 case CC_NORMAL:
1913 cris_normal_notice_update_cc (exp, insn);
1915 /* The "test" insn doesn't clear (carry and) overflow on V32. We
1916 can change bge => bpl and blt => bmi by passing on to the cc0
1917 user that V should not be considered; bgt and ble are taken
1918 care of by other methods (see {tst,cmp}{si,hi,qi}). */
1919 if (attrval == CC_NOOV32 && TARGET_V32)
1920 cc_status.flags |= CC_NO_OVERFLOW;
1921 return;
1923 default:
1924 internal_error ("unknown cc_attr value");
1927 CC_STATUS_INIT;
1930 /* Return != 0 if the return sequence for the current function is short,
1931 like "ret" or "jump [sp+]". Prior to reloading, we can't tell if
1932 registers must be saved, so return 0 then. */
1934 bool
1935 cris_simple_epilogue (void)
1937 unsigned int regno;
1938 unsigned int reglimit = STACK_POINTER_REGNUM;
1939 bool got_really_used = false;
1941 if (! reload_completed
1942 || frame_pointer_needed
1943 || get_frame_size () != 0
1944 || crtl->args.pretend_args_size
1945 || crtl->args.size
1946 || crtl->outgoing_args_size
1947 || crtl->calls_eh_return
1949 /* If we're not supposed to emit prologue and epilogue, we must
1950 not emit return-type instructions. */
1951 || !TARGET_PROLOGUE_EPILOGUE)
1952 return false;
1954 /* Can't return from stacked return address with v32. */
1955 if (TARGET_V32 && cris_return_address_on_stack ())
1956 return false;
1958 if (crtl->uses_pic_offset_table)
1960 push_topmost_sequence ();
1961 got_really_used
1962 = reg_used_between_p (pic_offset_table_rtx, get_insns (), NULL_RTX);
1963 pop_topmost_sequence ();
1966 /* No simple epilogue if there are saved registers. */
1967 for (regno = 0; regno < reglimit; regno++)
1968 if (cris_reg_saved_in_regsave_area (regno, got_really_used))
1969 return false;
1971 return true;
1974 /* Emit checking that MEM is aligned for an access in MODE, failing
1975 that, executing a "break 8" (or call to abort, if "break 8" is
1976 disabled). */
1978 void
1979 cris_emit_trap_for_misalignment (rtx mem)
1981 rtx addr, reg, ok_label, andop, jmp;
1982 int natural_alignment;
1983 gcc_assert (MEM_P (mem));
1985 natural_alignment = GET_MODE_SIZE (GET_MODE (mem));
1986 addr = XEXP (mem, 0);
1987 reg = force_reg (Pmode, addr);
1988 ok_label = gen_label_rtx ();
1990 /* This will yield a btstq without a separate register used, usually -
1991 with the exception for PRE hoisting the "and" but not the branch
1992 around the trap: see testsuite/gcc.target/cris/sync-3s.c. */
1993 andop = gen_rtx_AND (Pmode, reg, GEN_INT (natural_alignment - 1));
1994 emit_cmp_and_jump_insns (force_reg (SImode, andop), const0_rtx, EQ,
1995 NULL_RTX, Pmode, 1, ok_label);
1996 jmp = get_last_insn ();
1997 gcc_assert (JUMP_P (jmp));
1999 predict_insn_def (jmp, PRED_NORETURN, TAKEN);
2000 expand_builtin_trap ();
2001 emit_label (ok_label);
2004 /* Expand a return insn (just one insn) marked as using SRP or stack
2005 slot depending on parameter ON_STACK. */
2007 void
2008 cris_expand_return (bool on_stack)
2010 /* FIXME: emit a parallel with a USE for SRP or the stack-slot, to
2011 tell "ret" from "jump [sp+]". Some, but not all, other parts of
2012 GCC expect just (return) to do the right thing when optimizing, so
2013 we do that until they're fixed. Currently, all return insns in a
2014 function must be the same (not really a limiting factor) so we need
2015 to check that it doesn't change half-way through. */
2016 emit_jump_insn (ret_rtx);
2018 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_RET || !on_stack);
2019 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_JUMP || on_stack);
2021 cfun->machine->return_type
2022 = on_stack ? CRIS_RETINSN_JUMP : CRIS_RETINSN_RET;
2025 /* Compute a (partial) cost for rtx X. Return true if the complete
2026 cost has been computed, and false if subexpressions should be
2027 scanned. In either case, *TOTAL contains the cost result. */
2029 static bool
2030 cris_rtx_costs (rtx x, int code, int outer_code, int opno, int *total,
2031 bool speed)
2033 switch (code)
2035 case CONST_INT:
2037 HOST_WIDE_INT val = INTVAL (x);
2038 if (val == 0)
2039 *total = 0;
2040 else if (val < 32 && val >= -32)
2041 *total = 1;
2042 /* Eight or 16 bits are a word and cycle more expensive. */
2043 else if (val <= 32767 && val >= -32768)
2044 *total = 2;
2045 /* A 32-bit constant (or very seldom, unsigned 16 bits) costs
2046 another word. FIXME: This isn't linear to 16 bits. */
2047 else
2048 *total = 4;
2049 return true;
2052 case LABEL_REF:
2053 *total = 6;
2054 return true;
2056 case CONST:
2057 case SYMBOL_REF:
2058 *total = 6;
2059 return true;
2061 case CONST_DOUBLE:
2062 if (x != CONST0_RTX (GET_MODE (x) == VOIDmode ? DImode : GET_MODE (x)))
2063 *total = 12;
2064 else
2065 /* Make 0.0 cheap, else test-insns will not be used. */
2066 *total = 0;
2067 return true;
2069 case MULT:
2070 /* If we have one arm of an ADDI, make sure it gets the cost of
2071 one insn, i.e. zero cost for this operand, and just the cost
2072 of the PLUS, as the insn is created by combine from a PLUS
2073 and an ASHIFT, and the MULT cost below would make the
2074 combined value be larger than the separate insns. The insn
2075 validity is checked elsewhere by combine.
2077 FIXME: this case is a stop-gap for 4.3 and 4.4, this whole
2078 function should be rewritten. */
2079 if (outer_code == PLUS && cris_biap_index_p (x, false))
2081 *total = 0;
2082 return true;
2085 /* Identify values that are no powers of two. Powers of 2 are
2086 taken care of already and those values should not be changed. */
2087 if (!CONST_INT_P (XEXP (x, 1))
2088 || exact_log2 (INTVAL (XEXP (x, 1)) < 0))
2090 /* If we have a multiply insn, then the cost is between
2091 1 and 2 "fast" instructions. */
2092 if (TARGET_HAS_MUL_INSNS)
2094 *total = COSTS_N_INSNS (1) + COSTS_N_INSNS (1) / 2;
2095 return true;
2098 /* Estimate as 4 + 4 * #ofbits. */
2099 *total = COSTS_N_INSNS (132);
2100 return true;
2102 return false;
2104 case UDIV:
2105 case MOD:
2106 case UMOD:
2107 case DIV:
2108 if (!CONST_INT_P (XEXP (x, 1))
2109 || exact_log2 (INTVAL (XEXP (x, 1)) < 0))
2111 /* Estimate this as 4 + 8 * #of bits. */
2112 *total = COSTS_N_INSNS (260);
2113 return true;
2115 return false;
2117 case AND:
2118 if (CONST_INT_P (XEXP (x, 1))
2119 /* Two constants may actually happen before optimization. */
2120 && !CONST_INT_P (XEXP (x, 0))
2121 && !satisfies_constraint_I (XEXP (x, 1)))
2123 *total
2124 = (rtx_cost (XEXP (x, 0), (enum rtx_code) outer_code,
2125 opno, speed) + 2
2126 + 2 * GET_MODE_NUNITS (GET_MODE (XEXP (x, 0))));
2127 return true;
2129 return false;
2131 case ZERO_EXTRACT:
2132 if (outer_code != COMPARE)
2133 return false;
2134 /* fall through */
2136 case ZERO_EXTEND: case SIGN_EXTEND:
2137 *total = rtx_cost (XEXP (x, 0), (enum rtx_code) outer_code, opno, speed);
2138 return true;
2140 default:
2141 return false;
2145 /* The ADDRESS_COST worker. */
2147 static int
2148 cris_address_cost (rtx x, enum machine_mode mode ATTRIBUTE_UNUSED,
2149 addr_space_t as ATTRIBUTE_UNUSED,
2150 bool speed ATTRIBUTE_UNUSED)
2152 /* The metric to use for the cost-macros is unclear.
2153 The metric used here is (the number of cycles needed) / 2,
2154 where we consider equal a cycle for a word of code and a cycle to
2155 read memory. FIXME: Adding "+ 1" to all values would avoid
2156 returning 0, as tree-ssa-loop-ivopts.c as of r128272 "normalizes"
2157 0 to 1, thereby giving equal costs to [rN + rM] and [rN].
2158 Unfortunately(?) such a hack would expose other pessimizations,
2159 at least with g++.dg/tree-ssa/ivopts-1.C, adding insns to the
2160 loop there, without apparent reason. */
2162 /* The cheapest addressing modes get 0, since nothing extra is needed. */
2163 if (cris_base_or_autoincr_p (x, false))
2164 return 0;
2166 /* An indirect mem must be a DIP. This means two bytes extra for code,
2167 and 4 bytes extra for memory read, i.e. (2 + 4) / 2. */
2168 if (MEM_P (x))
2169 return (2 + 4) / 2;
2171 /* Assume (2 + 4) / 2 for a single constant; a dword, since it needs
2172 an extra DIP prefix and 4 bytes of constant in most cases. */
2173 if (CONSTANT_P (x))
2174 return (2 + 4) / 2;
2176 /* Handle BIAP and BDAP prefixes. */
2177 if (GET_CODE (x) == PLUS)
2179 rtx tem1 = XEXP (x, 0);
2180 rtx tem2 = XEXP (x, 1);
2182 /* Local extended canonicalization rule: the first operand must
2183 be REG, unless it's an operation (MULT). */
2184 if (!REG_P (tem1) && GET_CODE (tem1) != MULT)
2185 tem1 = tem2, tem2 = XEXP (x, 0);
2187 /* We'll "assume" we have canonical RTX now. */
2188 gcc_assert (REG_P (tem1) || GET_CODE (tem1) == MULT);
2190 /* A BIAP is 2 extra bytes for the prefix insn, nothing more. We
2191 recognize the typical MULT which is always in tem1 because of
2192 insn canonicalization. */
2193 if ((GET_CODE (tem1) == MULT && cris_biap_index_p (tem1, false))
2194 || REG_P (tem2))
2195 return 2 / 2;
2197 /* A BDAP (quick) is 2 extra bytes. Any constant operand to the
2198 PLUS is always found in tem2. */
2199 if (CONST_INT_P (tem2) && INTVAL (tem2) < 128 && INTVAL (tem2) >= -128)
2200 return 2 / 2;
2202 /* A BDAP -32768 .. 32767 is like BDAP quick, but with 2 extra
2203 bytes. */
2204 if (satisfies_constraint_L (tem2))
2205 return (2 + 2) / 2;
2207 /* A BDAP with some other constant is 2 bytes extra. */
2208 if (CONSTANT_P (tem2))
2209 return (2 + 2 + 2) / 2;
2211 /* BDAP with something indirect should have a higher cost than
2212 BIAP with register. FIXME: Should it cost like a MEM or more? */
2213 return (2 + 2 + 2) / 2;
2216 /* What else? Return a high cost. It matters only for valid
2217 addressing modes. */
2218 return 10;
2221 /* Check various objections to the side-effect. Used in the test-part
2222 of an anonymous insn describing an insn with a possible side-effect.
2223 Returns nonzero if the implied side-effect is ok.
2225 code : PLUS or MULT
2226 ops : An array of rtx:es. lreg, rreg, rval,
2227 The variables multop and other_op are indexes into this,
2228 or -1 if they are not applicable.
2229 lreg : The register that gets assigned in the side-effect.
2230 rreg : One register in the side-effect expression
2231 rval : The other register, or an int.
2232 multop : An integer to multiply rval with.
2233 other_op : One of the entities of the main effect,
2234 whose mode we must consider. */
2237 cris_side_effect_mode_ok (enum rtx_code code, rtx *ops,
2238 int lreg, int rreg, int rval,
2239 int multop, int other_op)
2241 /* Find what value to multiply with, for rx =ry + rz * n. */
2242 int mult = multop < 0 ? 1 : INTVAL (ops[multop]);
2244 rtx reg_rtx = ops[rreg];
2245 rtx val_rtx = ops[rval];
2247 /* The operands may be swapped. Canonicalize them in reg_rtx and
2248 val_rtx, where reg_rtx always is a reg (for this constraint to
2249 match). */
2250 if (! cris_base_p (reg_rtx, reload_in_progress || reload_completed))
2251 reg_rtx = val_rtx, val_rtx = ops[rreg];
2253 /* Don't forget to check that reg_rtx really is a reg. If it isn't,
2254 we have no business. */
2255 if (! cris_base_p (reg_rtx, reload_in_progress || reload_completed))
2256 return 0;
2258 /* Don't do this when -mno-split. */
2259 if (!TARGET_SIDE_EFFECT_PREFIXES)
2260 return 0;
2262 /* The mult expression may be hidden in lreg. FIXME: Add more
2263 commentary about that. */
2264 if (GET_CODE (val_rtx) == MULT)
2266 mult = INTVAL (XEXP (val_rtx, 1));
2267 val_rtx = XEXP (val_rtx, 0);
2268 code = MULT;
2271 /* First check the "other operand". */
2272 if (other_op >= 0)
2274 if (GET_MODE_SIZE (GET_MODE (ops[other_op])) > UNITS_PER_WORD)
2275 return 0;
2277 /* Check if the lvalue register is the same as the "other
2278 operand". If so, the result is undefined and we shouldn't do
2279 this. FIXME: Check again. */
2280 if ((cris_base_p (ops[lreg], reload_in_progress || reload_completed)
2281 && cris_base_p (ops[other_op],
2282 reload_in_progress || reload_completed)
2283 && REGNO (ops[lreg]) == REGNO (ops[other_op]))
2284 || rtx_equal_p (ops[other_op], ops[lreg]))
2285 return 0;
2288 /* Do not accept frame_pointer_rtx as any operand. */
2289 if (ops[lreg] == frame_pointer_rtx || ops[rreg] == frame_pointer_rtx
2290 || ops[rval] == frame_pointer_rtx
2291 || (other_op >= 0 && ops[other_op] == frame_pointer_rtx))
2292 return 0;
2294 if (code == PLUS
2295 && ! cris_base_p (val_rtx, reload_in_progress || reload_completed))
2298 /* Do not allow rx = rx + n if a normal add or sub with same size
2299 would do. */
2300 if (rtx_equal_p (ops[lreg], reg_rtx)
2301 && CONST_INT_P (val_rtx)
2302 && (INTVAL (val_rtx) <= 63 && INTVAL (val_rtx) >= -63))
2303 return 0;
2305 /* Check allowed cases, like [r(+)?].[bwd] and const. */
2306 if (CONSTANT_P (val_rtx))
2307 return 1;
2309 if (MEM_P (val_rtx)
2310 && cris_base_or_autoincr_p (XEXP (val_rtx, 0),
2311 reload_in_progress || reload_completed))
2312 return 1;
2314 if (GET_CODE (val_rtx) == SIGN_EXTEND
2315 && MEM_P (XEXP (val_rtx, 0))
2316 && cris_base_or_autoincr_p (XEXP (XEXP (val_rtx, 0), 0),
2317 reload_in_progress || reload_completed))
2318 return 1;
2320 /* If we got here, it's not a valid addressing mode. */
2321 return 0;
2323 else if (code == MULT
2324 || (code == PLUS
2325 && cris_base_p (val_rtx,
2326 reload_in_progress || reload_completed)))
2328 /* Do not allow rx = rx + ry.S, since it doesn't give better code. */
2329 if (rtx_equal_p (ops[lreg], reg_rtx)
2330 || (mult == 1 && rtx_equal_p (ops[lreg], val_rtx)))
2331 return 0;
2333 /* Do not allow bad multiply-values. */
2334 if (mult != 1 && mult != 2 && mult != 4)
2335 return 0;
2337 /* Only allow r + ... */
2338 if (! cris_base_p (reg_rtx, reload_in_progress || reload_completed))
2339 return 0;
2341 /* If we got here, all seems ok.
2342 (All checks need to be done above). */
2343 return 1;
2346 /* If we get here, the caller got its initial tests wrong. */
2347 internal_error ("internal error: cris_side_effect_mode_ok with bad operands");
2350 /* Whether next_cc0_user of insn is LE or GT or requires a real compare
2351 insn for other reasons. */
2353 bool
2354 cris_cc0_user_requires_cmp (rtx insn)
2356 rtx cc0_user = NULL;
2357 rtx body;
2358 rtx set;
2360 gcc_assert (insn != NULL);
2362 if (!TARGET_V32)
2363 return false;
2365 cc0_user = next_cc0_user (insn);
2366 if (cc0_user == NULL)
2367 return false;
2369 body = PATTERN (cc0_user);
2370 set = single_set (cc0_user);
2372 /* Users can be sCC and bCC. */
2373 if (JUMP_P (cc0_user)
2374 && GET_CODE (body) == SET
2375 && SET_DEST (body) == pc_rtx
2376 && GET_CODE (SET_SRC (body)) == IF_THEN_ELSE
2377 && XEXP (XEXP (SET_SRC (body), 0), 0) == cc0_rtx)
2379 return
2380 GET_CODE (XEXP (SET_SRC (body), 0)) == GT
2381 || GET_CODE (XEXP (SET_SRC (body), 0)) == LE;
2383 else if (set)
2385 return
2386 GET_CODE (SET_SRC (body)) == GT
2387 || GET_CODE (SET_SRC (body)) == LE;
2390 gcc_unreachable ();
2393 /* The function reg_overlap_mentioned_p in CVS (still as of 2001-05-16)
2394 does not handle the case where the IN operand is strict_low_part; it
2395 does handle it for X. Test-case in Axis-20010516. This function takes
2396 care of that for THIS port. FIXME: strict_low_part is going away
2397 anyway. */
2399 static int
2400 cris_reg_overlap_mentioned_p (rtx x, rtx in)
2402 /* The function reg_overlap_mentioned now handles when X is
2403 strict_low_part, but not when IN is a STRICT_LOW_PART. */
2404 if (GET_CODE (in) == STRICT_LOW_PART)
2405 in = XEXP (in, 0);
2407 return reg_overlap_mentioned_p (x, in);
2410 /* Return TRUE iff X is a CONST valid for e.g. indexing.
2411 ANY_OPERAND is 0 if X is in a CALL_P insn or movsi, 1
2412 elsewhere. */
2414 bool
2415 cris_valid_pic_const (const_rtx x, bool any_operand)
2417 gcc_assert (flag_pic);
2419 switch (GET_CODE (x))
2421 case CONST_INT:
2422 case CONST_DOUBLE:
2423 return true;
2424 default:
2428 if (GET_CODE (x) != CONST)
2429 return false;
2431 x = XEXP (x, 0);
2433 /* Handle (const (plus (unspec .. UNSPEC_GOTREL) (const_int ...))). */
2434 if (GET_CODE (x) == PLUS
2435 && GET_CODE (XEXP (x, 0)) == UNSPEC
2436 && (XINT (XEXP (x, 0), 1) == CRIS_UNSPEC_GOTREL
2437 || XINT (XEXP (x, 0), 1) == CRIS_UNSPEC_PCREL)
2438 && CONST_INT_P (XEXP (x, 1)))
2439 x = XEXP (x, 0);
2441 if (GET_CODE (x) == UNSPEC)
2442 switch (XINT (x, 1))
2444 /* A PCREL operand is only valid for call and movsi. */
2445 case CRIS_UNSPEC_PLT_PCREL:
2446 case CRIS_UNSPEC_PCREL:
2447 return !any_operand;
2449 case CRIS_UNSPEC_PLT_GOTREL:
2450 case CRIS_UNSPEC_PLTGOTREAD:
2451 case CRIS_UNSPEC_GOTREAD:
2452 case CRIS_UNSPEC_GOTREL:
2453 return true;
2454 default:
2455 gcc_unreachable ();
2458 return cris_pic_symbol_type_of (x) == cris_no_symbol;
2461 /* Helper function to find the right PIC-type symbol to generate,
2462 given the original (non-PIC) representation. */
2464 enum cris_pic_symbol_type
2465 cris_pic_symbol_type_of (const_rtx x)
2467 switch (GET_CODE (x))
2469 case SYMBOL_REF:
2470 return SYMBOL_REF_LOCAL_P (x)
2471 ? cris_rel_symbol : cris_got_symbol;
2473 case LABEL_REF:
2474 return cris_rel_symbol;
2476 case CONST:
2477 return cris_pic_symbol_type_of (XEXP (x, 0));
2479 case PLUS:
2480 case MINUS:
2482 enum cris_pic_symbol_type t1 = cris_pic_symbol_type_of (XEXP (x, 0));
2483 enum cris_pic_symbol_type t2 = cris_pic_symbol_type_of (XEXP (x, 1));
2485 gcc_assert (t1 == cris_no_symbol || t2 == cris_no_symbol);
2487 if (t1 == cris_got_symbol || t1 == cris_got_symbol)
2488 return cris_got_symbol_needing_fixup;
2490 return t1 != cris_no_symbol ? t1 : t2;
2493 case CONST_INT:
2494 case CONST_DOUBLE:
2495 return cris_no_symbol;
2497 case UNSPEC:
2498 /* Likely an offsettability-test attempting to add a constant to
2499 a GOTREAD symbol, which can't be handled. */
2500 return cris_invalid_pic_symbol;
2502 default:
2503 fatal_insn ("unrecognized supposed constant", x);
2506 gcc_unreachable ();
2509 /* The LEGITIMATE_PIC_OPERAND_P worker. */
2512 cris_legitimate_pic_operand (rtx x)
2514 /* Symbols are not valid PIC operands as-is; just constants. */
2515 return cris_valid_pic_const (x, true);
2518 /* Queue an .ident string in the queue of top-level asm statements.
2519 If the front-end is done, we must be being called from toplev.c.
2520 In that case, do nothing. */
2521 void
2522 cris_asm_output_ident (const char *string)
2524 if (cgraph_state != CGRAPH_STATE_PARSING)
2525 return;
2527 default_asm_output_ident_directive (string);
2530 /* The ASM_OUTPUT_CASE_END worker. */
2532 void
2533 cris_asm_output_case_end (FILE *stream, int num, rtx table)
2535 /* Step back, over the label for the table, to the actual casejump and
2536 assert that we find only what's expected. */
2537 rtx whole_jump_insn = prev_nonnote_nondebug_insn (table);
2538 gcc_assert (whole_jump_insn != NULL_RTX && LABEL_P (whole_jump_insn));
2539 whole_jump_insn = prev_nonnote_nondebug_insn (whole_jump_insn);
2540 gcc_assert (whole_jump_insn != NULL_RTX
2541 && (JUMP_P (whole_jump_insn)
2542 || (TARGET_V32 && INSN_P (whole_jump_insn)
2543 && GET_CODE (PATTERN (whole_jump_insn)) == SEQUENCE)));
2544 /* Get the pattern of the casejump, so we can extract the default label. */
2545 whole_jump_insn = PATTERN (whole_jump_insn);
2547 if (TARGET_V32)
2549 /* This can be a SEQUENCE, meaning the delay-slot of the jump is
2550 filled. We also output the offset word a little differently. */
2551 rtx parallel_jump
2552 = (GET_CODE (whole_jump_insn) == SEQUENCE
2553 ? PATTERN (XVECEXP (whole_jump_insn, 0, 0)) : whole_jump_insn);
2555 asm_fprintf (stream,
2556 "\t.word %LL%d-.%s\n",
2557 CODE_LABEL_NUMBER (XEXP (XEXP (XEXP (XVECEXP
2558 (parallel_jump, 0, 0),
2559 1), 2), 0)),
2560 (TARGET_PDEBUG ? "; default" : ""));
2561 return;
2564 asm_fprintf (stream,
2565 "\t.word %LL%d-%LL%d%s\n",
2566 CODE_LABEL_NUMBER (XEXP
2567 (XEXP
2568 (XEXP (XVECEXP (whole_jump_insn, 0, 0), 1),
2569 2), 0)),
2570 num,
2571 (TARGET_PDEBUG ? "; default" : ""));
2574 /* The TARGET_OPTION_OVERRIDE worker.
2575 As is the norm, this also parses -mfoo=bar type parameters. */
2577 static void
2578 cris_option_override (void)
2580 if (cris_max_stackframe_str)
2582 cris_max_stackframe = atoi (cris_max_stackframe_str);
2584 /* Do some sanity checking. */
2585 if (cris_max_stackframe < 0 || cris_max_stackframe > 0x20000000)
2586 internal_error ("-max-stackframe=%d is not usable, not between 0 and %d",
2587 cris_max_stackframe, 0x20000000);
2590 /* Let "-metrax4" and "-metrax100" change the cpu version. */
2591 if (TARGET_SVINTO && cris_cpu_version < CRIS_CPU_SVINTO)
2592 cris_cpu_version = CRIS_CPU_SVINTO;
2593 else if (TARGET_ETRAX4_ADD && cris_cpu_version < CRIS_CPU_ETRAX4)
2594 cris_cpu_version = CRIS_CPU_ETRAX4;
2596 /* Parse -march=... and its synonym, the deprecated -mcpu=... */
2597 if (cris_cpu_str)
2599 cris_cpu_version
2600 = (*cris_cpu_str == 'v' ? atoi (cris_cpu_str + 1) : -1);
2602 if (strcmp ("etrax4", cris_cpu_str) == 0)
2603 cris_cpu_version = 3;
2605 if (strcmp ("svinto", cris_cpu_str) == 0
2606 || strcmp ("etrax100", cris_cpu_str) == 0)
2607 cris_cpu_version = 8;
2609 if (strcmp ("ng", cris_cpu_str) == 0
2610 || strcmp ("etrax100lx", cris_cpu_str) == 0)
2611 cris_cpu_version = 10;
2613 if (cris_cpu_version < 0 || cris_cpu_version > 32)
2614 error ("unknown CRIS version specification in -march= or -mcpu= : %s",
2615 cris_cpu_str);
2617 /* Set the target flags. */
2618 if (cris_cpu_version >= CRIS_CPU_ETRAX4)
2619 target_flags |= MASK_ETRAX4_ADD;
2621 /* If this is Svinto or higher, align for 32 bit accesses. */
2622 if (cris_cpu_version >= CRIS_CPU_SVINTO)
2623 target_flags
2624 |= (MASK_SVINTO | MASK_ALIGN_BY_32
2625 | MASK_STACK_ALIGN | MASK_CONST_ALIGN
2626 | MASK_DATA_ALIGN);
2628 /* Note that we do not add new flags when it can be completely
2629 described with a macro that uses -mcpu=X. So
2630 TARGET_HAS_MUL_INSNS is (cris_cpu_version >= CRIS_CPU_NG). */
2633 if (cris_tune_str)
2635 int cris_tune
2636 = (*cris_tune_str == 'v' ? atoi (cris_tune_str + 1) : -1);
2638 if (strcmp ("etrax4", cris_tune_str) == 0)
2639 cris_tune = 3;
2641 if (strcmp ("svinto", cris_tune_str) == 0
2642 || strcmp ("etrax100", cris_tune_str) == 0)
2643 cris_tune = 8;
2645 if (strcmp ("ng", cris_tune_str) == 0
2646 || strcmp ("etrax100lx", cris_tune_str) == 0)
2647 cris_tune = 10;
2649 if (cris_tune < 0 || cris_tune > 32)
2650 error ("unknown CRIS cpu version specification in -mtune= : %s",
2651 cris_tune_str);
2653 if (cris_tune >= CRIS_CPU_SVINTO)
2654 /* We have currently nothing more to tune than alignment for
2655 memory accesses. */
2656 target_flags
2657 |= (MASK_STACK_ALIGN | MASK_CONST_ALIGN
2658 | MASK_DATA_ALIGN | MASK_ALIGN_BY_32);
2661 if (cris_cpu_version >= CRIS_CPU_V32)
2662 target_flags &= ~(MASK_SIDE_EFFECT_PREFIXES|MASK_MUL_BUG);
2664 if (flag_pic)
2666 /* Use error rather than warning, so invalid use is easily
2667 detectable. Still change to the values we expect, to avoid
2668 further errors. */
2669 if (! TARGET_LINUX)
2671 error ("-fPIC and -fpic are not supported in this configuration");
2672 flag_pic = 0;
2675 /* Turn off function CSE. We need to have the addresses reach the
2676 call expanders to get PLT-marked, as they could otherwise be
2677 compared against zero directly or indirectly. After visiting the
2678 call expanders they will then be cse:ed, as the call expanders
2679 force_reg the addresses, effectively forcing flag_no_function_cse
2680 to 0. */
2681 flag_no_function_cse = 1;
2684 /* Set the per-function-data initializer. */
2685 init_machine_status = cris_init_machine_status;
2688 /* The TARGET_ASM_OUTPUT_MI_THUNK worker. */
2690 static void
2691 cris_asm_output_mi_thunk (FILE *stream,
2692 tree thunkdecl ATTRIBUTE_UNUSED,
2693 HOST_WIDE_INT delta,
2694 HOST_WIDE_INT vcall_offset ATTRIBUTE_UNUSED,
2695 tree funcdecl)
2697 /* Make sure unwind info is emitted for the thunk if needed. */
2698 final_start_function (emit_barrier (), stream, 1);
2700 if (delta > 0)
2701 fprintf (stream, "\tadd%s " HOST_WIDE_INT_PRINT_DEC ",$%s\n",
2702 ADDITIVE_SIZE_MODIFIER (delta), delta,
2703 reg_names[CRIS_FIRST_ARG_REG]);
2704 else if (delta < 0)
2705 fprintf (stream, "\tsub%s " HOST_WIDE_INT_PRINT_DEC ",$%s\n",
2706 ADDITIVE_SIZE_MODIFIER (-delta), -delta,
2707 reg_names[CRIS_FIRST_ARG_REG]);
2709 if (flag_pic)
2711 const char *name = XSTR (XEXP (DECL_RTL (funcdecl), 0), 0);
2713 name = (* targetm.strip_name_encoding) (name);
2715 if (TARGET_V32)
2717 fprintf (stream, "\tba ");
2718 assemble_name (stream, name);
2719 fprintf (stream, "%s\n", CRIS_PLT_PCOFFSET_SUFFIX);
2721 else
2723 fprintf (stream, "add.d ");
2724 assemble_name (stream, name);
2725 fprintf (stream, "%s,$pc\n", CRIS_PLT_PCOFFSET_SUFFIX);
2728 else
2730 fprintf (stream, "jump ");
2731 assemble_name (stream, XSTR (XEXP (DECL_RTL (funcdecl), 0), 0));
2732 fprintf (stream, "\n");
2734 if (TARGET_V32)
2735 fprintf (stream, "\tnop\n");
2738 final_end_function ();
2741 /* Boilerplate emitted at start of file.
2743 NO_APP *only at file start* means faster assembly. It also means
2744 comments are not allowed. In some cases comments will be output
2745 for debugging purposes. Make sure they are allowed then. */
2746 static void
2747 cris_file_start (void)
2749 /* These expressions can vary at run time, so we cannot put
2750 them into TARGET_INITIALIZER. */
2751 targetm.asm_file_start_app_off = !(TARGET_PDEBUG || flag_print_asm_name);
2753 default_file_start ();
2756 /* Output that goes at the end of the file, similarly. */
2758 static void
2759 cris_file_end (void)
2761 /* For CRIS, the default is to assume *no* executable stack, so output
2762 an executable-stack-note only when needed. */
2763 if (TARGET_LINUX && trampolines_created)
2764 file_end_indicate_exec_stack ();
2767 /* Rename the function calls for integer multiply and divide. */
2768 static void
2769 cris_init_libfuncs (void)
2771 set_optab_libfunc (smul_optab, SImode, "__Mul");
2772 set_optab_libfunc (sdiv_optab, SImode, "__Div");
2773 set_optab_libfunc (udiv_optab, SImode, "__Udiv");
2774 set_optab_libfunc (smod_optab, SImode, "__Mod");
2775 set_optab_libfunc (umod_optab, SImode, "__Umod");
2777 /* Atomic data being unaligned is unfortunately a reality.
2778 Deal with it. */
2779 if (TARGET_ATOMICS_MAY_CALL_LIBFUNCS)
2781 set_optab_libfunc (sync_compare_and_swap_optab, SImode,
2782 "__cris_atcmpxchgr32");
2783 set_optab_libfunc (sync_compare_and_swap_optab, HImode,
2784 "__cris_atcmpxchgr16");
2788 /* The INIT_EXPANDERS worker sets the per-function-data initializer and
2789 mark functions. */
2791 void
2792 cris_init_expanders (void)
2794 /* Nothing here at the moment. */
2797 /* Zero initialization is OK for all current fields. */
2799 static struct machine_function *
2800 cris_init_machine_status (void)
2802 return ggc_alloc_cleared_machine_function ();
2805 /* Split a 2 word move (DI or presumably DF) into component parts.
2806 Originally a copy of gen_split_move_double in m32r.c. */
2809 cris_split_movdx (rtx *operands)
2811 enum machine_mode mode = GET_MODE (operands[0]);
2812 rtx dest = operands[0];
2813 rtx src = operands[1];
2814 rtx val;
2816 /* We used to have to handle (SUBREG (MEM)) here, but that should no
2817 longer happen; after reload there are no SUBREGs any more, and we're
2818 only called after reload. */
2819 CRIS_ASSERT (GET_CODE (dest) != SUBREG && GET_CODE (src) != SUBREG);
2821 start_sequence ();
2822 if (REG_P (dest))
2824 int dregno = REGNO (dest);
2826 /* Reg-to-reg copy. */
2827 if (REG_P (src))
2829 int sregno = REGNO (src);
2831 int reverse = (dregno == sregno + 1);
2833 /* We normally copy the low-numbered register first. However, if
2834 the first register operand 0 is the same as the second register of
2835 operand 1, we must copy in the opposite order. */
2836 emit_insn (gen_rtx_SET (VOIDmode,
2837 operand_subword (dest, reverse, TRUE, mode),
2838 operand_subword (src, reverse, TRUE, mode)));
2840 emit_insn (gen_rtx_SET (VOIDmode,
2841 operand_subword (dest, !reverse, TRUE, mode),
2842 operand_subword (src, !reverse, TRUE, mode)));
2844 /* Constant-to-reg copy. */
2845 else if (CONST_INT_P (src) || GET_CODE (src) == CONST_DOUBLE)
2847 rtx words[2];
2848 split_double (src, &words[0], &words[1]);
2849 emit_insn (gen_rtx_SET (VOIDmode,
2850 operand_subword (dest, 0, TRUE, mode),
2851 words[0]));
2853 emit_insn (gen_rtx_SET (VOIDmode,
2854 operand_subword (dest, 1, TRUE, mode),
2855 words[1]));
2857 /* Mem-to-reg copy. */
2858 else if (MEM_P (src))
2860 /* If the high-address word is used in the address, we must load it
2861 last. Otherwise, load it first. */
2862 rtx addr = XEXP (src, 0);
2863 int reverse
2864 = (refers_to_regno_p (dregno, dregno + 1, addr, NULL) != 0);
2866 /* The original code implies that we can't do
2867 move.x [rN+],rM move.x [rN],rM+1
2868 when rN is dead, because of REG_NOTES damage. That is
2869 consistent with what I've seen, so don't try it.
2871 We have two different cases here; if the addr is POST_INC,
2872 just pass it through, otherwise add constants. */
2874 if (GET_CODE (addr) == POST_INC)
2876 rtx mem;
2877 rtx insn;
2879 /* Whenever we emit insns with post-incremented
2880 addresses ourselves, we must add a post-inc note
2881 manually. */
2882 mem = change_address (src, SImode, addr);
2883 insn
2884 = gen_rtx_SET (VOIDmode,
2885 operand_subword (dest, 0, TRUE, mode), mem);
2886 insn = emit_insn (insn);
2887 if (GET_CODE (XEXP (mem, 0)) == POST_INC)
2888 REG_NOTES (insn)
2889 = alloc_EXPR_LIST (REG_INC, XEXP (XEXP (mem, 0), 0),
2890 REG_NOTES (insn));
2892 mem = copy_rtx (mem);
2893 insn
2894 = gen_rtx_SET (VOIDmode,
2895 operand_subword (dest, 1, TRUE, mode), mem);
2896 insn = emit_insn (insn);
2897 if (GET_CODE (XEXP (mem, 0)) == POST_INC)
2898 REG_NOTES (insn)
2899 = alloc_EXPR_LIST (REG_INC, XEXP (XEXP (mem, 0), 0),
2900 REG_NOTES (insn));
2902 else
2904 /* Make sure we don't get any other addresses with
2905 embedded postincrements. They should be stopped in
2906 GO_IF_LEGITIMATE_ADDRESS, but we're here for your
2907 safety. */
2908 if (side_effects_p (addr))
2909 fatal_insn ("unexpected side-effects in address", addr);
2911 emit_insn (gen_rtx_SET
2912 (VOIDmode,
2913 operand_subword (dest, reverse, TRUE, mode),
2914 change_address
2915 (src, SImode,
2916 plus_constant (Pmode, addr,
2917 reverse * UNITS_PER_WORD))));
2918 emit_insn (gen_rtx_SET
2919 (VOIDmode,
2920 operand_subword (dest, ! reverse, TRUE, mode),
2921 change_address
2922 (src, SImode,
2923 plus_constant (Pmode, addr,
2924 (! reverse) *
2925 UNITS_PER_WORD))));
2928 else
2929 internal_error ("unknown src");
2931 /* Reg-to-mem copy or clear mem. */
2932 else if (MEM_P (dest)
2933 && (REG_P (src)
2934 || src == const0_rtx
2935 || src == CONST0_RTX (DFmode)))
2937 rtx addr = XEXP (dest, 0);
2939 if (GET_CODE (addr) == POST_INC)
2941 rtx mem;
2942 rtx insn;
2944 /* Whenever we emit insns with post-incremented addresses
2945 ourselves, we must add a post-inc note manually. */
2946 mem = change_address (dest, SImode, addr);
2947 insn
2948 = gen_rtx_SET (VOIDmode,
2949 mem, operand_subword (src, 0, TRUE, mode));
2950 insn = emit_insn (insn);
2951 if (GET_CODE (XEXP (mem, 0)) == POST_INC)
2952 REG_NOTES (insn)
2953 = alloc_EXPR_LIST (REG_INC, XEXP (XEXP (mem, 0), 0),
2954 REG_NOTES (insn));
2956 mem = copy_rtx (mem);
2957 insn
2958 = gen_rtx_SET (VOIDmode,
2959 mem,
2960 operand_subword (src, 1, TRUE, mode));
2961 insn = emit_insn (insn);
2962 if (GET_CODE (XEXP (mem, 0)) == POST_INC)
2963 REG_NOTES (insn)
2964 = alloc_EXPR_LIST (REG_INC, XEXP (XEXP (mem, 0), 0),
2965 REG_NOTES (insn));
2967 else
2969 /* Make sure we don't get any other addresses with embedded
2970 postincrements. They should be stopped in
2971 GO_IF_LEGITIMATE_ADDRESS, but we're here for your safety. */
2972 if (side_effects_p (addr))
2973 fatal_insn ("unexpected side-effects in address", addr);
2975 emit_insn (gen_rtx_SET
2976 (VOIDmode,
2977 change_address (dest, SImode, addr),
2978 operand_subword (src, 0, TRUE, mode)));
2980 emit_insn (gen_rtx_SET
2981 (VOIDmode,
2982 change_address (dest, SImode,
2983 plus_constant (Pmode, addr,
2984 UNITS_PER_WORD)),
2985 operand_subword (src, 1, TRUE, mode)));
2989 else
2990 internal_error ("unknown dest");
2992 val = get_insns ();
2993 end_sequence ();
2994 return val;
2997 /* The expander for the prologue pattern name. */
2999 void
3000 cris_expand_prologue (void)
3002 int regno;
3003 int size = get_frame_size ();
3004 /* Shorten the used name for readability. */
3005 int cfoa_size = crtl->outgoing_args_size;
3006 int last_movem_reg = -1;
3007 int framesize = 0;
3008 rtx mem, insn;
3009 int return_address_on_stack = cris_return_address_on_stack ();
3010 int got_really_used = false;
3011 int n_movem_regs = 0;
3012 int pretend = crtl->args.pretend_args_size;
3014 /* Don't do anything if no prologues or epilogues are wanted. */
3015 if (!TARGET_PROLOGUE_EPILOGUE)
3016 return;
3018 CRIS_ASSERT (size >= 0);
3020 if (crtl->uses_pic_offset_table)
3022 /* A reference may have been optimized out (like the abort () in
3023 fde_split in unwind-dw2-fde.c, at least 3.2.1) so check that
3024 it's still used. */
3025 push_topmost_sequence ();
3026 got_really_used
3027 = reg_used_between_p (pic_offset_table_rtx, get_insns (), NULL_RTX);
3028 pop_topmost_sequence ();
3031 /* Align the size to what's best for the CPU model. */
3032 if (TARGET_STACK_ALIGN)
3033 size = TARGET_ALIGN_BY_32 ? (size + 3) & ~3 : (size + 1) & ~1;
3035 if (pretend)
3037 /* See also cris_setup_incoming_varargs where
3038 cfun->machine->stdarg_regs is set. There are other setters of
3039 crtl->args.pretend_args_size than stdarg handling, like
3040 for an argument passed with parts in R13 and stack. We must
3041 not store R13 into the pretend-area for that case, as GCC does
3042 that itself. "Our" store would be marked as redundant and GCC
3043 will attempt to remove it, which will then be flagged as an
3044 internal error; trying to remove a frame-related insn. */
3045 int stdarg_regs = cfun->machine->stdarg_regs;
3047 framesize += pretend;
3049 for (regno = CRIS_FIRST_ARG_REG + CRIS_MAX_ARGS_IN_REGS - 1;
3050 stdarg_regs > 0;
3051 regno--, pretend -= 4, stdarg_regs--)
3053 insn = emit_insn (gen_rtx_SET (VOIDmode,
3054 stack_pointer_rtx,
3055 plus_constant (Pmode,
3056 stack_pointer_rtx,
3057 -4)));
3058 /* FIXME: When dwarf2 frame output and unless asynchronous
3059 exceptions, make dwarf2 bundle together all stack
3060 adjustments like it does for registers between stack
3061 adjustments. */
3062 RTX_FRAME_RELATED_P (insn) = 1;
3064 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3065 set_mem_alias_set (mem, get_varargs_alias_set ());
3066 insn = emit_move_insn (mem, gen_rtx_raw_REG (SImode, regno));
3068 /* Note the absence of RTX_FRAME_RELATED_P on the above insn:
3069 the value isn't restored, so we don't want to tell dwarf2
3070 that it's been stored to stack, else EH handling info would
3071 get confused. */
3074 /* For other setters of crtl->args.pretend_args_size, we
3075 just adjust the stack by leaving the remaining size in
3076 "pretend", handled below. */
3079 /* Save SRP if not a leaf function. */
3080 if (return_address_on_stack)
3082 insn = emit_insn (gen_rtx_SET (VOIDmode,
3083 stack_pointer_rtx,
3084 plus_constant (Pmode, stack_pointer_rtx,
3085 -4 - pretend)));
3086 pretend = 0;
3087 RTX_FRAME_RELATED_P (insn) = 1;
3089 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3090 set_mem_alias_set (mem, get_frame_alias_set ());
3091 insn = emit_move_insn (mem, gen_rtx_raw_REG (SImode, CRIS_SRP_REGNUM));
3092 RTX_FRAME_RELATED_P (insn) = 1;
3093 framesize += 4;
3096 /* Set up the frame pointer, if needed. */
3097 if (frame_pointer_needed)
3099 insn = emit_insn (gen_rtx_SET (VOIDmode,
3100 stack_pointer_rtx,
3101 plus_constant (Pmode, stack_pointer_rtx,
3102 -4 - pretend)));
3103 pretend = 0;
3104 RTX_FRAME_RELATED_P (insn) = 1;
3106 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3107 set_mem_alias_set (mem, get_frame_alias_set ());
3108 insn = emit_move_insn (mem, frame_pointer_rtx);
3109 RTX_FRAME_RELATED_P (insn) = 1;
3111 insn = emit_move_insn (frame_pointer_rtx, stack_pointer_rtx);
3112 RTX_FRAME_RELATED_P (insn) = 1;
3114 framesize += 4;
3117 /* Between frame-pointer and saved registers lie the area for local
3118 variables. If we get here with "pretended" size remaining, count
3119 it into the general stack size. */
3120 size += pretend;
3122 /* Get a contiguous sequence of registers, starting with R0, that need
3123 to be saved. */
3124 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
3126 if (cris_reg_saved_in_regsave_area (regno, got_really_used))
3128 n_movem_regs++;
3130 /* Check if movem may be used for registers so far. */
3131 if (regno == last_movem_reg + 1)
3132 /* Yes, update next expected register. */
3133 last_movem_reg = regno;
3134 else
3136 /* We cannot use movem for all registers. We have to flush
3137 any movem:ed registers we got so far. */
3138 if (last_movem_reg != -1)
3140 int n_saved
3141 = (n_movem_regs == 1) ? 1 : last_movem_reg + 1;
3143 /* It is a win to use a side-effect assignment for
3144 64 <= size <= 128. But side-effect on movem was
3145 not usable for CRIS v0..3. Also only do it if
3146 side-effects insns are allowed. */
3147 if ((last_movem_reg + 1) * 4 + size >= 64
3148 && (last_movem_reg + 1) * 4 + size <= 128
3149 && (cris_cpu_version >= CRIS_CPU_SVINTO || n_saved == 1)
3150 && TARGET_SIDE_EFFECT_PREFIXES)
3153 = gen_rtx_MEM (SImode,
3154 plus_constant (Pmode, stack_pointer_rtx,
3155 -(n_saved * 4 + size)));
3156 set_mem_alias_set (mem, get_frame_alias_set ());
3157 insn
3158 = cris_emit_movem_store (mem, GEN_INT (n_saved),
3159 -(n_saved * 4 + size),
3160 true);
3162 else
3164 insn
3165 = gen_rtx_SET (VOIDmode,
3166 stack_pointer_rtx,
3167 plus_constant (Pmode, stack_pointer_rtx,
3168 -(n_saved * 4 + size)));
3169 insn = emit_insn (insn);
3170 RTX_FRAME_RELATED_P (insn) = 1;
3172 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3173 set_mem_alias_set (mem, get_frame_alias_set ());
3174 insn = cris_emit_movem_store (mem, GEN_INT (n_saved),
3175 0, true);
3178 framesize += n_saved * 4 + size;
3179 last_movem_reg = -1;
3180 size = 0;
3183 insn = emit_insn (gen_rtx_SET (VOIDmode,
3184 stack_pointer_rtx,
3185 plus_constant (Pmode,
3186 stack_pointer_rtx,
3187 -4 - size)));
3188 RTX_FRAME_RELATED_P (insn) = 1;
3190 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3191 set_mem_alias_set (mem, get_frame_alias_set ());
3192 insn = emit_move_insn (mem, gen_rtx_raw_REG (SImode, regno));
3193 RTX_FRAME_RELATED_P (insn) = 1;
3195 framesize += 4 + size;
3196 size = 0;
3201 /* Check after, if we could movem all registers. This is the normal case. */
3202 if (last_movem_reg != -1)
3204 int n_saved
3205 = (n_movem_regs == 1) ? 1 : last_movem_reg + 1;
3207 /* Side-effect on movem was not usable for CRIS v0..3. Also only
3208 do it if side-effects insns are allowed. */
3209 if ((last_movem_reg + 1) * 4 + size >= 64
3210 && (last_movem_reg + 1) * 4 + size <= 128
3211 && (cris_cpu_version >= CRIS_CPU_SVINTO || n_saved == 1)
3212 && TARGET_SIDE_EFFECT_PREFIXES)
3215 = gen_rtx_MEM (SImode,
3216 plus_constant (Pmode, stack_pointer_rtx,
3217 -(n_saved * 4 + size)));
3218 set_mem_alias_set (mem, get_frame_alias_set ());
3219 insn = cris_emit_movem_store (mem, GEN_INT (n_saved),
3220 -(n_saved * 4 + size), true);
3222 else
3224 insn
3225 = gen_rtx_SET (VOIDmode,
3226 stack_pointer_rtx,
3227 plus_constant (Pmode, stack_pointer_rtx,
3228 -(n_saved * 4 + size)));
3229 insn = emit_insn (insn);
3230 RTX_FRAME_RELATED_P (insn) = 1;
3232 mem = gen_rtx_MEM (SImode, stack_pointer_rtx);
3233 set_mem_alias_set (mem, get_frame_alias_set ());
3234 insn = cris_emit_movem_store (mem, GEN_INT (n_saved), 0, true);
3237 framesize += n_saved * 4 + size;
3238 /* We have to put outgoing argument space after regs. */
3239 if (cfoa_size)
3241 insn = emit_insn (gen_rtx_SET (VOIDmode,
3242 stack_pointer_rtx,
3243 plus_constant (Pmode,
3244 stack_pointer_rtx,
3245 -cfoa_size)));
3246 RTX_FRAME_RELATED_P (insn) = 1;
3247 framesize += cfoa_size;
3250 else if ((size + cfoa_size) > 0)
3252 insn = emit_insn (gen_rtx_SET (VOIDmode,
3253 stack_pointer_rtx,
3254 plus_constant (Pmode,
3255 stack_pointer_rtx,
3256 -(cfoa_size + size))));
3257 RTX_FRAME_RELATED_P (insn) = 1;
3258 framesize += size + cfoa_size;
3261 /* Set up the PIC register, if it is used. */
3262 if (got_really_used)
3264 rtx got
3265 = gen_rtx_UNSPEC (SImode, gen_rtvec (1, const0_rtx), CRIS_UNSPEC_GOT);
3266 emit_move_insn (pic_offset_table_rtx, got);
3268 /* FIXME: This is a cover-up for flow2 messing up; it doesn't
3269 follow exceptional paths and tries to delete the GOT load as
3270 unused, if it isn't used on the non-exceptional paths. Other
3271 ports have similar or other cover-ups, or plain bugs marking
3272 the GOT register load as maybe-dead. To see this, remove the
3273 line below and try libsupc++/vec.cc or a trivial
3274 "static void y (); void x () {try {y ();} catch (...) {}}". */
3275 emit_use (pic_offset_table_rtx);
3278 if (cris_max_stackframe && framesize > cris_max_stackframe)
3279 warning (0, "stackframe too big: %d bytes", framesize);
3282 /* The expander for the epilogue pattern. */
3284 void
3285 cris_expand_epilogue (void)
3287 int regno;
3288 int size = get_frame_size ();
3289 int last_movem_reg = -1;
3290 int argspace_offset = crtl->outgoing_args_size;
3291 int pretend = crtl->args.pretend_args_size;
3292 rtx mem;
3293 bool return_address_on_stack = cris_return_address_on_stack ();
3294 /* A reference may have been optimized out
3295 (like the abort () in fde_split in unwind-dw2-fde.c, at least 3.2.1)
3296 so check that it's still used. */
3297 int got_really_used = false;
3298 int n_movem_regs = 0;
3300 if (!TARGET_PROLOGUE_EPILOGUE)
3301 return;
3303 if (crtl->uses_pic_offset_table)
3305 /* A reference may have been optimized out (like the abort () in
3306 fde_split in unwind-dw2-fde.c, at least 3.2.1) so check that
3307 it's still used. */
3308 push_topmost_sequence ();
3309 got_really_used
3310 = reg_used_between_p (pic_offset_table_rtx, get_insns (), NULL_RTX);
3311 pop_topmost_sequence ();
3314 /* Align byte count of stack frame. */
3315 if (TARGET_STACK_ALIGN)
3316 size = TARGET_ALIGN_BY_32 ? (size + 3) & ~3 : (size + 1) & ~1;
3318 /* Check how many saved regs we can movem. They start at r0 and must
3319 be contiguous. */
3320 for (regno = 0;
3321 regno < FIRST_PSEUDO_REGISTER;
3322 regno++)
3323 if (cris_reg_saved_in_regsave_area (regno, got_really_used))
3325 n_movem_regs++;
3327 if (regno == last_movem_reg + 1)
3328 last_movem_reg = regno;
3329 else
3330 break;
3333 /* If there was only one register that really needed to be saved
3334 through movem, don't use movem. */
3335 if (n_movem_regs == 1)
3336 last_movem_reg = -1;
3338 /* Now emit "normal" move insns for all regs higher than the movem
3339 regs. */
3340 for (regno = FIRST_PSEUDO_REGISTER - 1;
3341 regno > last_movem_reg;
3342 regno--)
3343 if (cris_reg_saved_in_regsave_area (regno, got_really_used))
3345 rtx insn;
3347 if (argspace_offset)
3349 /* There is an area for outgoing parameters located before
3350 the saved registers. We have to adjust for that. */
3351 emit_insn (gen_rtx_SET (VOIDmode,
3352 stack_pointer_rtx,
3353 plus_constant (Pmode, stack_pointer_rtx,
3354 argspace_offset)));
3355 /* Make sure we only do this once. */
3356 argspace_offset = 0;
3359 mem = gen_rtx_MEM (SImode, gen_rtx_POST_INC (SImode,
3360 stack_pointer_rtx));
3361 set_mem_alias_set (mem, get_frame_alias_set ());
3362 insn = emit_move_insn (gen_rtx_raw_REG (SImode, regno), mem);
3364 /* Whenever we emit insns with post-incremented addresses
3365 ourselves, we must add a post-inc note manually. */
3366 REG_NOTES (insn)
3367 = alloc_EXPR_LIST (REG_INC, stack_pointer_rtx, REG_NOTES (insn));
3370 /* If we have any movem-restore, do it now. */
3371 if (last_movem_reg != -1)
3373 rtx insn;
3375 if (argspace_offset)
3377 emit_insn (gen_rtx_SET (VOIDmode,
3378 stack_pointer_rtx,
3379 plus_constant (Pmode, stack_pointer_rtx,
3380 argspace_offset)));
3381 argspace_offset = 0;
3384 mem = gen_rtx_MEM (SImode,
3385 gen_rtx_POST_INC (SImode, stack_pointer_rtx));
3386 set_mem_alias_set (mem, get_frame_alias_set ());
3387 insn
3388 = emit_insn (cris_gen_movem_load (mem,
3389 GEN_INT (last_movem_reg + 1), 0));
3390 /* Whenever we emit insns with post-incremented addresses
3391 ourselves, we must add a post-inc note manually. */
3392 if (side_effects_p (PATTERN (insn)))
3393 REG_NOTES (insn)
3394 = alloc_EXPR_LIST (REG_INC, stack_pointer_rtx, REG_NOTES (insn));
3397 /* If we don't clobber all of the allocated stack area (we've already
3398 deallocated saved registers), GCC might want to schedule loads from
3399 the stack to *after* the stack-pointer restore, which introduces an
3400 interrupt race condition. This happened for the initial-value
3401 SRP-restore for g++.dg/eh/registers1.C (noticed by inspection of
3402 other failure for that test). It also happened for the stack slot
3403 for the return value in (one version of)
3404 linux/fs/dcache.c:__d_lookup, at least with "-O2
3405 -fno-omit-frame-pointer". */
3407 /* Restore frame pointer if necessary. */
3408 if (frame_pointer_needed)
3410 rtx insn;
3412 emit_insn (gen_cris_frame_deallocated_barrier ());
3414 emit_move_insn (stack_pointer_rtx, frame_pointer_rtx);
3415 mem = gen_rtx_MEM (SImode, gen_rtx_POST_INC (SImode,
3416 stack_pointer_rtx));
3417 set_mem_alias_set (mem, get_frame_alias_set ());
3418 insn = emit_move_insn (frame_pointer_rtx, mem);
3420 /* Whenever we emit insns with post-incremented addresses
3421 ourselves, we must add a post-inc note manually. */
3422 REG_NOTES (insn)
3423 = alloc_EXPR_LIST (REG_INC, stack_pointer_rtx, REG_NOTES (insn));
3425 else if ((size + argspace_offset) != 0)
3427 emit_insn (gen_cris_frame_deallocated_barrier ());
3429 /* If there was no frame-pointer to restore sp from, we must
3430 explicitly deallocate local variables. */
3432 /* Handle space for outgoing parameters that hasn't been handled
3433 yet. */
3434 size += argspace_offset;
3436 emit_insn (gen_rtx_SET (VOIDmode,
3437 stack_pointer_rtx,
3438 plus_constant (Pmode, stack_pointer_rtx, size)));
3441 /* If this function has no pushed register parameters
3442 (stdargs/varargs), and if it is not a leaf function, then we have
3443 the return address on the stack. */
3444 if (return_address_on_stack && pretend == 0)
3446 if (TARGET_V32 || crtl->calls_eh_return)
3448 rtx mem;
3449 rtx insn;
3450 rtx srpreg = gen_rtx_raw_REG (SImode, CRIS_SRP_REGNUM);
3451 mem = gen_rtx_MEM (SImode,
3452 gen_rtx_POST_INC (SImode,
3453 stack_pointer_rtx));
3454 set_mem_alias_set (mem, get_frame_alias_set ());
3455 insn = emit_move_insn (srpreg, mem);
3457 /* Whenever we emit insns with post-incremented addresses
3458 ourselves, we must add a post-inc note manually. */
3459 REG_NOTES (insn)
3460 = alloc_EXPR_LIST (REG_INC, stack_pointer_rtx, REG_NOTES (insn));
3462 if (crtl->calls_eh_return)
3463 emit_insn (gen_addsi3 (stack_pointer_rtx,
3464 stack_pointer_rtx,
3465 gen_rtx_raw_REG (SImode,
3466 CRIS_STACKADJ_REG)));
3467 cris_expand_return (false);
3469 else
3470 cris_expand_return (true);
3472 return;
3475 /* If we pushed some register parameters, then adjust the stack for
3476 them. */
3477 if (pretend != 0)
3479 /* If SRP is stored on the way, we need to restore it first. */
3480 if (return_address_on_stack)
3482 rtx mem;
3483 rtx srpreg = gen_rtx_raw_REG (SImode, CRIS_SRP_REGNUM);
3484 rtx insn;
3486 mem = gen_rtx_MEM (SImode,
3487 gen_rtx_POST_INC (SImode,
3488 stack_pointer_rtx));
3489 set_mem_alias_set (mem, get_frame_alias_set ());
3490 insn = emit_move_insn (srpreg, mem);
3492 /* Whenever we emit insns with post-incremented addresses
3493 ourselves, we must add a post-inc note manually. */
3494 REG_NOTES (insn)
3495 = alloc_EXPR_LIST (REG_INC, stack_pointer_rtx, REG_NOTES (insn));
3498 emit_insn (gen_rtx_SET (VOIDmode,
3499 stack_pointer_rtx,
3500 plus_constant (Pmode, stack_pointer_rtx,
3501 pretend)));
3504 /* Perform the "physical" unwinding that the EH machinery calculated. */
3505 if (crtl->calls_eh_return)
3506 emit_insn (gen_addsi3 (stack_pointer_rtx,
3507 stack_pointer_rtx,
3508 gen_rtx_raw_REG (SImode,
3509 CRIS_STACKADJ_REG)));
3510 cris_expand_return (false);
3513 /* Worker function for generating movem from mem for load_multiple. */
3516 cris_gen_movem_load (rtx src, rtx nregs_rtx, int nprefix)
3518 int nregs = INTVAL (nregs_rtx);
3519 rtvec vec;
3520 int eltno = 1;
3521 int i;
3522 rtx srcreg = XEXP (src, 0);
3523 unsigned int regno = nregs - 1;
3524 int regno_inc = -1;
3526 if (TARGET_V32)
3528 regno = 0;
3529 regno_inc = 1;
3532 if (GET_CODE (srcreg) == POST_INC)
3533 srcreg = XEXP (srcreg, 0);
3535 CRIS_ASSERT (REG_P (srcreg));
3537 /* Don't use movem for just one insn. The insns are equivalent except
3538 for the pipeline hazard (on v32); movem does not forward the loaded
3539 registers so there's a three cycles penalty for their use. */
3540 if (nregs == 1)
3541 return gen_movsi (gen_rtx_REG (SImode, 0), src);
3543 vec = rtvec_alloc (nprefix + nregs
3544 + (GET_CODE (XEXP (src, 0)) == POST_INC));
3546 if (GET_CODE (XEXP (src, 0)) == POST_INC)
3548 RTVEC_ELT (vec, nprefix + 1)
3549 = gen_rtx_SET (VOIDmode, srcreg,
3550 plus_constant (Pmode, srcreg, nregs * 4));
3551 eltno++;
3554 src = replace_equiv_address (src, srcreg);
3555 RTVEC_ELT (vec, nprefix)
3556 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, regno), src);
3557 regno += regno_inc;
3559 for (i = 1; i < nregs; i++, eltno++)
3561 RTVEC_ELT (vec, nprefix + eltno)
3562 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, regno),
3563 adjust_address_nv (src, SImode, i * 4));
3564 regno += regno_inc;
3567 return gen_rtx_PARALLEL (VOIDmode, vec);
3570 /* Worker function for generating movem to mem. If FRAME_RELATED, notes
3571 are added that the dwarf2 machinery understands. */
3574 cris_emit_movem_store (rtx dest, rtx nregs_rtx, int increment,
3575 bool frame_related)
3577 int nregs = INTVAL (nregs_rtx);
3578 rtvec vec;
3579 int eltno = 1;
3580 int i;
3581 rtx insn;
3582 rtx destreg = XEXP (dest, 0);
3583 unsigned int regno = nregs - 1;
3584 int regno_inc = -1;
3586 if (TARGET_V32)
3588 regno = 0;
3589 regno_inc = 1;
3592 if (GET_CODE (destreg) == POST_INC)
3593 increment += nregs * 4;
3595 if (GET_CODE (destreg) == POST_INC || GET_CODE (destreg) == PLUS)
3596 destreg = XEXP (destreg, 0);
3598 CRIS_ASSERT (REG_P (destreg));
3600 /* Don't use movem for just one insn. The insns are equivalent except
3601 for the pipeline hazard (on v32); movem does not forward the loaded
3602 registers so there's a three cycles penalty for use. */
3603 if (nregs == 1)
3605 rtx mov = gen_rtx_SET (VOIDmode, dest, gen_rtx_REG (SImode, 0));
3607 if (increment == 0)
3609 insn = emit_insn (mov);
3610 if (frame_related)
3611 RTX_FRAME_RELATED_P (insn) = 1;
3612 return insn;
3615 /* If there was a request for a side-effect, create the ordinary
3616 parallel. */
3617 vec = rtvec_alloc (2);
3619 RTVEC_ELT (vec, 0) = mov;
3620 RTVEC_ELT (vec, 1) = gen_rtx_SET (VOIDmode, destreg,
3621 plus_constant (Pmode, destreg,
3622 increment));
3623 if (frame_related)
3625 RTX_FRAME_RELATED_P (mov) = 1;
3626 RTX_FRAME_RELATED_P (RTVEC_ELT (vec, 1)) = 1;
3629 else
3631 vec = rtvec_alloc (nregs + (increment != 0 ? 1 : 0));
3632 RTVEC_ELT (vec, 0)
3633 = gen_rtx_SET (VOIDmode,
3634 replace_equiv_address (dest,
3635 plus_constant (Pmode, destreg,
3636 increment)),
3637 gen_rtx_REG (SImode, regno));
3638 regno += regno_inc;
3640 /* The dwarf2 info wants this mark on each component in a parallel
3641 that's part of the prologue (though it's optional on the first
3642 component). */
3643 if (frame_related)
3644 RTX_FRAME_RELATED_P (RTVEC_ELT (vec, 0)) = 1;
3646 if (increment != 0)
3648 RTVEC_ELT (vec, 1)
3649 = gen_rtx_SET (VOIDmode, destreg,
3650 plus_constant (Pmode, destreg,
3651 increment != 0
3652 ? increment : nregs * 4));
3653 eltno++;
3655 if (frame_related)
3656 RTX_FRAME_RELATED_P (RTVEC_ELT (vec, 1)) = 1;
3658 /* Don't call adjust_address_nv on a post-incremented address if
3659 we can help it. */
3660 if (GET_CODE (XEXP (dest, 0)) == POST_INC)
3661 dest = replace_equiv_address (dest, destreg);
3664 for (i = 1; i < nregs; i++, eltno++)
3666 RTVEC_ELT (vec, eltno)
3667 = gen_rtx_SET (VOIDmode, adjust_address_nv (dest, SImode, i * 4),
3668 gen_rtx_REG (SImode, regno));
3669 if (frame_related)
3670 RTX_FRAME_RELATED_P (RTVEC_ELT (vec, eltno)) = 1;
3671 regno += regno_inc;
3675 insn = emit_insn (gen_rtx_PARALLEL (VOIDmode, vec));
3677 /* Because dwarf2out.c handles the insns in a parallel as a sequence,
3678 we need to keep the stack adjustment separate, after the
3679 MEM-setters. Else the stack-adjustment in the second component of
3680 the parallel would be mishandled; the offsets for the SETs that
3681 follow it would be wrong. We prepare for this by adding a
3682 REG_FRAME_RELATED_EXPR with the MEM-setting parts in a SEQUENCE
3683 followed by the increment. Note that we have FRAME_RELATED_P on
3684 all the SETs, including the original stack adjustment SET in the
3685 parallel. */
3686 if (frame_related)
3688 if (increment != 0)
3690 rtx seq = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (nregs + 1));
3691 XVECEXP (seq, 0, 0) = copy_rtx (XVECEXP (PATTERN (insn), 0, 0));
3692 for (i = 1; i < nregs; i++)
3693 XVECEXP (seq, 0, i)
3694 = copy_rtx (XVECEXP (PATTERN (insn), 0, i + 1));
3695 XVECEXP (seq, 0, nregs) = copy_rtx (XVECEXP (PATTERN (insn), 0, 1));
3696 add_reg_note (insn, REG_FRAME_RELATED_EXPR, seq);
3699 RTX_FRAME_RELATED_P (insn) = 1;
3702 return insn;
3705 /* Worker function for expanding the address for PIC function calls. */
3707 void
3708 cris_expand_pic_call_address (rtx *opp)
3710 rtx op = *opp;
3712 gcc_assert (MEM_P (op));
3713 op = XEXP (op, 0);
3715 /* It might be that code can be generated that jumps to 0 (or to a
3716 specific address). Don't die on that. (There is a
3717 testcase.) */
3718 if (CONSTANT_ADDRESS_P (op) && !CONST_INT_P (op))
3720 enum cris_pic_symbol_type t = cris_pic_symbol_type_of (op);
3722 CRIS_ASSERT (can_create_pseudo_p ());
3724 /* For local symbols (non-PLT), just get the plain symbol
3725 reference into a register. For symbols that can be PLT, make
3726 them PLT. */
3727 if (t == cris_rel_symbol)
3729 /* For v32, we're fine as-is; just PICify the symbol. Forcing
3730 into a register caused performance regression for 3.2.1,
3731 observable in __floatdidf and elsewhere in libgcc. */
3732 if (TARGET_V32)
3734 rtx sym = GET_CODE (op) != CONST ? op : get_related_value (op);
3735 HOST_WIDE_INT offs = get_integer_term (op);
3737 /* We can't get calls to sym+N, N integer, can we? */
3738 gcc_assert (offs == 0);
3740 op = gen_rtx_CONST (Pmode,
3741 gen_rtx_UNSPEC (Pmode, gen_rtvec (1, sym),
3742 CRIS_UNSPEC_PCREL));
3744 else
3745 op = force_reg (Pmode, op);
3747 else if (t == cris_got_symbol)
3749 if (TARGET_AVOID_GOTPLT)
3751 /* Change a "jsr sym" into (allocate register rM, rO)
3752 "move.d (const (unspec [sym rPIC] CRIS_UNSPEC_PLT_GOTREL)),rM"
3753 "add.d rPIC,rM,rO", "jsr rO" for pre-v32 and
3754 "jsr (const (unspec [sym rPIC] CRIS_UNSPEC_PLT_PCREL))"
3755 for v32. */
3756 rtx tem, rm, ro;
3757 gcc_assert (can_create_pseudo_p ());
3758 crtl->uses_pic_offset_table = 1;
3759 tem = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, op),
3760 TARGET_V32
3761 ? CRIS_UNSPEC_PLT_PCREL
3762 : CRIS_UNSPEC_PLT_GOTREL);
3763 tem = gen_rtx_CONST (Pmode, tem);
3764 if (TARGET_V32)
3765 op = tem;
3766 else
3768 rm = gen_reg_rtx (Pmode);
3769 emit_move_insn (rm, tem);
3770 ro = gen_reg_rtx (Pmode);
3771 if (expand_binop (Pmode, add_optab, rm,
3772 pic_offset_table_rtx,
3773 ro, 0, OPTAB_LIB_WIDEN) != ro)
3774 internal_error ("expand_binop failed in movsi got");
3775 op = ro;
3778 else
3780 /* Change a "jsr sym" into (allocate register rM, rO)
3781 "move.d (const (unspec [sym] CRIS_UNSPEC_PLTGOTREAD)),rM"
3782 "add.d rPIC,rM,rO" "jsr [rO]" with the memory access
3783 marked as not trapping and not aliasing. No "move.d
3784 [rO],rP" as that would invite to re-use of a value
3785 that should not be reused. FIXME: Need a peephole2
3786 for cases when this is cse:d from the call, to change
3787 back to just get the PLT entry address, so we don't
3788 resolve the same symbol over and over (the memory
3789 access of the PLTGOT isn't constant). */
3790 rtx tem, mem, rm, ro;
3792 gcc_assert (can_create_pseudo_p ());
3793 crtl->uses_pic_offset_table = 1;
3794 tem = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, op),
3795 CRIS_UNSPEC_PLTGOTREAD);
3796 rm = gen_reg_rtx (Pmode);
3797 emit_move_insn (rm, gen_rtx_CONST (Pmode, tem));
3798 ro = gen_reg_rtx (Pmode);
3799 if (expand_binop (Pmode, add_optab, rm,
3800 pic_offset_table_rtx,
3801 ro, 0, OPTAB_LIB_WIDEN) != ro)
3802 internal_error ("expand_binop failed in movsi got");
3803 mem = gen_rtx_MEM (Pmode, ro);
3805 /* This MEM doesn't alias anything. Whether it aliases
3806 other same symbols is unimportant. */
3807 set_mem_alias_set (mem, new_alias_set ());
3808 MEM_NOTRAP_P (mem) = 1;
3809 op = mem;
3812 else
3813 /* Can't possibly get a GOT-needing-fixup for a function-call,
3814 right? */
3815 fatal_insn ("unidentifiable call op", op);
3817 *opp = replace_equiv_address (*opp, op);
3821 /* Make sure operands are in the right order for an addsi3 insn as
3822 generated by a define_split. Nothing but REG_P as the first
3823 operand is recognized by addsi3 after reload. OPERANDS contains
3824 the operands, with the first at OPERANDS[N] and the second at
3825 OPERANDS[N+1]. */
3827 void
3828 cris_order_for_addsi3 (rtx *operands, int n)
3830 if (!REG_P (operands[n]))
3832 rtx tem = operands[n];
3833 operands[n] = operands[n + 1];
3834 operands[n + 1] = tem;
3838 /* Use from within code, from e.g. PRINT_OPERAND and
3839 PRINT_OPERAND_ADDRESS. Macros used in output_addr_const need to emit
3840 different things depending on whether code operand or constant is
3841 emitted. */
3843 static void
3844 cris_output_addr_const (FILE *file, rtx x)
3846 in_code++;
3847 output_addr_const (file, x);
3848 in_code--;
3851 /* Worker function for ASM_OUTPUT_SYMBOL_REF. */
3853 void
3854 cris_asm_output_symbol_ref (FILE *file, rtx x)
3856 gcc_assert (GET_CODE (x) == SYMBOL_REF);
3858 if (flag_pic && in_code > 0)
3860 const char *origstr = XSTR (x, 0);
3861 const char *str;
3862 str = (* targetm.strip_name_encoding) (origstr);
3863 assemble_name (file, str);
3865 /* Sanity check. */
3866 if (!TARGET_V32 && !crtl->uses_pic_offset_table)
3867 output_operand_lossage ("PIC register isn't set up");
3869 else
3870 assemble_name (file, XSTR (x, 0));
3873 /* Worker function for ASM_OUTPUT_LABEL_REF. */
3875 void
3876 cris_asm_output_label_ref (FILE *file, char *buf)
3878 if (flag_pic && in_code > 0)
3880 assemble_name (file, buf);
3882 /* Sanity check. */
3883 if (!TARGET_V32 && !crtl->uses_pic_offset_table)
3884 internal_error ("emitting PIC operand, but PIC register "
3885 "isn%'t set up");
3887 else
3888 assemble_name (file, buf);
3891 /* Worker function for TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA. */
3893 static bool
3894 cris_output_addr_const_extra (FILE *file, rtx xconst)
3896 switch (GET_CODE (xconst))
3898 rtx x;
3900 case UNSPEC:
3901 x = XVECEXP (xconst, 0, 0);
3902 CRIS_ASSERT (GET_CODE (x) == SYMBOL_REF
3903 || GET_CODE (x) == LABEL_REF
3904 || GET_CODE (x) == CONST);
3905 output_addr_const (file, x);
3906 switch (XINT (xconst, 1))
3908 case CRIS_UNSPEC_PCREL:
3909 /* We only get this with -fpic/PIC to tell it apart from an
3910 invalid symbol. We can't tell here, but it should only
3911 be the operand of a call or movsi. */
3912 gcc_assert (TARGET_V32 && flag_pic);
3913 break;
3915 case CRIS_UNSPEC_PLT_PCREL:
3916 gcc_assert (TARGET_V32);
3917 fprintf (file, ":PLT");
3918 break;
3920 case CRIS_UNSPEC_PLT_GOTREL:
3921 gcc_assert (!TARGET_V32);
3922 fprintf (file, ":PLTG");
3923 break;
3925 case CRIS_UNSPEC_GOTREL:
3926 gcc_assert (!TARGET_V32);
3927 fprintf (file, ":GOTOFF");
3928 break;
3930 case CRIS_UNSPEC_GOTREAD:
3931 if (flag_pic == 1)
3932 fprintf (file, ":GOT16");
3933 else
3934 fprintf (file, ":GOT");
3935 break;
3937 case CRIS_UNSPEC_PLTGOTREAD:
3938 if (flag_pic == 1)
3939 fprintf (file, CRIS_GOTPLT_SUFFIX "16");
3940 else
3941 fprintf (file, CRIS_GOTPLT_SUFFIX);
3942 break;
3944 default:
3945 gcc_unreachable ();
3947 return true;
3949 default:
3950 return false;
3954 /* Worker function for TARGET_STRUCT_VALUE_RTX. */
3956 static rtx
3957 cris_struct_value_rtx (tree fntype ATTRIBUTE_UNUSED,
3958 int incoming ATTRIBUTE_UNUSED)
3960 return gen_rtx_REG (Pmode, CRIS_STRUCT_VALUE_REGNUM);
3963 /* Worker function for TARGET_SETUP_INCOMING_VARARGS. */
3965 static void
3966 cris_setup_incoming_varargs (cumulative_args_t ca_v,
3967 enum machine_mode mode ATTRIBUTE_UNUSED,
3968 tree type ATTRIBUTE_UNUSED,
3969 int *pretend_arg_size,
3970 int second_time)
3972 CUMULATIVE_ARGS *ca = get_cumulative_args (ca_v);
3974 if (ca->regs < CRIS_MAX_ARGS_IN_REGS)
3976 int stdarg_regs = CRIS_MAX_ARGS_IN_REGS - ca->regs;
3977 cfun->machine->stdarg_regs = stdarg_regs;
3978 *pretend_arg_size = stdarg_regs * 4;
3981 if (TARGET_PDEBUG)
3982 fprintf (asm_out_file,
3983 "\n; VA:: ANSI: %d args before, anon @ #%d, %dtime\n",
3984 ca->regs, *pretend_arg_size, second_time);
3987 /* Return true if TYPE must be passed by invisible reference.
3988 For cris, we pass <= 8 bytes by value, others by reference. */
3990 static bool
3991 cris_pass_by_reference (cumulative_args_t ca ATTRIBUTE_UNUSED,
3992 enum machine_mode mode, const_tree type,
3993 bool named ATTRIBUTE_UNUSED)
3995 return (targetm.calls.must_pass_in_stack (mode, type)
3996 || CRIS_FUNCTION_ARG_SIZE (mode, type) > 8);
3999 /* A combination of defining TARGET_PROMOTE_FUNCTION_MODE, promoting arguments
4000 and *not* defining TARGET_PROMOTE_PROTOTYPES or PROMOTE_MODE gives the
4001 best code size and speed for gcc, ipps and products in gcc-2.7.2. */
4003 enum machine_mode
4004 cris_promote_function_mode (const_tree type ATTRIBUTE_UNUSED,
4005 enum machine_mode mode,
4006 int *punsignedp ATTRIBUTE_UNUSED,
4007 const_tree fntype ATTRIBUTE_UNUSED,
4008 int for_return)
4010 /* Defining PROMOTE_FUNCTION_RETURN in gcc-2.7.2 uncovered bug 981110 (even
4011 when modifying TARGET_FUNCTION_VALUE to return the promoted mode).
4012 Maybe pointless as of now, but let's keep the old behavior. */
4013 if (for_return == 1)
4014 return mode;
4015 return CRIS_PROMOTED_MODE (mode, *punsignedp, type);
4018 /* Let's assume all functions return in r[CRIS_FIRST_ARG_REG] for the
4019 time being. */
4021 static rtx
4022 cris_function_value(const_tree type,
4023 const_tree func ATTRIBUTE_UNUSED,
4024 bool outgoing ATTRIBUTE_UNUSED)
4026 return gen_rtx_REG (TYPE_MODE (type), CRIS_FIRST_ARG_REG);
4029 /* Let's assume all functions return in r[CRIS_FIRST_ARG_REG] for the
4030 time being. */
4032 static rtx
4033 cris_libcall_value (enum machine_mode mode,
4034 const_rtx fun ATTRIBUTE_UNUSED)
4036 return gen_rtx_REG (mode, CRIS_FIRST_ARG_REG);
4039 /* Let's assume all functions return in r[CRIS_FIRST_ARG_REG] for the
4040 time being. */
4042 static bool
4043 cris_function_value_regno_p (const unsigned int regno)
4045 return (regno == CRIS_FIRST_ARG_REG);
4048 static int
4049 cris_arg_partial_bytes (cumulative_args_t ca, enum machine_mode mode,
4050 tree type, bool named ATTRIBUTE_UNUSED)
4052 if (get_cumulative_args (ca)->regs == CRIS_MAX_ARGS_IN_REGS - 1
4053 && !targetm.calls.must_pass_in_stack (mode, type)
4054 && CRIS_FUNCTION_ARG_SIZE (mode, type) > 4
4055 && CRIS_FUNCTION_ARG_SIZE (mode, type) <= 8)
4056 return UNITS_PER_WORD;
4057 else
4058 return 0;
4061 static rtx
4062 cris_function_arg_1 (cumulative_args_t ca_v,
4063 enum machine_mode mode ATTRIBUTE_UNUSED,
4064 const_tree type ATTRIBUTE_UNUSED,
4065 bool named, bool incoming)
4067 const CUMULATIVE_ARGS *ca = get_cumulative_args (ca_v);
4069 if ((!incoming || named) && ca->regs < CRIS_MAX_ARGS_IN_REGS)
4070 return gen_rtx_REG (mode, CRIS_FIRST_ARG_REG + ca->regs);
4071 else
4072 return NULL_RTX;
4075 /* Worker function for TARGET_FUNCTION_ARG.
4076 The void_type_node is sent as a "closing" call. */
4078 static rtx
4079 cris_function_arg (cumulative_args_t ca, enum machine_mode mode,
4080 const_tree type, bool named)
4082 return cris_function_arg_1 (ca, mode, type, named, false);
4085 /* Worker function for TARGET_FUNCTION_INCOMING_ARG.
4087 The differences between this and the previous, is that this one checks
4088 that an argument is named, since incoming stdarg/varargs arguments are
4089 pushed onto the stack, and we don't have to check against the "closing"
4090 void_type_node TYPE parameter. */
4092 static rtx
4093 cris_function_incoming_arg (cumulative_args_t ca, enum machine_mode mode,
4094 const_tree type, bool named)
4096 return cris_function_arg_1 (ca, mode, type, named, true);
4099 /* Worker function for TARGET_FUNCTION_ARG_ADVANCE. */
4101 static void
4102 cris_function_arg_advance (cumulative_args_t ca_v, enum machine_mode mode,
4103 const_tree type, bool named ATTRIBUTE_UNUSED)
4105 CUMULATIVE_ARGS *ca = get_cumulative_args (ca_v);
4107 ca->regs += (3 + CRIS_FUNCTION_ARG_SIZE (mode, type)) / 4;
4110 /* Worker function for TARGET_MD_ASM_CLOBBERS. */
4112 static tree
4113 cris_md_asm_clobbers (tree outputs, tree inputs, tree in_clobbers)
4115 HARD_REG_SET mof_set;
4116 tree clobbers;
4117 tree t;
4119 CLEAR_HARD_REG_SET (mof_set);
4120 SET_HARD_REG_BIT (mof_set, CRIS_MOF_REGNUM);
4122 /* For the time being, all asms clobber condition codes. Revisit when
4123 there's a reasonable use for inputs/outputs that mention condition
4124 codes. */
4125 clobbers
4126 = tree_cons (NULL_TREE,
4127 build_string (strlen (reg_names[CRIS_CC0_REGNUM]),
4128 reg_names[CRIS_CC0_REGNUM]),
4129 in_clobbers);
4131 for (t = outputs; t != NULL; t = TREE_CHAIN (t))
4133 tree val = TREE_VALUE (t);
4135 /* The constraint letter for the singleton register class of MOF
4136 is 'h'. If it's mentioned in the constraints, the asm is
4137 MOF-aware and adding it to the clobbers would cause it to have
4138 impossible constraints. */
4139 if (strchr (TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))),
4140 'h') != NULL
4141 || tree_overlaps_hard_reg_set (val, &mof_set) != NULL_TREE)
4142 return clobbers;
4145 for (t = inputs; t != NULL; t = TREE_CHAIN (t))
4147 tree val = TREE_VALUE (t);
4149 if (strchr (TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t))),
4150 'h') != NULL
4151 || tree_overlaps_hard_reg_set (val, &mof_set) != NULL_TREE)
4152 return clobbers;
4155 return tree_cons (NULL_TREE,
4156 build_string (strlen (reg_names[CRIS_MOF_REGNUM]),
4157 reg_names[CRIS_MOF_REGNUM]),
4158 clobbers);
4161 /* Implement TARGET_FRAME_POINTER_REQUIRED.
4163 Really only needed if the stack frame has variable length (alloca
4164 or variable sized local arguments (GNU C extension). See PR39499 and
4165 PR38609 for the reason this isn't just 0. */
4167 bool
4168 cris_frame_pointer_required (void)
4170 return !crtl->sp_is_unchanging;
4173 /* Implement TARGET_ASM_TRAMPOLINE_TEMPLATE.
4175 This looks too complicated, and it is. I assigned r7 to be the
4176 static chain register, but it is call-saved, so we have to save it,
4177 and come back to restore it after the call, so we have to save srp...
4178 Anyway, trampolines are rare enough that we can cope with this
4179 somewhat lack of elegance.
4180 (Do not be tempted to "straighten up" whitespace in the asms; the
4181 assembler #NO_APP state mandates strict spacing). */
4182 /* ??? See the i386 regparm=3 implementation that pushes the static
4183 chain value to the stack in the trampoline, and uses a call-saved
4184 register when called directly. */
4186 static void
4187 cris_asm_trampoline_template (FILE *f)
4189 if (TARGET_V32)
4191 /* This normally-unused nop insn acts as an instruction to
4192 the simulator to flush its instruction cache. None of
4193 the other instructions in the trampoline template suits
4194 as a trigger for V32. The pc-relative addressing mode
4195 works nicely as a trigger for V10.
4196 FIXME: Have specific V32 template (possibly avoiding the
4197 use of a special instruction). */
4198 fprintf (f, "\tclearf x\n");
4199 /* We have to use a register as an intermediate, choosing
4200 semi-randomly R1 (which has to not be the STATIC_CHAIN_REGNUM),
4201 so we can use it for address indirection and jsr target. */
4202 fprintf (f, "\tmove $r1,$mof\n");
4203 /* +4 */
4204 fprintf (f, "\tmove.d 0,$r1\n");
4205 fprintf (f, "\tmove.d $%s,[$r1]\n", reg_names[STATIC_CHAIN_REGNUM]);
4206 fprintf (f, "\taddq 6,$r1\n");
4207 fprintf (f, "\tmove $mof,[$r1]\n");
4208 fprintf (f, "\taddq 6,$r1\n");
4209 fprintf (f, "\tmove $srp,[$r1]\n");
4210 /* +20 */
4211 fprintf (f, "\tmove.d 0,$%s\n", reg_names[STATIC_CHAIN_REGNUM]);
4212 /* +26 */
4213 fprintf (f, "\tmove.d 0,$r1\n");
4214 fprintf (f, "\tjsr $r1\n");
4215 fprintf (f, "\tsetf\n");
4216 /* +36 */
4217 fprintf (f, "\tmove.d 0,$%s\n", reg_names[STATIC_CHAIN_REGNUM]);
4218 /* +42 */
4219 fprintf (f, "\tmove.d 0,$r1\n");
4220 /* +48 */
4221 fprintf (f, "\tmove.d 0,$r9\n");
4222 fprintf (f, "\tjump $r9\n");
4223 fprintf (f, "\tsetf\n");
4225 else
4227 fprintf (f, "\tmove.d $%s,[$pc+20]\n", reg_names[STATIC_CHAIN_REGNUM]);
4228 fprintf (f, "\tmove $srp,[$pc+22]\n");
4229 fprintf (f, "\tmove.d 0,$%s\n", reg_names[STATIC_CHAIN_REGNUM]);
4230 fprintf (f, "\tjsr 0\n");
4231 fprintf (f, "\tmove.d 0,$%s\n", reg_names[STATIC_CHAIN_REGNUM]);
4232 fprintf (f, "\tjump 0\n");
4236 /* Implement TARGET_TRAMPOLINE_INIT. */
4238 static void
4239 cris_trampoline_init (rtx m_tramp, tree fndecl, rtx chain_value)
4241 rtx fnaddr = XEXP (DECL_RTL (fndecl), 0);
4242 rtx tramp = XEXP (m_tramp, 0);
4243 rtx mem;
4245 emit_block_move (m_tramp, assemble_trampoline_template (),
4246 GEN_INT (TRAMPOLINE_SIZE), BLOCK_OP_NORMAL);
4248 if (TARGET_V32)
4250 mem = adjust_address (m_tramp, SImode, 6);
4251 emit_move_insn (mem, plus_constant (Pmode, tramp, 38));
4252 mem = adjust_address (m_tramp, SImode, 22);
4253 emit_move_insn (mem, chain_value);
4254 mem = adjust_address (m_tramp, SImode, 28);
4255 emit_move_insn (mem, fnaddr);
4257 else
4259 mem = adjust_address (m_tramp, SImode, 10);
4260 emit_move_insn (mem, chain_value);
4261 mem = adjust_address (m_tramp, SImode, 16);
4262 emit_move_insn (mem, fnaddr);
4265 /* Note that there is no need to do anything with the cache for
4266 sake of a trampoline. */
4270 #if 0
4271 /* Various small functions to replace macros. Only called from a
4272 debugger. They might collide with gcc functions or system functions,
4273 so only emit them when '#if 1' above. */
4275 enum rtx_code Get_code (rtx);
4277 enum rtx_code
4278 Get_code (rtx x)
4280 return GET_CODE (x);
4283 const char *Get_mode (rtx);
4285 const char *
4286 Get_mode (rtx x)
4288 return GET_MODE_NAME (GET_MODE (x));
4291 rtx Xexp (rtx, int);
4294 Xexp (rtx x, int n)
4296 return XEXP (x, n);
4299 rtx Xvecexp (rtx, int, int);
4302 Xvecexp (rtx x, int n, int m)
4304 return XVECEXP (x, n, m);
4307 int Get_rtx_len (rtx);
4310 Get_rtx_len (rtx x)
4312 return GET_RTX_LENGTH (GET_CODE (x));
4315 /* Use upper-case to distinguish from local variables that are sometimes
4316 called next_insn and prev_insn. */
4318 rtx Next_insn (rtx);
4321 Next_insn (rtx insn)
4323 return NEXT_INSN (insn);
4326 rtx Prev_insn (rtx);
4329 Prev_insn (rtx insn)
4331 return PREV_INSN (insn);
4333 #endif
4335 #include "gt-cris.h"
4338 * Local variables:
4339 * eval: (c-set-style "gnu")
4340 * indent-tabs-mode: t
4341 * End: