1 /* Output routines for GCC for ARM.
2 Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
5 and Martin Simmons (@harleqn.co.uk).
6 More major hacks by Richard Earnshaw (rearnsha@arm.com).
7
8 This file is part of GCC.
9
10 GCC is free software; you can redistribute it and/or modify it
11 under the terms of the GNU General Public License as published
12 by the Free Software Foundation; either version 2, or (at your
13 option) any later version.
14
15 GCC is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
18 License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with GCC; see the file COPYING. If not, write to
22 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 Boston, MA 02110-1301, USA. */
24
25 #include "config.h"
26 #include "system.h"
27 #include "coretypes.h"
28 #include "tm.h"
29 #include "rtl.h"
30 #include "tree.h"
31 #include "obstack.h"
32 #include "regs.h"
33 #include "hard-reg-set.h"
34 #include "real.h"
35 #include "insn-config.h"
36 #include "conditions.h"
37 #include "output.h"
38 #include "insn-attr.h"
39 #include "flags.h"
40 #include "reload.h"
41 #include "function.h"
42 #include "expr.h"
43 #include "optabs.h"
44 #include "toplev.h"
45 #include "recog.h"
46 #include "ggc.h"
47 #include "except.h"
48 #include "c-pragma.h"
49 #include "integrate.h"
50 #include "tm_p.h"
51 #include "target.h"
52 #include "target-def.h"
53 #include "debug.h"
54 #include "langhooks.h"
55
56 /* Forward definitions of types. */
57 typedef struct minipool_node Mnode;
58 typedef struct minipool_fixup Mfix;
59
60 const struct attribute_spec arm_attribute_table[];
61
62 /* Forward function declarations. */
63 static arm_stack_offsets *arm_get_frame_offsets (void);
64 static void arm_add_gc_roots (void);
65 static int arm_gen_constant (enum rtx_code, enum machine_mode, rtx,
66 HOST_WIDE_INT, rtx, rtx, int, int);
67 static unsigned bit_count (unsigned long);
68 static int arm_address_register_rtx_p (rtx, int);
69 static int arm_legitimate_index_p (enum machine_mode, rtx, RTX_CODE, int);
70 static int thumb_base_register_rtx_p (rtx, enum machine_mode, int);
71 inline static int thumb_index_register_rtx_p (rtx, int);
72 static int thumb_far_jump_used_p (void);
73 static bool thumb_force_lr_save (void);
74 static int const_ok_for_op (HOST_WIDE_INT, enum rtx_code);
75 static rtx emit_sfm (int, int);
76 static int arm_size_return_regs (void);
77 #ifndef AOF_ASSEMBLER
78 static bool arm_assemble_integer (rtx, unsigned int, int);
79 #endif
80 static const char *fp_const_from_val (REAL_VALUE_TYPE *);
81 static arm_cc get_arm_condition_code (rtx);
82 static HOST_WIDE_INT int_log2 (HOST_WIDE_INT);
83 static rtx is_jump_table (rtx);
84 static const char *output_multi_immediate (rtx *, const char *, const char *,
85 int, HOST_WIDE_INT);
86 static const char *shift_op (rtx, HOST_WIDE_INT *);
87 static struct machine_function *arm_init_machine_status (void);
88 static void thumb_exit (FILE *, int);
89 static rtx is_jump_table (rtx);
90 static HOST_WIDE_INT get_jump_table_size (rtx);
91 static Mnode *move_minipool_fix_forward_ref (Mnode *, Mnode *, HOST_WIDE_INT);
92 static Mnode *add_minipool_forward_ref (Mfix *);
93 static Mnode *move_minipool_fix_backward_ref (Mnode *, Mnode *, HOST_WIDE_INT);
94 static Mnode *add_minipool_backward_ref (Mfix *);
95 static void assign_minipool_offsets (Mfix *);
96 static void arm_print_value (FILE *, rtx);
97 static void dump_minipool (rtx);
98 static int arm_barrier_cost (rtx);
99 static Mfix *create_fix_barrier (Mfix *, HOST_WIDE_INT);
100 static void push_minipool_barrier (rtx, HOST_WIDE_INT);
101 static void push_minipool_fix (rtx, HOST_WIDE_INT, rtx *, enum machine_mode,
102 rtx);
103 static void arm_reorg (void);
104 static bool note_invalid_constants (rtx, HOST_WIDE_INT, int);
105 static int current_file_function_operand (rtx);
106 static unsigned long arm_compute_save_reg0_reg12_mask (void);
107 static unsigned long arm_compute_save_reg_mask (void);
108 static unsigned long arm_isr_value (tree);
109 static unsigned long arm_compute_func_type (void);
110 static tree arm_handle_fndecl_attribute (tree *, tree, tree, int, bool *);
111 static tree arm_handle_isr_attribute (tree *, tree, tree, int, bool *);
112 #if TARGET_DLLIMPORT_DECL_ATTRIBUTES
113 static tree arm_handle_notshared_attribute (tree *, tree, tree, int, bool *);
114 #endif
115 static void arm_output_function_epilogue (FILE *, HOST_WIDE_INT);
116 static void arm_output_function_prologue (FILE *, HOST_WIDE_INT);
117 static void thumb_output_function_prologue (FILE *, HOST_WIDE_INT);
118 static int arm_comp_type_attributes (tree, tree);
119 static void arm_set_default_type_attributes (tree);
120 static int arm_adjust_cost (rtx, rtx, rtx, int);
121 static int count_insns_for_constant (HOST_WIDE_INT, int);
122 static int arm_get_strip_length (int);
123 static bool arm_function_ok_for_sibcall (tree, tree);
124 static void arm_internal_label (FILE *, const char *, unsigned long);
125 static void arm_output_mi_thunk (FILE *, tree, HOST_WIDE_INT, HOST_WIDE_INT,
126 tree);
127 static int arm_rtx_costs_1 (rtx, enum rtx_code, enum rtx_code);
128 static bool arm_size_rtx_costs (rtx, int, int, int *);
129 static bool arm_slowmul_rtx_costs (rtx, int, int, int *);
130 static bool arm_fastmul_rtx_costs (rtx, int, int, int *);
131 static bool arm_xscale_rtx_costs (rtx, int, int, int *);
132 static bool arm_9e_rtx_costs (rtx, int, int, int *);
133 static int arm_address_cost (rtx);
134 static bool arm_memory_load_p (rtx);
135 static bool arm_cirrus_insn_p (rtx);
136 static void cirrus_reorg (rtx);
137 static void arm_init_builtins (void);
138 static rtx arm_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
139 static void arm_init_iwmmxt_builtins (void);
140 static rtx safe_vector_operand (rtx, enum machine_mode);
141 static rtx arm_expand_binop_builtin (enum insn_code, tree, rtx);
142 static rtx arm_expand_unop_builtin (enum insn_code, tree, rtx, int);
143 static rtx arm_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
144 static void emit_constant_insn (rtx cond, rtx pattern);
145 static rtx emit_set_insn (rtx, rtx);
146 static int arm_arg_partial_bytes (CUMULATIVE_ARGS *, enum machine_mode,
147 tree, bool);
148
149 #ifdef OBJECT_FORMAT_ELF
150 static void arm_elf_asm_constructor (rtx, int);
151 #endif
152 #ifndef ARM_PE
153 static void arm_encode_section_info (tree, rtx, int);
154 #endif
155
156 static void arm_file_end (void);
157
158 #ifdef AOF_ASSEMBLER
159 static void aof_globalize_label (FILE *, const char *);
160 static void aof_dump_imports (FILE *);
161 static void aof_dump_pic_table (FILE *);
162 static void aof_file_start (void);
163 static void aof_file_end (void);
164 static void aof_asm_init_sections (void);
165 #endif
166 static void arm_setup_incoming_varargs (CUMULATIVE_ARGS *, enum machine_mode,
167 tree, int *, int);
168 static bool arm_pass_by_reference (CUMULATIVE_ARGS *,
169 enum machine_mode, tree, bool);
170 static bool arm_promote_prototypes (tree);
171 static bool arm_default_short_enums (void);
172 static bool arm_align_anon_bitfield (void);
173 static bool arm_return_in_msb (tree);
174 static bool arm_must_pass_in_stack (enum machine_mode, tree);
175 #ifdef TARGET_UNWIND_INFO
176 static void arm_unwind_emit (FILE *, rtx);
177 static bool arm_output_ttype (rtx);
178 #endif
179
180 static tree arm_cxx_guard_type (void);
181 static bool arm_cxx_guard_mask_bit (void);
182 static tree arm_get_cookie_size (tree);
183 static bool arm_cookie_has_size (void);
184 static bool arm_cxx_cdtor_returns_this (void);
185 static bool arm_cxx_key_method_may_be_inline (void);
186 static void arm_cxx_determine_class_data_visibility (tree);
187 static bool arm_cxx_class_data_always_comdat (void);
188 static bool arm_cxx_use_aeabi_atexit (void);
189 static void arm_init_libfuncs (void);
190 static bool arm_handle_option (size_t, const char *, int);
191 static unsigned HOST_WIDE_INT arm_shift_truncation_mask (enum machine_mode);
192 static bool arm_cannot_copy_insn_p (rtx);
193 static bool arm_tls_symbol_p (rtx x);
194
195
196 /* Initialize the GCC target structure. */
197 #if TARGET_DLLIMPORT_DECL_ATTRIBUTES
198 #undef TARGET_MERGE_DECL_ATTRIBUTES
199 #define TARGET_MERGE_DECL_ATTRIBUTES merge_dllimport_decl_attributes
200 #endif
201
202 #undef TARGET_ATTRIBUTE_TABLE
203 #define TARGET_ATTRIBUTE_TABLE arm_attribute_table
204
205 #undef TARGET_ASM_FILE_END
206 #define TARGET_ASM_FILE_END arm_file_end
207
208 #ifdef AOF_ASSEMBLER
209 #undef TARGET_ASM_BYTE_OP
210 #define TARGET_ASM_BYTE_OP "\tDCB\t"
211 #undef TARGET_ASM_ALIGNED_HI_OP
212 #define TARGET_ASM_ALIGNED_HI_OP "\tDCW\t"
213 #undef TARGET_ASM_ALIGNED_SI_OP
214 #define TARGET_ASM_ALIGNED_SI_OP "\tDCD\t"
215 #undef TARGET_ASM_GLOBALIZE_LABEL
216 #define TARGET_ASM_GLOBALIZE_LABEL aof_globalize_label
217 #undef TARGET_ASM_FILE_START
218 #define TARGET_ASM_FILE_START aof_file_start
219 #undef TARGET_ASM_FILE_END
220 #define TARGET_ASM_FILE_END aof_file_end
221 #else
222 #undef TARGET_ASM_ALIGNED_SI_OP
223 #define TARGET_ASM_ALIGNED_SI_OP NULL
224 #undef TARGET_ASM_INTEGER
225 #define TARGET_ASM_INTEGER arm_assemble_integer
226 #endif
227
228 #undef TARGET_ASM_FUNCTION_PROLOGUE
229 #define TARGET_ASM_FUNCTION_PROLOGUE arm_output_function_prologue
230
231 #undef TARGET_ASM_FUNCTION_EPILOGUE
232 #define TARGET_ASM_FUNCTION_EPILOGUE arm_output_function_epilogue
233
234 #undef TARGET_DEFAULT_TARGET_FLAGS
235 #define TARGET_DEFAULT_TARGET_FLAGS (TARGET_DEFAULT | MASK_SCHED_PROLOG)
236 #undef TARGET_HANDLE_OPTION
237 #define TARGET_HANDLE_OPTION arm_handle_option
238
239 #undef TARGET_COMP_TYPE_ATTRIBUTES
240 #define TARGET_COMP_TYPE_ATTRIBUTES arm_comp_type_attributes
241
242 #undef TARGET_SET_DEFAULT_TYPE_ATTRIBUTES
243 #define TARGET_SET_DEFAULT_TYPE_ATTRIBUTES arm_set_default_type_attributes
244
245 #undef TARGET_SCHED_ADJUST_COST
246 #define TARGET_SCHED_ADJUST_COST arm_adjust_cost
247
248 #undef TARGET_ENCODE_SECTION_INFO
249 #ifdef ARM_PE
250 #define TARGET_ENCODE_SECTION_INFO arm_pe_encode_section_info
251 #else
252 #define TARGET_ENCODE_SECTION_INFO arm_encode_section_info
253 #endif
254
255 #undef TARGET_STRIP_NAME_ENCODING
256 #define TARGET_STRIP_NAME_ENCODING arm_strip_name_encoding
257
258 #undef TARGET_ASM_INTERNAL_LABEL
259 #define TARGET_ASM_INTERNAL_LABEL arm_internal_label
260
261 #undef TARGET_FUNCTION_OK_FOR_SIBCALL
262 #define TARGET_FUNCTION_OK_FOR_SIBCALL arm_function_ok_for_sibcall
263
264 #undef TARGET_ASM_OUTPUT_MI_THUNK
265 #define TARGET_ASM_OUTPUT_MI_THUNK arm_output_mi_thunk
266 #undef TARGET_ASM_CAN_OUTPUT_MI_THUNK
267 #define TARGET_ASM_CAN_OUTPUT_MI_THUNK default_can_output_mi_thunk_no_vcall
268
269 /* This will be overridden in arm_override_options. */
270 #undef TARGET_RTX_COSTS
271 #define TARGET_RTX_COSTS arm_slowmul_rtx_costs
272 #undef TARGET_ADDRESS_COST
273 #define TARGET_ADDRESS_COST arm_address_cost
274
275 #undef TARGET_SHIFT_TRUNCATION_MASK
276 #define TARGET_SHIFT_TRUNCATION_MASK arm_shift_truncation_mask
277 #undef TARGET_VECTOR_MODE_SUPPORTED_P
278 #define TARGET_VECTOR_MODE_SUPPORTED_P arm_vector_mode_supported_p
279
280 #undef TARGET_MACHINE_DEPENDENT_REORG
281 #define TARGET_MACHINE_DEPENDENT_REORG arm_reorg
282
283 #undef TARGET_INIT_BUILTINS
284 #define TARGET_INIT_BUILTINS arm_init_builtins
285 #undef TARGET_EXPAND_BUILTIN
286 #define TARGET_EXPAND_BUILTIN arm_expand_builtin
287
288 #undef TARGET_INIT_LIBFUNCS
289 #define TARGET_INIT_LIBFUNCS arm_init_libfuncs
290
291 #undef TARGET_PROMOTE_FUNCTION_ARGS
292 #define TARGET_PROMOTE_FUNCTION_ARGS hook_bool_tree_true
293 #undef TARGET_PROMOTE_FUNCTION_RETURN
294 #define TARGET_PROMOTE_FUNCTION_RETURN hook_bool_tree_true
295 #undef TARGET_PROMOTE_PROTOTYPES
296 #define TARGET_PROMOTE_PROTOTYPES arm_promote_prototypes
297 #undef TARGET_PASS_BY_REFERENCE
298 #define TARGET_PASS_BY_REFERENCE arm_pass_by_reference
299 #undef TARGET_ARG_PARTIAL_BYTES
300 #define TARGET_ARG_PARTIAL_BYTES arm_arg_partial_bytes
301
302 #undef TARGET_SETUP_INCOMING_VARARGS
303 #define TARGET_SETUP_INCOMING_VARARGS arm_setup_incoming_varargs
304
305 #undef TARGET_DEFAULT_SHORT_ENUMS
306 #define TARGET_DEFAULT_SHORT_ENUMS arm_default_short_enums
307
308 #undef TARGET_ALIGN_ANON_BITFIELD
309 #define TARGET_ALIGN_ANON_BITFIELD arm_align_anon_bitfield
310
311 #undef TARGET_NARROW_VOLATILE_BITFIELD
312 #define TARGET_NARROW_VOLATILE_BITFIELD hook_bool_void_false
313
314 #undef TARGET_CXX_GUARD_TYPE
315 #define TARGET_CXX_GUARD_TYPE arm_cxx_guard_type
316
317 #undef TARGET_CXX_GUARD_MASK_BIT
318 #define TARGET_CXX_GUARD_MASK_BIT arm_cxx_guard_mask_bit
319
320 #undef TARGET_CXX_GET_COOKIE_SIZE
321 #define TARGET_CXX_GET_COOKIE_SIZE arm_get_cookie_size
322
323 #undef TARGET_CXX_COOKIE_HAS_SIZE
324 #define TARGET_CXX_COOKIE_HAS_SIZE arm_cookie_has_size
325
326 #undef TARGET_CXX_CDTOR_RETURNS_THIS
327 #define TARGET_CXX_CDTOR_RETURNS_THIS arm_cxx_cdtor_returns_this
328
329 #undef TARGET_CXX_KEY_METHOD_MAY_BE_INLINE
330 #define TARGET_CXX_KEY_METHOD_MAY_BE_INLINE arm_cxx_key_method_may_be_inline
331
332 #undef TARGET_CXX_USE_AEABI_ATEXIT
333 #define TARGET_CXX_USE_AEABI_ATEXIT arm_cxx_use_aeabi_atexit
334
335 #undef TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY
336 #define TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY \
337 arm_cxx_determine_class_data_visibility
338
339 #undef TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT
340 #define TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT arm_cxx_class_data_always_comdat
341
342 #undef TARGET_RETURN_IN_MSB
343 #define TARGET_RETURN_IN_MSB arm_return_in_msb
344
345 #undef TARGET_MUST_PASS_IN_STACK
346 #define TARGET_MUST_PASS_IN_STACK arm_must_pass_in_stack
347
348 #ifdef TARGET_UNWIND_INFO
349 #undef TARGET_UNWIND_EMIT
350 #define TARGET_UNWIND_EMIT arm_unwind_emit
351
352 /* EABI unwinding tables use a different format for the typeinfo tables. */
353 #undef TARGET_ASM_TTYPE
354 #define TARGET_ASM_TTYPE arm_output_ttype
355
356 #undef TARGET_ARM_EABI_UNWINDER
357 #define TARGET_ARM_EABI_UNWINDER true
358 #endif /* TARGET_UNWIND_INFO */
359
360 #undef TARGET_CANNOT_COPY_INSN_P
361 #define TARGET_CANNOT_COPY_INSN_P arm_cannot_copy_insn_p
362
363 #ifdef HAVE_AS_TLS
364 #undef TARGET_HAVE_TLS
365 #define TARGET_HAVE_TLS true
366 #endif
367
368 #undef TARGET_CANNOT_FORCE_CONST_MEM
369 #define TARGET_CANNOT_FORCE_CONST_MEM arm_tls_referenced_p
370
371 struct gcc_target targetm = TARGET_INITIALIZER;
372
373 /* Obstack for minipool constant handling. */
374 static struct obstack minipool_obstack;
375 static char * minipool_startobj;
376
377 /* The maximum number of insns skipped which
378 will be conditionalised if possible. */
379 static int max_insns_skipped = 5;
380
381 extern FILE * asm_out_file;
382
383 /* True if we are currently building a constant table. */
384 int making_const_table;
385
386 /* Define the information needed to generate branch insns. This is
387 stored from the compare operation. */
388 rtx arm_compare_op0, arm_compare_op1;
389
390 /* The processor for which instructions should be scheduled. */
391 enum processor_type arm_tune = arm_none;
392
393 /* Which floating point model to use. */
394 enum arm_fp_model arm_fp_model;
395
396 /* Which floating point hardware is available. */
397 enum fputype arm_fpu_arch;
398
399 /* Which floating point hardware to schedule for. */
400 enum fputype arm_fpu_tune;
401
402 /* Whether to use floating point hardware. */
403 enum float_abi_type arm_float_abi;
404
405 /* Which ABI to use. */
406 enum arm_abi_type arm_abi;
407
408 /* Which thread pointer model to use. */
409 enum arm_tp_type target_thread_pointer = TP_AUTO;
410
411 /* Used to parse -mstructure_size_boundary command line option. */
412 int arm_structure_size_boundary = DEFAULT_STRUCTURE_SIZE_BOUNDARY;
413
414 /* Used for Thumb call_via trampolines. */
415 rtx thumb_call_via_label[14];
416 static int thumb_call_reg_needed;
417
418 /* Bit values used to identify processor capabilities. */
419 #define FL_CO_PROC (1 << 0) /* Has external co-processor bus */
420 #define FL_ARCH3M (1 << 1) /* Extended multiply */
421 #define FL_MODE26 (1 << 2) /* 26-bit mode support */
422 #define FL_MODE32 (1 << 3) /* 32-bit mode support */
423 #define FL_ARCH4 (1 << 4) /* Architecture rel 4 */
424 #define FL_ARCH5 (1 << 5) /* Architecture rel 5 */
425 #define FL_THUMB (1 << 6) /* Thumb aware */
426 #define FL_LDSCHED (1 << 7) /* Load scheduling necessary */
427 #define FL_STRONG (1 << 8) /* StrongARM */
428 #define FL_ARCH5E (1 << 9) /* DSP extensions to v5 */
429 #define FL_XSCALE (1 << 10) /* XScale */
430 #define FL_CIRRUS (1 << 11) /* Cirrus/DSP. */
431 #define FL_ARCH6 (1 << 12) /* Architecture rel 6. Adds
432 media instructions. */
433 #define FL_VFPV2 (1 << 13) /* Vector Floating Point V2. */
434 #define FL_WBUF (1 << 14) /* Schedule for write buffer ops.
435 Note: ARM6 & 7 derivatives only. */
436 #define FL_ARCH6K (1 << 15) /* Architecture rel 6 K extensions. */
437
438 #define FL_IWMMXT (1 << 29) /* XScale v2 or "Intel Wireless MMX technology". */
439
440 #define FL_FOR_ARCH2 0
441 #define FL_FOR_ARCH3 FL_MODE32
442 #define FL_FOR_ARCH3M (FL_FOR_ARCH3 | FL_ARCH3M)
443 #define FL_FOR_ARCH4 (FL_FOR_ARCH3M | FL_ARCH4)
444 #define FL_FOR_ARCH4T (FL_FOR_ARCH4 | FL_THUMB)
445 #define FL_FOR_ARCH5 (FL_FOR_ARCH4 | FL_ARCH5)
446 #define FL_FOR_ARCH5T (FL_FOR_ARCH5 | FL_THUMB)
447 #define FL_FOR_ARCH5E (FL_FOR_ARCH5 | FL_ARCH5E)
448 #define FL_FOR_ARCH5TE (FL_FOR_ARCH5E | FL_THUMB)
449 #define FL_FOR_ARCH5TEJ FL_FOR_ARCH5TE
450 #define FL_FOR_ARCH6 (FL_FOR_ARCH5TE | FL_ARCH6)
451 #define FL_FOR_ARCH6J FL_FOR_ARCH6
452 #define FL_FOR_ARCH6K (FL_FOR_ARCH6 | FL_ARCH6K)
453 #define FL_FOR_ARCH6Z FL_FOR_ARCH6
454 #define FL_FOR_ARCH6ZK FL_FOR_ARCH6K
455
456 /* The bits in this mask specify which
457 instructions we are allowed to generate. */
458 static unsigned long insn_flags = 0;
459
460 /* The bits in this mask specify which instruction scheduling options should
461 be used. */
462 static unsigned long tune_flags = 0;
463
464 /* The following are used in the arm.md file as equivalents to bits
465 in the above two flag variables. */
466
467 /* Nonzero if this chip supports the ARM Architecture 3M extensions. */
468 int arm_arch3m = 0;
469
470 /* Nonzero if this chip supports the ARM Architecture 4 extensions. */
471 int arm_arch4 = 0;
472
473 /* Nonzero if this chip supports the ARM Architecture 4t extensions. */
474 int arm_arch4t = 0;
475
476 /* Nonzero if this chip supports the ARM Architecture 5 extensions. */
477 int arm_arch5 = 0;
478
479 /* Nonzero if this chip supports the ARM Architecture 5E extensions. */
480 int arm_arch5e = 0;
481
482 /* Nonzero if this chip supports the ARM Architecture 6 extensions. */
483 int arm_arch6 = 0;
484
485 /* Nonzero if this chip supports the ARM 6K extensions. */
486 int arm_arch6k = 0;
487
488 /* Nonzero if this chip can benefit from load scheduling. */
489 int arm_ld_sched = 0;
490
491 /* Nonzero if this chip is a StrongARM. */
492 int arm_tune_strongarm = 0;
493
494 /* Nonzero if this chip is a Cirrus variant. */
495 int arm_arch_cirrus = 0;
496
497 /* Nonzero if this chip supports Intel Wireless MMX technology. */
498 int arm_arch_iwmmxt = 0;
499
500 /* Nonzero if this chip is an XScale. */
501 int arm_arch_xscale = 0;
502
503 /* Nonzero if tuning for XScale */
504 int arm_tune_xscale = 0;
505
506 /* Nonzero if we want to tune for stores that access the write-buffer.
507 This typically means an ARM6 or ARM7 with MMU or MPU. */
508 int arm_tune_wbuf = 0;
509
510 /* Nonzero if generating Thumb instructions. */
511 int thumb_code = 0;
512
513 /* Nonzero if we should define __THUMB_INTERWORK__ in the
514 preprocessor.
515 XXX This is a bit of a hack, it's intended to help work around
516 problems in GLD which doesn't understand that armv5t code is
517 interworking clean. */
518 int arm_cpp_interwork = 0;
519
520 /* In case of a PRE_INC, POST_INC, PRE_DEC, POST_DEC memory reference, we
521 must report the mode of the memory reference from PRINT_OPERAND to
522 PRINT_OPERAND_ADDRESS. */
523 enum machine_mode output_memory_reference_mode;
524
525 /* The register number to be used for the PIC offset register. */
526 unsigned arm_pic_register = INVALID_REGNUM;
527
528 /* Set to 1 when a return insn is output, this means that the epilogue
529 is not needed. */
530 int return_used_this_function;
531
532 /* Set to 1 after arm_reorg has started. Reset to start at the start of
533 the next function. */
534 static int after_arm_reorg = 0;
535
536 /* The maximum number of insns to be used when loading a constant. */
537 static int arm_constant_limit = 3;
538
539 /* For an explanation of these variables, see final_prescan_insn below. */
540 int arm_ccfsm_state;
541 enum arm_cond_code arm_current_cc;
542 rtx arm_target_insn;
543 int arm_target_label;
544
545 /* The condition codes of the ARM, and the inverse function. */
546 static const char * const arm_condition_codes[] =
547 {
548 "eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
549 "hi", "ls", "ge", "lt", "gt", "le", "al", "nv"
550 };
551
552 #define streq(string1, string2) (strcmp (string1, string2) == 0)
553
554 /* Initialization code. */
555
556 struct processors
557 {
558 const char *const name;
559 enum processor_type core;
560 const char *arch;
561 const unsigned long flags;
562 bool (* rtx_costs) (rtx, int, int, int *);
563 };
564
565 /* Not all of these give usefully different compilation alternatives,
566 but there is no simple way of generalizing them. */
567 static const struct processors all_cores[] =
568 {
569 /* ARM Cores */
570 #define ARM_CORE(NAME, IDENT, ARCH, FLAGS, COSTS) \
571 {NAME, arm_none, #ARCH, FLAGS | FL_FOR_ARCH##ARCH, arm_##COSTS##_rtx_costs},
572 #include "arm-cores.def"
573 #undef ARM_CORE
574 {NULL, arm_none, NULL, 0, NULL}
575 };
576
577 static const struct processors all_architectures[] =
578 {
579 /* ARM Architectures */
580 /* We don't specify rtx_costs here as it will be figured out
581 from the core. */
582
583 {"armv2", arm2, "2", FL_CO_PROC | FL_MODE26 | FL_FOR_ARCH2, NULL},
584 {"armv2a", arm2, "2", FL_CO_PROC | FL_MODE26 | FL_FOR_ARCH2, NULL},
585 {"armv3", arm6, "3", FL_CO_PROC | FL_MODE26 | FL_FOR_ARCH3, NULL},
586 {"armv3m", arm7m, "3M", FL_CO_PROC | FL_MODE26 | FL_FOR_ARCH3M, NULL},
587 {"armv4", arm7tdmi, "4", FL_CO_PROC | FL_MODE26 | FL_FOR_ARCH4, NULL},
588 /* Strictly, FL_MODE26 is a permitted option for v4t, but there are no
589 implementations that support it, so we will leave it out for now. */
590 {"armv4t", arm7tdmi, "4T", FL_CO_PROC | FL_FOR_ARCH4T, NULL},
591 {"armv5", arm10tdmi, "5", FL_CO_PROC | FL_FOR_ARCH5, NULL},
592 {"armv5t", arm10tdmi, "5T", FL_CO_PROC | FL_FOR_ARCH5T, NULL},
593 {"armv5e", arm1026ejs, "5E", FL_CO_PROC | FL_FOR_ARCH5E, NULL},
594 {"armv5te", arm1026ejs, "5TE", FL_CO_PROC | FL_FOR_ARCH5TE, NULL},
595 {"armv6", arm1136js, "6", FL_CO_PROC | FL_FOR_ARCH6, NULL},
596 {"armv6j", arm1136js, "6J", FL_CO_PROC | FL_FOR_ARCH6J, NULL},
597 {"armv6k", mpcore, "6K", FL_CO_PROC | FL_FOR_ARCH6K, NULL},
598 {"armv6z", arm1176jzs, "6Z", FL_CO_PROC | FL_FOR_ARCH6Z, NULL},
599 {"armv6zk", arm1176jzs, "6ZK", FL_CO_PROC | FL_FOR_ARCH6ZK, NULL},
600 {"ep9312", ep9312, "4T", FL_LDSCHED | FL_CIRRUS | FL_FOR_ARCH4, NULL},
601 {"iwmmxt", iwmmxt, "5TE", FL_LDSCHED | FL_STRONG | FL_FOR_ARCH5TE | FL_XSCALE | FL_IWMMXT , NULL},
602 {NULL, arm_none, NULL, 0 , NULL}
603 };
604
605 struct arm_cpu_select
606 {
607 const char * string;
608 const char * name;
609 const struct processors * processors;
610 };
611
612 /* This is a magic structure. The 'string' field is magically filled in
613 with a pointer to the value specified by the user on the command line
614 assuming that the user has specified such a value. */
615
616 static struct arm_cpu_select arm_select[] =
617 {
618 /* string name processors */
619 { NULL, "-mcpu=", all_cores },
620 { NULL, "-march=", all_architectures },
621 { NULL, "-mtune=", all_cores }
622 };
623
624 /* Defines representing the indexes into the above table. */
625 #define ARM_OPT_SET_CPU 0
626 #define ARM_OPT_SET_ARCH 1
627 #define ARM_OPT_SET_TUNE 2
628
629 /* The name of the preprocessor macro to define for this architecture. */
630
631 char arm_arch_name[] = "__ARM_ARCH_0UNK__";
632
633 struct fpu_desc
634 {
635 const char * name;
636 enum fputype fpu;
637 };
638
639
640 /* Available values for -mfpu=. */
641
642 static const struct fpu_desc all_fpus[] =
643 {
644 {"fpa", FPUTYPE_FPA},
645 {"fpe2", FPUTYPE_FPA_EMU2},
646 {"fpe3", FPUTYPE_FPA_EMU2},
647 {"maverick", FPUTYPE_MAVERICK},
648 {"vfp", FPUTYPE_VFP}
649 };
650
651
652 /* Floating point models used by the different hardware.
653 See fputype in arm.h. */
654
655 static const enum fputype fp_model_for_fpu[] =
656 {
657 /* No FP hardware. */
658 ARM_FP_MODEL_UNKNOWN, /* FPUTYPE_NONE */
659 ARM_FP_MODEL_FPA, /* FPUTYPE_FPA */
660 ARM_FP_MODEL_FPA, /* FPUTYPE_FPA_EMU2 */
661 ARM_FP_MODEL_FPA, /* FPUTYPE_FPA_EMU3 */
662 ARM_FP_MODEL_MAVERICK, /* FPUTYPE_MAVERICK */
663 ARM_FP_MODEL_VFP /* FPUTYPE_VFP */
664 };
665
666
667 struct float_abi
668 {
669 const char * name;
670 enum float_abi_type abi_type;
671 };
672
673
674 /* Available values for -mfloat-abi=. */
675
676 static const struct float_abi all_float_abis[] =
677 {
678 {"soft", ARM_FLOAT_ABI_SOFT},
679 {"softfp", ARM_FLOAT_ABI_SOFTFP},
680 {"hard", ARM_FLOAT_ABI_HARD}
681 };
682
683
684 struct abi_name
685 {
686 const char *name;
687 enum arm_abi_type abi_type;
688 };
689
690
691 /* Available values for -mabi=. */
692
693 static const struct abi_name arm_all_abis[] =
694 {
695 {"apcs-gnu", ARM_ABI_APCS},
696 {"atpcs", ARM_ABI_ATPCS},
697 {"aapcs", ARM_ABI_AAPCS},
698 {"iwmmxt", ARM_ABI_IWMMXT},
699 {"aapcs-linux", ARM_ABI_AAPCS_LINUX}
700 };
701
702 /* Supported TLS relocations. */
703
704 enum tls_reloc {
705 TLS_GD32,
706 TLS_LDM32,
707 TLS_LDO32,
708 TLS_IE32,
709 TLS_LE32
710 };
711
712 /* Emit an insn that's a simple single-set. Both the operands must be known
713 to be valid. */
714 inline static rtx
emit_set_insn(rtx x,rtx y)715 emit_set_insn (rtx x, rtx y)
716 {
717 return emit_insn (gen_rtx_SET (VOIDmode, x, y));
718 }
719
720 /* Return the number of bits set in VALUE. */
721 static unsigned
bit_count(unsigned long value)722 bit_count (unsigned long value)
723 {
724 unsigned long count = 0;
725
726 while (value)
727 {
728 count++;
729 value &= value - 1; /* Clear the least-significant set bit. */
730 }
731
732 return count;
733 }
734
735 /* Set up library functions unique to ARM. */
736
737 static void
arm_init_libfuncs(void)738 arm_init_libfuncs (void)
739 {
740 /* There are no special library functions unless we are using the
741 ARM BPABI. */
742 if (!TARGET_BPABI)
743 return;
744
745 /* The functions below are described in Section 4 of the "Run-Time
746 ABI for the ARM architecture", Version 1.0. */
747
748 /* Double-precision floating-point arithmetic. Table 2. */
749 set_optab_libfunc (add_optab, DFmode, "__aeabi_dadd");
750 set_optab_libfunc (sdiv_optab, DFmode, "__aeabi_ddiv");
751 set_optab_libfunc (smul_optab, DFmode, "__aeabi_dmul");
752 set_optab_libfunc (neg_optab, DFmode, "__aeabi_dneg");
753 set_optab_libfunc (sub_optab, DFmode, "__aeabi_dsub");
754
755 /* Double-precision comparisons. Table 3. */
756 set_optab_libfunc (eq_optab, DFmode, "__aeabi_dcmpeq");
757 set_optab_libfunc (ne_optab, DFmode, NULL);
758 set_optab_libfunc (lt_optab, DFmode, "__aeabi_dcmplt");
759 set_optab_libfunc (le_optab, DFmode, "__aeabi_dcmple");
760 set_optab_libfunc (ge_optab, DFmode, "__aeabi_dcmpge");
761 set_optab_libfunc (gt_optab, DFmode, "__aeabi_dcmpgt");
762 set_optab_libfunc (unord_optab, DFmode, "__aeabi_dcmpun");
763
764 /* Single-precision floating-point arithmetic. Table 4. */
765 set_optab_libfunc (add_optab, SFmode, "__aeabi_fadd");
766 set_optab_libfunc (sdiv_optab, SFmode, "__aeabi_fdiv");
767 set_optab_libfunc (smul_optab, SFmode, "__aeabi_fmul");
768 set_optab_libfunc (neg_optab, SFmode, "__aeabi_fneg");
769 set_optab_libfunc (sub_optab, SFmode, "__aeabi_fsub");
770
771 /* Single-precision comparisons. Table 5. */
772 set_optab_libfunc (eq_optab, SFmode, "__aeabi_fcmpeq");
773 set_optab_libfunc (ne_optab, SFmode, NULL);
774 set_optab_libfunc (lt_optab, SFmode, "__aeabi_fcmplt");
775 set_optab_libfunc (le_optab, SFmode, "__aeabi_fcmple");
776 set_optab_libfunc (ge_optab, SFmode, "__aeabi_fcmpge");
777 set_optab_libfunc (gt_optab, SFmode, "__aeabi_fcmpgt");
778 set_optab_libfunc (unord_optab, SFmode, "__aeabi_fcmpun");
779
780 /* Floating-point to integer conversions. Table 6. */
781 set_conv_libfunc (sfix_optab, SImode, DFmode, "__aeabi_d2iz");
782 set_conv_libfunc (ufix_optab, SImode, DFmode, "__aeabi_d2uiz");
783 set_conv_libfunc (sfix_optab, DImode, DFmode, "__aeabi_d2lz");
784 set_conv_libfunc (ufix_optab, DImode, DFmode, "__aeabi_d2ulz");
785 set_conv_libfunc (sfix_optab, SImode, SFmode, "__aeabi_f2iz");
786 set_conv_libfunc (ufix_optab, SImode, SFmode, "__aeabi_f2uiz");
787 set_conv_libfunc (sfix_optab, DImode, SFmode, "__aeabi_f2lz");
788 set_conv_libfunc (ufix_optab, DImode, SFmode, "__aeabi_f2ulz");
789
790 /* Conversions between floating types. Table 7. */
791 set_conv_libfunc (trunc_optab, SFmode, DFmode, "__aeabi_d2f");
792 set_conv_libfunc (sext_optab, DFmode, SFmode, "__aeabi_f2d");
793
794 /* Integer to floating-point conversions. Table 8. */
795 set_conv_libfunc (sfloat_optab, DFmode, SImode, "__aeabi_i2d");
796 set_conv_libfunc (ufloat_optab, DFmode, SImode, "__aeabi_ui2d");
797 set_conv_libfunc (sfloat_optab, DFmode, DImode, "__aeabi_l2d");
798 set_conv_libfunc (ufloat_optab, DFmode, DImode, "__aeabi_ul2d");
799 set_conv_libfunc (sfloat_optab, SFmode, SImode, "__aeabi_i2f");
800 set_conv_libfunc (ufloat_optab, SFmode, SImode, "__aeabi_ui2f");
801 set_conv_libfunc (sfloat_optab, SFmode, DImode, "__aeabi_l2f");
802 set_conv_libfunc (ufloat_optab, SFmode, DImode, "__aeabi_ul2f");
803
804 /* Long long. Table 9. */
805 set_optab_libfunc (smul_optab, DImode, "__aeabi_lmul");
806 set_optab_libfunc (sdivmod_optab, DImode, "__aeabi_ldivmod");
807 set_optab_libfunc (udivmod_optab, DImode, "__aeabi_uldivmod");
808 set_optab_libfunc (ashl_optab, DImode, "__aeabi_llsl");
809 set_optab_libfunc (lshr_optab, DImode, "__aeabi_llsr");
810 set_optab_libfunc (ashr_optab, DImode, "__aeabi_lasr");
811 set_optab_libfunc (cmp_optab, DImode, "__aeabi_lcmp");
812 set_optab_libfunc (ucmp_optab, DImode, "__aeabi_ulcmp");
813
814 /* Integer (32/32->32) division. \S 4.3.1. */
815 set_optab_libfunc (sdivmod_optab, SImode, "__aeabi_idivmod");
816 set_optab_libfunc (udivmod_optab, SImode, "__aeabi_uidivmod");
817
818 /* The divmod functions are designed so that they can be used for
819 plain division, even though they return both the quotient and the
820 remainder. The quotient is returned in the usual location (i.e.,
821 r0 for SImode, {r0, r1} for DImode), just as would be expected
822 for an ordinary division routine. Because the AAPCS calling
823 conventions specify that all of { r0, r1, r2, r3 } are
824 callee-saved registers, there is no need to tell the compiler
825 explicitly that those registers are clobbered by these
826 routines. */
827 set_optab_libfunc (sdiv_optab, DImode, "__aeabi_ldivmod");
828 set_optab_libfunc (udiv_optab, DImode, "__aeabi_uldivmod");
829
830 /* For SImode division the ABI provides div-without-mod routines,
831 which are faster. */
832 set_optab_libfunc (sdiv_optab, SImode, "__aeabi_idiv");
833 set_optab_libfunc (udiv_optab, SImode, "__aeabi_uidiv");
834
835 /* We don't have mod libcalls. Fortunately gcc knows how to use the
836 divmod libcalls instead. */
837 set_optab_libfunc (smod_optab, DImode, NULL);
838 set_optab_libfunc (umod_optab, DImode, NULL);
839 set_optab_libfunc (smod_optab, SImode, NULL);
840 set_optab_libfunc (umod_optab, SImode, NULL);
841 }
842
843 /* Implement TARGET_HANDLE_OPTION. */
844
845 static bool
arm_handle_option(size_t code,const char * arg,int value ATTRIBUTE_UNUSED)846 arm_handle_option (size_t code, const char *arg, int value ATTRIBUTE_UNUSED)
847 {
848 switch (code)
849 {
850 case OPT_march_:
851 arm_select[1].string = arg;
852 return true;
853
854 case OPT_mcpu_:
855 arm_select[0].string = arg;
856 return true;
857
858 case OPT_mhard_float:
859 target_float_abi_name = "hard";
860 return true;
861
862 case OPT_msoft_float:
863 target_float_abi_name = "soft";
864 return true;
865
866 case OPT_mtune_:
867 arm_select[2].string = arg;
868 return true;
869
870 default:
871 return true;
872 }
873 }
874
875 /* Fix up any incompatible options that the user has specified.
876 This has now turned into a maze. */
877 void
arm_override_options(void)878 arm_override_options (void)
879 {
880 unsigned i;
881 enum processor_type target_arch_cpu = arm_none;
882
883 /* Set up the flags based on the cpu/architecture selected by the user. */
884 for (i = ARRAY_SIZE (arm_select); i--;)
885 {
886 struct arm_cpu_select * ptr = arm_select + i;
887
888 if (ptr->string != NULL && ptr->string[0] != '\0')
889 {
890 const struct processors * sel;
891
892 for (sel = ptr->processors; sel->name != NULL; sel++)
893 if (streq (ptr->string, sel->name))
894 {
895 /* Set the architecture define. */
896 if (i != ARM_OPT_SET_TUNE)
897 sprintf (arm_arch_name, "__ARM_ARCH_%s__", sel->arch);
898
899 /* Determine the processor core for which we should
900 tune code-generation. */
901 if (/* -mcpu= is a sensible default. */
902 i == ARM_OPT_SET_CPU
903 /* -mtune= overrides -mcpu= and -march=. */
904 || i == ARM_OPT_SET_TUNE)
905 arm_tune = (enum processor_type) (sel - ptr->processors);
906
907 /* Remember the CPU associated with this architecture.
908 If no other option is used to set the CPU type,
909 we'll use this to guess the most suitable tuning
910 options. */
911 if (i == ARM_OPT_SET_ARCH)
912 target_arch_cpu = sel->core;
913
914 if (i != ARM_OPT_SET_TUNE)
915 {
916 /* If we have been given an architecture and a processor
917 make sure that they are compatible. We only generate
918 a warning though, and we prefer the CPU over the
919 architecture. */
920 if (insn_flags != 0 && (insn_flags ^ sel->flags))
921 warning (0, "switch -mcpu=%s conflicts with -march= switch",
922 ptr->string);
923
924 insn_flags = sel->flags;
925 }
926
927 break;
928 }
929
930 if (sel->name == NULL)
931 error ("bad value (%s) for %s switch", ptr->string, ptr->name);
932 }
933 }
934
935 /* Guess the tuning options from the architecture if necessary. */
936 if (arm_tune == arm_none)
937 arm_tune = target_arch_cpu;
938
939 /* If the user did not specify a processor, choose one for them. */
940 if (insn_flags == 0)
941 {
942 const struct processors * sel;
943 unsigned int sought;
944 enum processor_type cpu;
945
946 cpu = TARGET_CPU_DEFAULT;
947 if (cpu == arm_none)
948 {
949 #ifdef SUBTARGET_CPU_DEFAULT
950 /* Use the subtarget default CPU if none was specified by
951 configure. */
952 cpu = SUBTARGET_CPU_DEFAULT;
953 #endif
954 /* Default to ARM6. */
955 if (cpu == arm_none)
956 cpu = arm6;
957 }
958 sel = &all_cores[cpu];
959
960 insn_flags = sel->flags;
961
962 /* Now check to see if the user has specified some command line
963 switch that require certain abilities from the cpu. */
964 sought = 0;
965
966 if (TARGET_INTERWORK || TARGET_THUMB)
967 {
968 sought |= (FL_THUMB | FL_MODE32);
969
970 /* There are no ARM processors that support both APCS-26 and
971 interworking. Therefore we force FL_MODE26 to be removed
972 from insn_flags here (if it was set), so that the search
973 below will always be able to find a compatible processor. */
974 insn_flags &= ~FL_MODE26;
975 }
976
977 if (sought != 0 && ((sought & insn_flags) != sought))
978 {
979 /* Try to locate a CPU type that supports all of the abilities
980 of the default CPU, plus the extra abilities requested by
981 the user. */
982 for (sel = all_cores; sel->name != NULL; sel++)
983 if ((sel->flags & sought) == (sought | insn_flags))
984 break;
985
986 if (sel->name == NULL)
987 {
988 unsigned current_bit_count = 0;
989 const struct processors * best_fit = NULL;
990
991 /* Ideally we would like to issue an error message here
992 saying that it was not possible to find a CPU compatible
993 with the default CPU, but which also supports the command
994 line options specified by the programmer, and so they
995 ought to use the -mcpu=<name> command line option to
996 override the default CPU type.
997
998 If we cannot find a cpu that has both the
999 characteristics of the default cpu and the given
1000 command line options we scan the array again looking
1001 for a best match. */
1002 for (sel = all_cores; sel->name != NULL; sel++)
1003 if ((sel->flags & sought) == sought)
1004 {
1005 unsigned count;
1006
1007 count = bit_count (sel->flags & insn_flags);
1008
1009 if (count >= current_bit_count)
1010 {
1011 best_fit = sel;
1012 current_bit_count = count;
1013 }
1014 }
1015
1016 gcc_assert (best_fit);
1017 sel = best_fit;
1018 }
1019
1020 insn_flags = sel->flags;
1021 }
1022 sprintf (arm_arch_name, "__ARM_ARCH_%s__", sel->arch);
1023 if (arm_tune == arm_none)
1024 arm_tune = (enum processor_type) (sel - all_cores);
1025 }
1026
1027 /* The processor for which we should tune should now have been
1028 chosen. */
1029 gcc_assert (arm_tune != arm_none);
1030
1031 tune_flags = all_cores[(int)arm_tune].flags;
1032 if (optimize_size)
1033 targetm.rtx_costs = arm_size_rtx_costs;
1034 else
1035 targetm.rtx_costs = all_cores[(int)arm_tune].rtx_costs;
1036
1037 /* Make sure that the processor choice does not conflict with any of the
1038 other command line choices. */
1039 if (TARGET_INTERWORK && !(insn_flags & FL_THUMB))
1040 {
1041 warning (0, "target CPU does not support interworking" );
1042 target_flags &= ~MASK_INTERWORK;
1043 }
1044
1045 if (TARGET_THUMB && !(insn_flags & FL_THUMB))
1046 {
1047 warning (0, "target CPU does not support THUMB instructions");
1048 target_flags &= ~MASK_THUMB;
1049 }
1050
1051 if (TARGET_APCS_FRAME && TARGET_THUMB)
1052 {
1053 /* warning (0, "ignoring -mapcs-frame because -mthumb was used"); */
1054 target_flags &= ~MASK_APCS_FRAME;
1055 }
1056
1057 /* Callee super interworking implies thumb interworking. Adding
1058 this to the flags here simplifies the logic elsewhere. */
1059 if (TARGET_THUMB && TARGET_CALLEE_INTERWORKING)
1060 target_flags |= MASK_INTERWORK;
1061
1062 /* TARGET_BACKTRACE calls leaf_function_p, which causes a crash if done
1063 from here where no function is being compiled currently. */
1064 if ((TARGET_TPCS_FRAME || TARGET_TPCS_LEAF_FRAME) && TARGET_ARM)
1065 warning (0, "enabling backtrace support is only meaningful when compiling for the Thumb");
1066
1067 if (TARGET_ARM && TARGET_CALLEE_INTERWORKING)
1068 warning (0, "enabling callee interworking support is only meaningful when compiling for the Thumb");
1069
1070 if (TARGET_ARM && TARGET_CALLER_INTERWORKING)
1071 warning (0, "enabling caller interworking support is only meaningful when compiling for the Thumb");
1072
1073 if (TARGET_APCS_STACK && !TARGET_APCS_FRAME)
1074 {
1075 warning (0, "-mapcs-stack-check incompatible with -mno-apcs-frame");
1076 target_flags |= MASK_APCS_FRAME;
1077 }
1078
1079 if (TARGET_POKE_FUNCTION_NAME)
1080 target_flags |= MASK_APCS_FRAME;
1081
1082 if (TARGET_APCS_REENT && flag_pic)
1083 error ("-fpic and -mapcs-reent are incompatible");
1084
1085 if (TARGET_APCS_REENT)
1086 warning (0, "APCS reentrant code not supported. Ignored");
1087
1088 /* If this target is normally configured to use APCS frames, warn if they
1089 are turned off and debugging is turned on. */
1090 if (TARGET_ARM
1091 && write_symbols != NO_DEBUG
1092 && !TARGET_APCS_FRAME
1093 && (TARGET_DEFAULT & MASK_APCS_FRAME))
1094 warning (0, "-g with -mno-apcs-frame may not give sensible debugging");
1095
1096 /* If stack checking is disabled, we can use r10 as the PIC register,
1097 which keeps r9 available. */
1098 if (flag_pic && TARGET_SINGLE_PIC_BASE)
1099 arm_pic_register = TARGET_APCS_STACK ? 9 : 10;
1100
1101 if (TARGET_APCS_FLOAT)
1102 warning (0, "passing floating point arguments in fp regs not yet supported");
1103
1104 /* Initialize boolean versions of the flags, for use in the arm.md file. */
1105 arm_arch3m = (insn_flags & FL_ARCH3M) != 0;
1106 arm_arch4 = (insn_flags & FL_ARCH4) != 0;
1107 arm_arch4t = arm_arch4 & ((insn_flags & FL_THUMB) != 0);
1108 arm_arch5 = (insn_flags & FL_ARCH5) != 0;
1109 arm_arch5e = (insn_flags & FL_ARCH5E) != 0;
1110 arm_arch6 = (insn_flags & FL_ARCH6) != 0;
1111 arm_arch6k = (insn_flags & FL_ARCH6K) != 0;
1112 arm_arch_xscale = (insn_flags & FL_XSCALE) != 0;
1113 arm_arch_cirrus = (insn_flags & FL_CIRRUS) != 0;
1114
1115 arm_ld_sched = (tune_flags & FL_LDSCHED) != 0;
1116 arm_tune_strongarm = (tune_flags & FL_STRONG) != 0;
1117 thumb_code = (TARGET_ARM == 0);
1118 arm_tune_wbuf = (tune_flags & FL_WBUF) != 0;
1119 arm_tune_xscale = (tune_flags & FL_XSCALE) != 0;
1120 arm_arch_iwmmxt = (insn_flags & FL_IWMMXT) != 0;
1121
1122 /* V5 code we generate is completely interworking capable, so we turn off
1123 TARGET_INTERWORK here to avoid many tests later on. */
1124
1125 /* XXX However, we must pass the right pre-processor defines to CPP
1126 or GLD can get confused. This is a hack. */
1127 if (TARGET_INTERWORK)
1128 arm_cpp_interwork = 1;
1129
1130 if (arm_arch5)
1131 target_flags &= ~MASK_INTERWORK;
1132
1133 if (target_abi_name)
1134 {
1135 for (i = 0; i < ARRAY_SIZE (arm_all_abis); i++)
1136 {
1137 if (streq (arm_all_abis[i].name, target_abi_name))
1138 {
1139 arm_abi = arm_all_abis[i].abi_type;
1140 break;
1141 }
1142 }
1143 if (i == ARRAY_SIZE (arm_all_abis))
1144 error ("invalid ABI option: -mabi=%s", target_abi_name);
1145 }
1146 else
1147 arm_abi = ARM_DEFAULT_ABI;
1148
1149 if (TARGET_IWMMXT && !ARM_DOUBLEWORD_ALIGN)
1150 error ("iwmmxt requires an AAPCS compatible ABI for proper operation");
1151
1152 if (TARGET_IWMMXT_ABI && !TARGET_IWMMXT)
1153 error ("iwmmxt abi requires an iwmmxt capable cpu");
1154
1155 arm_fp_model = ARM_FP_MODEL_UNKNOWN;
1156 if (target_fpu_name == NULL && target_fpe_name != NULL)
1157 {
1158 if (streq (target_fpe_name, "2"))
1159 target_fpu_name = "fpe2";
1160 else if (streq (target_fpe_name, "3"))
1161 target_fpu_name = "fpe3";
1162 else
1163 error ("invalid floating point emulation option: -mfpe=%s",
1164 target_fpe_name);
1165 }
1166 if (target_fpu_name != NULL)
1167 {
1168 /* The user specified a FPU. */
1169 for (i = 0; i < ARRAY_SIZE (all_fpus); i++)
1170 {
1171 if (streq (all_fpus[i].name, target_fpu_name))
1172 {
1173 arm_fpu_arch = all_fpus[i].fpu;
1174 arm_fpu_tune = arm_fpu_arch;
1175 arm_fp_model = fp_model_for_fpu[arm_fpu_arch];
1176 break;
1177 }
1178 }
1179 if (arm_fp_model == ARM_FP_MODEL_UNKNOWN)
1180 error ("invalid floating point option: -mfpu=%s", target_fpu_name);
1181 }
1182 else
1183 {
1184 #ifdef FPUTYPE_DEFAULT
1185 /* Use the default if it is specified for this platform. */
1186 arm_fpu_arch = FPUTYPE_DEFAULT;
1187 arm_fpu_tune = FPUTYPE_DEFAULT;
1188 #else
1189 /* Pick one based on CPU type. */
1190 /* ??? Some targets assume FPA is the default.
1191 if ((insn_flags & FL_VFP) != 0)
1192 arm_fpu_arch = FPUTYPE_VFP;
1193 else
1194 */
1195 if (arm_arch_cirrus)
1196 arm_fpu_arch = FPUTYPE_MAVERICK;
1197 else
1198 arm_fpu_arch = FPUTYPE_FPA_EMU2;
1199 #endif
1200 if (tune_flags & FL_CO_PROC && arm_fpu_arch == FPUTYPE_FPA_EMU2)
1201 arm_fpu_tune = FPUTYPE_FPA;
1202 else
1203 arm_fpu_tune = arm_fpu_arch;
1204 arm_fp_model = fp_model_for_fpu[arm_fpu_arch];
1205 gcc_assert (arm_fp_model != ARM_FP_MODEL_UNKNOWN);
1206 }
1207
1208 if (target_float_abi_name != NULL)
1209 {
1210 /* The user specified a FP ABI. */
1211 for (i = 0; i < ARRAY_SIZE (all_float_abis); i++)
1212 {
1213 if (streq (all_float_abis[i].name, target_float_abi_name))
1214 {
1215 arm_float_abi = all_float_abis[i].abi_type;
1216 break;
1217 }
1218 }
1219 if (i == ARRAY_SIZE (all_float_abis))
1220 error ("invalid floating point abi: -mfloat-abi=%s",
1221 target_float_abi_name);
1222 }
1223 else
1224 arm_float_abi = TARGET_DEFAULT_FLOAT_ABI;
1225
1226 if (arm_float_abi == ARM_FLOAT_ABI_HARD && TARGET_VFP)
1227 sorry ("-mfloat-abi=hard and VFP");
1228
1229 /* FPA and iWMMXt are incompatible because the insn encodings overlap.
1230 VFP and iWMMXt can theoretically coexist, but it's unlikely such silicon
1231 will ever exist. GCC makes no attempt to support this combination. */
1232 if (TARGET_IWMMXT && !TARGET_SOFT_FLOAT)
1233 sorry ("iWMMXt and hardware floating point");
1234
1235 /* If soft-float is specified then don't use FPU. */
1236 if (TARGET_SOFT_FLOAT)
1237 arm_fpu_arch = FPUTYPE_NONE;
1238
1239 /* For arm2/3 there is no need to do any scheduling if there is only
1240 a floating point emulator, or we are doing software floating-point. */
1241 if ((TARGET_SOFT_FLOAT
1242 || arm_fpu_tune == FPUTYPE_FPA_EMU2
1243 || arm_fpu_tune == FPUTYPE_FPA_EMU3)
1244 && (tune_flags & FL_MODE32) == 0)
1245 flag_schedule_insns = flag_schedule_insns_after_reload = 0;
1246
1247 if (target_thread_switch)
1248 {
1249 if (strcmp (target_thread_switch, "soft") == 0)
1250 target_thread_pointer = TP_SOFT;
1251 else if (strcmp (target_thread_switch, "auto") == 0)
1252 target_thread_pointer = TP_AUTO;
1253 else if (strcmp (target_thread_switch, "cp15") == 0)
1254 target_thread_pointer = TP_CP15;
1255 else
1256 error ("invalid thread pointer option: -mtp=%s", target_thread_switch);
1257 }
1258
1259 /* Use the cp15 method if it is available. */
1260 if (target_thread_pointer == TP_AUTO)
1261 {
1262 if (arm_arch6k && !TARGET_THUMB)
1263 target_thread_pointer = TP_CP15;
1264 else
1265 target_thread_pointer = TP_SOFT;
1266 }
1267
1268 if (TARGET_HARD_TP && TARGET_THUMB)
1269 error ("can not use -mtp=cp15 with -mthumb");
1270
1271 /* Override the default structure alignment for AAPCS ABI. */
1272 if (TARGET_AAPCS_BASED)
1273 arm_structure_size_boundary = 8;
1274
1275 if (structure_size_string != NULL)
1276 {
1277 int size = strtol (structure_size_string, NULL, 0);
1278
1279 if (size == 8 || size == 32
1280 || (ARM_DOUBLEWORD_ALIGN && size == 64))
1281 arm_structure_size_boundary = size;
1282 else
1283 warning (0, "structure size boundary can only be set to %s",
1284 ARM_DOUBLEWORD_ALIGN ? "8, 32 or 64": "8 or 32");
1285 }
1286
1287 if (arm_pic_register_string != NULL)
1288 {
1289 int pic_register = decode_reg_name (arm_pic_register_string);
1290
1291 if (!flag_pic)
1292 warning (0, "-mpic-register= is useless without -fpic");
1293
1294 /* Prevent the user from choosing an obviously stupid PIC register. */
1295 else if (pic_register < 0 || call_used_regs[pic_register]
1296 || pic_register == HARD_FRAME_POINTER_REGNUM
1297 || pic_register == STACK_POINTER_REGNUM
1298 || pic_register >= PC_REGNUM)
1299 error ("unable to use '%s' for PIC register", arm_pic_register_string);
1300 else
1301 arm_pic_register = pic_register;
1302 }
1303
1304 if (TARGET_THUMB && flag_schedule_insns)
1305 {
1306 /* Don't warn since it's on by default in -O2. */
1307 flag_schedule_insns = 0;
1308 }
1309
1310 if (optimize_size)
1311 {
1312 arm_constant_limit = 1;
1313
1314 /* If optimizing for size, bump the number of instructions that we
1315 are prepared to conditionally execute (even on a StrongARM). */
1316 max_insns_skipped = 6;
1317 }
1318 else
1319 {
1320 /* For processors with load scheduling, it never costs more than
1321 2 cycles to load a constant, and the load scheduler may well
1322 reduce that to 1. */
1323 if (arm_ld_sched)
1324 arm_constant_limit = 1;
1325
1326 /* On XScale the longer latency of a load makes it more difficult
1327 to achieve a good schedule, so it's faster to synthesize
1328 constants that can be done in two insns. */
1329 if (arm_tune_xscale)
1330 arm_constant_limit = 2;
1331
1332 /* StrongARM has early execution of branches, so a sequence
1333 that is worth skipping is shorter. */
1334 if (arm_tune_strongarm)
1335 max_insns_skipped = 3;
1336 }
1337
1338 /* Register global variables with the garbage collector. */
1339 arm_add_gc_roots ();
1340 }
1341
1342 static void
arm_add_gc_roots(void)1343 arm_add_gc_roots (void)
1344 {
1345 gcc_obstack_init(&minipool_obstack);
1346 minipool_startobj = (char *) obstack_alloc (&minipool_obstack, 0);
1347 }
1348
1349 /* A table of known ARM exception types.
1350 For use with the interrupt function attribute. */
1351
1352 typedef struct
1353 {
1354 const char *const arg;
1355 const unsigned long return_value;
1356 }
1357 isr_attribute_arg;
1358
1359 static const isr_attribute_arg isr_attribute_args [] =
1360 {
1361 { "IRQ", ARM_FT_ISR },
1362 { "irq", ARM_FT_ISR },
1363 { "FIQ", ARM_FT_FIQ },
1364 { "fiq", ARM_FT_FIQ },
1365 { "ABORT", ARM_FT_ISR },
1366 { "abort", ARM_FT_ISR },
1367 { "ABORT", ARM_FT_ISR },
1368 { "abort", ARM_FT_ISR },
1369 { "UNDEF", ARM_FT_EXCEPTION },
1370 { "undef", ARM_FT_EXCEPTION },
1371 { "SWI", ARM_FT_EXCEPTION },
1372 { "swi", ARM_FT_EXCEPTION },
1373 { NULL, ARM_FT_NORMAL }
1374 };
1375
1376 /* Returns the (interrupt) function type of the current
1377 function, or ARM_FT_UNKNOWN if the type cannot be determined. */
1378
1379 static unsigned long
arm_isr_value(tree argument)1380 arm_isr_value (tree argument)
1381 {
1382 const isr_attribute_arg * ptr;
1383 const char * arg;
1384
1385 /* No argument - default to IRQ. */
1386 if (argument == NULL_TREE)
1387 return ARM_FT_ISR;
1388
1389 /* Get the value of the argument. */
1390 if (TREE_VALUE (argument) == NULL_TREE
1391 || TREE_CODE (TREE_VALUE (argument)) != STRING_CST)
1392 return ARM_FT_UNKNOWN;
1393
1394 arg = TREE_STRING_POINTER (TREE_VALUE (argument));
1395
1396 /* Check it against the list of known arguments. */
1397 for (ptr = isr_attribute_args; ptr->arg != NULL; ptr++)
1398 if (streq (arg, ptr->arg))
1399 return ptr->return_value;
1400
1401 /* An unrecognized interrupt type. */
1402 return ARM_FT_UNKNOWN;
1403 }
1404
1405 /* Computes the type of the current function. */
1406
1407 static unsigned long
arm_compute_func_type(void)1408 arm_compute_func_type (void)
1409 {
1410 unsigned long type = ARM_FT_UNKNOWN;
1411 tree a;
1412 tree attr;
1413
1414 gcc_assert (TREE_CODE (current_function_decl) == FUNCTION_DECL);
1415
1416 /* Decide if the current function is volatile. Such functions
1417 never return, and many memory cycles can be saved by not storing
1418 register values that will never be needed again. This optimization
1419 was added to speed up context switching in a kernel application. */
1420 if (optimize > 0
1421 && (TREE_NOTHROW (current_function_decl)
1422 || !(flag_unwind_tables
1423 || (flag_exceptions && !USING_SJLJ_EXCEPTIONS)))
1424 && TREE_THIS_VOLATILE (current_function_decl))
1425 type |= ARM_FT_VOLATILE;
1426
1427 if (cfun->static_chain_decl != NULL)
1428 type |= ARM_FT_NESTED;
1429
1430 attr = DECL_ATTRIBUTES (current_function_decl);
1431
1432 a = lookup_attribute ("naked", attr);
1433 if (a != NULL_TREE)
1434 type |= ARM_FT_NAKED;
1435
1436 a = lookup_attribute ("isr", attr);
1437 if (a == NULL_TREE)
1438 a = lookup_attribute ("interrupt", attr);
1439
1440 if (a == NULL_TREE)
1441 type |= TARGET_INTERWORK ? ARM_FT_INTERWORKED : ARM_FT_NORMAL;
1442 else
1443 type |= arm_isr_value (TREE_VALUE (a));
1444
1445 return type;
1446 }
1447
1448 /* Returns the type of the current function. */
1449
1450 unsigned long
arm_current_func_type(void)1451 arm_current_func_type (void)
1452 {
1453 if (ARM_FUNC_TYPE (cfun->machine->func_type) == ARM_FT_UNKNOWN)
1454 cfun->machine->func_type = arm_compute_func_type ();
1455
1456 return cfun->machine->func_type;
1457 }
1458
1459 /* Return 1 if it is possible to return using a single instruction.
1460 If SIBLING is non-null, this is a test for a return before a sibling
1461 call. SIBLING is the call insn, so we can examine its register usage. */
1462
1463 int
use_return_insn(int iscond,rtx sibling)1464 use_return_insn (int iscond, rtx sibling)
1465 {
1466 int regno;
1467 unsigned int func_type;
1468 unsigned long saved_int_regs;
1469 unsigned HOST_WIDE_INT stack_adjust;
1470 arm_stack_offsets *offsets;
1471
1472 /* Never use a return instruction before reload has run. */
1473 if (!reload_completed)
1474 return 0;
1475
1476 func_type = arm_current_func_type ();
1477
1478 /* Naked functions and volatile functions need special
1479 consideration. */
1480 if (func_type & (ARM_FT_VOLATILE | ARM_FT_NAKED))
1481 return 0;
1482
1483 /* So do interrupt functions that use the frame pointer. */
1484 if (IS_INTERRUPT (func_type) && frame_pointer_needed)
1485 return 0;
1486
1487 offsets = arm_get_frame_offsets ();
1488 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
1489
1490 /* As do variadic functions. */
1491 if (current_function_pretend_args_size
1492 || cfun->machine->uses_anonymous_args
1493 /* Or if the function calls __builtin_eh_return () */
1494 || current_function_calls_eh_return
1495 /* Or if the function calls alloca */
1496 || current_function_calls_alloca
1497 /* Or if there is a stack adjustment. However, if the stack pointer
1498 is saved on the stack, we can use a pre-incrementing stack load. */
1499 || !(stack_adjust == 0 || (frame_pointer_needed && stack_adjust == 4)))
1500 return 0;
1501
1502 saved_int_regs = arm_compute_save_reg_mask ();
1503
1504 /* Unfortunately, the insn
1505
1506 ldmib sp, {..., sp, ...}
1507
1508 triggers a bug on most SA-110 based devices, such that the stack
1509 pointer won't be correctly restored if the instruction takes a
1510 page fault. We work around this problem by popping r3 along with
1511 the other registers, since that is never slower than executing
1512 another instruction.
1513
1514 We test for !arm_arch5 here, because code for any architecture
1515 less than this could potentially be run on one of the buggy
1516 chips. */
1517 if (stack_adjust == 4 && !arm_arch5)
1518 {
1519 /* Validate that r3 is a call-clobbered register (always true in
1520 the default abi) ... */
1521 if (!call_used_regs[3])
1522 return 0;
1523
1524 /* ... that it isn't being used for a return value ... */
1525 if (arm_size_return_regs () >= (4 * UNITS_PER_WORD))
1526 return 0;
1527
1528 /* ... or for a tail-call argument ... */
1529 if (sibling)
1530 {
1531 gcc_assert (GET_CODE (sibling) == CALL_INSN);
1532
1533 if (find_regno_fusage (sibling, USE, 3))
1534 return 0;
1535 }
1536
1537 /* ... and that there are no call-saved registers in r0-r2
1538 (always true in the default ABI). */
1539 if (saved_int_regs & 0x7)
1540 return 0;
1541 }
1542
1543 /* Can't be done if interworking with Thumb, and any registers have been
1544 stacked. */
1545 if (TARGET_INTERWORK && saved_int_regs != 0)
1546 return 0;
1547
1548 /* On StrongARM, conditional returns are expensive if they aren't
1549 taken and multiple registers have been stacked. */
1550 if (iscond && arm_tune_strongarm)
1551 {
1552 /* Conditional return when just the LR is stored is a simple
1553 conditional-load instruction, that's not expensive. */
1554 if (saved_int_regs != 0 && saved_int_regs != (1 << LR_REGNUM))
1555 return 0;
1556
1557 if (flag_pic
1558 && arm_pic_register != INVALID_REGNUM
1559 && regs_ever_live[PIC_OFFSET_TABLE_REGNUM])
1560 return 0;
1561 }
1562
1563 /* If there are saved registers but the LR isn't saved, then we need
1564 two instructions for the return. */
1565 if (saved_int_regs && !(saved_int_regs & (1 << LR_REGNUM)))
1566 return 0;
1567
1568 /* Can't be done if any of the FPA regs are pushed,
1569 since this also requires an insn. */
1570 if (TARGET_HARD_FLOAT && TARGET_FPA)
1571 for (regno = FIRST_FPA_REGNUM; regno <= LAST_FPA_REGNUM; regno++)
1572 if (regs_ever_live[regno] && !call_used_regs[regno])
1573 return 0;
1574
1575 /* Likewise VFP regs. */
1576 if (TARGET_HARD_FLOAT && TARGET_VFP)
1577 for (regno = FIRST_VFP_REGNUM; regno <= LAST_VFP_REGNUM; regno++)
1578 if (regs_ever_live[regno] && !call_used_regs[regno])
1579 return 0;
1580
1581 if (TARGET_REALLY_IWMMXT)
1582 for (regno = FIRST_IWMMXT_REGNUM; regno <= LAST_IWMMXT_REGNUM; regno++)
1583 if (regs_ever_live[regno] && ! call_used_regs [regno])
1584 return 0;
1585
1586 return 1;
1587 }
1588
1589 /* Return TRUE if int I is a valid immediate ARM constant. */
1590
1591 int
const_ok_for_arm(HOST_WIDE_INT i)1592 const_ok_for_arm (HOST_WIDE_INT i)
1593 {
1594 int lowbit;
1595
1596 /* For machines with >32 bit HOST_WIDE_INT, the bits above bit 31 must
1597 be all zero, or all one. */
1598 if ((i & ~(unsigned HOST_WIDE_INT) 0xffffffff) != 0
1599 && ((i & ~(unsigned HOST_WIDE_INT) 0xffffffff)
1600 != ((~(unsigned HOST_WIDE_INT) 0)
1601 & ~(unsigned HOST_WIDE_INT) 0xffffffff)))
1602 return FALSE;
1603
1604 i &= (unsigned HOST_WIDE_INT) 0xffffffff;
1605
1606 /* Fast return for 0 and small values. We must do this for zero, since
1607 the code below can't handle that one case. */
1608 if ((i & ~(unsigned HOST_WIDE_INT) 0xff) == 0)
1609 return TRUE;
1610
1611 /* Get the number of trailing zeros, rounded down to the nearest even
1612 number. */
1613 lowbit = (ffs ((int) i) - 1) & ~1;
1614
1615 if ((i & ~(((unsigned HOST_WIDE_INT) 0xff) << lowbit)) == 0)
1616 return TRUE;
1617 else if (lowbit <= 4
1618 && ((i & ~0xc000003f) == 0
1619 || (i & ~0xf000000f) == 0
1620 || (i & ~0xfc000003) == 0))
1621 return TRUE;
1622
1623 return FALSE;
1624 }
1625
1626 /* Return true if I is a valid constant for the operation CODE. */
1627 static int
const_ok_for_op(HOST_WIDE_INT i,enum rtx_code code)1628 const_ok_for_op (HOST_WIDE_INT i, enum rtx_code code)
1629 {
1630 if (const_ok_for_arm (i))
1631 return 1;
1632
1633 switch (code)
1634 {
1635 case PLUS:
1636 return const_ok_for_arm (ARM_SIGN_EXTEND (-i));
1637
1638 case MINUS: /* Should only occur with (MINUS I reg) => rsb */
1639 case XOR:
1640 case IOR:
1641 return 0;
1642
1643 case AND:
1644 return const_ok_for_arm (ARM_SIGN_EXTEND (~i));
1645
1646 default:
1647 gcc_unreachable ();
1648 }
1649 }
1650
1651 /* Emit a sequence of insns to handle a large constant.
1652 CODE is the code of the operation required, it can be any of SET, PLUS,
1653 IOR, AND, XOR, MINUS;
1654 MODE is the mode in which the operation is being performed;
1655 VAL is the integer to operate on;
1656 SOURCE is the other operand (a register, or a null-pointer for SET);
1657 SUBTARGETS means it is safe to create scratch registers if that will
1658 either produce a simpler sequence, or we will want to cse the values.
1659 Return value is the number of insns emitted. */
1660
1661 int
arm_split_constant(enum rtx_code code,enum machine_mode mode,rtx insn,HOST_WIDE_INT val,rtx target,rtx source,int subtargets)1662 arm_split_constant (enum rtx_code code, enum machine_mode mode, rtx insn,
1663 HOST_WIDE_INT val, rtx target, rtx source, int subtargets)
1664 {
1665 rtx cond;
1666
1667 if (insn && GET_CODE (PATTERN (insn)) == COND_EXEC)
1668 cond = COND_EXEC_TEST (PATTERN (insn));
1669 else
1670 cond = NULL_RTX;
1671
1672 if (subtargets || code == SET
1673 || (GET_CODE (target) == REG && GET_CODE (source) == REG
1674 && REGNO (target) != REGNO (source)))
1675 {
1676 /* After arm_reorg has been called, we can't fix up expensive
1677 constants by pushing them into memory so we must synthesize
1678 them in-line, regardless of the cost. This is only likely to
1679 be more costly on chips that have load delay slots and we are
1680 compiling without running the scheduler (so no splitting
1681 occurred before the final instruction emission).
1682
1683 Ref: gcc -O1 -mcpu=strongarm gcc.c-torture/compile/980506-2.c
1684 */
1685 if (!after_arm_reorg
1686 && !cond
1687 && (arm_gen_constant (code, mode, NULL_RTX, val, target, source,
1688 1, 0)
1689 > arm_constant_limit + (code != SET)))
1690 {
1691 if (code == SET)
1692 {
1693 /* Currently SET is the only monadic value for CODE, all
1694 the rest are diadic. */
1695 emit_set_insn (target, GEN_INT (val));
1696 return 1;
1697 }
1698 else
1699 {
1700 rtx temp = subtargets ? gen_reg_rtx (mode) : target;
1701
1702 emit_set_insn (temp, GEN_INT (val));
1703 /* For MINUS, the value is subtracted from, since we never
1704 have subtraction of a constant. */
1705 if (code == MINUS)
1706 emit_set_insn (target, gen_rtx_MINUS (mode, temp, source));
1707 else
1708 emit_set_insn (target,
1709 gen_rtx_fmt_ee (code, mode, source, temp));
1710 return 2;
1711 }
1712 }
1713 }
1714
1715 return arm_gen_constant (code, mode, cond, val, target, source, subtargets,
1716 1);
1717 }
1718
1719 static int
count_insns_for_constant(HOST_WIDE_INT remainder,int i)1720 count_insns_for_constant (HOST_WIDE_INT remainder, int i)
1721 {
1722 HOST_WIDE_INT temp1;
1723 int num_insns = 0;
1724 do
1725 {
1726 int end;
1727
1728 if (i <= 0)
1729 i += 32;
1730 if (remainder & (3 << (i - 2)))
1731 {
1732 end = i - 8;
1733 if (end < 0)
1734 end += 32;
1735 temp1 = remainder & ((0x0ff << end)
1736 | ((i < end) ? (0xff >> (32 - end)) : 0));
1737 remainder &= ~temp1;
1738 num_insns++;
1739 i -= 6;
1740 }
1741 i -= 2;
1742 } while (remainder);
1743 return num_insns;
1744 }
1745
1746 /* Emit an instruction with the indicated PATTERN. If COND is
1747 non-NULL, conditionalize the execution of the instruction on COND
1748 being true. */
1749
1750 static void
emit_constant_insn(rtx cond,rtx pattern)1751 emit_constant_insn (rtx cond, rtx pattern)
1752 {
1753 if (cond)
1754 pattern = gen_rtx_COND_EXEC (VOIDmode, copy_rtx (cond), pattern);
1755 emit_insn (pattern);
1756 }
1757
1758 /* As above, but extra parameter GENERATE which, if clear, suppresses
1759 RTL generation. */
1760
1761 static int
arm_gen_constant(enum rtx_code code,enum machine_mode mode,rtx cond,HOST_WIDE_INT val,rtx target,rtx source,int subtargets,int generate)1762 arm_gen_constant (enum rtx_code code, enum machine_mode mode, rtx cond,
1763 HOST_WIDE_INT val, rtx target, rtx source, int subtargets,
1764 int generate)
1765 {
1766 int can_invert = 0;
1767 int can_negate = 0;
1768 int can_negate_initial = 0;
1769 int can_shift = 0;
1770 int i;
1771 int num_bits_set = 0;
1772 int set_sign_bit_copies = 0;
1773 int clear_sign_bit_copies = 0;
1774 int clear_zero_bit_copies = 0;
1775 int set_zero_bit_copies = 0;
1776 int insns = 0;
1777 unsigned HOST_WIDE_INT temp1, temp2;
1778 unsigned HOST_WIDE_INT remainder = val & 0xffffffff;
1779
1780 /* Find out which operations are safe for a given CODE. Also do a quick
1781 check for degenerate cases; these can occur when DImode operations
1782 are split. */
1783 switch (code)
1784 {
1785 case SET:
1786 can_invert = 1;
1787 can_shift = 1;
1788 can_negate = 1;
1789 break;
1790
1791 case PLUS:
1792 can_negate = 1;
1793 can_negate_initial = 1;
1794 break;
1795
1796 case IOR:
1797 if (remainder == 0xffffffff)
1798 {
1799 if (generate)
1800 emit_constant_insn (cond,
1801 gen_rtx_SET (VOIDmode, target,
1802 GEN_INT (ARM_SIGN_EXTEND (val))));
1803 return 1;
1804 }
1805 if (remainder == 0)
1806 {
1807 if (reload_completed && rtx_equal_p (target, source))
1808 return 0;
1809 if (generate)
1810 emit_constant_insn (cond,
1811 gen_rtx_SET (VOIDmode, target, source));
1812 return 1;
1813 }
1814 break;
1815
1816 case AND:
1817 if (remainder == 0)
1818 {
1819 if (generate)
1820 emit_constant_insn (cond,
1821 gen_rtx_SET (VOIDmode, target, const0_rtx));
1822 return 1;
1823 }
1824 if (remainder == 0xffffffff)
1825 {
1826 if (reload_completed && rtx_equal_p (target, source))
1827 return 0;
1828 if (generate)
1829 emit_constant_insn (cond,
1830 gen_rtx_SET (VOIDmode, target, source));
1831 return 1;
1832 }
1833 can_invert = 1;
1834 break;
1835
1836 case XOR:
1837 if (remainder == 0)
1838 {
1839 if (reload_completed && rtx_equal_p (target, source))
1840 return 0;
1841 if (generate)
1842 emit_constant_insn (cond,
1843 gen_rtx_SET (VOIDmode, target, source));
1844 return 1;
1845 }
1846
1847 /* We don't know how to handle other cases yet. */
1848 gcc_assert (remainder == 0xffffffff);
1849
1850 if (generate)
1851 emit_constant_insn (cond,
1852 gen_rtx_SET (VOIDmode, target,
1853 gen_rtx_NOT (mode, source)));
1854 return 1;
1855
1856 case MINUS:
1857 /* We treat MINUS as (val - source), since (source - val) is always
1858 passed as (source + (-val)). */
1859 if (remainder == 0)
1860 {
1861 if (generate)
1862 emit_constant_insn (cond,
1863 gen_rtx_SET (VOIDmode, target,
1864 gen_rtx_NEG (mode, source)));
1865 return 1;
1866 }
1867 if (const_ok_for_arm (val))
1868 {
1869 if (generate)
1870 emit_constant_insn (cond,
1871 gen_rtx_SET (VOIDmode, target,
1872 gen_rtx_MINUS (mode, GEN_INT (val),
1873 source)));
1874 return 1;
1875 }
1876 can_negate = 1;
1877
1878 break;
1879
1880 default:
1881 gcc_unreachable ();
1882 }
1883
1884 /* If we can do it in one insn get out quickly. */
1885 if (const_ok_for_arm (val)
1886 || (can_negate_initial && const_ok_for_arm (-val))
1887 || (can_invert && const_ok_for_arm (~val)))
1888 {
1889 if (generate)
1890 emit_constant_insn (cond,
1891 gen_rtx_SET (VOIDmode, target,
1892 (source
1893 ? gen_rtx_fmt_ee (code, mode, source,
1894 GEN_INT (val))
1895 : GEN_INT (val))));
1896 return 1;
1897 }
1898
1899 /* Calculate a few attributes that may be useful for specific
1900 optimizations. */
1901 for (i = 31; i >= 0; i--)
1902 {
1903 if ((remainder & (1 << i)) == 0)
1904 clear_sign_bit_copies++;
1905 else
1906 break;
1907 }
1908
1909 for (i = 31; i >= 0; i--)
1910 {
1911 if ((remainder & (1 << i)) != 0)
1912 set_sign_bit_copies++;
1913 else
1914 break;
1915 }
1916
1917 for (i = 0; i <= 31; i++)
1918 {
1919 if ((remainder & (1 << i)) == 0)
1920 clear_zero_bit_copies++;
1921 else
1922 break;
1923 }
1924
1925 for (i = 0; i <= 31; i++)
1926 {
1927 if ((remainder & (1 << i)) != 0)
1928 set_zero_bit_copies++;
1929 else
1930 break;
1931 }
1932
1933 switch (code)
1934 {
1935 case SET:
1936 /* See if we can do this by sign_extending a constant that is known
1937 to be negative. This is a good, way of doing it, since the shift
1938 may well merge into a subsequent insn. */
1939 if (set_sign_bit_copies > 1)
1940 {
1941 if (const_ok_for_arm
1942 (temp1 = ARM_SIGN_EXTEND (remainder
1943 << (set_sign_bit_copies - 1))))
1944 {
1945 if (generate)
1946 {
1947 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
1948 emit_constant_insn (cond,
1949 gen_rtx_SET (VOIDmode, new_src,
1950 GEN_INT (temp1)));
1951 emit_constant_insn (cond,
1952 gen_ashrsi3 (target, new_src,
1953 GEN_INT (set_sign_bit_copies - 1)));
1954 }
1955 return 2;
1956 }
1957 /* For an inverted constant, we will need to set the low bits,
1958 these will be shifted out of harm's way. */
1959 temp1 |= (1 << (set_sign_bit_copies - 1)) - 1;
1960 if (const_ok_for_arm (~temp1))
1961 {
1962 if (generate)
1963 {
1964 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
1965 emit_constant_insn (cond,
1966 gen_rtx_SET (VOIDmode, new_src,
1967 GEN_INT (temp1)));
1968 emit_constant_insn (cond,
1969 gen_ashrsi3 (target, new_src,
1970 GEN_INT (set_sign_bit_copies - 1)));
1971 }
1972 return 2;
1973 }
1974 }
1975
1976 /* See if we can calculate the value as the difference between two
1977 valid immediates. */
1978 if (clear_sign_bit_copies + clear_zero_bit_copies <= 16)
1979 {
1980 int topshift = clear_sign_bit_copies & ~1;
1981
1982 temp1 = ARM_SIGN_EXTEND ((remainder + (0x00800000 >> topshift))
1983 & (0xff000000 >> topshift));
1984
1985 /* If temp1 is zero, then that means the 9 most significant
1986 bits of remainder were 1 and we've caused it to overflow.
1987 When topshift is 0 we don't need to do anything since we
1988 can borrow from 'bit 32'. */
1989 if (temp1 == 0 && topshift != 0)
1990 temp1 = 0x80000000 >> (topshift - 1);
1991
1992 temp2 = ARM_SIGN_EXTEND (temp1 - remainder);
1993
1994 if (const_ok_for_arm (temp2))
1995 {
1996 if (generate)
1997 {
1998 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
1999 emit_constant_insn (cond,
2000 gen_rtx_SET (VOIDmode, new_src,
2001 GEN_INT (temp1)));
2002 emit_constant_insn (cond,
2003 gen_addsi3 (target, new_src,
2004 GEN_INT (-temp2)));
2005 }
2006
2007 return 2;
2008 }
2009 }
2010
2011 /* See if we can generate this by setting the bottom (or the top)
2012 16 bits, and then shifting these into the other half of the
2013 word. We only look for the simplest cases, to do more would cost
2014 too much. Be careful, however, not to generate this when the
2015 alternative would take fewer insns. */
2016 if (val & 0xffff0000)
2017 {
2018 temp1 = remainder & 0xffff0000;
2019 temp2 = remainder & 0x0000ffff;
2020
2021 /* Overlaps outside this range are best done using other methods. */
2022 for (i = 9; i < 24; i++)
2023 {
2024 if ((((temp2 | (temp2 << i)) & 0xffffffff) == remainder)
2025 && !const_ok_for_arm (temp2))
2026 {
2027 rtx new_src = (subtargets
2028 ? (generate ? gen_reg_rtx (mode) : NULL_RTX)
2029 : target);
2030 insns = arm_gen_constant (code, mode, cond, temp2, new_src,
2031 source, subtargets, generate);
2032 source = new_src;
2033 if (generate)
2034 emit_constant_insn
2035 (cond,
2036 gen_rtx_SET
2037 (VOIDmode, target,
2038 gen_rtx_IOR (mode,
2039 gen_rtx_ASHIFT (mode, source,
2040 GEN_INT (i)),
2041 source)));
2042 return insns + 1;
2043 }
2044 }
2045
2046 /* Don't duplicate cases already considered. */
2047 for (i = 17; i < 24; i++)
2048 {
2049 if (((temp1 | (temp1 >> i)) == remainder)
2050 && !const_ok_for_arm (temp1))
2051 {
2052 rtx new_src = (subtargets
2053 ? (generate ? gen_reg_rtx (mode) : NULL_RTX)
2054 : target);
2055 insns = arm_gen_constant (code, mode, cond, temp1, new_src,
2056 source, subtargets, generate);
2057 source = new_src;
2058 if (generate)
2059 emit_constant_insn
2060 (cond,
2061 gen_rtx_SET (VOIDmode, target,
2062 gen_rtx_IOR
2063 (mode,
2064 gen_rtx_LSHIFTRT (mode, source,
2065 GEN_INT (i)),
2066 source)));
2067 return insns + 1;
2068 }
2069 }
2070 }
2071 break;
2072
2073 case IOR:
2074 case XOR:
2075 /* If we have IOR or XOR, and the constant can be loaded in a
2076 single instruction, and we can find a temporary to put it in,
2077 then this can be done in two instructions instead of 3-4. */
2078 if (subtargets
2079 /* TARGET can't be NULL if SUBTARGETS is 0 */
2080 || (reload_completed && !reg_mentioned_p (target, source)))
2081 {
2082 if (const_ok_for_arm (ARM_SIGN_EXTEND (~val)))
2083 {
2084 if (generate)
2085 {
2086 rtx sub = subtargets ? gen_reg_rtx (mode) : target;
2087
2088 emit_constant_insn (cond,
2089 gen_rtx_SET (VOIDmode, sub,
2090 GEN_INT (val)));
2091 emit_constant_insn (cond,
2092 gen_rtx_SET (VOIDmode, target,
2093 gen_rtx_fmt_ee (code, mode,
2094 source, sub)));
2095 }
2096 return 2;
2097 }
2098 }
2099
2100 if (code == XOR)
2101 break;
2102
2103 if (set_sign_bit_copies > 8
2104 && (val & (-1 << (32 - set_sign_bit_copies))) == val)
2105 {
2106 if (generate)
2107 {
2108 rtx sub = subtargets ? gen_reg_rtx (mode) : target;
2109 rtx shift = GEN_INT (set_sign_bit_copies);
2110
2111 emit_constant_insn
2112 (cond,
2113 gen_rtx_SET (VOIDmode, sub,
2114 gen_rtx_NOT (mode,
2115 gen_rtx_ASHIFT (mode,
2116 source,
2117 shift))));
2118 emit_constant_insn
2119 (cond,
2120 gen_rtx_SET (VOIDmode, target,
2121 gen_rtx_NOT (mode,
2122 gen_rtx_LSHIFTRT (mode, sub,
2123 shift))));
2124 }
2125 return 2;
2126 }
2127
2128 if (set_zero_bit_copies > 8
2129 && (remainder & ((1 << set_zero_bit_copies) - 1)) == remainder)
2130 {
2131 if (generate)
2132 {
2133 rtx sub = subtargets ? gen_reg_rtx (mode) : target;
2134 rtx shift = GEN_INT (set_zero_bit_copies);
2135
2136 emit_constant_insn
2137 (cond,
2138 gen_rtx_SET (VOIDmode, sub,
2139 gen_rtx_NOT (mode,
2140 gen_rtx_LSHIFTRT (mode,
2141 source,
2142 shift))));
2143 emit_constant_insn
2144 (cond,
2145 gen_rtx_SET (VOIDmode, target,
2146 gen_rtx_NOT (mode,
2147 gen_rtx_ASHIFT (mode, sub,
2148 shift))));
2149 }
2150 return 2;
2151 }
2152
2153 if (const_ok_for_arm (temp1 = ARM_SIGN_EXTEND (~val)))
2154 {
2155 if (generate)
2156 {
2157 rtx sub = subtargets ? gen_reg_rtx (mode) : target;
2158 emit_constant_insn (cond,
2159 gen_rtx_SET (VOIDmode, sub,
2160 gen_rtx_NOT (mode, source)));
2161 source = sub;
2162 if (subtargets)
2163 sub = gen_reg_rtx (mode);
2164 emit_constant_insn (cond,
2165 gen_rtx_SET (VOIDmode, sub,
2166 gen_rtx_AND (mode, source,
2167 GEN_INT (temp1))));
2168 emit_constant_insn (cond,
2169 gen_rtx_SET (VOIDmode, target,
2170 gen_rtx_NOT (mode, sub)));
2171 }
2172 return 3;
2173 }
2174 break;
2175
2176 case AND:
2177 /* See if two shifts will do 2 or more insn's worth of work. */
2178 if (clear_sign_bit_copies >= 16 && clear_sign_bit_copies < 24)
2179 {
2180 HOST_WIDE_INT shift_mask = ((0xffffffff
2181 << (32 - clear_sign_bit_copies))
2182 & 0xffffffff);
2183
2184 if ((remainder | shift_mask) != 0xffffffff)
2185 {
2186 if (generate)
2187 {
2188 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
2189 insns = arm_gen_constant (AND, mode, cond,
2190 remainder | shift_mask,
2191 new_src, source, subtargets, 1);
2192 source = new_src;
2193 }
2194 else
2195 {
2196 rtx targ = subtargets ? NULL_RTX : target;
2197 insns = arm_gen_constant (AND, mode, cond,
2198 remainder | shift_mask,
2199 targ, source, subtargets, 0);
2200 }
2201 }
2202
2203 if (generate)
2204 {
2205 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
2206 rtx shift = GEN_INT (clear_sign_bit_copies);
2207
2208 emit_insn (gen_ashlsi3 (new_src, source, shift));
2209 emit_insn (gen_lshrsi3 (target, new_src, shift));
2210 }
2211
2212 return insns + 2;
2213 }
2214
2215 if (clear_zero_bit_copies >= 16 && clear_zero_bit_copies < 24)
2216 {
2217 HOST_WIDE_INT shift_mask = (1 << clear_zero_bit_copies) - 1;
2218
2219 if ((remainder | shift_mask) != 0xffffffff)
2220 {
2221 if (generate)
2222 {
2223 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
2224
2225 insns = arm_gen_constant (AND, mode, cond,
2226 remainder | shift_mask,
2227 new_src, source, subtargets, 1);
2228 source = new_src;
2229 }
2230 else
2231 {
2232 rtx targ = subtargets ? NULL_RTX : target;
2233
2234 insns = arm_gen_constant (AND, mode, cond,
2235 remainder | shift_mask,
2236 targ, source, subtargets, 0);
2237 }
2238 }
2239
2240 if (generate)
2241 {
2242 rtx new_src = subtargets ? gen_reg_rtx (mode) : target;
2243 rtx shift = GEN_INT (clear_zero_bit_copies);
2244
2245 emit_insn (gen_lshrsi3 (new_src, source, shift));
2246 emit_insn (gen_ashlsi3 (target, new_src, shift));
2247 }
2248
2249 return insns + 2;
2250 }
2251
2252 break;
2253
2254 default:
2255 break;
2256 }
2257
2258 for (i = 0; i < 32; i++)
2259 if (remainder & (1 << i))
2260 num_bits_set++;
2261
2262 if (code == AND || (can_invert && num_bits_set > 16))
2263 remainder = (~remainder) & 0xffffffff;
2264 else if (code == PLUS && num_bits_set > 16)
2265 remainder = (-remainder) & 0xffffffff;
2266 else
2267 {
2268 can_invert = 0;
2269 can_negate = 0;
2270 }
2271
2272 /* Now try and find a way of doing the job in either two or three
2273 instructions.
2274 We start by looking for the largest block of zeros that are aligned on
2275 a 2-bit boundary, we then fill up the temps, wrapping around to the
2276 top of the word when we drop off the bottom.
2277 In the worst case this code should produce no more than four insns. */
2278 {
2279 int best_start = 0;
2280 int best_consecutive_zeros = 0;
2281
2282 for (i = 0; i < 32; i += 2)
2283 {
2284 int consecutive_zeros = 0;
2285
2286 if (!(remainder & (3 << i)))
2287 {
2288 while ((i < 32) && !(remainder & (3 << i)))
2289 {
2290 consecutive_zeros += 2;
2291 i += 2;
2292 }
2293 if (consecutive_zeros > best_consecutive_zeros)
2294 {
2295 best_consecutive_zeros = consecutive_zeros;
2296 best_start = i - consecutive_zeros;
2297 }
2298 i -= 2;
2299 }
2300 }
2301
2302 /* So long as it won't require any more insns to do so, it's
2303 desirable to emit a small constant (in bits 0...9) in the last
2304 insn. This way there is more chance that it can be combined with
2305 a later addressing insn to form a pre-indexed load or store
2306 operation. Consider:
2307
2308 *((volatile int *)0xe0000100) = 1;
2309 *((volatile int *)0xe0000110) = 2;
2310
2311 We want this to wind up as:
2312
2313 mov rA, #0xe0000000
2314 mov rB, #1
2315 str rB, [rA, #0x100]
2316 mov rB, #2
2317 str rB, [rA, #0x110]
2318
2319 rather than having to synthesize both large constants from scratch.
2320
2321 Therefore, we calculate how many insns would be required to emit
2322 the constant starting from `best_start', and also starting from
2323 zero (i.e. with bit 31 first to be output). If `best_start' doesn't
2324 yield a shorter sequence, we may as well use zero. */
2325 if (best_start != 0
2326 && ((((unsigned HOST_WIDE_INT) 1) << best_start) < remainder)
2327 && (count_insns_for_constant (remainder, 0) <=
2328 count_insns_for_constant (remainder, best_start)))
2329 best_start = 0;
2330
2331 /* Now start emitting the insns. */
2332 i = best_start;
2333 do
2334 {
2335 int end;
2336
2337 if (i <= 0)
2338 i += 32;
2339 if (remainder & (3 << (i - 2)))
2340 {
2341 end = i - 8;
2342 if (end < 0)
2343 end += 32;
2344 temp1 = remainder & ((0x0ff << end)
2345 | ((i < end) ? (0xff >> (32 - end)) : 0));
2346 remainder &= ~temp1;
2347
2348 if (generate)
2349 {
2350 rtx new_src, temp1_rtx;
2351
2352 if (code == SET || code == MINUS)
2353 {
2354 new_src = (subtargets ? gen_reg_rtx (mode) : target);
2355 if (can_invert && code != MINUS)
2356 temp1 = ~temp1;
2357 }
2358 else
2359 {
2360 if (remainder && subtargets)
2361 new_src = gen_reg_rtx (mode);
2362 else
2363 new_src = target;
2364 if (can_invert)
2365 temp1 = ~temp1;
2366 else if (can_negate)
2367 temp1 = -temp1;
2368 }
2369
2370 temp1 = trunc_int_for_mode (temp1, mode);
2371 temp1_rtx = GEN_INT (temp1);
2372
2373 if (code == SET)
2374 ;
2375 else if (code == MINUS)
2376 temp1_rtx = gen_rtx_MINUS (mode, temp1_rtx, source);
2377 else
2378 temp1_rtx = gen_rtx_fmt_ee (code, mode, source, temp1_rtx);
2379
2380 emit_constant_insn (cond,
2381 gen_rtx_SET (VOIDmode, new_src,
2382 temp1_rtx));
2383 source = new_src;
2384 }
2385
2386 if (code == SET)
2387 {
2388 can_invert = 0;
2389 code = PLUS;
2390 }
2391 else if (code == MINUS)
2392 code = PLUS;
2393
2394 insns++;
2395 i -= 6;
2396 }
2397 i -= 2;
2398 }
2399 while (remainder);
2400 }
2401
2402 return insns;
2403 }
2404
2405 /* Canonicalize a comparison so that we are more likely to recognize it.
2406 This can be done for a few constant compares, where we can make the
2407 immediate value easier to load. */
2408
2409 enum rtx_code
arm_canonicalize_comparison(enum rtx_code code,enum machine_mode mode,rtx * op1)2410 arm_canonicalize_comparison (enum rtx_code code, enum machine_mode mode,
2411 rtx * op1)
2412 {
2413 unsigned HOST_WIDE_INT i = INTVAL (*op1);
2414 unsigned HOST_WIDE_INT maxval;
2415 maxval = (((unsigned HOST_WIDE_INT) 1) << (GET_MODE_BITSIZE(mode) - 1)) - 1;
2416
2417 switch (code)
2418 {
2419 case EQ:
2420 case NE:
2421 return code;
2422
2423 case GT:
2424 case LE:
2425 if (i != maxval
2426 && (const_ok_for_arm (i + 1) || const_ok_for_arm (-(i + 1))))
2427 {
2428 *op1 = GEN_INT (i + 1);
2429 return code == GT ? GE : LT;
2430 }
2431 break;
2432
2433 case GE:
2434 case LT:
2435 if (i != ~maxval
2436 && (const_ok_for_arm (i - 1) || const_ok_for_arm (-(i - 1))))
2437 {
2438 *op1 = GEN_INT (i - 1);
2439 return code == GE ? GT : LE;
2440 }
2441 break;
2442
2443 case GTU:
2444 case LEU:
2445 if (i != ~((unsigned HOST_WIDE_INT) 0)
2446 && (const_ok_for_arm (i + 1) || const_ok_for_arm (-(i + 1))))
2447 {
2448 *op1 = GEN_INT (i + 1);
2449 return code == GTU ? GEU : LTU;
2450 }
2451 break;
2452
2453 case GEU:
2454 case LTU:
2455 if (i != 0
2456 && (const_ok_for_arm (i - 1) || const_ok_for_arm (-(i - 1))))
2457 {
2458 *op1 = GEN_INT (i - 1);
2459 return code == GEU ? GTU : LEU;
2460 }
2461 break;
2462
2463 default:
2464 gcc_unreachable ();
2465 }
2466
2467 return code;
2468 }
2469
2470
2471 /* Define how to find the value returned by a function. */
2472
2473 rtx
arm_function_value(tree type,tree func ATTRIBUTE_UNUSED)2474 arm_function_value(tree type, tree func ATTRIBUTE_UNUSED)
2475 {
2476 enum machine_mode mode;
2477 int unsignedp ATTRIBUTE_UNUSED;
2478 rtx r ATTRIBUTE_UNUSED;
2479
2480 mode = TYPE_MODE (type);
2481 /* Promote integer types. */
2482 if (INTEGRAL_TYPE_P (type))
2483 PROMOTE_FUNCTION_MODE (mode, unsignedp, type);
2484
2485 /* Promotes small structs returned in a register to full-word size
2486 for big-endian AAPCS. */
2487 if (arm_return_in_msb (type))
2488 {
2489 HOST_WIDE_INT size = int_size_in_bytes (type);
2490 if (size % UNITS_PER_WORD != 0)
2491 {
2492 size += UNITS_PER_WORD - size % UNITS_PER_WORD;
2493 mode = mode_for_size (size * BITS_PER_UNIT, MODE_INT, 0);
2494 }
2495 }
2496
2497 return LIBCALL_VALUE(mode);
2498 }
2499
2500 /* Determine the amount of memory needed to store the possible return
2501 registers of an untyped call. */
2502 int
arm_apply_result_size(void)2503 arm_apply_result_size (void)
2504 {
2505 int size = 16;
2506
2507 if (TARGET_ARM)
2508 {
2509 if (TARGET_HARD_FLOAT_ABI)
2510 {
2511 if (TARGET_FPA)
2512 size += 12;
2513 if (TARGET_MAVERICK)
2514 size += 8;
2515 }
2516 if (TARGET_IWMMXT_ABI)
2517 size += 8;
2518 }
2519
2520 return size;
2521 }
2522
2523 /* Decide whether a type should be returned in memory (true)
2524 or in a register (false). This is called by the macro
2525 RETURN_IN_MEMORY. */
2526 int
arm_return_in_memory(tree type)2527 arm_return_in_memory (tree type)
2528 {
2529 HOST_WIDE_INT size;
2530
2531 if (!AGGREGATE_TYPE_P (type) &&
2532 (TREE_CODE (type) != VECTOR_TYPE) &&
2533 !(TARGET_AAPCS_BASED && TREE_CODE (type) == COMPLEX_TYPE))
2534 /* All simple types are returned in registers.
2535 For AAPCS, complex types are treated the same as aggregates. */
2536 return 0;
2537
2538 size = int_size_in_bytes (type);
2539
2540 if (arm_abi != ARM_ABI_APCS)
2541 {
2542 /* ATPCS and later return aggregate types in memory only if they are
2543 larger than a word (or are variable size). */
2544 return (size < 0 || size > UNITS_PER_WORD);
2545 }
2546
2547 /* To maximize backwards compatibility with previous versions of gcc,
2548 return vectors up to 4 words in registers. */
2549 if (TREE_CODE (type) == VECTOR_TYPE)
2550 return (size < 0 || size > (4 * UNITS_PER_WORD));
2551
2552 /* For the arm-wince targets we choose to be compatible with Microsoft's
2553 ARM and Thumb compilers, which always return aggregates in memory. */
2554 #ifndef ARM_WINCE
2555 /* All structures/unions bigger than one word are returned in memory.
2556 Also catch the case where int_size_in_bytes returns -1. In this case
2557 the aggregate is either huge or of variable size, and in either case
2558 we will want to return it via memory and not in a register. */
2559 if (size < 0 || size > UNITS_PER_WORD)
2560 return 1;
2561
2562 if (TREE_CODE (type) == RECORD_TYPE)
2563 {
2564 tree field;
2565
2566 /* For a struct the APCS says that we only return in a register
2567 if the type is 'integer like' and every addressable element
2568 has an offset of zero. For practical purposes this means
2569 that the structure can have at most one non bit-field element
2570 and that this element must be the first one in the structure. */
2571
2572 /* Find the first field, ignoring non FIELD_DECL things which will
2573 have been created by C++. */
2574 for (field = TYPE_FIELDS (type);
2575 field && TREE_CODE (field) != FIELD_DECL;
2576 field = TREE_CHAIN (field))
2577 continue;
2578
2579 if (field == NULL)
2580 return 0; /* An empty structure. Allowed by an extension to ANSI C. */
2581
2582 /* Check that the first field is valid for returning in a register. */
2583
2584 /* ... Floats are not allowed */
2585 if (FLOAT_TYPE_P (TREE_TYPE (field)))
2586 return 1;
2587
2588 /* ... Aggregates that are not themselves valid for returning in
2589 a register are not allowed. */
2590 if (RETURN_IN_MEMORY (TREE_TYPE (field)))
2591 return 1;
2592
2593 /* Now check the remaining fields, if any. Only bitfields are allowed,
2594 since they are not addressable. */
2595 for (field = TREE_CHAIN (field);
2596 field;
2597 field = TREE_CHAIN (field))
2598 {
2599 if (TREE_CODE (field) != FIELD_DECL)
2600 continue;
2601
2602 if (!DECL_BIT_FIELD_TYPE (field))
2603 return 1;
2604 }
2605
2606 return 0;
2607 }
2608
2609 if (TREE_CODE (type) == UNION_TYPE)
2610 {
2611 tree field;
2612
2613 /* Unions can be returned in registers if every element is
2614 integral, or can be returned in an integer register. */
2615 for (field = TYPE_FIELDS (type);
2616 field;
2617 field = TREE_CHAIN (field))
2618 {
2619 if (TREE_CODE (field) != FIELD_DECL)
2620 continue;
2621
2622 if (FLOAT_TYPE_P (TREE_TYPE (field)))
2623 return 1;
2624
2625 if (RETURN_IN_MEMORY (TREE_TYPE (field)))
2626 return 1;
2627 }
2628
2629 return 0;
2630 }
2631 #endif /* not ARM_WINCE */
2632
2633 /* Return all other types in memory. */
2634 return 1;
2635 }
2636
2637 /* Indicate whether or not words of a double are in big-endian order. */
2638
2639 int
arm_float_words_big_endian(void)2640 arm_float_words_big_endian (void)
2641 {
2642 if (TARGET_MAVERICK)
2643 return 0;
2644
2645 /* For FPA, float words are always big-endian. For VFP, floats words
2646 follow the memory system mode. */
2647
2648 if (TARGET_FPA)
2649 {
2650 return 1;
2651 }
2652
2653 if (TARGET_VFP)
2654 return (TARGET_BIG_END ? 1 : 0);
2655
2656 return 1;
2657 }
2658
2659 /* Initialize a variable CUM of type CUMULATIVE_ARGS
2660 for a call to a function whose data type is FNTYPE.
2661 For a library call, FNTYPE is NULL. */
2662 void
arm_init_cumulative_args(CUMULATIVE_ARGS * pcum,tree fntype,rtx libname ATTRIBUTE_UNUSED,tree fndecl ATTRIBUTE_UNUSED)2663 arm_init_cumulative_args (CUMULATIVE_ARGS *pcum, tree fntype,
2664 rtx libname ATTRIBUTE_UNUSED,
2665 tree fndecl ATTRIBUTE_UNUSED)
2666 {
2667 /* On the ARM, the offset starts at 0. */
2668 pcum->nregs = 0;
2669 pcum->iwmmxt_nregs = 0;
2670 pcum->can_split = true;
2671
2672 pcum->call_cookie = CALL_NORMAL;
2673
2674 if (TARGET_LONG_CALLS)
2675 pcum->call_cookie = CALL_LONG;
2676
2677 /* Check for long call/short call attributes. The attributes
2678 override any command line option. */
2679 if (fntype)
2680 {
2681 if (lookup_attribute ("short_call", TYPE_ATTRIBUTES (fntype)))
2682 pcum->call_cookie = CALL_SHORT;
2683 else if (lookup_attribute ("long_call", TYPE_ATTRIBUTES (fntype)))
2684 pcum->call_cookie = CALL_LONG;
2685 }
2686
2687 /* Varargs vectors are treated the same as long long.
2688 named_count avoids having to change the way arm handles 'named' */
2689 pcum->named_count = 0;
2690 pcum->nargs = 0;
2691
2692 if (TARGET_REALLY_IWMMXT && fntype)
2693 {
2694 tree fn_arg;
2695
2696 for (fn_arg = TYPE_ARG_TYPES (fntype);
2697 fn_arg;
2698 fn_arg = TREE_CHAIN (fn_arg))
2699 pcum->named_count += 1;
2700
2701 if (! pcum->named_count)
2702 pcum->named_count = INT_MAX;
2703 }
2704 }
2705
2706
2707 /* Return true if mode/type need doubleword alignment. */
2708 bool
arm_needs_doubleword_align(enum machine_mode mode,tree type)2709 arm_needs_doubleword_align (enum machine_mode mode, tree type)
2710 {
2711 return (GET_MODE_ALIGNMENT (mode) > PARM_BOUNDARY
2712 || (type && TYPE_ALIGN (type) > PARM_BOUNDARY));
2713 }
2714
2715
2716 /* Determine where to put an argument to a function.
2717 Value is zero to push the argument on the stack,
2718 or a hard register in which to store the argument.
2719
2720 MODE is the argument's machine mode.
2721 TYPE is the data type of the argument (as a tree).
2722 This is null for libcalls where that information may
2723 not be available.
2724 CUM is a variable of type CUMULATIVE_ARGS which gives info about
2725 the preceding args and about the function being called.
2726 NAMED is nonzero if this argument is a named parameter
2727 (otherwise it is an extra parameter matching an ellipsis). */
2728
2729 rtx
arm_function_arg(CUMULATIVE_ARGS * pcum,enum machine_mode mode,tree type,int named)2730 arm_function_arg (CUMULATIVE_ARGS *pcum, enum machine_mode mode,
2731 tree type, int named)
2732 {
2733 int nregs;
2734
2735 /* Varargs vectors are treated the same as long long.
2736 named_count avoids having to change the way arm handles 'named' */
2737 if (TARGET_IWMMXT_ABI
2738 && arm_vector_mode_supported_p (mode)
2739 && pcum->named_count > pcum->nargs + 1)
2740 {
2741 if (pcum->iwmmxt_nregs <= 9)
2742 return gen_rtx_REG (mode, pcum->iwmmxt_nregs + FIRST_IWMMXT_REGNUM);
2743 else
2744 {
2745 pcum->can_split = false;
2746 return NULL_RTX;
2747 }
2748 }
2749
2750 /* Put doubleword aligned quantities in even register pairs. */
2751 if (pcum->nregs & 1
2752 && ARM_DOUBLEWORD_ALIGN
2753 && arm_needs_doubleword_align (mode, type))
2754 pcum->nregs++;
2755
2756 if (mode == VOIDmode)
2757 /* Compute operand 2 of the call insn. */
2758 return GEN_INT (pcum->call_cookie);
2759
2760 /* Only allow splitting an arg between regs and memory if all preceding
2761 args were allocated to regs. For args passed by reference we only count
2762 the reference pointer. */
2763 if (pcum->can_split)
2764 nregs = 1;
2765 else
2766 nregs = ARM_NUM_REGS2 (mode, type);
2767
2768 if (!named || pcum->nregs + nregs > NUM_ARG_REGS)
2769 return NULL_RTX;
2770
2771 return gen_rtx_REG (mode, pcum->nregs);
2772 }
2773
2774 static int
arm_arg_partial_bytes(CUMULATIVE_ARGS * pcum,enum machine_mode mode,tree type,bool named ATTRIBUTE_UNUSED)2775 arm_arg_partial_bytes (CUMULATIVE_ARGS *pcum, enum machine_mode mode,
2776 tree type, bool named ATTRIBUTE_UNUSED)
2777 {
2778 int nregs = pcum->nregs;
2779
2780 if (arm_vector_mode_supported_p (mode))
2781 return 0;
2782
2783 if (NUM_ARG_REGS > nregs
2784 && (NUM_ARG_REGS < nregs + ARM_NUM_REGS2 (mode, type))
2785 && pcum->can_split)
2786 return (NUM_ARG_REGS - nregs) * UNITS_PER_WORD;
2787
2788 return 0;
2789 }
2790
2791 /* Variable sized types are passed by reference. This is a GCC
2792 extension to the ARM ABI. */
2793
2794 static bool
arm_pass_by_reference(CUMULATIVE_ARGS * cum ATTRIBUTE_UNUSED,enum machine_mode mode ATTRIBUTE_UNUSED,tree type,bool named ATTRIBUTE_UNUSED)2795 arm_pass_by_reference (CUMULATIVE_ARGS *cum ATTRIBUTE_UNUSED,
2796 enum machine_mode mode ATTRIBUTE_UNUSED,
2797 tree type, bool named ATTRIBUTE_UNUSED)
2798 {
2799 return type && TREE_CODE (TYPE_SIZE (type)) != INTEGER_CST;
2800 }
2801
2802 /* Encode the current state of the #pragma [no_]long_calls. */
2803 typedef enum
2804 {
2805 OFF, /* No #pragma [no_]long_calls is in effect. */
2806 LONG, /* #pragma long_calls is in effect. */
2807 SHORT /* #pragma no_long_calls is in effect. */
2808 } arm_pragma_enum;
2809
2810 static arm_pragma_enum arm_pragma_long_calls = OFF;
2811
2812 void
arm_pr_long_calls(struct cpp_reader * pfile ATTRIBUTE_UNUSED)2813 arm_pr_long_calls (struct cpp_reader * pfile ATTRIBUTE_UNUSED)
2814 {
2815 arm_pragma_long_calls = LONG;
2816 }
2817
2818 void
arm_pr_no_long_calls(struct cpp_reader * pfile ATTRIBUTE_UNUSED)2819 arm_pr_no_long_calls (struct cpp_reader * pfile ATTRIBUTE_UNUSED)
2820 {
2821 arm_pragma_long_calls = SHORT;
2822 }
2823
2824 void
arm_pr_long_calls_off(struct cpp_reader * pfile ATTRIBUTE_UNUSED)2825 arm_pr_long_calls_off (struct cpp_reader * pfile ATTRIBUTE_UNUSED)
2826 {
2827 arm_pragma_long_calls = OFF;
2828 }
2829
2830 /* Table of machine attributes. */
2831 const struct attribute_spec arm_attribute_table[] =
2832 {
2833 /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler } */
2834 /* Function calls made to this symbol must be done indirectly, because
2835 it may lie outside of the 26 bit addressing range of a normal function
2836 call. */
2837 { "long_call", 0, 0, false, true, true, NULL },
2838 /* Whereas these functions are always known to reside within the 26 bit
2839 addressing range. */
2840 { "short_call", 0, 0, false, true, true, NULL },
2841 /* Interrupt Service Routines have special prologue and epilogue requirements. */
2842 { "isr", 0, 1, false, false, false, arm_handle_isr_attribute },
2843 { "interrupt", 0, 1, false, false, false, arm_handle_isr_attribute },
2844 { "naked", 0, 0, true, false, false, arm_handle_fndecl_attribute },
2845 #ifdef ARM_PE
2846 /* ARM/PE has three new attributes:
2847 interfacearm - ?
2848 dllexport - for exporting a function/variable that will live in a dll
2849 dllimport - for importing a function/variable from a dll
2850
2851 Microsoft allows multiple declspecs in one __declspec, separating
2852 them with spaces. We do NOT support this. Instead, use __declspec
2853 multiple times.
2854 */
2855 { "dllimport", 0, 0, true, false, false, NULL },
2856 { "dllexport", 0, 0, true, false, false, NULL },
2857 { "interfacearm", 0, 0, true, false, false, arm_handle_fndecl_attribute },
2858 #elif TARGET_DLLIMPORT_DECL_ATTRIBUTES
2859 { "dllimport", 0, 0, false, false, false, handle_dll_attribute },
2860 { "dllexport", 0, 0, false, false, false, handle_dll_attribute },
2861 { "notshared", 0, 0, false, true, false, arm_handle_notshared_attribute },
2862 #endif
2863 { NULL, 0, 0, false, false, false, NULL }
2864 };
2865
2866 /* Handle an attribute requiring a FUNCTION_DECL;
2867 arguments as in struct attribute_spec.handler. */
2868 static tree
arm_handle_fndecl_attribute(tree * node,tree name,tree args ATTRIBUTE_UNUSED,int flags ATTRIBUTE_UNUSED,bool * no_add_attrs)2869 arm_handle_fndecl_attribute (tree *node, tree name, tree args ATTRIBUTE_UNUSED,
2870 int flags ATTRIBUTE_UNUSED, bool *no_add_attrs)
2871 {
2872 if (TREE_CODE (*node) != FUNCTION_DECL)
2873 {
2874 warning (OPT_Wattributes, "%qs attribute only applies to functions",
2875 IDENTIFIER_POINTER (name));
2876 *no_add_attrs = true;
2877 }
2878
2879 return NULL_TREE;
2880 }
2881
2882 /* Handle an "interrupt" or "isr" attribute;
2883 arguments as in struct attribute_spec.handler. */
2884 static tree
arm_handle_isr_attribute(tree * node,tree name,tree args,int flags,bool * no_add_attrs)2885 arm_handle_isr_attribute (tree *node, tree name, tree args, int flags,
2886 bool *no_add_attrs)
2887 {
2888 if (DECL_P (*node))
2889 {
2890 if (TREE_CODE (*node) != FUNCTION_DECL)
2891 {
2892 warning (OPT_Wattributes, "%qs attribute only applies to functions",
2893 IDENTIFIER_POINTER (name));
2894 *no_add_attrs = true;
2895 }
2896 /* FIXME: the argument if any is checked for type attributes;
2897 should it be checked for decl ones? */
2898 }
2899 else
2900 {
2901 if (TREE_CODE (*node) == FUNCTION_TYPE
2902 || TREE_CODE (*node) == METHOD_TYPE)
2903 {
2904 if (arm_isr_value (args) == ARM_FT_UNKNOWN)
2905 {
2906 warning (OPT_Wattributes, "%qs attribute ignored",
2907 IDENTIFIER_POINTER (name));
2908 *no_add_attrs = true;
2909 }
2910 }
2911 else if (TREE_CODE (*node) == POINTER_TYPE
2912 && (TREE_CODE (TREE_TYPE (*node)) == FUNCTION_TYPE
2913 || TREE_CODE (TREE_TYPE (*node)) == METHOD_TYPE)
2914 && arm_isr_value (args) != ARM_FT_UNKNOWN)
2915 {
2916 *node = build_variant_type_copy (*node);
2917 TREE_TYPE (*node) = build_type_attribute_variant
2918 (TREE_TYPE (*node),
2919 tree_cons (name, args, TYPE_ATTRIBUTES (TREE_TYPE (*node))));
2920 *no_add_attrs = true;
2921 }
2922 else
2923 {
2924 /* Possibly pass this attribute on from the type to a decl. */
2925 if (flags & ((int) ATTR_FLAG_DECL_NEXT
2926 | (int) ATTR_FLAG_FUNCTION_NEXT
2927 | (int) ATTR_FLAG_ARRAY_NEXT))
2928 {
2929 *no_add_attrs = true;
2930 return tree_cons (name, args, NULL_TREE);
2931 }
2932 else
2933 {
2934 warning (OPT_Wattributes, "%qs attribute ignored",
2935 IDENTIFIER_POINTER (name));
2936 }
2937 }
2938 }
2939
2940 return NULL_TREE;
2941 }
2942
2943 #if TARGET_DLLIMPORT_DECL_ATTRIBUTES
2944 /* Handle the "notshared" attribute. This attribute is another way of
2945 requesting hidden visibility. ARM's compiler supports
2946 "__declspec(notshared)"; we support the same thing via an
2947 attribute. */
2948
2949 static tree
arm_handle_notshared_attribute(tree * node,tree name ATTRIBUTE_UNUSED,tree args ATTRIBUTE_UNUSED,int flags ATTRIBUTE_UNUSED,bool * no_add_attrs)2950 arm_handle_notshared_attribute (tree *node,
2951 tree name ATTRIBUTE_UNUSED,
2952 tree args ATTRIBUTE_UNUSED,
2953 int flags ATTRIBUTE_UNUSED,
2954 bool *no_add_attrs)
2955 {
2956 tree decl = TYPE_NAME (*node);
2957
2958 if (decl)
2959 {
2960 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
2961 DECL_VISIBILITY_SPECIFIED (decl) = 1;
2962 *no_add_attrs = false;
2963 }
2964 return NULL_TREE;
2965 }
2966 #endif
2967
2968 /* Return 0 if the attributes for two types are incompatible, 1 if they
2969 are compatible, and 2 if they are nearly compatible (which causes a
2970 warning to be generated). */
2971 static int
arm_comp_type_attributes(tree type1,tree type2)2972 arm_comp_type_attributes (tree type1, tree type2)
2973 {
2974 int l1, l2, s1, s2;
2975
2976 /* Check for mismatch of non-default calling convention. */
2977 if (TREE_CODE (type1) != FUNCTION_TYPE)
2978 return 1;
2979
2980 /* Check for mismatched call attributes. */
2981 l1 = lookup_attribute ("long_call", TYPE_ATTRIBUTES (type1)) != NULL;
2982 l2 = lookup_attribute ("long_call", TYPE_ATTRIBUTES (type2)) != NULL;
2983 s1 = lookup_attribute ("short_call", TYPE_ATTRIBUTES (type1)) != NULL;
2984 s2 = lookup_attribute ("short_call", TYPE_ATTRIBUTES (type2)) != NULL;
2985
2986 /* Only bother to check if an attribute is defined. */
2987 if (l1 | l2 | s1 | s2)
2988 {
2989 /* If one type has an attribute, the other must have the same attribute. */
2990 if ((l1 != l2) || (s1 != s2))
2991 return 0;
2992
2993 /* Disallow mixed attributes. */
2994 if ((l1 & s2) || (l2 & s1))
2995 return 0;
2996 }
2997
2998 /* Check for mismatched ISR attribute. */
2999 l1 = lookup_attribute ("isr", TYPE_ATTRIBUTES (type1)) != NULL;
3000 if (! l1)
3001 l1 = lookup_attribute ("interrupt", TYPE_ATTRIBUTES (type1)) != NULL;
3002 l2 = lookup_attribute ("isr", TYPE_ATTRIBUTES (type2)) != NULL;
3003 if (! l2)
3004 l1 = lookup_attribute ("interrupt", TYPE_ATTRIBUTES (type2)) != NULL;
3005 if (l1 != l2)
3006 return 0;
3007
3008 return 1;
3009 }
3010
3011 /* Encode long_call or short_call attribute by prefixing
3012 symbol name in DECL with a special character FLAG. */
3013 void
arm_encode_call_attribute(tree decl,int flag)3014 arm_encode_call_attribute (tree decl, int flag)
3015 {
3016 const char * str = XSTR (XEXP (DECL_RTL (decl), 0), 0);
3017 int len = strlen (str);
3018 char * newstr;
3019
3020 /* Do not allow weak functions to be treated as short call. */
3021 if (DECL_WEAK (decl) && flag == SHORT_CALL_FLAG_CHAR)
3022 return;
3023
3024 newstr = alloca (len + 2);
3025 newstr[0] = flag;
3026 strcpy (newstr + 1, str);
3027
3028 newstr = (char *) ggc_alloc_string (newstr, len + 1);
3029 XSTR (XEXP (DECL_RTL (decl), 0), 0) = newstr;
3030 }
3031
3032 /* Assigns default attributes to newly defined type. This is used to
3033 set short_call/long_call attributes for function types of
3034 functions defined inside corresponding #pragma scopes. */
3035 static void
arm_set_default_type_attributes(tree type)3036 arm_set_default_type_attributes (tree type)
3037 {
3038 /* Add __attribute__ ((long_call)) to all functions, when
3039 inside #pragma long_calls or __attribute__ ((short_call)),
3040 when inside #pragma no_long_calls. */
3041 if (TREE_CODE (type) == FUNCTION_TYPE || TREE_CODE (type) == METHOD_TYPE)
3042 {
3043 tree type_attr_list, attr_name;
3044 type_attr_list = TYPE_ATTRIBUTES (type);
3045
3046 if (arm_pragma_long_calls == LONG)
3047 attr_name = get_identifier ("long_call");
3048 else if (arm_pragma_long_calls == SHORT)
3049 attr_name = get_identifier ("short_call");
3050 else
3051 return;
3052
3053 type_attr_list = tree_cons (attr_name, NULL_TREE, type_attr_list);
3054 TYPE_ATTRIBUTES (type) = type_attr_list;
3055 }
3056 }
3057
3058 /* Return 1 if the operand is a SYMBOL_REF for a function known to be
3059 defined within the current compilation unit. If this cannot be
3060 determined, then 0 is returned. */
3061 static int
current_file_function_operand(rtx sym_ref)3062 current_file_function_operand (rtx sym_ref)
3063 {
3064 /* This is a bit of a fib. A function will have a short call flag
3065 applied to its name if it has the short call attribute, or it has
3066 already been defined within the current compilation unit. */
3067 if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0)))
3068 return 1;
3069
3070 /* The current function is always defined within the current compilation
3071 unit. If it s a weak definition however, then this may not be the real
3072 definition of the function, and so we have to say no. */
3073 if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0)
3074 && !DECL_WEAK (current_function_decl))
3075 return 1;
3076
3077 /* We cannot make the determination - default to returning 0. */
3078 return 0;
3079 }
3080
3081 /* Return nonzero if a 32 bit "long_call" should be generated for
3082 this call. We generate a long_call if the function:
3083
3084 a. has an __attribute__((long call))
3085 or b. is within the scope of a #pragma long_calls
3086 or c. the -mlong-calls command line switch has been specified
3087 . and either:
3088 1. -ffunction-sections is in effect
3089 or 2. the current function has __attribute__ ((section))
3090 or 3. the target function has __attribute__ ((section))
3091
3092 However we do not generate a long call if the function:
3093
3094 d. has an __attribute__ ((short_call))
3095 or e. is inside the scope of a #pragma no_long_calls
3096 or f. is defined within the current compilation unit.
3097
3098 This function will be called by C fragments contained in the machine
3099 description file. SYM_REF and CALL_COOKIE correspond to the matched
3100 rtl operands. CALL_SYMBOL is used to distinguish between
3101 two different callers of the function. It is set to 1 in the
3102 "call_symbol" and "call_symbol_value" patterns and to 0 in the "call"
3103 and "call_value" patterns. This is because of the difference in the
3104 SYM_REFs passed by these patterns. */
3105 int
arm_is_longcall_p(rtx sym_ref,int call_cookie,int call_symbol)3106 arm_is_longcall_p (rtx sym_ref, int call_cookie, int call_symbol)
3107 {
3108 if (!call_symbol)
3109 {
3110 if (GET_CODE (sym_ref) != MEM)
3111 return 0;
3112
3113 sym_ref = XEXP (sym_ref, 0);
3114 }
3115
3116 if (GET_CODE (sym_ref) != SYMBOL_REF)
3117 return 0;
3118
3119 if (call_cookie & CALL_SHORT)
3120 return 0;
3121
3122 if (TARGET_LONG_CALLS)
3123 {
3124 if (flag_function_sections
3125 || DECL_SECTION_NAME (current_function_decl))
3126 /* c.3 is handled by the definition of the
3127 ARM_DECLARE_FUNCTION_SIZE macro. */
3128 return 1;
3129 }
3130
3131 if (current_file_function_operand (sym_ref))
3132 return 0;
3133
3134 return (call_cookie & CALL_LONG)
3135 || ENCODED_LONG_CALL_ATTR_P (XSTR (sym_ref, 0))
3136 || TARGET_LONG_CALLS;
3137 }
3138
3139 /* Return nonzero if it is ok to make a tail-call to DECL. */
3140 static bool
arm_function_ok_for_sibcall(tree decl,tree exp ATTRIBUTE_UNUSED)3141 arm_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
3142 {
3143 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL;
3144
3145 if (cfun->machine->sibcall_blocked)
3146 return false;
3147
3148 /* Never tailcall something for which we have no decl, or if we
3149 are in Thumb mode. */
3150 if (decl == NULL || TARGET_THUMB)
3151 return false;
3152
3153 /* Get the calling method. */
3154 if (lookup_attribute ("short_call", TYPE_ATTRIBUTES (TREE_TYPE (decl))))
3155 call_type = CALL_SHORT;
3156 else if (lookup_attribute ("long_call", TYPE_ATTRIBUTES (TREE_TYPE (decl))))
3157 call_type = CALL_LONG;
3158
3159 /* Cannot tail-call to long calls, since these are out of range of
3160 a branch instruction. However, if not compiling PIC, we know
3161 we can reach the symbol if it is in this compilation unit. */
3162 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl)))
3163 return false;
3164
3165 /* If we are interworking and the function is not declared static
3166 then we can't tail-call it unless we know that it exists in this
3167 compilation unit (since it might be a Thumb routine). */
3168 if (TARGET_INTERWORK && TREE_PUBLIC (decl) && !TREE_ASM_WRITTEN (decl))
3169 return false;
3170
3171 /* Never tailcall from an ISR routine - it needs a special exit sequence. */
3172 if (IS_INTERRUPT (arm_current_func_type ()))
3173 return false;
3174
3175 /* Everything else is ok. */
3176 return true;
3177 }
3178
3179
3180 /* Addressing mode support functions. */
3181
3182 /* Return nonzero if X is a legitimate immediate operand when compiling
3183 for PIC. We know that X satisfies CONSTANT_P and flag_pic is true. */
3184 int
legitimate_pic_operand_p(rtx x)3185 legitimate_pic_operand_p (rtx x)
3186 {
3187 if (GET_CODE (x) == SYMBOL_REF
3188 || (GET_CODE (x) == CONST
3189 && GET_CODE (XEXP (x, 0)) == PLUS
3190 && GET_CODE (XEXP (XEXP (x, 0), 0)) == SYMBOL_REF))
3191 return 0;
3192
3193 return 1;
3194 }
3195
3196 rtx
legitimize_pic_address(rtx orig,enum machine_mode mode,rtx reg)3197 legitimize_pic_address (rtx orig, enum machine_mode mode, rtx reg)
3198 {
3199 if (GET_CODE (orig) == SYMBOL_REF
3200 || GET_CODE (orig) == LABEL_REF)
3201 {
3202 #ifndef AOF_ASSEMBLER
3203 rtx pic_ref, address;
3204 #endif
3205 rtx insn;
3206 int subregs = 0;
3207
3208 /* If this function doesn't have a pic register, create one now.
3209 A lot of the logic here is made obscure by the fact that this
3210 routine gets called as part of the rtx cost estimation
3211 process. We don't want those calls to affect any assumptions
3212 about the real function; and further, we can't call
3213 entry_of_function() until we start the real expansion
3214 process. */
3215 if (!current_function_uses_pic_offset_table)
3216 {
3217 gcc_assert (!no_new_pseudos);
3218 if (arm_pic_register != INVALID_REGNUM)
3219 {
3220 if (!cfun->machine->pic_reg)
3221 cfun->machine->pic_reg = gen_rtx_REG (Pmode, arm_pic_register);
3222
3223 /* Play games to avoid marking the function as needing pic
3224 if we are being called as part of the cost-estimation
3225 process. */
3226 if (!ir_type())
3227 current_function_uses_pic_offset_table = 1;
3228 }
3229 else
3230 {
3231 rtx seq;
3232
3233 if (!cfun->machine->pic_reg)
3234 cfun->machine->pic_reg = gen_reg_rtx (Pmode);
3235
3236 /* Play games to avoid marking the function as needing pic
3237 if we are being called as part of the cost-estimation
3238 process. */
3239 if (!ir_type())
3240 {
3241 current_function_uses_pic_offset_table = 1;
3242 start_sequence ();
3243
3244 arm_load_pic_register (0UL);
3245
3246 seq = get_insns ();
3247 end_sequence ();
3248 emit_insn_after (seq, entry_of_function ());
3249 }
3250 }
3251 }
3252
3253 if (reg == 0)
3254 {
3255 gcc_assert (!no_new_pseudos);
3256 reg = gen_reg_rtx (Pmode);
3257
3258 subregs = 1;
3259 }
3260
3261 #ifdef AOF_ASSEMBLER
3262 /* The AOF assembler can generate relocations for these directly, and
3263 understands that the PIC register has to be added into the offset. */
3264 insn = emit_insn (gen_pic_load_addr_based (reg, orig));
3265 #else
3266 if (subregs)
3267 address = gen_reg_rtx (Pmode);
3268 else
3269 address = reg;
3270
3271 if (TARGET_ARM)
3272 emit_insn (gen_pic_load_addr_arm (address, orig));
3273 else
3274 emit_insn (gen_pic_load_addr_thumb (address, orig));
3275
3276 if ((GET_CODE (orig) == LABEL_REF
3277 || (GET_CODE (orig) == SYMBOL_REF &&
3278 SYMBOL_REF_LOCAL_P (orig)))
3279 && NEED_GOT_RELOC)
3280 pic_ref = gen_rtx_PLUS (Pmode, cfun->machine->pic_reg, address);
3281 else
3282 {
3283 pic_ref = gen_const_mem (Pmode,
3284 gen_rtx_PLUS (Pmode, cfun->machine->pic_reg,
3285 address));
3286 }
3287
3288 insn = emit_move_insn (reg, pic_ref);
3289 #endif
3290 /* Put a REG_EQUAL note on this insn, so that it can be optimized
3291 by loop. */
3292 REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL, orig,
3293 REG_NOTES (insn));
3294 return reg;
3295 }
3296 else if (GET_CODE (orig) == CONST)
3297 {
3298 rtx base, offset;
3299
3300 if (GET_CODE (XEXP (orig, 0)) == PLUS
3301 && XEXP (XEXP (orig, 0), 0) == cfun->machine->pic_reg)
3302 return orig;
3303
3304 if (GET_CODE (XEXP (orig, 0)) == UNSPEC
3305 && XINT (XEXP (orig, 0), 1) == UNSPEC_TLS)
3306 return orig;
3307
3308 if (reg == 0)
3309 {
3310 gcc_assert (!no_new_pseudos);
3311 reg = gen_reg_rtx (Pmode);
3312 }
3313
3314 gcc_assert (GET_CODE (XEXP (orig, 0)) == PLUS);
3315
3316 base = legitimize_pic_address (XEXP (XEXP (orig, 0), 0), Pmode, reg);
3317 offset = legitimize_pic_address (XEXP (XEXP (orig, 0), 1), Pmode,
3318 base == reg ? 0 : reg);
3319
3320 if (GET_CODE (offset) == CONST_INT)
3321 {
3322 /* The base register doesn't really matter, we only want to
3323 test the index for the appropriate mode. */
3324 if (!arm_legitimate_index_p (mode, offset, SET, 0))
3325 {
3326 gcc_assert (!no_new_pseudos);
3327 offset = force_reg (Pmode, offset);
3328 }
3329
3330 if (GET_CODE (offset) == CONST_INT)
3331 return plus_constant (base, INTVAL (offset));
3332 }
3333
3334 if (GET_MODE_SIZE (mode) > 4
3335 && (GET_MODE_CLASS (mode) == MODE_INT
3336 || TARGET_SOFT_FLOAT))
3337 {
3338 emit_insn (gen_addsi3 (reg, base, offset));
3339 return reg;
3340 }
3341
3342 return gen_rtx_PLUS (Pmode, base, offset);
3343 }
3344
3345 return orig;
3346 }
3347
3348
3349 /* Find a spare low register to use during the prolog of a function. */
3350
3351 static int
thumb_find_work_register(unsigned long pushed_regs_mask)3352 thumb_find_work_register (unsigned long pushed_regs_mask)
3353 {
3354 int reg;
3355
3356 /* Check the argument registers first as these are call-used. The
3357 register allocation order means that sometimes r3 might be used
3358 but earlier argument registers might not, so check them all. */
3359 for (reg = LAST_ARG_REGNUM; reg >= 0; reg --)
3360 if (!regs_ever_live[reg])
3361 return reg;
3362
3363 /* Before going on to check the call-saved registers we can try a couple
3364 more ways of deducing that r3 is available. The first is when we are
3365 pushing anonymous arguments onto the stack and we have less than 4
3366 registers worth of fixed arguments(*). In this case r3 will be part of
3367 the variable argument list and so we can be sure that it will be
3368 pushed right at the start of the function. Hence it will be available
3369 for the rest of the prologue.
3370 (*): ie current_function_pretend_args_size is greater than 0. */
3371 if (cfun->machine->uses_anonymous_args
3372 && current_function_pretend_args_size > 0)
3373 return LAST_ARG_REGNUM;
3374
3375 /* The other case is when we have fixed arguments but less than 4 registers
3376 worth. In this case r3 might be used in the body of the function, but
3377 it is not being used to convey an argument into the function. In theory
3378 we could just check current_function_args_size to see how many bytes are
3379 being passed in argument registers, but it seems that it is unreliable.
3380 Sometimes it will have the value 0 when in fact arguments are being
3381 passed. (See testcase execute/20021111-1.c for an example). So we also
3382 check the args_info.nregs field as well. The problem with this field is
3383 that it makes no allowances for arguments that are passed to the
3384 function but which are not used. Hence we could miss an opportunity
3385 when a function has an unused argument in r3. But it is better to be
3386 safe than to be sorry. */
3387 if (! cfun->machine->uses_anonymous_args
3388 && current_function_args_size >= 0
3389 && current_function_args_size <= (LAST_ARG_REGNUM * UNITS_PER_WORD)
3390 && cfun->args_info.nregs < 4)
3391 return LAST_ARG_REGNUM;
3392
3393 /* Otherwise look for a call-saved register that is going to be pushed. */
3394 for (reg = LAST_LO_REGNUM; reg > LAST_ARG_REGNUM; reg --)
3395 if (pushed_regs_mask & (1 << reg))
3396 return reg;
3397
3398 /* Something went wrong - thumb_compute_save_reg_mask()
3399 should have arranged for a suitable register to be pushed. */
3400 gcc_unreachable ();
3401 }
3402
3403 static GTY(()) int pic_labelno;
3404
3405 /* Generate code to load the PIC register. In thumb mode SCRATCH is a
3406 low register. */
3407
3408 void
arm_load_pic_register(unsigned long saved_regs ATTRIBUTE_UNUSED)3409 arm_load_pic_register (unsigned long saved_regs ATTRIBUTE_UNUSED)
3410 {
3411 #ifndef AOF_ASSEMBLER
3412 rtx l1, labelno, pic_tmp, pic_tmp2, pic_rtx;
3413 rtx global_offset_table;
3414
3415 if (current_function_uses_pic_offset_table == 0 || TARGET_SINGLE_PIC_BASE)
3416 return;
3417
3418 gcc_assert (flag_pic);
3419
3420 /* We use an UNSPEC rather than a LABEL_REF because this label never appears
3421 in the code stream. */
3422
3423 labelno = GEN_INT (pic_labelno++);
3424 l1 = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, labelno), UNSPEC_PIC_LABEL);
3425 l1 = gen_rtx_CONST (VOIDmode, l1);
3426
3427 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_");
3428 /* On the ARM the PC register contains 'dot + 8' at the time of the
3429 addition, on the Thumb it is 'dot + 4'. */
3430 pic_tmp = plus_constant (l1, TARGET_ARM ? 8 : 4);
3431 if (GOT_PCREL)
3432 pic_tmp2 = gen_rtx_CONST (VOIDmode,
3433 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx));
3434 else
3435 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table);
3436
3437 pic_rtx = gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, pic_tmp2, pic_tmp));
3438
3439 if (TARGET_ARM)
3440 {
3441 emit_insn (gen_pic_load_addr_arm (cfun->machine->pic_reg, pic_rtx));
3442 emit_insn (gen_pic_add_dot_plus_eight (cfun->machine->pic_reg,
3443 cfun->machine->pic_reg, labelno));
3444 }
3445 else
3446 {
3447 if (arm_pic_register != INVALID_REGNUM
3448 && REGNO (cfun->machine->pic_reg) > LAST_LO_REGNUM)
3449 {
3450 /* We will have pushed the pic register, so we should always be
3451 able to find a work register. */
3452 pic_tmp = gen_rtx_REG (SImode,
3453 thumb_find_work_register (saved_regs));
3454 emit_insn (gen_pic_load_addr_thumb (pic_tmp, pic_rtx));
3455 emit_insn (gen_movsi (pic_offset_table_rtx, pic_tmp));
3456 }
3457 else
3458 emit_insn (gen_pic_load_addr_thumb (cfun->machine->pic_reg, pic_rtx));
3459 emit_insn (gen_pic_add_dot_plus_four (cfun->machine->pic_reg,
3460 cfun->machine->pic_reg, labelno));
3461 }
3462
3463 /* Need to emit this whether or not we obey regdecls,
3464 since setjmp/longjmp can cause life info to screw up. */
3465 emit_insn (gen_rtx_USE (VOIDmode, cfun->machine->pic_reg));
3466 #endif /* AOF_ASSEMBLER */
3467 }
3468
3469
3470 /* Return nonzero if X is valid as an ARM state addressing register. */
3471 static int
arm_address_register_rtx_p(rtx x,int strict_p)3472 arm_address_register_rtx_p (rtx x, int strict_p)
3473 {
3474 int regno;
3475
3476 if (GET_CODE (x) != REG)
3477 return 0;
3478
3479 regno = REGNO (x);
3480
3481 if (strict_p)
3482 return ARM_REGNO_OK_FOR_BASE_P (regno);
3483
3484 return (regno <= LAST_ARM_REGNUM
3485 || regno >= FIRST_PSEUDO_REGISTER
3486 || regno == FRAME_POINTER_REGNUM
3487 || regno == ARG_POINTER_REGNUM);
3488 }
3489
3490 /* Return TRUE if this rtx is the difference of a symbol and a label,
3491 and will reduce to a PC-relative relocation in the object file.
3492 Expressions like this can be left alone when generating PIC, rather
3493 than forced through the GOT. */
3494 static int
pcrel_constant_p(rtx x)3495 pcrel_constant_p (rtx x)
3496 {
3497 if (GET_CODE (x) == MINUS)
3498 return symbol_mentioned_p (XEXP (x, 0)) && label_mentioned_p (XEXP (x, 1));
3499
3500 return FALSE;
3501 }
3502
3503 /* Return nonzero if X is a valid ARM state address operand. */
3504 int
arm_legitimate_address_p(enum machine_mode mode,rtx x,RTX_CODE outer,int strict_p)3505 arm_legitimate_address_p (enum machine_mode mode, rtx x, RTX_CODE outer,
3506 int strict_p)
3507 {
3508 bool use_ldrd;
3509 enum rtx_code code = GET_CODE (x);
3510
3511 if (arm_address_register_rtx_p (x, strict_p))
3512 return 1;
3513
3514 use_ldrd = (TARGET_LDRD
3515 && (mode == DImode
3516 || (mode == DFmode && (TARGET_SOFT_FLOAT || TARGET_VFP))));
3517
3518 if (code == POST_INC || code == PRE_DEC
3519 || ((code == PRE_INC || code == POST_DEC)
3520 && (use_ldrd || GET_MODE_SIZE (mode) <= 4)))
3521 return arm_address_register_rtx_p (XEXP (x, 0), strict_p);
3522
3523 else if ((code == POST_MODIFY || code == PRE_MODIFY)
3524 && arm_address_register_rtx_p (XEXP (x, 0), strict_p)
3525 && GET_CODE (XEXP (x, 1)) == PLUS
3526 && rtx_equal_p (XEXP (XEXP (x, 1), 0), XEXP (x, 0)))
3527 {
3528 rtx addend = XEXP (XEXP (x, 1), 1);
3529
3530 /* Don't allow ldrd post increment by register because it's hard
3531 to fixup invalid register choices. */
3532 if (use_ldrd
3533 && GET_CODE (x) == POST_MODIFY
3534 && GET_CODE (addend) == REG)
3535 return 0;
3536
3537 return ((use_ldrd || GET_MODE_SIZE (mode) <= 4)
3538 && arm_legitimate_index_p (mode, addend, outer, strict_p));
3539 }
3540
3541 /* After reload constants split into minipools will have addresses
3542 from a LABEL_REF. */
3543 else if (reload_completed
3544 && (code == LABEL_REF
3545 || (code == CONST
3546 && GET_CODE (XEXP (x, 0)) == PLUS
3547 && GET_CODE (XEXP (XEXP (x, 0), 0)) == LABEL_REF
3548 && GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT)))
3549 return 1;
3550
3551 else if (mode == TImode)
3552 return 0;
3553
3554 else if (code == PLUS)
3555 {
3556 rtx xop0 = XEXP (x, 0);
3557 rtx xop1 = XEXP (x, 1);
3558
3559 return ((arm_address_register_rtx_p (xop0, strict_p)
3560 && arm_legitimate_index_p (mode, xop1, outer, strict_p))
3561 || (arm_address_register_rtx_p (xop1, strict_p)
3562 && arm_legitimate_index_p (mode, xop0, outer, strict_p)));
3563 }
3564
3565 #if 0
3566 /* Reload currently can't handle MINUS, so disable this for now */
3567 else if (GET_CODE (x) == MINUS)
3568 {
3569 rtx xop0 = XEXP (x, 0);
3570 rtx xop1 = XEXP (x, 1);
3571
3572 return (arm_address_register_rtx_p (xop0, strict_p)
3573 && arm_legitimate_index_p (mode, xop1, outer, strict_p));
3574 }
3575 #endif
3576
3577 else if (GET_MODE_CLASS (mode) != MODE_FLOAT
3578 && code == SYMBOL_REF
3579 && CONSTANT_POOL_ADDRESS_P (x)
3580 && ! (flag_pic
3581 && symbol_mentioned_p (get_pool_constant (x))
3582 && ! pcrel_constant_p (get_pool_constant (x))))
3583 return 1;
3584
3585 return 0;
3586 }
3587
3588 /* Return nonzero if INDEX is valid for an address index operand in
3589 ARM state. */
3590 static int
arm_legitimate_index_p(enum machine_mode mode,rtx index,RTX_CODE outer,int strict_p)3591 arm_legitimate_index_p (enum machine_mode mode, rtx index, RTX_CODE outer,
3592 int strict_p)
3593 {
3594 HOST_WIDE_INT range;
3595 enum rtx_code code = GET_CODE (index);
3596
3597 /* Standard coprocessor addressing modes. */
3598 if (TARGET_HARD_FLOAT
3599 && (TARGET_FPA || TARGET_MAVERICK)
3600 && (GET_MODE_CLASS (mode) == MODE_FLOAT
3601 || (TARGET_MAVERICK && mode == DImode)))
3602 return (code == CONST_INT && INTVAL (index) < 1024
3603 && INTVAL (index) > -1024
3604 && (INTVAL (index) & 3) == 0);
3605
3606 if (TARGET_REALLY_IWMMXT && VALID_IWMMXT_REG_MODE (mode))
3607 {
3608 /* For DImode assume values will usually live in core regs
3609 and only allow LDRD addressing modes. */
3610 if (!TARGET_LDRD || mode != DImode)
3611 return (code == CONST_INT
3612 && INTVAL (index) < 1024
3613 && INTVAL (index) > -1024
3614 && (INTVAL (index) & 3) == 0);
3615 }
3616
3617 if (arm_address_register_rtx_p (index, strict_p)
3618 && (GET_MODE_SIZE (mode) <= 4))
3619 return 1;
3620
3621 if (mode == DImode || mode == DFmode)
3622 {
3623 if (code == CONST_INT)
3624 {
3625 HOST_WIDE_INT val = INTVAL (index);
3626
3627 if (TARGET_LDRD)
3628 return val > -256 && val < 256;
3629 else
3630 return val > -4096 && val < 4092;
3631 }
3632
3633 return TARGET_LDRD && arm_address_register_rtx_p (index, strict_p);
3634 }
3635
3636 if (GET_MODE_SIZE (mode) <= 4
3637 && ! (arm_arch4
3638 && (mode == HImode
3639 || (mode == QImode && outer == SIGN_EXTEND))))
3640 {
3641 if (code == MULT)
3642 {
3643 rtx xiop0 = XEXP (index, 0);
3644 rtx xiop1 = XEXP (index, 1);
3645
3646 return ((arm_address_register_rtx_p (xiop0, strict_p)
3647 && power_of_two_operand (xiop1, SImode))
3648 || (arm_address_register_rtx_p (xiop1, strict_p)
3649 && power_of_two_operand (xiop0, SImode)));
3650 }
3651 else if (code == LSHIFTRT || code == ASHIFTRT
3652 || code == ASHIFT || code == ROTATERT)
3653 {
3654 rtx op = XEXP (index, 1);
3655
3656 return (arm_address_register_rtx_p (XEXP (index, 0), strict_p)
3657 && GET_CODE (op) == CONST_INT
3658 && INTVAL (op) > 0
3659 && INTVAL (op) <= 31);
3660 }
3661 }
3662
3663 /* For ARM v4 we may be doing a sign-extend operation during the
3664 load. */
3665 if (arm_arch4)
3666 {
3667 if (mode == HImode || (outer == SIGN_EXTEND && mode == QImode))
3668 range = 256;
3669 else
3670 range = 4096;
3671 }
3672 else
3673 range = (mode == HImode) ? 4095 : 4096;
3674
3675 return (code == CONST_INT
3676 && INTVAL (index) < range
3677 && INTVAL (index) > -range);
3678 }
3679
3680 /* Return nonzero if X is valid as a Thumb state base register. */
3681 static int
thumb_base_register_rtx_p(rtx x,enum machine_mode mode,int strict_p)3682 thumb_base_register_rtx_p (rtx x, enum machine_mode mode, int strict_p)
3683 {
3684 int regno;
3685
3686 if (GET_CODE (x) != REG)
3687 return 0;
3688
3689 regno = REGNO (x);
3690
3691 if (strict_p)
3692 return THUMB_REGNO_MODE_OK_FOR_BASE_P (regno, mode);
3693
3694 return (regno <= LAST_LO_REGNUM
3695 || regno > LAST_VIRTUAL_REGISTER
3696 || regno == FRAME_POINTER_REGNUM
3697 || (GET_MODE_SIZE (mode) >= 4
3698 && (regno == STACK_POINTER_REGNUM
3699 || regno >= FIRST_PSEUDO_REGISTER
3700 || x == hard_frame_pointer_rtx
3701 || x == arg_pointer_rtx)));
3702 }
3703
3704 /* Return nonzero if x is a legitimate index register. This is the case
3705 for any base register that can access a QImode object. */
3706 inline static int
thumb_index_register_rtx_p(rtx x,int strict_p)3707 thumb_index_register_rtx_p (rtx x, int strict_p)
3708 {
3709 return thumb_base_register_rtx_p (x, QImode, strict_p);
3710 }
3711
3712 /* Return nonzero if x is a legitimate Thumb-state address.
3713
3714 The AP may be eliminated to either the SP or the FP, so we use the
3715 least common denominator, e.g. SImode, and offsets from 0 to 64.
3716
3717 ??? Verify whether the above is the right approach.
3718
3719 ??? Also, the FP may be eliminated to the SP, so perhaps that
3720 needs special handling also.
3721
3722 ??? Look at how the mips16 port solves this problem. It probably uses
3723 better ways to solve some of these problems.
3724
3725 Although it is not incorrect, we don't accept QImode and HImode
3726 addresses based on the frame pointer or arg pointer until the
3727 reload pass starts. This is so that eliminating such addresses
3728 into stack based ones won't produce impossible code. */
3729 int
thumb_legitimate_address_p(enum machine_mode mode,rtx x,int strict_p)3730 thumb_legitimate_address_p (enum machine_mode mode, rtx x, int strict_p)
3731 {
3732 /* ??? Not clear if this is right. Experiment. */
3733 if (GET_MODE_SIZE (mode) < 4
3734 && !(reload_in_progress || reload_completed)
3735 && (reg_mentioned_p (frame_pointer_rtx, x)
3736 || reg_mentioned_p (arg_pointer_rtx, x)
3737 || reg_mentioned_p (virtual_incoming_args_rtx, x)
3738 || reg_mentioned_p (virtual_outgoing_args_rtx, x)
3739 || reg_mentioned_p (virtual_stack_dynamic_rtx, x)
3740 || reg_mentioned_p (virtual_stack_vars_rtx, x)))
3741 return 0;
3742
3743 /* Accept any base register. SP only in SImode or larger. */
3744 else if (thumb_base_register_rtx_p (x, mode, strict_p))
3745 return 1;
3746
3747 /* This is PC relative data before arm_reorg runs. */
3748 else if (GET_MODE_SIZE (mode) >= 4 && CONSTANT_P (x)
3749 && GET_CODE (x) == SYMBOL_REF
3750 && CONSTANT_POOL_ADDRESS_P (x) && !flag_pic)
3751 return 1;
3752
3753 /* This is PC relative data after arm_reorg runs. */
3754 else if (GET_MODE_SIZE (mode) >= 4 && reload_completed
3755 && (GET_CODE (x) == LABEL_REF
3756 || (GET_CODE (x) == CONST
3757 && GET_CODE (XEXP (x, 0)) == PLUS
3758 && GET_CODE (XEXP (XEXP (x, 0), 0)) == LABEL_REF
3759 && GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT)))
3760 return 1;
3761
3762 /* Post-inc indexing only supported for SImode and larger. */
3763 else if (GET_CODE (x) == POST_INC && GET_MODE_SIZE (mode) >= 4
3764 && thumb_index_register_rtx_p (XEXP (x, 0), strict_p))
3765 return 1;
3766
3767 else if (GET_CODE (x) == PLUS)
3768 {
3769 /* REG+REG address can be any two index registers. */
3770 /* We disallow FRAME+REG addressing since we know that FRAME
3771 will be replaced with STACK, and SP relative addressing only
3772 permits SP+OFFSET. */
3773 if (GET_MODE_SIZE (mode) <= 4
3774 && XEXP (x, 0) != frame_pointer_rtx
3775 && XEXP (x, 1) != frame_pointer_rtx
3776 && thumb_index_register_rtx_p (XEXP (x, 0), strict_p)
3777 && thumb_index_register_rtx_p (XEXP (x, 1), strict_p))
3778 return 1;
3779
3780 /* REG+const has 5-7 bit offset for non-SP registers. */
3781 else if ((thumb_index_register_rtx_p (XEXP (x, 0), strict_p)
3782 || XEXP (x, 0) == arg_pointer_rtx)
3783 && GET_CODE (XEXP (x, 1)) == CONST_INT
3784 && thumb_legitimate_offset_p (mode, INTVAL (XEXP (x, 1))))
3785 return 1;
3786
3787 /* REG+const has 10 bit offset for SP, but only SImode and
3788 larger is supported. */
3789 /* ??? Should probably check for DI/DFmode overflow here
3790 just like GO_IF_LEGITIMATE_OFFSET does. */
3791 else if (GET_CODE (XEXP (x, 0)) == REG
3792 && REGNO (XEXP (x, 0)) == STACK_POINTER_REGNUM
3793 && GET_MODE_SIZE (mode) >= 4
3794 && GET_CODE (XEXP (x, 1)) == CONST_INT
3795 && INTVAL (XEXP (x, 1)) >= 0
3796 && INTVAL (XEXP (x, 1)) + GET_MODE_SIZE (mode) <= 1024
3797 && (INTVAL (XEXP (x, 1)) & 3) == 0)
3798 return 1;
3799
3800 else if (GET_CODE (XEXP (x, 0)) == REG
3801 && REGNO (XEXP (x, 0)) == FRAME_POINTER_REGNUM
3802 && GET_MODE_SIZE (mode) >= 4
3803 && GET_CODE (XEXP (x, 1)) == CONST_INT
3804 && (INTVAL (XEXP (x, 1)) & 3) == 0)
3805 return 1;
3806 }
3807
3808 else if (GET_MODE_CLASS (mode) != MODE_FLOAT
3809 && GET_MODE_SIZE (mode) == 4
3810 && GET_CODE (x) == SYMBOL_REF
3811 && CONSTANT_POOL_ADDRESS_P (x)
3812 && ! (flag_pic
3813 && symbol_mentioned_p (get_pool_constant (x))
3814 && ! pcrel_constant_p (get_pool_constant (x))))
3815 return 1;
3816
3817 return 0;
3818 }
3819
3820 /* Return nonzero if VAL can be used as an offset in a Thumb-state address
3821 instruction of mode MODE. */
3822 int
thumb_legitimate_offset_p(enum machine_mode mode,HOST_WIDE_INT val)3823 thumb_legitimate_offset_p (enum machine_mode mode, HOST_WIDE_INT val)
3824 {
3825 switch (GET_MODE_SIZE (mode))
3826 {
3827 case 1:
3828 return val >= 0 && val < 32;
3829
3830 case 2:
3831 return val >= 0 && val < 64 && (val & 1) == 0;
3832
3833 default:
3834 return (val >= 0
3835 && (val + GET_MODE_SIZE (mode)) <= 128
3836 && (val & 3) == 0);
3837 }
3838 }
3839
3840 /* Build the SYMBOL_REF for __tls_get_addr. */
3841
3842 static GTY(()) rtx tls_get_addr_libfunc;
3843
3844 static rtx
get_tls_get_addr(void)3845 get_tls_get_addr (void)
3846 {
3847 if (!tls_get_addr_libfunc)
3848 tls_get_addr_libfunc = init_one_libfunc ("__tls_get_addr");
3849 return tls_get_addr_libfunc;
3850 }
3851
3852 static rtx
arm_load_tp(rtx target)3853 arm_load_tp (rtx target)
3854 {
3855 if (!target)
3856 target = gen_reg_rtx (SImode);
3857
3858 if (TARGET_HARD_TP)
3859 {
3860 /* Can return in any reg. */
3861 emit_insn (gen_load_tp_hard (target));
3862 }
3863 else
3864 {
3865 /* Always returned in r0. Immediately copy the result into a pseudo,
3866 otherwise other uses of r0 (e.g. setting up function arguments) may
3867 clobber the value. */
3868
3869 rtx tmp;
3870
3871 emit_insn (gen_load_tp_soft ());
3872
3873 tmp = gen_rtx_REG (SImode, 0);
3874 emit_move_insn (target, tmp);
3875 }
3876 return target;
3877 }
3878
3879 static rtx
load_tls_operand(rtx x,rtx reg)3880 load_tls_operand (rtx x, rtx reg)
3881 {
3882 rtx tmp;
3883
3884 if (reg == NULL_RTX)
3885 reg = gen_reg_rtx (SImode);
3886
3887 tmp = gen_rtx_CONST (SImode, x);
3888
3889 emit_move_insn (reg, tmp);
3890
3891 return reg;
3892 }
3893
3894 static rtx
arm_call_tls_get_addr(rtx x,rtx reg,rtx * valuep,int reloc)3895 arm_call_tls_get_addr (rtx x, rtx reg, rtx *valuep, int reloc)
3896 {
3897 rtx insns, label, labelno, sum;
3898
3899 start_sequence ();
3900
3901 labelno = GEN_INT (pic_labelno++);
3902 label = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, labelno), UNSPEC_PIC_LABEL);
3903 label = gen_rtx_CONST (VOIDmode, label);
3904
3905 sum = gen_rtx_UNSPEC (Pmode,
3906 gen_rtvec (4, x, GEN_INT (reloc), label,
3907 GEN_INT (TARGET_ARM ? 8 : 4)),
3908 UNSPEC_TLS);
3909 reg = load_tls_operand (sum, reg);
3910
3911 if (TARGET_ARM)
3912 emit_insn (gen_pic_add_dot_plus_eight (reg, reg, labelno));
3913 else
3914 emit_insn (gen_pic_add_dot_plus_four (reg, reg, labelno));
3915
3916 *valuep = emit_library_call_value (get_tls_get_addr (), NULL_RTX, LCT_PURE, /* LCT_CONST? */
3917 Pmode, 1, reg, Pmode);
3918
3919 insns = get_insns ();
3920 end_sequence ();
3921
3922 return insns;
3923 }
3924
3925 rtx
legitimize_tls_address(rtx x,rtx reg)3926 legitimize_tls_address (rtx x, rtx reg)
3927 {
3928 rtx dest, tp, label, labelno, sum, insns, ret, eqv, addend;
3929 unsigned int model = SYMBOL_REF_TLS_MODEL (x);
3930
3931 switch (model)
3932 {
3933 case TLS_MODEL_GLOBAL_DYNAMIC:
3934 insns = arm_call_tls_get_addr (x, reg, &ret, TLS_GD32);
3935 dest = gen_reg_rtx (Pmode);
3936 emit_libcall_block (insns, dest, ret, x);
3937 return dest;
3938
3939 case TLS_MODEL_LOCAL_DYNAMIC:
3940 insns = arm_call_tls_get_addr (x, reg, &ret, TLS_LDM32);
3941
3942 /* Attach a unique REG_EQUIV, to allow the RTL optimizers to
3943 share the LDM result with other LD model accesses. */
3944 eqv = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, const1_rtx),
3945 UNSPEC_TLS);
3946 dest = gen_reg_rtx (Pmode);
3947 emit_libcall_block (insns, dest, ret, eqv);
3948
3949 /* Load the addend. */
3950 addend = gen_rtx_UNSPEC (Pmode, gen_rtvec (2, x, GEN_INT (TLS_LDO32)),
3951 UNSPEC_TLS);
3952 addend = force_reg (SImode, gen_rtx_CONST (SImode, addend));
3953 return gen_rtx_PLUS (Pmode, dest, addend);
3954
3955 case TLS_MODEL_INITIAL_EXEC:
3956 labelno = GEN_INT (pic_labelno++);
3957 label = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, labelno), UNSPEC_PIC_LABEL);
3958 label = gen_rtx_CONST (VOIDmode, label);
3959 sum = gen_rtx_UNSPEC (Pmode,
3960 gen_rtvec (4, x, GEN_INT (TLS_IE32), label,
3961 GEN_INT (TARGET_ARM ? 8 : 4)),
3962 UNSPEC_TLS);
3963 reg = load_tls_operand (sum, reg);
3964
3965 if (TARGET_ARM)
3966 emit_insn (gen_tls_load_dot_plus_eight (reg, reg, labelno));
3967 else
3968 {
3969 emit_insn (gen_pic_add_dot_plus_four (reg, reg, labelno));
3970 emit_move_insn (reg, gen_const_mem (SImode, reg));
3971 }
3972
3973 tp = arm_load_tp (NULL_RTX);
3974
3975 return gen_rtx_PLUS (Pmode, tp, reg);
3976
3977 case TLS_MODEL_LOCAL_EXEC:
3978 tp = arm_load_tp (NULL_RTX);
3979
3980 reg = gen_rtx_UNSPEC (Pmode,
3981 gen_rtvec (2, x, GEN_INT (TLS_LE32)),
3982 UNSPEC_TLS);
3983 reg = force_reg (SImode, gen_rtx_CONST (SImode, reg));
3984
3985 return gen_rtx_PLUS (Pmode, tp, reg);
3986
3987 default:
3988 abort ();
3989 }
3990 }
3991
3992 /* Try machine-dependent ways of modifying an illegitimate address
3993 to be legitimate. If we find one, return the new, valid address. */
3994 rtx
arm_legitimize_address(rtx x,rtx orig_x,enum machine_mode mode)3995 arm_legitimize_address (rtx x, rtx orig_x, enum machine_mode mode)
3996 {
3997 if (arm_tls_symbol_p (x))
3998 return legitimize_tls_address (x, NULL_RTX);
3999
4000 if (GET_CODE (x) == PLUS)
4001 {
4002 rtx xop0 = XEXP (x, 0);
4003 rtx xop1 = XEXP (x, 1);
4004
4005 if (CONSTANT_P (xop0) && !symbol_mentioned_p (xop0))
4006 xop0 = force_reg (SImode, xop0);
4007
4008 if (CONSTANT_P (xop1) && !symbol_mentioned_p (xop1))
4009 xop1 = force_reg (SImode, xop1);
4010
4011 if (ARM_BASE_REGISTER_RTX_P (xop0)
4012 && GET_CODE (xop1) == CONST_INT)
4013 {
4014 HOST_WIDE_INT n, low_n;
4015 rtx base_reg, val;
4016 n = INTVAL (xop1);
4017
4018 /* VFP addressing modes actually allow greater offsets, but for
4019 now we just stick with the lowest common denominator. */
4020 if (mode == DImode
4021 || ((TARGET_SOFT_FLOAT || TARGET_VFP) && mode == DFmode))
4022 {
4023 low_n = n & 0x0f;
4024 n &= ~0x0f;
4025 if (low_n > 4)
4026 {
4027 n += 16;
4028 low_n -= 16;
4029 }
4030 }
4031 else
4032 {
4033 low_n = ((mode) == TImode ? 0
4034 : n >= 0 ? (n & 0xfff) : -((-n) & 0xfff));
4035 n -= low_n;
4036 }
4037
4038 base_reg = gen_reg_rtx (SImode);
4039 val = force_operand (plus_constant (xop0, n), NULL_RTX);
4040 emit_move_insn (base_reg, val);
4041 x = plus_constant (base_reg, low_n);
4042 }
4043 else if (xop0 != XEXP (x, 0) || xop1 != XEXP (x, 1))
4044 x = gen_rtx_PLUS (SImode, xop0, xop1);
4045 }
4046
4047 /* XXX We don't allow MINUS any more -- see comment in
4048 arm_legitimate_address_p (). */
4049 else if (GET_CODE (x) == MINUS)
4050 {
4051 rtx xop0 = XEXP (x, 0);
4052 rtx xop1 = XEXP (x, 1);
4053
4054 if (CONSTANT_P (xop0))
4055 xop0 = force_reg (SImode, xop0);
4056
4057 if (CONSTANT_P (xop1) && ! symbol_mentioned_p (xop1))
4058 xop1 = force_reg (SImode, xop1);
4059
4060 if (xop0 != XEXP (x, 0) || xop1 != XEXP (x, 1))
4061 x = gen_rtx_MINUS (SImode, xop0, xop1);
4062 }
4063
4064 /* Make sure to take full advantage of the pre-indexed addressing mode
4065 with absolute addresses which often allows for the base register to
4066 be factorized for multiple adjacent memory references, and it might
4067 even allows for the mini pool to be avoided entirely. */
4068 else if (GET_CODE (x) == CONST_INT && optimize > 0)
4069 {
4070 unsigned int bits;
4071 HOST_WIDE_INT mask, base, index;
4072 rtx base_reg;
4073
4074 /* ldr and ldrb can use a 12 bit index, ldrsb and the rest can only
4075 use a 8 bit index. So let's use a 12 bit index for SImode only and
4076 hope that arm_gen_constant will enable ldrb to use more bits. */
4077 bits = (mode == SImode) ? 12 : 8;
4078 mask = (1 << bits) - 1;
4079 base = INTVAL (x) & ~mask;
4080 index = INTVAL (x) & mask;
4081 if (bit_count (base & 0xffffffff) > (32 - bits)/2)
4082 {
4083 /* It'll most probably be more efficient to generate the base
4084 with more bits set and use a negative index instead. */
4085 base |= mask;
4086 index -= mask;
4087 }
4088 base_reg = force_reg (SImode, GEN_INT (base));
4089 x = plus_constant (base_reg, index);
4090 }
4091
4092 if (flag_pic)
4093 {
4094 /* We need to find and carefully transform any SYMBOL and LABEL
4095 references; so go back to the original address expression. */
4096 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX);
4097
4098 if (new_x != orig_x)
4099 x = new_x;
4100 }
4101
4102 return x;
4103 }
4104
4105
4106 /* Try machine-dependent ways of modifying an illegitimate Thumb address
4107 to be legitimate. If we find one, return the new, valid address. */
4108 rtx
thumb_legitimize_address(rtx x,rtx orig_x,enum machine_mode mode)4109 thumb_legitimize_address (rtx x, rtx orig_x, enum machine_mode mode)
4110 {
4111 if (arm_tls_symbol_p (x))
4112 return legitimize_tls_address (x, NULL_RTX);
4113
4114 if (GET_CODE (x) == PLUS
4115 && GET_CODE (XEXP (x, 1)) == CONST_INT
4116 && (INTVAL (XEXP (x, 1)) >= 32 * GET_MODE_SIZE (mode)
4117 || INTVAL (XEXP (x, 1)) < 0))
4118 {
4119 rtx xop0 = XEXP (x, 0);
4120 rtx xop1 = XEXP (x, 1);
4121 HOST_WIDE_INT offset = INTVAL (xop1);
4122
4123 /* Try and fold the offset into a biasing of the base register and
4124 then offsetting that. Don't do this when optimizing for space
4125 since it can cause too many CSEs. */
4126 if (optimize_size && offset >= 0
4127 && offset < 256 + 31 * GET_MODE_SIZE (mode))
4128 {
4129 HOST_WIDE_INT delta;
4130
4131 if (offset >= 256)
4132 delta = offset - (256 - GET_MODE_SIZE (mode));
4133 else if (offset < 32 * GET_MODE_SIZE (mode) + 8)
4134 delta = 31 * GET_MODE_SIZE (mode);
4135 else
4136 delta = offset & (~31 * GET_MODE_SIZE (mode));
4137
4138 xop0 = force_operand (plus_constant (xop0, offset - delta),
4139 NULL_RTX);
4140 x = plus_constant (xop0, delta);
4141 }
4142 else if (offset < 0 && offset > -256)
4143 /* Small negative offsets are best done with a subtract before the
4144 dereference, forcing these into a register normally takes two
4145 instructions. */
4146 x = force_operand (x, NULL_RTX);
4147 else
4148 {
4149 /* For the remaining cases, force the constant into a register. */
4150 xop1 = force_reg (SImode, xop1);
4151 x = gen_rtx_PLUS (SImode, xop0, xop1);
4152 }
4153 }
4154 else if (GET_CODE (x) == PLUS
4155 && s_register_operand (XEXP (x, 1), SImode)
4156 && !s_register_operand (XEXP (x, 0), SImode))
4157 {
4158 rtx xop0 = force_operand (XEXP (x, 0), NULL_RTX);
4159
4160 x = gen_rtx_PLUS (SImode, xop0, XEXP (x, 1));
4161 }
4162
4163 if (flag_pic)
4164 {
4165 /* We need to find and carefully transform any SYMBOL and LABEL
4166 references; so go back to the original address expression. */
4167 rtx new_x = legitimize_pic_address (orig_x, mode, NULL_RTX);
4168
4169 if (new_x != orig_x)
4170 x = new_x;
4171 }
4172
4173 return x;
4174 }
4175
4176 rtx
thumb_legitimize_reload_address(rtx * x_p,enum machine_mode mode,int opnum,int type,int ind_levels ATTRIBUTE_UNUSED)4177 thumb_legitimize_reload_address (rtx *x_p,
4178 enum machine_mode mode,
4179 int opnum, int type,
4180 int ind_levels ATTRIBUTE_UNUSED)
4181 {
4182 rtx x = *x_p;
4183
4184 if (GET_CODE (x) == PLUS
4185 && GET_MODE_SIZE (mode) < 4
4186 && REG_P (XEXP (x, 0))
4187 && XEXP (x, 0) == stack_pointer_rtx
4188 && GET_CODE (XEXP (x, 1)) == CONST_INT
4189 && !thumb_legitimate_offset_p (mode, INTVAL (XEXP (x, 1))))
4190 {
4191 rtx orig_x = x;
4192
4193 x = copy_rtx (x);
4194 push_reload (orig_x, NULL_RTX, x_p, NULL, MODE_BASE_REG_CLASS (mode),
4195 Pmode, VOIDmode, 0, 0, opnum, type);
4196 return x;
4197 }
4198
4199 /* If both registers are hi-regs, then it's better to reload the
4200 entire expression rather than each register individually. That
4201 only requires one reload register rather than two. */
4202 if (GET_CODE (x) == PLUS
4203 && REG_P (XEXP (x, 0))
4204 && REG_P (XEXP (x, 1))
4205 && !REG_MODE_OK_FOR_REG_BASE_P (XEXP (x, 0), mode)
4206 && !REG_MODE_OK_FOR_REG_BASE_P (XEXP (x, 1), mode))
4207 {
4208 rtx orig_x = x;
4209
4210 x = copy_rtx (x);
4211 push_reload (orig_x, NULL_RTX, x_p, NULL, MODE_BASE_REG_CLASS (mode),
4212 Pmode, VOIDmode, 0, 0, opnum, type);
4213 return x;
4214 }
4215
4216 return NULL;
4217 }
4218
4219 /* Test for various thread-local symbols. */
4220
4221 /* Return TRUE if X is a thread-local symbol. */
4222
4223 static bool
arm_tls_symbol_p(rtx x)4224 arm_tls_symbol_p (rtx x)
4225 {
4226 if (! TARGET_HAVE_TLS)
4227 return false;
4228
4229 if (GET_CODE (x) != SYMBOL_REF)
4230 return false;
4231
4232 return SYMBOL_REF_TLS_MODEL (x) != 0;
4233 }
4234
4235 /* Helper for arm_tls_referenced_p. */
4236
4237 static int
arm_tls_operand_p_1(rtx * x,void * data ATTRIBUTE_UNUSED)4238 arm_tls_operand_p_1 (rtx *x, void *data ATTRIBUTE_UNUSED)
4239 {
4240 if (GET_CODE (*x) == SYMBOL_REF)
4241 return SYMBOL_REF_TLS_MODEL (*x) != 0;
4242
4243 /* Don't recurse into UNSPEC_TLS looking for TLS symbols; these are
4244 TLS offsets, not real symbol references. */
4245 if (GET_CODE (*x) == UNSPEC
4246 && XINT (*x, 1) == UNSPEC_TLS)
4247 return -1;
4248
4249 return 0;
4250 }
4251
4252 /* Return TRUE if X contains any TLS symbol references. */
4253
4254 bool
arm_tls_referenced_p(rtx x)4255 arm_tls_referenced_p (rtx x)
4256 {
4257 if (! TARGET_HAVE_TLS)
4258 return false;
4259
4260 return for_each_rtx (&x, arm_tls_operand_p_1, NULL);
4261 }
4262
4263 #define REG_OR_SUBREG_REG(X) \
4264 (GET_CODE (X) == REG \
4265 || (GET_CODE (X) == SUBREG && GET_CODE (SUBREG_REG (X)) == REG))
4266
4267 #define REG_OR_SUBREG_RTX(X) \
4268 (GET_CODE (X) == REG ? (X) : SUBREG_REG (X))
4269
4270 #ifndef COSTS_N_INSNS
4271 #define COSTS_N_INSNS(N) ((N) * 4 - 2)
4272 #endif
4273 static inline int
thumb_rtx_costs(rtx x,enum rtx_code code,enum rtx_code outer)4274 thumb_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
4275 {
4276 enum machine_mode mode = GET_MODE (x);
4277
4278 switch (code)
4279 {
4280 case ASHIFT:
4281 case ASHIFTRT:
4282 case LSHIFTRT:
4283 case ROTATERT:
4284 case PLUS:
4285 case MINUS:
4286 case COMPARE:
4287 case NEG:
4288 case NOT:
4289 return COSTS_N_INSNS (1);
4290
4291 case MULT:
4292 if (GET_CODE (XEXP (x, 1)) == CONST_INT)
4293 {
4294 int cycles = 0;
4295 unsigned HOST_WIDE_INT i = INTVAL (XEXP (x, 1));
4296
4297 while (i)
4298 {
4299 i >>= 2;
4300 cycles++;
4301 }
4302 return COSTS_N_INSNS (2) + cycles;
4303 }
4304 return COSTS_N_INSNS (1) + 16;
4305
4306 case SET:
4307 return (COSTS_N_INSNS (1)
4308 + 4 * ((GET_CODE (SET_SRC (x)) == MEM)
4309 + GET_CODE (SET_DEST (x)) == MEM));
4310
4311 case CONST_INT:
4312 if (outer == SET)
4313 {
4314 if ((unsigned HOST_WIDE_INT) INTVAL (x) < 256)
4315 return 0;
4316 if (thumb_shiftable_const (INTVAL (x)))
4317 return COSTS_N_INSNS (2);
4318 return COSTS_N_INSNS (3);
4319 }
4320 else if ((outer == PLUS || outer == COMPARE)
4321 && INTVAL (x) < 256 && INTVAL (x) > -256)
4322 return 0;
4323 else if (outer == AND
4324 && INTVAL (x) < 256 && INTVAL (x) >= -256)
4325 return COSTS_N_INSNS (1);
4326 else if (outer == ASHIFT || outer == ASHIFTRT
4327 || outer == LSHIFTRT)
4328 return 0;
4329 return COSTS_N_INSNS (2);
4330
4331 case CONST:
4332 case CONST_DOUBLE:
4333 case LABEL_REF:
4334 case SYMBOL_REF:
4335 return COSTS_N_INSNS (3);
4336
4337 case UDIV:
4338 case UMOD:
4339 case DIV:
4340 case MOD:
4341 return 100;
4342
4343 case TRUNCATE:
4344 return 99;
4345
4346 case AND:
4347 case XOR:
4348 case IOR:
4349 /* XXX guess. */
4350 return 8;
4351
4352 case MEM:
4353 /* XXX another guess. */
4354 /* Memory costs quite a lot for the first word, but subsequent words
4355 load at the equivalent of a single insn each. */
4356 return (10 + 4 * ((GET_MODE_SIZE (mode) - 1) / UNITS_PER_WORD)
4357 + ((GET_CODE (x) == SYMBOL_REF && CONSTANT_POOL_ADDRESS_P (x))
4358 ? 4 : 0));
4359
4360 case IF_THEN_ELSE:
4361 /* XXX a guess. */
4362 if (GET_CODE (XEXP (x, 1)) == PC || GET_CODE (XEXP (x, 2)) == PC)
4363 return 14;
4364 return 2;
4365
4366 case ZERO_EXTEND:
4367 /* XXX still guessing. */
4368 switch (GET_MODE (XEXP (x, 0)))
4369 {
4370 case QImode:
4371 return (1 + (mode == DImode ? 4 : 0)
4372 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4373
4374 case HImode:
4375 return (4 + (mode == DImode ? 4 : 0)
4376 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4377
4378 case SImode:
4379 return (1 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4380
4381 default:
4382 return 99;
4383 }
4384
4385 default:
4386 return 99;
4387 }
4388 }
4389
4390
4391 /* Worker routine for arm_rtx_costs. */
4392 static inline int
arm_rtx_costs_1(rtx x,enum rtx_code code,enum rtx_code outer)4393 arm_rtx_costs_1 (rtx x, enum rtx_code code, enum rtx_code outer)
4394 {
4395 enum machine_mode mode = GET_MODE (x);
4396 enum rtx_code subcode;
4397 int extra_cost;
4398
4399 switch (code)
4400 {
4401 case MEM:
4402 /* Memory costs quite a lot for the first word, but subsequent words
4403 load at the equivalent of a single insn each. */
4404 return (10 + 4 * ((GET_MODE_SIZE (mode) - 1) / UNITS_PER_WORD)
4405 + (GET_CODE (x) == SYMBOL_REF
4406 && CONSTANT_POOL_ADDRESS_P (x) ? 4 : 0));
4407
4408 case DIV:
4409 case MOD:
4410 case UDIV:
4411 case UMOD:
4412 return optimize_size ? COSTS_N_INSNS (2) : 100;
4413
4414 case ROTATE:
4415 if (mode == SImode && GET_CODE (XEXP (x, 1)) == REG)
4416 return 4;
4417 /* Fall through */
4418 case ROTATERT:
4419 if (mode != SImode)
4420 return 8;
4421 /* Fall through */
4422 case ASHIFT: case LSHIFTRT: case ASHIFTRT:
4423 if (mode == DImode)
4424 return (8 + (GET_CODE (XEXP (x, 1)) == CONST_INT ? 0 : 8)
4425 + ((GET_CODE (XEXP (x, 0)) == REG
4426 || (GET_CODE (XEXP (x, 0)) == SUBREG
4427 && GET_CODE (SUBREG_REG (XEXP (x, 0))) == REG))
4428 ? 0 : 8));
4429 return (1 + ((GET_CODE (XEXP (x, 0)) == REG
4430 || (GET_CODE (XEXP (x, 0)) == SUBREG
4431 && GET_CODE (SUBREG_REG (XEXP (x, 0))) == REG))
4432 ? 0 : 4)
4433 + ((GET_CODE (XEXP (x, 1)) == REG
4434 || (GET_CODE (XEXP (x, 1)) == SUBREG
4435 && GET_CODE (SUBREG_REG (XEXP (x, 1))) == REG)
4436 || (GET_CODE (XEXP (x, 1)) == CONST_INT))
4437 ? 0 : 4));
4438
4439 case MINUS:
4440 if (mode == DImode)
4441 return (4 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : 8)
4442 + ((REG_OR_SUBREG_REG (XEXP (x, 0))
4443 || (GET_CODE (XEXP (x, 0)) == CONST_INT
4444 && const_ok_for_arm (INTVAL (XEXP (x, 0)))))
4445 ? 0 : 8));
4446
4447 if (GET_MODE_CLASS (mode) == MODE_FLOAT)
4448 return (2 + ((REG_OR_SUBREG_REG (XEXP (x, 1))
4449 || (GET_CODE (XEXP (x, 1)) == CONST_DOUBLE
4450 && arm_const_double_rtx (XEXP (x, 1))))
4451 ? 0 : 8)
4452 + ((REG_OR_SUBREG_REG (XEXP (x, 0))
4453 || (GET_CODE (XEXP (x, 0)) == CONST_DOUBLE
4454 && arm_const_double_rtx (XEXP (x, 0))))
4455 ? 0 : 8));
4456
4457 if (((GET_CODE (XEXP (x, 0)) == CONST_INT
4458 && const_ok_for_arm (INTVAL (XEXP (x, 0)))
4459 && REG_OR_SUBREG_REG (XEXP (x, 1))))
4460 || (((subcode = GET_CODE (XEXP (x, 1))) == ASHIFT
4461 || subcode == ASHIFTRT || subcode == LSHIFTRT
4462 || subcode == ROTATE || subcode == ROTATERT
4463 || (subcode == MULT
4464 && GET_CODE (XEXP (XEXP (x, 1), 1)) == CONST_INT
4465 && ((INTVAL (XEXP (XEXP (x, 1), 1)) &
4466 (INTVAL (XEXP (XEXP (x, 1), 1)) - 1)) == 0)))
4467 && REG_OR_SUBREG_REG (XEXP (XEXP (x, 1), 0))
4468 && (REG_OR_SUBREG_REG (XEXP (XEXP (x, 1), 1))
4469 || GET_CODE (XEXP (XEXP (x, 1), 1)) == CONST_INT)
4470 && REG_OR_SUBREG_REG (XEXP (x, 0))))
4471 return 1;
4472 /* Fall through */
4473
4474 case PLUS:
4475 if (GET_CODE (XEXP (x, 0)) == MULT)
4476 {
4477 extra_cost = rtx_cost (XEXP (x, 0), code);
4478 if (!REG_OR_SUBREG_REG (XEXP (x, 1)))
4479 extra_cost += 4 * ARM_NUM_REGS (mode);
4480 return extra_cost;
4481 }
4482
4483 if (GET_MODE_CLASS (mode) == MODE_FLOAT)
4484 return (2 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 8)
4485 + ((REG_OR_SUBREG_REG (XEXP (x, 1))
4486 || (GET_CODE (XEXP (x, 1)) == CONST_DOUBLE
4487 && arm_const_double_rtx (XEXP (x, 1))))
4488 ? 0 : 8));
4489
4490 /* Fall through */
4491 case AND: case XOR: case IOR:
4492 extra_cost = 0;
4493
4494 /* Normally the frame registers will be spilt into reg+const during
4495 reload, so it is a bad idea to combine them with other instructions,
4496 since then they might not be moved outside of loops. As a compromise
4497 we allow integration with ops that have a constant as their second
4498 operand. */
4499 if ((REG_OR_SUBREG_REG (XEXP (x, 0))
4500 && ARM_FRAME_RTX (REG_OR_SUBREG_RTX (XEXP (x, 0)))
4501 && GET_CODE (XEXP (x, 1)) != CONST_INT)
4502 || (REG_OR_SUBREG_REG (XEXP (x, 0))
4503 && ARM_FRAME_RTX (REG_OR_SUBREG_RTX (XEXP (x, 0)))))
4504 extra_cost = 4;
4505
4506 if (mode == DImode)
4507 return (4 + extra_cost + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 8)
4508 + ((REG_OR_SUBREG_REG (XEXP (x, 1))
4509 || (GET_CODE (XEXP (x, 1)) == CONST_INT
4510 && const_ok_for_op (INTVAL (XEXP (x, 1)), code)))
4511 ? 0 : 8));
4512
4513 if (REG_OR_SUBREG_REG (XEXP (x, 0)))
4514 return (1 + (GET_CODE (XEXP (x, 1)) == CONST_INT ? 0 : extra_cost)
4515 + ((REG_OR_SUBREG_REG (XEXP (x, 1))
4516 || (GET_CODE (XEXP (x, 1)) == CONST_INT
4517 && const_ok_for_op (INTVAL (XEXP (x, 1)), code)))
4518 ? 0 : 4));
4519
4520 else if (REG_OR_SUBREG_REG (XEXP (x, 1)))
4521 return (1 + extra_cost
4522 + ((((subcode = GET_CODE (XEXP (x, 0))) == ASHIFT
4523 || subcode == LSHIFTRT || subcode == ASHIFTRT
4524 || subcode == ROTATE || subcode == ROTATERT
4525 || (subcode == MULT
4526 && GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT
4527 && ((INTVAL (XEXP (XEXP (x, 0), 1)) &
4528 (INTVAL (XEXP (XEXP (x, 0), 1)) - 1)) == 0)))
4529 && (REG_OR_SUBREG_REG (XEXP (XEXP (x, 0), 0)))
4530 && ((REG_OR_SUBREG_REG (XEXP (XEXP (x, 0), 1)))
4531 || GET_CODE (XEXP (XEXP (x, 0), 1)) == CONST_INT))
4532 ? 0 : 4));
4533
4534 return 8;
4535
4536 case MULT:
4537 /* This should have been handled by the CPU specific routines. */
4538 gcc_unreachable ();
4539
4540 case TRUNCATE:
4541 if (arm_arch3m && mode == SImode
4542 && GET_CODE (XEXP (x, 0)) == LSHIFTRT
4543 && GET_CODE (XEXP (XEXP (x, 0), 0)) == MULT
4544 && (GET_CODE (XEXP (XEXP (XEXP (x, 0), 0), 0))
4545 == GET_CODE (XEXP (XEXP (XEXP (x, 0), 0), 1)))
4546 && (GET_CODE (XEXP (XEXP (XEXP (x, 0), 0), 0)) == ZERO_EXTEND
4547 || GET_CODE (XEXP (XEXP (XEXP (x, 0), 0), 0)) == SIGN_EXTEND))
4548 return 8;
4549 return 99;
4550
4551 case NEG:
4552 if (GET_MODE_CLASS (mode) == MODE_FLOAT)
4553 return 4 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 6);
4554 /* Fall through */
4555 case NOT:
4556 if (mode == DImode)
4557 return 4 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 4);
4558
4559 return 1 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 4);
4560
4561 case IF_THEN_ELSE:
4562 if (GET_CODE (XEXP (x, 1)) == PC || GET_CODE (XEXP (x, 2)) == PC)
4563 return 14;
4564 return 2;
4565
4566 case COMPARE:
4567 return 1;
4568
4569 case ABS:
4570 return 4 + (mode == DImode ? 4 : 0);
4571
4572 case SIGN_EXTEND:
4573 if (GET_MODE (XEXP (x, 0)) == QImode)
4574 return (4 + (mode == DImode ? 4 : 0)
4575 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4576 /* Fall through */
4577 case ZERO_EXTEND:
4578 switch (GET_MODE (XEXP (x, 0)))
4579 {
4580 case QImode:
4581 return (1 + (mode == DImode ? 4 : 0)
4582 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4583
4584 case HImode:
4585 return (4 + (mode == DImode ? 4 : 0)
4586 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4587
4588 case SImode:
4589 return (1 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4590
4591 case V8QImode:
4592 case V4HImode:
4593 case V2SImode:
4594 case V4QImode:
4595 case V2HImode:
4596 return 1;
4597
4598 default:
4599 gcc_unreachable ();
4600 }
4601 gcc_unreachable ();
4602
4603 case CONST_INT:
4604 if (const_ok_for_arm (INTVAL (x)))
4605 return outer == SET ? 2 : -1;
4606 else if (outer == AND
4607 && const_ok_for_arm (~INTVAL (x)))
4608 return -1;
4609 else if ((outer == COMPARE
4610 || outer == PLUS || outer == MINUS)
4611 && const_ok_for_arm (-INTVAL (x)))
4612 return -1;
4613 else
4614 return 5;
4615
4616 case CONST:
4617 case LABEL_REF:
4618 case SYMBOL_REF:
4619 return 6;
4620
4621 case CONST_DOUBLE:
4622 if (arm_const_double_rtx (x))
4623 return outer == SET ? 2 : -1;
4624 else if ((outer == COMPARE || outer == PLUS)
4625 && neg_const_double_rtx_ok_for_fpa (x))
4626 return -1;
4627 return 7;
4628
4629 default:
4630 return 99;
4631 }
4632 }
4633
4634 /* RTX costs when optimizing for size. */
4635 static bool
arm_size_rtx_costs(rtx x,int code,int outer_code,int * total)4636 arm_size_rtx_costs (rtx x, int code, int outer_code, int *total)
4637 {
4638 enum machine_mode mode = GET_MODE (x);
4639
4640 if (TARGET_THUMB)
4641 {
4642 /* XXX TBD. For now, use the standard costs. */
4643 *total = thumb_rtx_costs (x, code, outer_code);
4644 return true;
4645 }
4646
4647 switch (code)
4648 {
4649 case MEM:
4650 /* A memory access costs 1 insn if the mode is small, or the address is
4651 a single register, otherwise it costs one insn per word. */
4652 if (REG_P (XEXP (x, 0)))
4653 *total = COSTS_N_INSNS (1);
4654 else
4655 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4656 return true;
4657
4658 case DIV:
4659 case MOD:
4660 case UDIV:
4661 case UMOD:
4662 /* Needs a libcall, so it costs about this. */
4663 *total = COSTS_N_INSNS (2);
4664 return false;
4665
4666 case ROTATE:
4667 if (mode == SImode && GET_CODE (XEXP (x, 1)) == REG)
4668 {
4669 *total = COSTS_N_INSNS (2) + rtx_cost (XEXP (x, 0), code);
4670 return true;
4671 }
4672 /* Fall through */
4673 case ROTATERT:
4674 case ASHIFT:
4675 case LSHIFTRT:
4676 case ASHIFTRT:
4677 if (mode == DImode && GET_CODE (XEXP (x, 1)) == CONST_INT)
4678 {
4679 *total = COSTS_N_INSNS (3) + rtx_cost (XEXP (x, 0), code);
4680 return true;
4681 }
4682 else if (mode == SImode)
4683 {
4684 *total = COSTS_N_INSNS (1) + rtx_cost (XEXP (x, 0), code);
4685 /* Slightly disparage register shifts, but not by much. */
4686 if (GET_CODE (XEXP (x, 1)) != CONST_INT)
4687 *total += 1 + rtx_cost (XEXP (x, 1), code);
4688 return true;
4689 }
4690
4691 /* Needs a libcall. */
4692 *total = COSTS_N_INSNS (2);
4693 return false;
4694
4695 case MINUS:
4696 if (TARGET_HARD_FLOAT && GET_MODE_CLASS (mode) == MODE_FLOAT)
4697 {
4698 *total = COSTS_N_INSNS (1);
4699 return false;
4700 }
4701
4702 if (mode == SImode)
4703 {
4704 enum rtx_code subcode0 = GET_CODE (XEXP (x, 0));
4705 enum rtx_code subcode1 = GET_CODE (XEXP (x, 1));
4706
4707 if (subcode0 == ROTATE || subcode0 == ROTATERT || subcode0 == ASHIFT
4708 || subcode0 == LSHIFTRT || subcode0 == ASHIFTRT
4709 || subcode1 == ROTATE || subcode1 == ROTATERT
4710 || subcode1 == ASHIFT || subcode1 == LSHIFTRT
4711 || subcode1 == ASHIFTRT)
4712 {
4713 /* It's just the cost of the two operands. */
4714 *total = 0;
4715 return false;
4716 }
4717
4718 *total = COSTS_N_INSNS (1);
4719 return false;
4720 }
4721
4722 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4723 return false;
4724
4725 case PLUS:
4726 if (TARGET_HARD_FLOAT && GET_MODE_CLASS (mode) == MODE_FLOAT)
4727 {
4728 *total = COSTS_N_INSNS (1);
4729 return false;
4730 }
4731
4732 /* Fall through */
4733 case AND: case XOR: case IOR:
4734 if (mode == SImode)
4735 {
4736 enum rtx_code subcode = GET_CODE (XEXP (x, 0));
4737
4738 if (subcode == ROTATE || subcode == ROTATERT || subcode == ASHIFT
4739 || subcode == LSHIFTRT || subcode == ASHIFTRT
4740 || (code == AND && subcode == NOT))
4741 {
4742 /* It's just the cost of the two operands. */
4743 *total = 0;
4744 return false;
4745 }
4746 }
4747
4748 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4749 return false;
4750
4751 case MULT:
4752 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4753 return false;
4754
4755 case NEG:
4756 if (TARGET_HARD_FLOAT && GET_MODE_CLASS (mode) == MODE_FLOAT)
4757 *total = COSTS_N_INSNS (1);
4758 /* Fall through */
4759 case NOT:
4760 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4761
4762 return false;
4763
4764 case IF_THEN_ELSE:
4765 *total = 0;
4766 return false;
4767
4768 case COMPARE:
4769 if (cc_register (XEXP (x, 0), VOIDmode))
4770 * total = 0;
4771 else
4772 *total = COSTS_N_INSNS (1);
4773 return false;
4774
4775 case ABS:
4776 if (TARGET_HARD_FLOAT && GET_MODE_CLASS (mode) == MODE_FLOAT)
4777 *total = COSTS_N_INSNS (1);
4778 else
4779 *total = COSTS_N_INSNS (1 + ARM_NUM_REGS (mode));
4780 return false;
4781
4782 case SIGN_EXTEND:
4783 *total = 0;
4784 if (GET_MODE_SIZE (GET_MODE (XEXP (x, 0))) < 4)
4785 {
4786 if (!(arm_arch4 && MEM_P (XEXP (x, 0))))
4787 *total += COSTS_N_INSNS (arm_arch6 ? 1 : 2);
4788 }
4789 if (mode == DImode)
4790 *total += COSTS_N_INSNS (1);
4791 return false;
4792
4793 case ZERO_EXTEND:
4794 *total = 0;
4795 if (!(arm_arch4 && MEM_P (XEXP (x, 0))))
4796 {
4797 switch (GET_MODE (XEXP (x, 0)))
4798 {
4799 case QImode:
4800 *total += COSTS_N_INSNS (1);
4801 break;
4802
4803 case HImode:
4804 *total += COSTS_N_INSNS (arm_arch6 ? 1 : 2);
4805
4806 case SImode:
4807 break;
4808
4809 default:
4810 *total += COSTS_N_INSNS (2);
4811 }
4812 }
4813
4814 if (mode == DImode)
4815 *total += COSTS_N_INSNS (1);
4816
4817 return false;
4818
4819 case CONST_INT:
4820 if (const_ok_for_arm (INTVAL (x)))
4821 *total = COSTS_N_INSNS (outer_code == SET ? 1 : 0);
4822 else if (const_ok_for_arm (~INTVAL (x)))
4823 *total = COSTS_N_INSNS (outer_code == AND ? 0 : 1);
4824 else if (const_ok_for_arm (-INTVAL (x)))
4825 {
4826 if (outer_code == COMPARE || outer_code == PLUS
4827 || outer_code == MINUS)
4828 *total = 0;
4829 else
4830 *total = COSTS_N_INSNS (1);
4831 }
4832 else
4833 *total = COSTS_N_INSNS (2);
4834 return true;
4835
4836 case CONST:
4837 case LABEL_REF:
4838 case SYMBOL_REF:
4839 *total = COSTS_N_INSNS (2);
4840 return true;
4841
4842 case CONST_DOUBLE:
4843 *total = COSTS_N_INSNS (4);
4844 return true;
4845
4846 default:
4847 if (mode != VOIDmode)
4848 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4849 else
4850 *total = COSTS_N_INSNS (4); /* How knows? */
4851 return false;
4852 }
4853 }
4854
4855 /* RTX costs for cores with a slow MUL implementation. */
4856
4857 static bool
arm_slowmul_rtx_costs(rtx x,int code,int outer_code,int * total)4858 arm_slowmul_rtx_costs (rtx x, int code, int outer_code, int *total)
4859 {
4860 enum machine_mode mode = GET_MODE (x);
4861
4862 if (TARGET_THUMB)
4863 {
4864 *total = thumb_rtx_costs (x, code, outer_code);
4865 return true;
4866 }
4867
4868 switch (code)
4869 {
4870 case MULT:
4871 if (GET_MODE_CLASS (mode) == MODE_FLOAT
4872 || mode == DImode)
4873 {
4874 *total = 30;
4875 return true;
4876 }
4877
4878 if (GET_CODE (XEXP (x, 1)) == CONST_INT)
4879 {
4880 unsigned HOST_WIDE_INT i = (INTVAL (XEXP (x, 1))
4881 & (unsigned HOST_WIDE_INT) 0xffffffff);
4882 int cost, const_ok = const_ok_for_arm (i);
4883 int j, booth_unit_size;
4884
4885 /* Tune as appropriate. */
4886 cost = const_ok ? 4 : 8;
4887 booth_unit_size = 2;
4888 for (j = 0; i && j < 32; j += booth_unit_size)
4889 {
4890 i >>= booth_unit_size;
4891 cost += 2;
4892 }
4893
4894 *total = cost;
4895 return true;
4896 }
4897
4898 *total = 30 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 4)
4899 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : 4);
4900 return true;
4901
4902 default:
4903 *total = arm_rtx_costs_1 (x, code, outer_code);
4904 return true;
4905 }
4906 }
4907
4908
4909 /* RTX cost for cores with a fast multiply unit (M variants). */
4910
4911 static bool
arm_fastmul_rtx_costs(rtx x,int code,int outer_code,int * total)4912 arm_fastmul_rtx_costs (rtx x, int code, int outer_code, int *total)
4913 {
4914 enum machine_mode mode = GET_MODE (x);
4915
4916 if (TARGET_THUMB)
4917 {
4918 *total = thumb_rtx_costs (x, code, outer_code);
4919 return true;
4920 }
4921
4922 switch (code)
4923 {
4924 case MULT:
4925 /* There is no point basing this on the tuning, since it is always the
4926 fast variant if it exists at all. */
4927 if (mode == DImode
4928 && (GET_CODE (XEXP (x, 0)) == GET_CODE (XEXP (x, 1)))
4929 && (GET_CODE (XEXP (x, 0)) == ZERO_EXTEND
4930 || GET_CODE (XEXP (x, 0)) == SIGN_EXTEND))
4931 {
4932 *total = 8;
4933 return true;
4934 }
4935
4936
4937 if (GET_MODE_CLASS (mode) == MODE_FLOAT
4938 || mode == DImode)
4939 {
4940 *total = 30;
4941 return true;
4942 }
4943
4944 if (GET_CODE (XEXP (x, 1)) == CONST_INT)
4945 {
4946 unsigned HOST_WIDE_INT i = (INTVAL (XEXP (x, 1))
4947 & (unsigned HOST_WIDE_INT) 0xffffffff);
4948 int cost, const_ok = const_ok_for_arm (i);
4949 int j, booth_unit_size;
4950
4951 /* Tune as appropriate. */
4952 cost = const_ok ? 4 : 8;
4953 booth_unit_size = 8;
4954 for (j = 0; i && j < 32; j += booth_unit_size)
4955 {
4956 i >>= booth_unit_size;
4957 cost += 2;
4958 }
4959
4960 *total = cost;
4961 return true;
4962 }
4963
4964 *total = 8 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 4)
4965 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : 4);
4966 return true;
4967
4968 default:
4969 *total = arm_rtx_costs_1 (x, code, outer_code);
4970 return true;
4971 }
4972 }
4973
4974
4975 /* RTX cost for XScale CPUs. */
4976
4977 static bool
arm_xscale_rtx_costs(rtx x,int code,int outer_code,int * total)4978 arm_xscale_rtx_costs (rtx x, int code, int outer_code, int *total)
4979 {
4980 enum machine_mode mode = GET_MODE (x);
4981
4982 if (TARGET_THUMB)
4983 {
4984 *total = thumb_rtx_costs (x, code, outer_code);
4985 return true;
4986 }
4987
4988 switch (code)
4989 {
4990 case MULT:
4991 /* There is no point basing this on the tuning, since it is always the
4992 fast variant if it exists at all. */
4993 if (mode == DImode
4994 && (GET_CODE (XEXP (x, 0)) == GET_CODE (XEXP (x, 1)))
4995 && (GET_CODE (XEXP (x, 0)) == ZERO_EXTEND
4996 || GET_CODE (XEXP (x, 0)) == SIGN_EXTEND))
4997 {
4998 *total = 8;
4999 return true;
5000 }
5001
5002
5003 if (GET_MODE_CLASS (mode) == MODE_FLOAT
5004 || mode == DImode)
5005 {
5006 *total = 30;
5007 return true;
5008 }
5009
5010 if (GET_CODE (XEXP (x, 1)) == CONST_INT)
5011 {
5012 unsigned HOST_WIDE_INT i = (INTVAL (XEXP (x, 1))
5013 & (unsigned HOST_WIDE_INT) 0xffffffff);
5014 int cost, const_ok = const_ok_for_arm (i);
5015 unsigned HOST_WIDE_INT masked_const;
5016
5017 /* The cost will be related to two insns.
5018 First a load of the constant (MOV or LDR), then a multiply. */
5019 cost = 2;
5020 if (! const_ok)
5021 cost += 1; /* LDR is probably more expensive because
5022 of longer result latency. */
5023 masked_const = i & 0xffff8000;
5024 if (masked_const != 0 && masked_const != 0xffff8000)
5025 {
5026 masked_const = i & 0xf8000000;
5027 if (masked_const == 0 || masked_const == 0xf8000000)
5028 cost += 1;
5029 else
5030 cost += 2;
5031 }
5032 *total = cost;
5033 return true;
5034 }
5035
5036 *total = 8 + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 4)
5037 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : 4);
5038 return true;
5039
5040 case COMPARE:
5041 /* A COMPARE of a MULT is slow on XScale; the muls instruction
5042 will stall until the multiplication is complete. */
5043 if (GET_CODE (XEXP (x, 0)) == MULT)
5044 *total = 4 + rtx_cost (XEXP (x, 0), code);
5045 else
5046 *total = arm_rtx_costs_1 (x, code, outer_code);
5047 return true;
5048
5049 default:
5050 *total = arm_rtx_costs_1 (x, code, outer_code);
5051 return true;
5052 }
5053 }
5054
5055
5056 /* RTX costs for 9e (and later) cores. */
5057
5058 static bool
arm_9e_rtx_costs(rtx x,int code,int outer_code,int * total)5059 arm_9e_rtx_costs (rtx x, int code, int outer_code, int *total)
5060 {
5061 enum machine_mode mode = GET_MODE (x);
5062 int nonreg_cost;
5063 int cost;
5064
5065 if (TARGET_THUMB)
5066 {
5067 switch (code)
5068 {
5069 case MULT:
5070 *total = COSTS_N_INSNS (3);
5071 return true;
5072
5073 default:
5074 *total = thumb_rtx_costs (x, code, outer_code);
5075 return true;
5076 }
5077 }
5078
5079 switch (code)
5080 {
5081 case MULT:
5082 /* There is no point basing this on the tuning, since it is always the
5083 fast variant if it exists at all. */
5084 if (mode == DImode
5085 && (GET_CODE (XEXP (x, 0)) == GET_CODE (XEXP (x, 1)))
5086 && (GET_CODE (XEXP (x, 0)) == ZERO_EXTEND
5087 || GET_CODE (XEXP (x, 0)) == SIGN_EXTEND))
5088 {
5089 *total = 3;
5090 return true;
5091 }
5092
5093
5094 if (GET_MODE_CLASS (mode) == MODE_FLOAT)
5095 {
5096 *total = 30;
5097 return true;
5098 }
5099 if (mode == DImode)
5100 {
5101 cost = 7;
5102 nonreg_cost = 8;
5103 }
5104 else
5105 {
5106 cost = 2;
5107 nonreg_cost = 4;
5108 }
5109
5110
5111 *total = cost + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : nonreg_cost)
5112 + (REG_OR_SUBREG_REG (XEXP (x, 1)) ? 0 : nonreg_cost);
5113 return true;
5114
5115 default:
5116 *total = arm_rtx_costs_1 (x, code, outer_code);
5117 return true;
5118 }
5119 }
5120 /* All address computations that can be done are free, but rtx cost returns
5121 the same for practically all of them. So we weight the different types
5122 of address here in the order (most pref first):
5123 PRE/POST_INC/DEC, SHIFT or NON-INT sum, INT sum, REG, MEM or LABEL. */
5124 static inline int
arm_arm_address_cost(rtx x)5125 arm_arm_address_cost (rtx x)
5126 {
5127 enum rtx_code c = GET_CODE (x);
5128
5129 if (c == PRE_INC || c == PRE_DEC || c == POST_INC || c == POST_DEC)
5130 return 0;
5131 if (c == MEM || c == LABEL_REF || c == SYMBOL_REF)
5132 return 10;
5133
5134 if (c == PLUS || c == MINUS)
5135 {
5136 if (GET_CODE (XEXP (x, 0)) == CONST_INT)
5137 return 2;
5138
5139 if (ARITHMETIC_P (XEXP (x, 0)) || ARITHMETIC_P (XEXP (x, 1)))
5140 return 3;
5141
5142 return 4;
5143 }
5144
5145 return 6;
5146 }
5147
5148 static inline int
arm_thumb_address_cost(rtx x)5149 arm_thumb_address_cost (rtx x)
5150 {
5151 enum rtx_code c = GET_CODE (x);
5152
5153 if (c == REG)
5154 return 1;
5155 if (c == PLUS
5156 && GET_CODE (XEXP (x, 0)) == REG
5157 && GET_CODE (XEXP (x, 1)) == CONST_INT)
5158 return 1;
5159
5160 return 2;
5161 }
5162
5163 static int
arm_address_cost(rtx x)5164 arm_address_cost (rtx x)
5165 {
5166 return TARGET_ARM ? arm_arm_address_cost (x) : arm_thumb_address_cost (x);
5167 }
5168
5169 static int
arm_adjust_cost(rtx insn,rtx link,rtx dep,int cost)5170 arm_adjust_cost (rtx insn, rtx link, rtx dep, int cost)
5171 {
5172 rtx i_pat, d_pat;
5173
5174 /* Some true dependencies can have a higher cost depending
5175 on precisely how certain input operands are used. */
5176 if (arm_tune_xscale
5177 && REG_NOTE_KIND (link) == 0
5178 && recog_memoized (insn) >= 0
5179 && recog_memoized (dep) >= 0)
5180 {
5181 int shift_opnum = get_attr_shift (insn);
5182 enum attr_type attr_type = get_attr_type (dep);
5183
5184 /* If nonzero, SHIFT_OPNUM contains the operand number of a shifted
5185 operand for INSN. If we have a shifted input operand and the
5186 instruction we depend on is another ALU instruction, then we may
5187 have to account for an additional stall. */
5188 if (shift_opnum != 0
5189 && (attr_type == TYPE_ALU_SHIFT || attr_type == TYPE_ALU_SHIFT_REG))
5190 {
5191 rtx shifted_operand;
5192 int opno;
5193
5194 /* Get the shifted operand. */
5195 extract_insn (insn);
5196 shifted_operand = recog_data.operand[shift_opnum];
5197
5198 /* Iterate over all the operands in DEP. If we write an operand
5199 that overlaps with SHIFTED_OPERAND, then we have increase the
5200 cost of this dependency. */
5201 extract_insn (dep);
5202 preprocess_constraints ();
5203 for (opno = 0; opno < recog_data.n_operands; opno++)
5204 {
5205 /* We can ignore strict inputs. */
5206 if (recog_data.operand_type[opno] == OP_IN)
5207 continue;
5208
5209 if (reg_overlap_mentioned_p (recog_data.operand[opno],
5210 shifted_operand))
5211 return 2;
5212 }
5213 }
5214 }
5215
5216 /* XXX This is not strictly true for the FPA. */
5217 if (REG_NOTE_KIND (link) == REG_DEP_ANTI
5218 || REG_NOTE_KIND (link) == REG_DEP_OUTPUT)
5219 return 0;
5220
5221 /* Call insns don't incur a stall, even if they follow a load. */
5222 if (REG_NOTE_KIND (link) == 0
5223 && GET_CODE (insn) == CALL_INSN)
5224 return 1;
5225
5226 if ((i_pat = single_set (insn)) != NULL
5227 && GET_CODE (SET_SRC (i_pat)) == MEM
5228 && (d_pat = single_set (dep)) != NULL
5229 && GET_CODE (SET_DEST (d_pat)) == MEM)
5230 {
5231 rtx src_mem = XEXP (SET_SRC (i_pat), 0);
5232 /* This is a load after a store, there is no conflict if the load reads
5233 from a cached area. Assume that loads from the stack, and from the
5234 constant pool are cached, and that others will miss. This is a
5235 hack. */
5236
5237 if ((GET_CODE (src_mem) == SYMBOL_REF && CONSTANT_POOL_ADDRESS_P (src_mem))
5238 || reg_mentioned_p (stack_pointer_rtx, src_mem)
5239 || reg_mentioned_p (frame_pointer_rtx, src_mem)
5240 || reg_mentioned_p (hard_frame_pointer_rtx, src_mem))
5241 return 1;
5242 }
5243
5244 return cost;
5245 }
5246
5247 static int fp_consts_inited = 0;
5248
5249 /* Only zero is valid for VFP. Other values are also valid for FPA. */
5250 static const char * const strings_fp[8] =
5251 {
5252 "0", "1", "2", "3",
5253 "4", "5", "0.5", "10"
5254 };
5255
5256 static REAL_VALUE_TYPE values_fp[8];
5257
5258 static void
init_fp_table(void)5259 init_fp_table (void)
5260 {
5261 int i;
5262 REAL_VALUE_TYPE r;
5263
5264 if (TARGET_VFP)
5265 fp_consts_inited = 1;
5266 else
5267 fp_consts_inited = 8;
5268
5269 for (i = 0; i < fp_consts_inited; i++)
5270 {
5271 r = REAL_VALUE_ATOF (strings_fp[i], DFmode);
5272 values_fp[i] = r;
5273 }
5274 }
5275
5276 /* Return TRUE if rtx X is a valid immediate FP constant. */
5277 int
arm_const_double_rtx(rtx x)5278 arm_const_double_rtx (rtx x)
5279 {
5280 REAL_VALUE_TYPE r;
5281 int i;
5282
5283 if (!fp_consts_inited)
5284 init_fp_table ();
5285
5286 REAL_VALUE_FROM_CONST_DOUBLE (r, x);
5287 if (REAL_VALUE_MINUS_ZERO (r))
5288 return 0;
5289
5290 for (i = 0; i < fp_consts_inited; i++)
5291 if (REAL_VALUES_EQUAL (r, values_fp[i]))
5292 return 1;
5293
5294 return 0;
5295 }
5296
5297 /* Return TRUE if rtx X is a valid immediate FPA constant. */
5298 int
neg_const_double_rtx_ok_for_fpa(rtx x)5299 neg_const_double_rtx_ok_for_fpa (rtx x)
5300 {
5301 REAL_VALUE_TYPE r;
5302 int i;
5303
5304 if (!fp_consts_inited)
5305 init_fp_table ();
5306
5307 REAL_VALUE_FROM_CONST_DOUBLE (r, x);
5308 r = REAL_VALUE_NEGATE (r);
5309 if (REAL_VALUE_MINUS_ZERO (r))
5310 return 0;
5311
5312 for (i = 0; i < 8; i++)
5313 if (REAL_VALUES_EQUAL (r, values_fp[i]))
5314 return 1;
5315
5316 return 0;
5317 }
5318
5319 /* Predicates for `match_operand' and `match_operator'. */
5320
5321 /* Return nonzero if OP is a valid Cirrus memory address pattern. */
5322 int
cirrus_memory_offset(rtx op)5323 cirrus_memory_offset (rtx op)
5324 {
5325 /* Reject eliminable registers. */
5326 if (! (reload_in_progress || reload_completed)
5327 && ( reg_mentioned_p (frame_pointer_rtx, op)
5328 || reg_mentioned_p (arg_pointer_rtx, op)
5329 || reg_mentioned_p (virtual_incoming_args_rtx, op)
5330 || reg_mentioned_p (virtual_outgoing_args_rtx, op)
5331 || reg_mentioned_p (virtual_stack_dynamic_rtx, op)
5332 || reg_mentioned_p (virtual_stack_vars_rtx, op)))
5333 return 0;
5334
5335 if (GET_CODE (op) == MEM)
5336 {
5337 rtx ind;
5338
5339 ind = XEXP (op, 0);
5340
5341 /* Match: (mem (reg)). */
5342 if (GET_CODE (ind) == REG)
5343 return 1;
5344
5345 /* Match:
5346 (mem (plus (reg)
5347 (const))). */
5348 if (GET_CODE (ind) == PLUS
5349 && GET_CODE (XEXP (ind, 0)) == REG
5350 && REG_MODE_OK_FOR_BASE_P (XEXP (ind, 0), VOIDmode)
5351 && GET_CODE (XEXP (ind, 1)) == CONST_INT)
5352 return 1;
5353 }
5354
5355 return 0;
5356 }
5357
5358 /* Return TRUE if OP is a valid coprocessor memory address pattern.
5359 WB if true if writeback address modes are allowed. */
5360
5361 int
arm_coproc_mem_operand(rtx op,bool wb)5362 arm_coproc_mem_operand (rtx op, bool wb)
5363 {
5364 rtx ind;
5365
5366 /* Reject eliminable registers. */
5367 if (! (reload_in_progress || reload_completed)
5368 && ( reg_mentioned_p (frame_pointer_rtx, op)
5369 || reg_mentioned_p (arg_pointer_rtx, op)
5370 || reg_mentioned_p (virtual_incoming_args_rtx, op)
5371 || reg_mentioned_p (virtual_outgoing_args_rtx, op)
5372 || reg_mentioned_p (virtual_stack_dynamic_rtx, op)
5373 || reg_mentioned_p (virtual_stack_vars_rtx, op)))
5374 return FALSE;
5375
5376 /* Constants are converted into offsets from labels. */
5377 if (GET_CODE (op) != MEM)
5378 return FALSE;
5379
5380 ind = XEXP (op, 0);
5381
5382 if (reload_completed
5383 && (GET_CODE (ind) == LABEL_REF
5384 || (GET_CODE (ind) == CONST
5385 && GET_CODE (XEXP (ind, 0)) == PLUS
5386 && GET_CODE (XEXP (XEXP (ind, 0), 0)) == LABEL_REF
5387 && GET_CODE (XEXP (XEXP (ind, 0), 1)) == CONST_INT)))
5388 return TRUE;
5389
5390 /* Match: (mem (reg)). */
5391 if (GET_CODE (ind) == REG)
5392 return arm_address_register_rtx_p (ind, 0);
5393
5394 /* Autoincremment addressing modes. */
5395 if (wb
5396 && (GET_CODE (ind) == PRE_INC
5397 || GET_CODE (ind) == POST_INC
5398 || GET_CODE (ind) == PRE_DEC
5399 || GET_CODE (ind) == POST_DEC))
5400 return arm_address_register_rtx_p (XEXP (ind, 0), 0);
5401
5402 if (wb
5403 && (GET_CODE (ind) == POST_MODIFY || GET_CODE (ind) == PRE_MODIFY)
5404 && arm_address_register_rtx_p (XEXP (ind, 0), 0)
5405 && GET_CODE (XEXP (ind, 1)) == PLUS
5406 && rtx_equal_p (XEXP (XEXP (ind, 1), 0), XEXP (ind, 0)))
5407 ind = XEXP (ind, 1);
5408
5409 /* Match:
5410 (plus (reg)
5411 (const)). */
5412 if (GET_CODE (ind) == PLUS
5413 && GET_CODE (XEXP (ind, 0)) == REG
5414 && REG_MODE_OK_FOR_BASE_P (XEXP (ind, 0), VOIDmode)
5415 && GET_CODE (XEXP (ind, 1)) == CONST_INT
5416 && INTVAL (XEXP (ind, 1)) > -1024
5417 && INTVAL (XEXP (ind, 1)) < 1024
5418 && (INTVAL (XEXP (ind, 1)) & 3) == 0)
5419 return TRUE;
5420
5421 return FALSE;
5422 }
5423
5424 /* Return true if X is a register that will be eliminated later on. */
5425 int
arm_eliminable_register(rtx x)5426 arm_eliminable_register (rtx x)
5427 {
5428 return REG_P (x) && (REGNO (x) == FRAME_POINTER_REGNUM
5429 || REGNO (x) == ARG_POINTER_REGNUM
5430 || (REGNO (x) >= FIRST_VIRTUAL_REGISTER
5431 && REGNO (x) <= LAST_VIRTUAL_REGISTER));
5432 }
5433
5434 /* Return GENERAL_REGS if a scratch register required to reload x to/from
5435 coprocessor registers. Otherwise return NO_REGS. */
5436
5437 enum reg_class
coproc_secondary_reload_class(enum machine_mode mode,rtx x,bool wb)5438 coproc_secondary_reload_class (enum machine_mode mode, rtx x, bool wb)
5439 {
5440 if (arm_coproc_mem_operand (x, wb) || s_register_operand (x, mode))
5441 return NO_REGS;
5442
5443 return GENERAL_REGS;
5444 }
5445
5446 /* Values which must be returned in the most-significant end of the return
5447 register. */
5448
5449 static bool
arm_return_in_msb(tree valtype)5450 arm_return_in_msb (tree valtype)
5451 {
5452 return (TARGET_AAPCS_BASED
5453 && BYTES_BIG_ENDIAN
5454 && (AGGREGATE_TYPE_P (valtype)
5455 || TREE_CODE (valtype) == COMPLEX_TYPE));
5456 }
5457
5458 /* Returns TRUE if INSN is an "LDR REG, ADDR" instruction.
5459 Use by the Cirrus Maverick code which has to workaround
5460 a hardware bug triggered by such instructions. */
5461 static bool
arm_memory_load_p(rtx insn)5462 arm_memory_load_p (rtx insn)
5463 {
5464 rtx body, lhs, rhs;;
5465
5466 if (insn == NULL_RTX || GET_CODE (insn) != INSN)
5467 return false;
5468
5469 body = PATTERN (insn);
5470
5471 if (GET_CODE (body) != SET)
5472 return false;
5473
5474 lhs = XEXP (body, 0);
5475 rhs = XEXP (body, 1);
5476
5477 lhs = REG_OR_SUBREG_RTX (lhs);
5478
5479 /* If the destination is not a general purpose
5480 register we do not have to worry. */
5481 if (GET_CODE (lhs) != REG
5482 || REGNO_REG_CLASS (REGNO (lhs)) != GENERAL_REGS)
5483 return false;
5484
5485 /* As well as loads from memory we also have to react
5486 to loads of invalid constants which will be turned
5487 into loads from the minipool. */
5488 return (GET_CODE (rhs) == MEM
5489 || GET_CODE (rhs) == SYMBOL_REF
5490 || note_invalid_constants (insn, -1, false));
5491 }
5492
5493 /* Return TRUE if INSN is a Cirrus instruction. */
5494 static bool
arm_cirrus_insn_p(rtx insn)5495 arm_cirrus_insn_p (rtx insn)
5496 {
5497 enum attr_cirrus attr;
5498
5499 /* get_attr cannot accept USE or CLOBBER. */
5500 if (!insn
5501 || GET_CODE (insn) != INSN
5502 || GET_CODE (PATTERN (insn)) == USE
5503 || GET_CODE (PATTERN (insn)) == CLOBBER)
5504 return 0;
5505
5506 attr = get_attr_cirrus (insn);
5507
5508 return attr != CIRRUS_NOT;
5509 }
5510
5511 /* Cirrus reorg for invalid instruction combinations. */
5512 static void
cirrus_reorg(rtx first)5513 cirrus_reorg (rtx first)
5514 {
5515 enum attr_cirrus attr;
5516 rtx body = PATTERN (first);
5517 rtx t;
5518 int nops;
5519
5520 /* Any branch must be followed by 2 non Cirrus instructions. */
5521 if (GET_CODE (first) == JUMP_INSN && GET_CODE (body) != RETURN)
5522 {
5523 nops = 0;
5524 t = next_nonnote_insn (first);
5525
5526 if (arm_cirrus_insn_p (t))
5527 ++ nops;
5528
5529 if (arm_cirrus_insn_p (next_nonnote_insn (t)))
5530 ++ nops;
5531
5532 while (nops --)
5533 emit_insn_after (gen_nop (), first);
5534
5535 return;
5536 }
5537
5538 /* (float (blah)) is in parallel with a clobber. */
5539 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0) > 0)
5540 body = XVECEXP (body, 0, 0);
5541
5542 if (GET_CODE (body) == SET)
5543 {
5544 rtx lhs = XEXP (body, 0), rhs = XEXP (body, 1);
5545
5546 /* cfldrd, cfldr64, cfstrd, cfstr64 must
5547 be followed by a non Cirrus insn. */
5548 if (get_attr_cirrus (first) == CIRRUS_DOUBLE)
5549 {
5550 if (arm_cirrus_insn_p (next_nonnote_insn (first)))
5551 emit_insn_after (gen_nop (), first);
5552
5553 return;
5554 }
5555 else if (arm_memory_load_p (first))
5556 {
5557 unsigned int arm_regno;
5558
5559 /* Any ldr/cfmvdlr, ldr/cfmvdhr, ldr/cfmvsr, ldr/cfmv64lr,
5560 ldr/cfmv64hr combination where the Rd field is the same
5561 in both instructions must be split with a non Cirrus
5562 insn. Example:
5563
5564 ldr r0, blah
5565 nop
5566 cfmvsr mvf0, r0. */
5567
5568 /* Get Arm register number for ldr insn. */
5569 if (GET_CODE (lhs) == REG)
5570 arm_regno = REGNO (lhs);
5571 else
5572 {
5573 gcc_assert (GET_CODE (rhs) == REG);
5574 arm_regno = REGNO (rhs);
5575 }
5576
5577 /* Next insn. */
5578 first = next_nonnote_insn (first);
5579
5580 if (! arm_cirrus_insn_p (first))
5581 return;
5582
5583 body = PATTERN (first);
5584
5585 /* (float (blah)) is in parallel with a clobber. */
5586 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0))
5587 body = XVECEXP (body, 0, 0);
5588
5589 if (GET_CODE (body) == FLOAT)
5590 body = XEXP (body, 0);
5591
5592 if (get_attr_cirrus (first) == CIRRUS_MOVE
5593 && GET_CODE (XEXP (body, 1)) == REG
5594 && arm_regno == REGNO (XEXP (body, 1)))
5595 emit_insn_after (gen_nop (), first);
5596
5597 return;
5598 }
5599 }
5600
5601 /* get_attr cannot accept USE or CLOBBER. */
5602 if (!first
5603 || GET_CODE (first) != INSN
5604 || GET_CODE (PATTERN (first)) == USE
5605 || GET_CODE (PATTERN (first)) == CLOBBER)
5606 return;
5607
5608 attr = get_attr_cirrus (first);
5609
5610 /* Any coprocessor compare instruction (cfcmps, cfcmpd, ...)
5611 must be followed by a non-coprocessor instruction. */
5612 if (attr == CIRRUS_COMPARE)
5613 {
5614 nops = 0;
5615
5616 t = next_nonnote_insn (first);
5617
5618 if (arm_cirrus_insn_p (t))
5619 ++ nops;
5620
5621 if (arm_cirrus_insn_p (next_nonnote_insn (t)))
5622 ++ nops;
5623
5624 while (nops --)
5625 emit_insn_after (gen_nop (), first);
5626
5627 return;
5628 }
5629 }
5630
5631 /* Return TRUE if X references a SYMBOL_REF. */
5632 int
symbol_mentioned_p(rtx x)5633 symbol_mentioned_p (rtx x)
5634 {
5635 const char * fmt;
5636 int i;
5637
5638 if (GET_CODE (x) == SYMBOL_REF)
5639 return 1;
5640
5641 /* UNSPEC_TLS entries for a symbol include the SYMBOL_REF, but they
5642 are constant offsets, not symbols. */
5643 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS)
5644 return 0;
5645
5646 fmt = GET_RTX_FORMAT (GET_CODE (x));
5647
5648 for (i = GET_RTX_LENGTH (GET_CODE (x)) - 1; i >= 0; i--)
5649 {
5650 if (fmt[i] == 'E')
5651 {
5652 int j;
5653
5654 for (j = XVECLEN (x, i) - 1; j >= 0; j--)
5655 if (symbol_mentioned_p (XVECEXP (x, i, j)))
5656 return 1;
5657 }
5658 else if (fmt[i] == 'e' && symbol_mentioned_p (XEXP (x, i)))
5659 return 1;
5660 }
5661
5662 return 0;
5663 }
5664
5665 /* Return TRUE if X references a LABEL_REF. */
5666 int
label_mentioned_p(rtx x)5667 label_mentioned_p (rtx x)
5668 {
5669 const char * fmt;
5670 int i;
5671
5672 if (GET_CODE (x) == LABEL_REF)
5673 return 1;
5674
5675 /* UNSPEC_TLS entries for a symbol include a LABEL_REF for the referencing
5676 instruction, but they are constant offsets, not symbols. */
5677 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS)
5678 return 0;
5679
5680 fmt = GET_RTX_FORMAT (GET_CODE (x));
5681 for (i = GET_RTX_LENGTH (GET_CODE (x)) - 1; i >= 0; i--)
5682 {
5683 if (fmt[i] == 'E')
5684 {
5685 int j;
5686
5687 for (j = XVECLEN (x, i) - 1; j >= 0; j--)
5688 if (label_mentioned_p (XVECEXP (x, i, j)))
5689 return 1;
5690 }
5691 else if (fmt[i] == 'e' && label_mentioned_p (XEXP (x, i)))
5692 return 1;
5693 }
5694
5695 return 0;
5696 }
5697
5698 int
tls_mentioned_p(rtx x)5699 tls_mentioned_p (rtx x)
5700 {
5701 switch (GET_CODE (x))
5702 {
5703 case CONST:
5704 return tls_mentioned_p (XEXP (x, 0));
5705
5706 case UNSPEC:
5707 if (XINT (x, 1) == UNSPEC_TLS)
5708 return 1;
5709
5710 default:
5711 return 0;
5712 }
5713 }
5714
5715 /* Must not copy a SET whose source operand is PC-relative. */
5716
5717 static bool
arm_cannot_copy_insn_p(rtx insn)5718 arm_cannot_copy_insn_p (rtx insn)
5719 {
5720 rtx pat = PATTERN (insn);
5721
5722 if (GET_CODE (pat) == PARALLEL
5723 && GET_CODE (XVECEXP (pat, 0, 0)) == SET)
5724 {
5725 rtx rhs = SET_SRC (XVECEXP (pat, 0, 0));
5726
5727 if (GET_CODE (rhs) == UNSPEC
5728 && XINT (rhs, 1) == UNSPEC_PIC_BASE)
5729 return TRUE;
5730
5731 if (GET_CODE (rhs) == MEM
5732 && GET_CODE (XEXP (rhs, 0)) == UNSPEC
5733 && XINT (XEXP (rhs, 0), 1) == UNSPEC_PIC_BASE)
5734 return TRUE;
5735 }
5736
5737 return FALSE;
5738 }
5739
5740 enum rtx_code
minmax_code(rtx x)5741 minmax_code (rtx x)
5742 {
5743 enum rtx_code code = GET_CODE (x);
5744
5745 switch (code)
5746 {
5747 case SMAX:
5748 return GE;
5749 case SMIN:
5750 return LE;
5751 case UMIN:
5752 return LEU;
5753 case UMAX:
5754 return GEU;
5755 default:
5756 gcc_unreachable ();
5757 }
5758 }
5759
5760 /* Return 1 if memory locations are adjacent. */
5761 int
adjacent_mem_locations(rtx a,rtx b)5762 adjacent_mem_locations (rtx a, rtx b)
5763 {
5764 /* We don't guarantee to preserve the order of these memory refs. */
5765 if (volatile_refs_p (a) || volatile_refs_p (b))
5766 return 0;
5767
5768 if ((GET_CODE (XEXP (a, 0)) == REG
5769 || (GET_CODE (XEXP (a, 0)) == PLUS
5770 && GET_CODE (XEXP (XEXP (a, 0), 1)) == CONST_INT))
5771 && (GET_CODE (XEXP (b, 0)) == REG
5772 || (GET_CODE (XEXP (b, 0)) == PLUS
5773 && GET_CODE (XEXP (XEXP (b, 0), 1)) == CONST_INT)))
5774 {
5775 HOST_WIDE_INT val0 = 0, val1 = 0;
5776 rtx reg0, reg1;
5777 int val_diff;
5778
5779 if (GET_CODE (XEXP (a, 0)) == PLUS)
5780 {
5781 reg0 = XEXP (XEXP (a, 0), 0);
5782 val0 = INTVAL (XEXP (XEXP (a, 0), 1));
5783 }
5784 else
5785 reg0 = XEXP (a, 0);
5786
5787 if (GET_CODE (XEXP (b, 0)) == PLUS)
5788 {
5789 reg1 = XEXP (XEXP (b, 0), 0);
5790 val1 = INTVAL (XEXP (XEXP (b, 0), 1));
5791 }
5792 else
5793 reg1 = XEXP (b, 0);
5794
5795 /* Don't accept any offset that will require multiple
5796 instructions to handle, since this would cause the
5797 arith_adjacentmem pattern to output an overlong sequence. */
5798 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1))
5799 return 0;
5800
5801 /* Don't allow an eliminable register: register elimination can make
5802 the offset too large. */
5803 if (arm_eliminable_register (reg0))
5804 return 0;
5805
5806 val_diff = val1 - val0;
5807
5808 if (arm_ld_sched)
5809 {
5810 /* If the target has load delay slots, then there's no benefit
5811 to using an ldm instruction unless the offset is zero and
5812 we are optimizing for size. */
5813 return (optimize_size && (REGNO (reg0) == REGNO (reg1))
5814 && (val0 == 0 || val1 == 0 || val0 == 4 || val1 == 4)
5815 && (val_diff == 4 || val_diff == -4));
5816 }
5817
5818 return ((REGNO (reg0) == REGNO (reg1))
5819 && (val_diff == 4 || val_diff == -4));
5820 }
5821
5822 return 0;
5823 }
5824
5825 int
load_multiple_sequence(rtx * operands,int nops,int * regs,int * base,HOST_WIDE_INT * load_offset)5826 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base,
5827 HOST_WIDE_INT *load_offset)
5828 {
5829 int unsorted_regs[4];
5830 HOST_WIDE_INT unsorted_offsets[4];
5831 int order[4];
5832 int base_reg = -1;
5833 int i;
5834
5835 /* Can only handle 2, 3, or 4 insns at present,
5836 though could be easily extended if required. */
5837 gcc_assert (nops >= 2 && nops <= 4);
5838
5839 /* Loop over the operands and check that the memory references are
5840 suitable (i.e. immediate offsets from the same base register). At
5841 the same time, extract the target register, and the memory
5842 offsets. */
5843 for (i = 0; i < nops; i++)
5844 {
5845 rtx reg;
5846 rtx offset;
5847
5848 /* Convert a subreg of a mem into the mem itself. */
5849 if (GET_CODE (operands[nops + i]) == SUBREG)
5850 operands[nops + i] = alter_subreg (operands + (nops + i));
5851
5852 gcc_assert (GET_CODE (operands[nops + i]) == MEM);
5853
5854 /* Don't reorder volatile memory references; it doesn't seem worth
5855 looking for the case where the order is ok anyway. */
5856 if (MEM_VOLATILE_P (operands[nops + i]))
5857 return 0;
5858
5859 offset = const0_rtx;
5860
5861 if ((GET_CODE (reg = XEXP (operands[nops + i], 0)) == REG
5862 || (GET_CODE (reg) == SUBREG
5863 && GET_CODE (reg = SUBREG_REG (reg)) == REG))
5864 || (GET_CODE (XEXP (operands[nops + i], 0)) == PLUS
5865 && ((GET_CODE (reg = XEXP (XEXP (operands[nops + i], 0), 0))
5866 == REG)
5867 || (GET_CODE (reg) == SUBREG
5868 && GET_CODE (reg = SUBREG_REG (reg)) == REG))
5869 && (GET_CODE (offset = XEXP (XEXP (operands[nops + i], 0), 1))
5870 == CONST_INT)))
5871 {
5872 if (i == 0)
5873 {
5874 base_reg = REGNO (reg);
5875 unsorted_regs[0] = (GET_CODE (operands[i]) == REG
5876 ? REGNO (operands[i])
5877 : REGNO (SUBREG_REG (operands[i])));
5878 order[0] = 0;
5879 }
5880 else
5881 {
5882 if (base_reg != (int) REGNO (reg))
5883 /* Not addressed from the same base register. */
5884 return 0;
5885
5886 unsorted_regs[i] = (GET_CODE (operands[i]) == REG
5887 ? REGNO (operands[i])
5888 : REGNO (SUBREG_REG (operands[i])));
5889 if (unsorted_regs[i] < unsorted_regs[order[0]])
5890 order[0] = i;
5891 }
5892
5893 /* If it isn't an integer register, or if it overwrites the
5894 base register but isn't the last insn in the list, then
5895 we can't do this. */
5896 if (unsorted_regs[i] < 0 || unsorted_regs[i] > 14
5897 || (i != nops - 1 && unsorted_regs[i] == base_reg))
5898 return 0;
5899
5900 unsorted_offsets[i] = INTVAL (offset);
5901 }
5902 else
5903 /* Not a suitable memory address. */
5904 return 0;
5905 }
5906
5907 /* All the useful information has now been extracted from the
5908 operands into unsorted_regs and unsorted_offsets; additionally,
5909 order[0] has been set to the lowest numbered register in the
5910 list. Sort the registers into order, and check that the memory
5911 offsets are ascending and adjacent. */
5912
5913 for (i = 1; i < nops; i++)
5914 {
5915 int j;
5916
5917 order[i] = order[i - 1];
5918 for (j = 0; j < nops; j++)
5919 if (unsorted_regs[j] > unsorted_regs[order[i - 1]]
5920 && (order[i] == order[i - 1]
5921 || unsorted_regs[j] < unsorted_regs[order[i]]))
5922 order[i] = j;
5923
5924 /* Have we found a suitable register? if not, one must be used more
5925 than once. */
5926 if (order[i] == order[i - 1])
5927 return 0;
5928
5929 /* Is the memory address adjacent and ascending? */
5930 if (unsorted_offsets[order[i]] != unsorted_offsets[order[i - 1]] + 4)
5931 return 0;
5932 }
5933
5934 if (base)
5935 {
5936 *base = base_reg;
5937
5938 for (i = 0; i < nops; i++)
5939 regs[i] = unsorted_regs[order[i]];
5940
5941 *load_offset = unsorted_offsets[order[0]];
5942 }
5943
5944 if (unsorted_offsets[order[0]] == 0)
5945 return 1; /* ldmia */
5946
5947 if (unsorted_offsets[order[0]] == 4)
5948 return 2; /* ldmib */
5949
5950 if (unsorted_offsets[order[nops - 1]] == 0)
5951 return 3; /* ldmda */
5952
5953 if (unsorted_offsets[order[nops - 1]] == -4)
5954 return 4; /* ldmdb */
5955
5956 /* For ARM8,9 & StrongARM, 2 ldr instructions are faster than an ldm
5957 if the offset isn't small enough. The reason 2 ldrs are faster
5958 is because these ARMs are able to do more than one cache access
5959 in a single cycle. The ARM9 and StrongARM have Harvard caches,
5960 whilst the ARM8 has a double bandwidth cache. This means that
5961 these cores can do both an instruction fetch and a data fetch in
5962 a single cycle, so the trick of calculating the address into a
5963 scratch register (one of the result regs) and then doing a load
5964 multiple actually becomes slower (and no smaller in code size).
5965 That is the transformation
5966
5967 ldr rd1, [rbase + offset]
5968 ldr rd2, [rbase + offset + 4]
5969
5970 to
5971
5972 add rd1, rbase, offset
5973 ldmia rd1, {rd1, rd2}
5974
5975 produces worse code -- '3 cycles + any stalls on rd2' instead of
5976 '2 cycles + any stalls on rd2'. On ARMs with only one cache
5977 access per cycle, the first sequence could never complete in less
5978 than 6 cycles, whereas the ldm sequence would only take 5 and
5979 would make better use of sequential accesses if not hitting the
5980 cache.
5981
5982 We cheat here and test 'arm_ld_sched' which we currently know to
5983 only be true for the ARM8, ARM9 and StrongARM. If this ever
5984 changes, then the test below needs to be reworked. */
5985 if (nops == 2 && arm_ld_sched)
5986 return 0;
5987
5988 /* Can't do it without setting up the offset, only do this if it takes
5989 no more than one insn. */
5990 return (const_ok_for_arm (unsorted_offsets[order[0]])
5991 || const_ok_for_arm (-unsorted_offsets[order[0]])) ? 5 : 0;
5992 }
5993
5994 const char *
emit_ldm_seq(rtx * operands,int nops)5995 emit_ldm_seq (rtx *operands, int nops)
5996 {
5997 int regs[4];
5998 int base_reg;
5999 HOST_WIDE_INT offset;
6000 char buf[100];
6001 int i;
6002
6003 switch (load_multiple_sequence (operands, nops, regs, &base_reg, &offset))
6004 {
6005 case 1:
6006 strcpy (buf, "ldm%?ia\t");
6007 break;
6008
6009 case 2:
6010 strcpy (buf, "ldm%?ib\t");
6011 break;
6012
6013 case 3:
6014 strcpy (buf, "ldm%?da\t");
6015 break;
6016
6017 case 4:
6018 strcpy (buf, "ldm%?db\t");
6019 break;
6020
6021 case 5:
6022 if (offset >= 0)
6023 sprintf (buf, "add%%?\t%s%s, %s%s, #%ld", REGISTER_PREFIX,
6024 reg_names[regs[0]], REGISTER_PREFIX, reg_names[base_reg],
6025 (long) offset);
6026 else
6027 sprintf (buf, "sub%%?\t%s%s, %s%s, #%ld", REGISTER_PREFIX,
6028 reg_names[regs[0]], REGISTER_PREFIX, reg_names[base_reg],
6029 (long) -offset);
6030 output_asm_insn (buf, operands);
6031 base_reg = regs[0];
6032 strcpy (buf, "ldm%?ia\t");
6033 break;
6034
6035 default:
6036 gcc_unreachable ();
6037 }
6038
6039 sprintf (buf + strlen (buf), "%s%s, {%s%s", REGISTER_PREFIX,
6040 reg_names[base_reg], REGISTER_PREFIX, reg_names[regs[0]]);
6041
6042 for (i = 1; i < nops; i++)
6043 sprintf (buf + strlen (buf), ", %s%s", REGISTER_PREFIX,
6044 reg_names[regs[i]]);
6045
6046 strcat (buf, "}\t%@ phole ldm");
6047
6048 output_asm_insn (buf, operands);
6049 return "";
6050 }
6051
6052 int
store_multiple_sequence(rtx * operands,int nops,int * regs,int * base,HOST_WIDE_INT * load_offset)6053 store_multiple_sequence (rtx *operands, int nops, int *regs, int *base,
6054 HOST_WIDE_INT * load_offset)
6055 {
6056 int unsorted_regs[4];
6057 HOST_WIDE_INT unsorted_offsets[4];
6058 int order[4];
6059 int base_reg = -1;
6060 int i;
6061
6062 /* Can only handle 2, 3, or 4 insns at present, though could be easily
6063 extended if required. */
6064 gcc_assert (nops >= 2 && nops <= 4);
6065
6066 /* Loop over the operands and check that the memory references are
6067 suitable (i.e. immediate offsets from the same base register). At
6068 the same time, extract the target register, and the memory
6069 offsets. */
6070 for (i = 0; i < nops; i++)
6071 {
6072 rtx reg;
6073 rtx offset;
6074
6075 /* Convert a subreg of a mem into the mem itself. */
6076 if (GET_CODE (operands[nops + i]) == SUBREG)
6077 operands[nops + i] = alter_subreg (operands + (nops + i));
6078
6079 gcc_assert (GET_CODE (operands[nops + i]) == MEM);
6080
6081 /* Don't reorder volatile memory references; it doesn't seem worth
6082 looking for the case where the order is ok anyway. */
6083 if (MEM_VOLATILE_P (operands[nops + i]))
6084 return 0;
6085
6086 offset = const0_rtx;
6087
6088 if ((GET_CODE (reg = XEXP (operands[nops + i], 0)) == REG
6089 || (GET_CODE (reg) == SUBREG
6090 && GET_CODE (reg = SUBREG_REG (reg)) == REG))
6091 || (GET_CODE (XEXP (operands[nops + i], 0)) == PLUS
6092 && ((GET_CODE (reg = XEXP (XEXP (operands[nops + i], 0), 0))
6093 == REG)
6094 || (GET_CODE (reg) == SUBREG
6095 && GET_CODE (reg = SUBREG_REG (reg)) == REG))
6096 && (GET_CODE (offset = XEXP (XEXP (operands[nops + i], 0), 1))
6097 == CONST_INT)))
6098 {
6099 if (i == 0)
6100 {
6101 base_reg = REGNO (reg);
6102 unsorted_regs[0] = (GET_CODE (operands[i]) == REG
6103 ? REGNO (operands[i])
6104 : REGNO (SUBREG_REG (operands[i])));
6105 order[0] = 0;
6106 }
6107 else
6108 {
6109 if (base_reg != (int) REGNO (reg))
6110 /* Not addressed from the same base register. */
6111 return 0;
6112
6113 unsorted_regs[i] = (GET_CODE (operands[i]) == REG
6114 ? REGNO (operands[i])
6115 : REGNO (SUBREG_REG (operands[i])));
6116 if (unsorted_regs[i] < unsorted_regs[order[0]])
6117 order[0] = i;
6118 }
6119
6120 /* If it isn't an integer register, then we can't do this. */
6121 if (unsorted_regs[i] < 0 || unsorted_regs[i] > 14)
6122 return 0;
6123
6124 unsorted_offsets[i] = INTVAL (offset);
6125 }
6126 else
6127 /* Not a suitable memory address. */
6128 return 0;
6129 }
6130
6131 /* All the useful information has now been extracted from the
6132 operands into unsorted_regs and unsorted_offsets; additionally,
6133 order[0] has been set to the lowest numbered register in the
6134 list. Sort the registers into order, and check that the memory
6135 offsets are ascending and adjacent. */
6136
6137 for (i = 1; i < nops; i++)
6138 {
6139 int j;
6140
6141 order[i] = order[i - 1];
6142 for (j = 0; j < nops; j++)
6143 if (unsorted_regs[j] > unsorted_regs[order[i - 1]]
6144 && (order[i] == order[i - 1]
6145 || unsorted_regs[j] < unsorted_regs[order[i]]))
6146 order[i] = j;
6147
6148 /* Have we found a suitable register? if not, one must be used more
6149 than once. */
6150 if (order[i] == order[i - 1])
6151 return 0;
6152
6153 /* Is the memory address adjacent and ascending? */
6154 if (unsorted_offsets[order[i]] != unsorted_offsets[order[i - 1]] + 4)
6155 return 0;
6156 }
6157
6158 if (base)
6159 {
6160 *base = base_reg;
6161
6162 for (i = 0; i < nops; i++)
6163 regs[i] = unsorted_regs[order[i]];
6164
6165 *load_offset = unsorted_offsets[order[0]];
6166 }
6167
6168 if (unsorted_offsets[order[0]] == 0)
6169 return 1; /* stmia */
6170
6171 if (unsorted_offsets[order[0]] == 4)
6172 return 2; /* stmib */
6173
6174 if (unsorted_offsets[order[nops - 1]] == 0)
6175 return 3; /* stmda */
6176
6177 if (unsorted_offsets[order[nops - 1]] == -4)
6178 return 4; /* stmdb */
6179
6180 return 0;
6181 }
6182
6183 const char *
emit_stm_seq(rtx * operands,int nops)6184 emit_stm_seq (rtx *operands, int nops)
6185 {
6186 int regs[4];
6187 int base_reg;
6188 HOST_WIDE_INT offset;
6189 char buf[100];
6190 int i;
6191
6192 switch (store_multiple_sequence (operands, nops, regs, &base_reg, &offset))
6193 {
6194 case 1:
6195 strcpy (buf, "stm%?ia\t");
6196 break;
6197
6198 case 2:
6199 strcpy (buf, "stm%?ib\t");
6200 break;
6201
6202 case 3:
6203 strcpy (buf, "stm%?da\t");
6204 break;
6205
6206 case 4:
6207 strcpy (buf, "stm%?db\t");
6208 break;
6209
6210 default:
6211 gcc_unreachable ();
6212 }
6213
6214 sprintf (buf + strlen (buf), "%s%s, {%s%s", REGISTER_PREFIX,
6215 reg_names[base_reg], REGISTER_PREFIX, reg_names[regs[0]]);
6216
6217 for (i = 1; i < nops; i++)
6218 sprintf (buf + strlen (buf), ", %s%s", REGISTER_PREFIX,
6219 reg_names[regs[i]]);
6220
6221 strcat (buf, "}\t%@ phole stm");
6222
6223 output_asm_insn (buf, operands);
6224 return "";
6225 }
6226
6227 /* Routines for use in generating RTL. */
6228
6229 rtx
arm_gen_load_multiple(int base_regno,int count,rtx from,int up,int write_back,rtx basemem,HOST_WIDE_INT * offsetp)6230 arm_gen_load_multiple (int base_regno, int count, rtx from, int up,
6231 int write_back, rtx basemem, HOST_WIDE_INT *offsetp)
6232 {
6233 HOST_WIDE_INT offset = *offsetp;
6234 int i = 0, j;
6235 rtx result;
6236 int sign = up ? 1 : -1;
6237 rtx mem, addr;
6238
6239 /* XScale has load-store double instructions, but they have stricter
6240 alignment requirements than load-store multiple, so we cannot
6241 use them.
6242
6243 For XScale ldm requires 2 + NREGS cycles to complete and blocks
6244 the pipeline until completion.
6245
6246 NREGS CYCLES
6247 1 3
6248 2 4
6249 3 5
6250 4 6
6251
6252 An ldr instruction takes 1-3 cycles, but does not block the
6253 pipeline.
6254
6255 NREGS CYCLES
6256 1 1-3
6257 2 2-6
6258 3 3-9
6259 4 4-12
6260
6261 Best case ldr will always win. However, the more ldr instructions
6262 we issue, the less likely we are to be able to schedule them well.
6263 Using ldr instructions also increases code size.
6264
6265 As a compromise, we use ldr for counts of 1 or 2 regs, and ldm
6266 for counts of 3 or 4 regs. */
6267 if (arm_tune_xscale && count <= 2 && ! optimize_size)
6268 {
6269 rtx seq;
6270
6271 start_sequence ();
6272
6273 for (i = 0; i < count; i++)
6274 {
6275 addr = plus_constant (from, i * 4 * sign);
6276 mem = adjust_automodify_address (basemem, SImode, addr, offset);
6277 emit_move_insn (gen_rtx_REG (SImode, base_regno + i), mem);
6278 offset += 4 * sign;
6279 }
6280
6281 if (write_back)
6282 {
6283 emit_move_insn (from, plus_constant (from, count * 4 * sign));
6284 *offsetp = offset;
6285 }
6286
6287 seq = get_insns ();
6288 end_sequence ();
6289
6290 return seq;
6291 }
6292
6293 result = gen_rtx_PARALLEL (VOIDmode,
6294 rtvec_alloc (count + (write_back ? 1 : 0)));
6295 if (write_back)
6296 {
6297 XVECEXP (result, 0, 0)
6298 = gen_rtx_SET (VOIDmode, from, plus_constant (from, count * 4 * sign));
6299 i = 1;
6300 count++;
6301 }
6302
6303 for (j = 0; i < count; i++, j++)
6304 {
6305 addr = plus_constant (from, j * 4 * sign);
6306 mem = adjust_automodify_address_nv (basemem, SImode, addr, offset);
6307 XVECEXP (result, 0, i)
6308 = gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, base_regno + j), mem);
6309 offset += 4 * sign;
6310 }
6311
6312 if (write_back)
6313 *offsetp = offset;
6314
6315 return result;
6316 }
6317
6318 rtx
arm_gen_store_multiple(int base_regno,int count,rtx to,int up,int write_back,rtx basemem,HOST_WIDE_INT * offsetp)6319 arm_gen_store_multiple (int base_regno, int count, rtx to, int up,
6320 int write_back, rtx basemem, HOST_WIDE_INT *offsetp)
6321 {
6322 HOST_WIDE_INT offset = *offsetp;
6323 int i = 0, j;
6324 rtx result;
6325 int sign = up ? 1 : -1;
6326 rtx mem, addr;
6327
6328 /* See arm_gen_load_multiple for discussion of
6329 the pros/cons of ldm/stm usage for XScale. */
6330 if (arm_tune_xscale && count <= 2 && ! optimize_size)
6331 {
6332 rtx seq;
6333
6334 start_sequence ();
6335
6336 for (i = 0; i < count; i++)
6337 {
6338 addr = plus_constant (to, i * 4 * sign);
6339 mem = adjust_automodify_address (basemem, SImode, addr, offset);
6340 emit_move_insn (mem, gen_rtx_REG (SImode, base_regno + i));
6341 offset += 4 * sign;
6342 }
6343
6344 if (write_back)
6345 {
6346 emit_move_insn (to, plus_constant (to, count * 4 * sign));
6347 *offsetp = offset;
6348 }
6349
6350 seq = get_insns ();
6351 end_sequence ();
6352
6353 return seq;
6354 }
6355
6356 result = gen_rtx_PARALLEL (VOIDmode,
6357 rtvec_alloc (count + (write_back ? 1 : 0)));
6358 if (write_back)
6359 {
6360 XVECEXP (result, 0, 0)
6361 = gen_rtx_SET (VOIDmode, to,
6362 plus_constant (to, count * 4 * sign));
6363 i = 1;
6364 count++;
6365 }
6366
6367 for (j = 0; i < count; i++, j++)
6368 {
6369 addr = plus_constant (to, j * 4 * sign);
6370 mem = adjust_automodify_address_nv (basemem, SImode, addr, offset);
6371 XVECEXP (result, 0, i)
6372 = gen_rtx_SET (VOIDmode, mem, gen_rtx_REG (SImode, base_regno + j));
6373 offset += 4 * sign;
6374 }
6375
6376 if (write_back)
6377 *offsetp = offset;
6378
6379 return result;
6380 }
6381
6382 int
arm_gen_movmemqi(rtx * operands)6383 arm_gen_movmemqi (rtx *operands)
6384 {
6385 HOST_WIDE_INT in_words_to_go, out_words_to_go, last_bytes;
6386 HOST_WIDE_INT srcoffset, dstoffset;
6387 int i;
6388 rtx src, dst, srcbase, dstbase;
6389 rtx part_bytes_reg = NULL;
6390 rtx mem;
6391
6392 if (GET_CODE (operands[2]) != CONST_INT
6393 || GET_CODE (operands[3]) != CONST_INT
6394 || INTVAL (operands[2]) > 64
6395 || INTVAL (operands[3]) & 3)
6396 return 0;
6397
6398 dstbase = operands[0];
6399 srcbase = operands[1];
6400
6401 dst = copy_to_mode_reg (SImode, XEXP (dstbase, 0));
6402 src = copy_to_mode_reg (SImode, XEXP (srcbase, 0));
6403
6404 in_words_to_go = ARM_NUM_INTS (INTVAL (operands[2]));
6405 out_words_to_go = INTVAL (operands[2]) / 4;
6406 last_bytes = INTVAL (operands[2]) & 3;
6407 dstoffset = srcoffset = 0;
6408
6409 if (out_words_to_go != in_words_to_go && ((in_words_to_go - 1) & 3) != 0)
6410 part_bytes_reg = gen_rtx_REG (SImode, (in_words_to_go - 1) & 3);
6411
6412 for (i = 0; in_words_to_go >= 2; i+=4)
6413 {
6414 if (in_words_to_go > 4)
6415 emit_insn (arm_gen_load_multiple (0, 4, src, TRUE, TRUE,
6416 srcbase, &srcoffset));
6417 else
6418 emit_insn (arm_gen_load_multiple (0, in_words_to_go, src, TRUE,
6419 FALSE, srcbase, &srcoffset));
6420
6421 if (out_words_to_go)
6422 {
6423 if (out_words_to_go > 4)
6424 emit_insn (arm_gen_store_multiple (0, 4, dst, TRUE, TRUE,
6425 dstbase, &dstoffset));
6426 else if (out_words_to_go != 1)
6427 emit_insn (arm_gen_store_multiple (0, out_words_to_go,
6428 dst, TRUE,
6429 (last_bytes == 0
6430 ? FALSE : TRUE),
6431 dstbase, &dstoffset));
6432 else
6433 {
6434 mem = adjust_automodify_address (dstbase, SImode, dst, dstoffset);
6435 emit_move_insn (mem, gen_rtx_REG (SImode, 0));
6436 if (last_bytes != 0)
6437 {
6438 emit_insn (gen_addsi3 (dst, dst, GEN_INT (4)));
6439 dstoffset += 4;
6440 }
6441 }
6442 }
6443
6444 in_words_to_go -= in_words_to_go < 4 ? in_words_to_go : 4;
6445 out_words_to_go -= out_words_to_go < 4 ? out_words_to_go : 4;
6446 }
6447
6448 /* OUT_WORDS_TO_GO will be zero here if there are byte stores to do. */
6449 if (out_words_to_go)
6450 {
6451 rtx sreg;
6452
6453 mem = adjust_automodify_address (srcbase, SImode, src, srcoffset);
6454 sreg = copy_to_reg (mem);
6455
6456 mem = adjust_automodify_address (dstbase, SImode, dst, dstoffset);
6457 emit_move_insn (mem, sreg);
6458 in_words_to_go--;
6459
6460 gcc_assert (!in_words_to_go); /* Sanity check */
6461 }
6462
6463 if (in_words_to_go)
6464 {
6465 gcc_assert (in_words_to_go > 0);
6466
6467 mem = adjust_automodify_address (srcbase, SImode, src, srcoffset);
6468 part_bytes_reg = copy_to_mode_reg (SImode, mem);
6469 }
6470
6471 gcc_assert (!last_bytes || part_bytes_reg);
6472
6473 if (BYTES_BIG_ENDIAN && last_bytes)
6474 {
6475 rtx tmp = gen_reg_rtx (SImode);
6476
6477 /* The bytes we want are in the top end of the word. */
6478 emit_insn (gen_lshrsi3 (tmp, part_bytes_reg,
6479 GEN_INT (8 * (4 - last_bytes))));
6480 part_bytes_reg = tmp;
6481
6482 while (last_bytes)
6483 {
6484 mem = adjust_automodify_address (dstbase, QImode,
6485 plus_constant (dst, last_bytes - 1),
6486 dstoffset + last_bytes - 1);
6487 emit_move_insn (mem, gen_lowpart (QImode, part_bytes_reg));
6488
6489 if (--last_bytes)
6490 {
6491 tmp = gen_reg_rtx (SImode);
6492 emit_insn (gen_lshrsi3 (tmp, part_bytes_reg, GEN_INT (8)));
6493 part_bytes_reg = tmp;
6494 }
6495 }
6496
6497 }
6498 else
6499 {
6500 if (last_bytes > 1)
6501 {
6502 mem = adjust_automodify_address (dstbase, HImode, dst, dstoffset);
6503 emit_move_insn (mem, gen_lowpart (HImode, part_bytes_reg));
6504 last_bytes -= 2;
6505 if (last_bytes)
6506 {
6507 rtx tmp = gen_reg_rtx (SImode);
6508 emit_insn (gen_addsi3 (dst, dst, const2_rtx));
6509 emit_insn (gen_lshrsi3 (tmp, part_bytes_reg, GEN_INT (16)));
6510 part_bytes_reg = tmp;
6511 dstoffset += 2;
6512 }
6513 }
6514
6515 if (last_bytes)
6516 {
6517 mem = adjust_automodify_address (dstbase, QImode, dst, dstoffset);
6518 emit_move_insn (mem, gen_lowpart (QImode, part_bytes_reg));
6519 }
6520 }
6521
6522 return 1;
6523 }
6524
6525 /* Select a dominance comparison mode if possible for a test of the general
6526 form (OP (COND_OR (X) (Y)) (const_int 0)). We support three forms.
6527 COND_OR == DOM_CC_X_AND_Y => (X && Y)
6528 COND_OR == DOM_CC_NX_OR_Y => ((! X) || Y)
6529 COND_OR == DOM_CC_X_OR_Y => (X || Y)
6530 In all cases OP will be either EQ or NE, but we don't need to know which
6531 here. If we are unable to support a dominance comparison we return
6532 CC mode. This will then fail to match for the RTL expressions that
6533 generate this call. */
6534 enum machine_mode
arm_select_dominance_cc_mode(rtx x,rtx y,HOST_WIDE_INT cond_or)6535 arm_select_dominance_cc_mode (rtx x, rtx y, HOST_WIDE_INT cond_or)
6536 {
6537 enum rtx_code cond1, cond2;
6538 int swapped = 0;
6539
6540 /* Currently we will probably get the wrong result if the individual
6541 comparisons are not simple. This also ensures that it is safe to
6542 reverse a comparison if necessary. */
6543 if ((arm_select_cc_mode (cond1 = GET_CODE (x), XEXP (x, 0), XEXP (x, 1))
6544 != CCmode)
6545 || (arm_select_cc_mode (cond2 = GET_CODE (y), XEXP (y, 0), XEXP (y, 1))
6546 != CCmode))
6547 return CCmode;
6548
6549 /* The if_then_else variant of this tests the second condition if the
6550 first passes, but is true if the first fails. Reverse the first
6551 condition to get a true "inclusive-or" expression. */
6552 if (cond_or == DOM_CC_NX_OR_Y)
6553 cond1 = reverse_condition (cond1);
6554
6555 /* If the comparisons are not equal, and one doesn't dominate the other,
6556 then we can't do this. */
6557 if (cond1 != cond2
6558 && !comparison_dominates_p (cond1, cond2)
6559 && (swapped = 1, !comparison_dominates_p (cond2, cond1)))
6560 return CCmode;
6561
6562 if (swapped)
6563 {
6564 enum rtx_code temp = cond1;
6565 cond1 = cond2;
6566 cond2 = temp;
6567 }
6568
6569 switch (cond1)
6570 {
6571 case EQ:
6572 if (cond_or == DOM_CC_X_AND_Y)
6573 return CC_DEQmode;
6574
6575 switch (cond2)
6576 {
6577 case EQ: return CC_DEQmode;
6578 case LE: return CC_DLEmode;
6579 case LEU: return CC_DLEUmode;
6580 case GE: return CC_DGEmode;
6581 case GEU: return CC_DGEUmode;
6582 default: gcc_unreachable ();
6583 }
6584
6585 case LT:
6586 if (cond_or == DOM_CC_X_AND_Y)
6587 return CC_DLTmode;
6588
6589 switch (cond2)
6590 {
6591 case LT:
6592 return CC_DLTmode;
6593 case LE:
6594 return CC_DLEmode;
6595 case NE:
6596 return CC_DNEmode;
6597 default:
6598 gcc_unreachable ();
6599 }
6600
6601 case GT:
6602 if (cond_or == DOM_CC_X_AND_Y)
6603 return CC_DGTmode;
6604
6605 switch (cond2)
6606 {
6607 case GT:
6608 return CC_DGTmode;
6609 case GE:
6610 return CC_DGEmode;
6611 case NE:
6612 return CC_DNEmode;
6613 default:
6614 gcc_unreachable ();
6615 }
6616
6617 case LTU:
6618 if (cond_or == DOM_CC_X_AND_Y)
6619 return CC_DLTUmode;
6620
6621 switch (cond2)
6622 {
6623 case LTU:
6624 return CC_DLTUmode;
6625 case LEU:
6626 return CC_DLEUmode;
6627 case NE:
6628 return CC_DNEmode;
6629 default:
6630 gcc_unreachable ();
6631 }
6632
6633 case GTU:
6634 if (cond_or == DOM_CC_X_AND_Y)
6635 return CC_DGTUmode;
6636
6637 switch (cond2)
6638 {
6639 case GTU:
6640 return CC_DGTUmode;
6641 case GEU:
6642 return CC_DGEUmode;
6643 case NE:
6644 return CC_DNEmode;
6645 default:
6646 gcc_unreachable ();
6647 }
6648
6649 /* The remaining cases only occur when both comparisons are the
6650 same. */
6651 case NE:
6652 gcc_assert (cond1 == cond2);
6653 return CC_DNEmode;
6654
6655 case LE:
6656 gcc_assert (cond1 == cond2);
6657 return CC_DLEmode;
6658
6659 case GE:
6660 gcc_assert (cond1 == cond2);
6661 return CC_DGEmode;
6662
6663 case LEU:
6664 gcc_assert (cond1 == cond2);
6665 return CC_DLEUmode;
6666
6667 case GEU:
6668 gcc_assert (cond1 == cond2);
6669 return CC_DGEUmode;
6670
6671 default:
6672 gcc_unreachable ();
6673 }
6674 }
6675
6676 enum machine_mode
arm_select_cc_mode(enum rtx_code op,rtx x,rtx y)6677 arm_select_cc_mode (enum rtx_code op, rtx x, rtx y)
6678 {
6679 /* All floating point compares return CCFP if it is an equality
6680 comparison, and CCFPE otherwise. */
6681 if (GET_MODE_CLASS (GET_MODE (x)) == MODE_FLOAT)
6682 {
6683 switch (op)
6684 {
6685 case EQ:
6686 case NE:
6687 case UNORDERED:
6688 case ORDERED:
6689 case UNLT:
6690 case UNLE:
6691 case UNGT:
6692 case UNGE:
6693 case UNEQ:
6694 case LTGT:
6695 return CCFPmode;
6696
6697 case LT:
6698 case LE:
6699 case GT:
6700 case GE:
6701 if (TARGET_HARD_FLOAT && TARGET_MAVERICK)
6702 return CCFPmode;
6703 return CCFPEmode;
6704
6705 default:
6706 gcc_unreachable ();
6707 }
6708 }
6709
6710 /* A compare with a shifted operand. Because of canonicalization, the
6711 comparison will have to be swapped when we emit the assembler. */
6712 if (GET_MODE (y) == SImode && GET_CODE (y) == REG
6713 && (GET_CODE (x) == ASHIFT || GET_CODE (x) == ASHIFTRT
6714 || GET_CODE (x) == LSHIFTRT || GET_CODE (x) == ROTATE
6715 || GET_CODE (x) == ROTATERT))
6716 return CC_SWPmode;
6717
6718 /* This operation is performed swapped, but since we only rely on the Z
6719 flag we don't need an additional mode. */
6720 if (GET_MODE (y) == SImode && REG_P (y)
6721 && GET_CODE (x) == NEG
6722 && (op == EQ || op == NE))
6723 return CC_Zmode;
6724
6725 /* This is a special case that is used by combine to allow a
6726 comparison of a shifted byte load to be split into a zero-extend
6727 followed by a comparison of the shifted integer (only valid for
6728 equalities and unsigned inequalities). */
6729 if (GET_MODE (x) == SImode
6730 && GET_CODE (x) == ASHIFT
6731 && GET_CODE (XEXP (x, 1)) == CONST_INT && INTVAL (XEXP (x, 1)) == 24
6732 && GET_CODE (XEXP (x, 0)) == SUBREG
6733 && GET_CODE (SUBREG_REG (XEXP (x, 0))) == MEM
6734 && GET_MODE (SUBREG_REG (XEXP (x, 0))) == QImode
6735 && (op == EQ || op == NE
6736 || op == GEU || op == GTU || op == LTU || op == LEU)
6737 && GET_CODE (y) == CONST_INT)
6738 return CC_Zmode;
6739
6740 /* A construct for a conditional compare, if the false arm contains
6741 0, then both conditions must be true, otherwise either condition
6742 must be true. Not all conditions are possible, so CCmode is
6743 returned if it can't be done. */
6744 if (GET_CODE (x) == IF_THEN_ELSE
6745 && (XEXP (x, 2) == const0_rtx
6746 || XEXP (x, 2) == const1_rtx)
6747 && COMPARISON_P (XEXP (x, 0))
6748 && COMPARISON_P (XEXP (x, 1)))
6749 return arm_select_dominance_cc_mode (XEXP (x, 0), XEXP (x, 1),
6750 INTVAL (XEXP (x, 2)));
6751
6752 /* Alternate canonicalizations of the above. These are somewhat cleaner. */
6753 if (GET_CODE (x) == AND
6754 && COMPARISON_P (XEXP (x, 0))
6755 && COMPARISON_P (XEXP (x, 1)))
6756 return arm_select_dominance_cc_mode (XEXP (x, 0), XEXP (x, 1),
6757 DOM_CC_X_AND_Y);
6758
6759 if (GET_CODE (x) == IOR
6760 && COMPARISON_P (XEXP (x, 0))
6761 && COMPARISON_P (XEXP (x, 1)))
6762 return arm_select_dominance_cc_mode (XEXP (x, 0), XEXP (x, 1),
6763 DOM_CC_X_OR_Y);
6764
6765 /* An operation (on Thumb) where we want to test for a single bit.
6766 This is done by shifting that bit up into the top bit of a
6767 scratch register; we can then branch on the sign bit. */
6768 if (TARGET_THUMB
6769 && GET_MODE (x) == SImode
6770 && (op == EQ || op == NE)
6771 && GET_CODE (x) == ZERO_EXTRACT
6772 && XEXP (x, 1) == const1_rtx)
6773 return CC_Nmode;
6774
6775 /* An operation that sets the condition codes as a side-effect, the
6776 V flag is not set correctly, so we can only use comparisons where
6777 this doesn't matter. (For LT and GE we can use "mi" and "pl"
6778 instead.) */
6779 if (GET_MODE (x) == SImode
6780 && y == const0_rtx
6781 && (op == EQ || op == NE || op == LT || op == GE)
6782 && (GET_CODE (x) == PLUS || GET_CODE (x) == MINUS
6783 || GET_CODE (x) == AND || GET_CODE (x) == IOR
6784 || GET_CODE (x) == XOR || GET_CODE (x) == MULT
6785 || GET_CODE (x) == NOT || GET_CODE (x) == NEG
6786 || GET_CODE (x) == LSHIFTRT
6787 || GET_CODE (x) == ASHIFT || GET_CODE (x) == ASHIFTRT
6788 || GET_CODE (x) == ROTATERT
6789 || (TARGET_ARM && GET_CODE (x) == ZERO_EXTRACT)))
6790 return CC_NOOVmode;
6791
6792 if (GET_MODE (x) == QImode && (op == EQ || op == NE))
6793 return CC_Zmode;
6794
6795 if (GET_MODE (x) == SImode && (op == LTU || op == GEU)
6796 && GET_CODE (x) == PLUS
6797 && (rtx_equal_p (XEXP (x, 0), y) || rtx_equal_p (XEXP (x, 1), y)))
6798 return CC_Cmode;
6799
6800 return CCmode;
6801 }
6802
6803 /* X and Y are two things to compare using CODE. Emit the compare insn and
6804 return the rtx for register 0 in the proper mode. FP means this is a
6805 floating point compare: I don't think that it is needed on the arm. */
6806 rtx
arm_gen_compare_reg(enum rtx_code code,rtx x,rtx y)6807 arm_gen_compare_reg (enum rtx_code code, rtx x, rtx y)
6808 {
6809 enum machine_mode mode = SELECT_CC_MODE (code, x, y);
6810 rtx cc_reg = gen_rtx_REG (mode, CC_REGNUM);
6811
6812 emit_set_insn (cc_reg, gen_rtx_COMPARE (mode, x, y));
6813
6814 return cc_reg;
6815 }
6816
6817 /* Generate a sequence of insns that will generate the correct return
6818 address mask depending on the physical architecture that the program
6819 is running on. */
6820 rtx
arm_gen_return_addr_mask(void)6821 arm_gen_return_addr_mask (void)
6822 {
6823 rtx reg = gen_reg_rtx (Pmode);
6824
6825 emit_insn (gen_return_addr_mask (reg));
6826 return reg;
6827 }
6828
6829 void
arm_reload_in_hi(rtx * operands)6830 arm_reload_in_hi (rtx *operands)
6831 {
6832 rtx ref = operands[1];
6833 rtx base, scratch;
6834 HOST_WIDE_INT offset = 0;
6835
6836 if (GET_CODE (ref) == SUBREG)
6837 {
6838 offset = SUBREG_BYTE (ref);
6839 ref = SUBREG_REG (ref);
6840 }
6841
6842 if (GET_CODE (ref) == REG)
6843 {
6844 /* We have a pseudo which has been spilt onto the stack; there
6845 are two cases here: the first where there is a simple
6846 stack-slot replacement and a second where the stack-slot is
6847 out of range, or is used as a subreg. */
6848 if (reg_equiv_mem[REGNO (ref)])
6849 {
6850 ref = reg_equiv_mem[REGNO (ref)];
6851 base = find_replacement (&XEXP (ref, 0));
6852 }
6853 else
6854 /* The slot is out of range, or was dressed up in a SUBREG. */
6855 base = reg_equiv_address[REGNO (ref)];
6856 }
6857 else
6858 base = find_replacement (&XEXP (ref, 0));
6859
6860 /* Handle the case where the address is too complex to be offset by 1. */
6861 if (GET_CODE (base) == MINUS
6862 || (GET_CODE (base) == PLUS && GET_CODE (XEXP (base, 1)) != CONST_INT))
6863 {
6864 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6865
6866 emit_set_insn (base_plus, base);
6867 base = base_plus;
6868 }
6869 else if (GET_CODE (base) == PLUS)
6870 {
6871 /* The addend must be CONST_INT, or we would have dealt with it above. */
6872 HOST_WIDE_INT hi, lo;
6873
6874 offset += INTVAL (XEXP (base, 1));
6875 base = XEXP (base, 0);
6876
6877 /* Rework the address into a legal sequence of insns. */
6878 /* Valid range for lo is -4095 -> 4095 */
6879 lo = (offset >= 0
6880 ? (offset & 0xfff)
6881 : -((-offset) & 0xfff));
6882
6883 /* Corner case, if lo is the max offset then we would be out of range
6884 once we have added the additional 1 below, so bump the msb into the
6885 pre-loading insn(s). */
6886 if (lo == 4095)
6887 lo &= 0x7ff;
6888
6889 hi = ((((offset - lo) & (HOST_WIDE_INT) 0xffffffff)
6890 ^ (HOST_WIDE_INT) 0x80000000)
6891 - (HOST_WIDE_INT) 0x80000000);
6892
6893 gcc_assert (hi + lo == offset);
6894
6895 if (hi != 0)
6896 {
6897 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6898
6899 /* Get the base address; addsi3 knows how to handle constants
6900 that require more than one insn. */
6901 emit_insn (gen_addsi3 (base_plus, base, GEN_INT (hi)));
6902 base = base_plus;
6903 offset = lo;
6904 }
6905 }
6906
6907 /* Operands[2] may overlap operands[0] (though it won't overlap
6908 operands[1]), that's why we asked for a DImode reg -- so we can
6909 use the bit that does not overlap. */
6910 if (REGNO (operands[2]) == REGNO (operands[0]))
6911 scratch = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6912 else
6913 scratch = gen_rtx_REG (SImode, REGNO (operands[2]));
6914
6915 emit_insn (gen_zero_extendqisi2 (scratch,
6916 gen_rtx_MEM (QImode,
6917 plus_constant (base,
6918 offset))));
6919 emit_insn (gen_zero_extendqisi2 (gen_rtx_SUBREG (SImode, operands[0], 0),
6920 gen_rtx_MEM (QImode,
6921 plus_constant (base,
6922 offset + 1))));
6923 if (!BYTES_BIG_ENDIAN)
6924 emit_set_insn (gen_rtx_SUBREG (SImode, operands[0], 0),
6925 gen_rtx_IOR (SImode,
6926 gen_rtx_ASHIFT
6927 (SImode,
6928 gen_rtx_SUBREG (SImode, operands[0], 0),
6929 GEN_INT (8)),
6930 scratch));
6931 else
6932 emit_set_insn (gen_rtx_SUBREG (SImode, operands[0], 0),
6933 gen_rtx_IOR (SImode,
6934 gen_rtx_ASHIFT (SImode, scratch,
6935 GEN_INT (8)),
6936 gen_rtx_SUBREG (SImode, operands[0], 0)));
6937 }
6938
6939 /* Handle storing a half-word to memory during reload by synthesizing as two
6940 byte stores. Take care not to clobber the input values until after we
6941 have moved them somewhere safe. This code assumes that if the DImode
6942 scratch in operands[2] overlaps either the input value or output address
6943 in some way, then that value must die in this insn (we absolutely need
6944 two scratch registers for some corner cases). */
6945 void
arm_reload_out_hi(rtx * operands)6946 arm_reload_out_hi (rtx *operands)
6947 {
6948 rtx ref = operands[0];
6949 rtx outval = operands[1];
6950 rtx base, scratch;
6951 HOST_WIDE_INT offset = 0;
6952
6953 if (GET_CODE (ref) == SUBREG)
6954 {
6955 offset = SUBREG_BYTE (ref);
6956 ref = SUBREG_REG (ref);
6957 }
6958
6959 if (GET_CODE (ref) == REG)
6960 {
6961 /* We have a pseudo which has been spilt onto the stack; there
6962 are two cases here: the first where there is a simple
6963 stack-slot replacement and a second where the stack-slot is
6964 out of range, or is used as a subreg. */
6965 if (reg_equiv_mem[REGNO (ref)])
6966 {
6967 ref = reg_equiv_mem[REGNO (ref)];
6968 base = find_replacement (&XEXP (ref, 0));
6969 }
6970 else
6971 /* The slot is out of range, or was dressed up in a SUBREG. */
6972 base = reg_equiv_address[REGNO (ref)];
6973 }
6974 else
6975 base = find_replacement (&XEXP (ref, 0));
6976
6977 scratch = gen_rtx_REG (SImode, REGNO (operands[2]));
6978
6979 /* Handle the case where the address is too complex to be offset by 1. */
6980 if (GET_CODE (base) == MINUS
6981 || (GET_CODE (base) == PLUS && GET_CODE (XEXP (base, 1)) != CONST_INT))
6982 {
6983 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
6984
6985 /* Be careful not to destroy OUTVAL. */
6986 if (reg_overlap_mentioned_p (base_plus, outval))
6987 {
6988 /* Updating base_plus might destroy outval, see if we can
6989 swap the scratch and base_plus. */
6990 if (!reg_overlap_mentioned_p (scratch, outval))
6991 {
6992 rtx tmp = scratch;
6993 scratch = base_plus;
6994 base_plus = tmp;
6995 }
6996 else
6997 {
6998 rtx scratch_hi = gen_rtx_REG (HImode, REGNO (operands[2]));
6999
7000 /* Be conservative and copy OUTVAL into the scratch now,
7001 this should only be necessary if outval is a subreg
7002 of something larger than a word. */
7003 /* XXX Might this clobber base? I can't see how it can,
7004 since scratch is known to overlap with OUTVAL, and
7005 must be wider than a word. */
7006 emit_insn (gen_movhi (scratch_hi, outval));
7007 outval = scratch_hi;
7008 }
7009 }
7010
7011 emit_set_insn (base_plus, base);
7012 base = base_plus;
7013 }
7014 else if (GET_CODE (base) == PLUS)
7015 {
7016 /* The addend must be CONST_INT, or we would have dealt with it above. */
7017 HOST_WIDE_INT hi, lo;
7018
7019 offset += INTVAL (XEXP (base, 1));
7020 base = XEXP (base, 0);
7021
7022 /* Rework the address into a legal sequence of insns. */
7023 /* Valid range for lo is -4095 -> 4095 */
7024 lo = (offset >= 0
7025 ? (offset & 0xfff)
7026 : -((-offset) & 0xfff));
7027
7028 /* Corner case, if lo is the max offset then we would be out of range
7029 once we have added the additional 1 below, so bump the msb into the
7030 pre-loading insn(s). */
7031 if (lo == 4095)
7032 lo &= 0x7ff;
7033
7034 hi = ((((offset - lo) & (HOST_WIDE_INT) 0xffffffff)
7035 ^ (HOST_WIDE_INT) 0x80000000)
7036 - (HOST_WIDE_INT) 0x80000000);
7037
7038 gcc_assert (hi + lo == offset);
7039
7040 if (hi != 0)
7041 {
7042 rtx base_plus = gen_rtx_REG (SImode, REGNO (operands[2]) + 1);
7043
7044 /* Be careful not to destroy OUTVAL. */
7045 if (reg_overlap_mentioned_p (base_plus, outval))
7046 {
7047 /* Updating base_plus might destroy outval, see if we
7048 can swap the scratch and base_plus. */
7049 if (!reg_overlap_mentioned_p (scratch, outval))
7050 {
7051 rtx tmp = scratch;
7052 scratch = base_plus;
7053 base_plus = tmp;
7054 }
7055 else
7056 {
7057 rtx scratch_hi = gen_rtx_REG (HImode, REGNO (operands[2]));
7058
7059 /* Be conservative and copy outval into scratch now,
7060 this should only be necessary if outval is a
7061 subreg of something larger than a word. */
7062 /* XXX Might this clobber base? I can't see how it
7063 can, since scratch is known to overlap with
7064 outval. */
7065 emit_insn (gen_movhi (scratch_hi, outval));
7066 outval = scratch_hi;
7067 }
7068 }
7069
7070 /* Get the base address; addsi3 knows how to handle constants
7071 that require more than one insn. */
7072 emit_insn (gen_addsi3 (base_plus, base, GEN_INT (hi)));
7073 base = base_plus;
7074 offset = lo;
7075 }
7076 }
7077
7078 if (BYTES_BIG_ENDIAN)
7079 {
7080 emit_insn (gen_movqi (gen_rtx_MEM (QImode,
7081 plus_constant (base, offset + 1)),
7082 gen_lowpart (QImode, outval)));
7083 emit_insn (gen_lshrsi3 (scratch,
7084 gen_rtx_SUBREG (SImode, outval, 0),
7085 GEN_INT (8)));
7086 emit_insn (gen_movqi (gen_rtx_MEM (QImode, plus_constant (base, offset)),
7087 gen_lowpart (QImode, scratch)));
7088 }
7089 else
7090 {
7091 emit_insn (gen_movqi (gen_rtx_MEM (QImode, plus_constant (base, offset)),
7092 gen_lowpart (QImode, outval)));
7093 emit_insn (gen_lshrsi3 (scratch,
7094 gen_rtx_SUBREG (SImode, outval, 0),
7095 GEN_INT (8)));
7096 emit_insn (gen_movqi (gen_rtx_MEM (QImode,
7097 plus_constant (base, offset + 1)),
7098 gen_lowpart (QImode, scratch)));
7099 }
7100 }
7101
7102 /* Return true if a type must be passed in memory. For AAPCS, small aggregates
7103 (padded to the size of a word) should be passed in a register. */
7104
7105 static bool
arm_must_pass_in_stack(enum machine_mode mode,tree type)7106 arm_must_pass_in_stack (enum machine_mode mode, tree type)
7107 {
7108 if (TARGET_AAPCS_BASED)
7109 return must_pass_in_stack_var_size (mode, type);
7110 else
7111 return must_pass_in_stack_var_size_or_pad (mode, type);
7112 }
7113
7114
7115 /* For use by FUNCTION_ARG_PADDING (MODE, TYPE).
7116 Return true if an argument passed on the stack should be padded upwards,
7117 i.e. if the least-significant byte has useful data.
7118 For legacy APCS ABIs we use the default. For AAPCS based ABIs small
7119 aggregate types are placed in the lowest memory address. */
7120
7121 bool
arm_pad_arg_upward(enum machine_mode mode,tree type)7122 arm_pad_arg_upward (enum machine_mode mode, tree type)
7123 {
7124 if (!TARGET_AAPCS_BASED)
7125 return DEFAULT_FUNCTION_ARG_PADDING(mode, type) == upward;
7126
7127 if (type && BYTES_BIG_ENDIAN && INTEGRAL_TYPE_P (type))
7128 return false;
7129
7130 return true;
7131 }
7132
7133
7134 /* Similarly, for use by BLOCK_REG_PADDING (MODE, TYPE, FIRST).
7135 For non-AAPCS, return !BYTES_BIG_ENDIAN if the least significant
7136 byte of the register has useful data, and return the opposite if the
7137 most significant byte does.
7138 For AAPCS, small aggregates and small complex types are always padded
7139 upwards. */
7140
7141 bool
arm_pad_reg_upward(enum machine_mode mode ATTRIBUTE_UNUSED,tree type,int first ATTRIBUTE_UNUSED)7142 arm_pad_reg_upward (enum machine_mode mode ATTRIBUTE_UNUSED,
7143 tree type, int first ATTRIBUTE_UNUSED)
7144 {
7145 if (TARGET_AAPCS_BASED
7146 && BYTES_BIG_ENDIAN
7147 && (AGGREGATE_TYPE_P (type) || TREE_CODE (type) == COMPLEX_TYPE)
7148 && int_size_in_bytes (type) <= 4)
7149 return true;
7150
7151 /* Otherwise, use default padding. */
7152 return !BYTES_BIG_ENDIAN;
7153 }
7154
7155
7156 /* Print a symbolic form of X to the debug file, F. */
7157 static void
arm_print_value(FILE * f,rtx x)7158 arm_print_value (FILE *f, rtx x)
7159 {
7160 switch (GET_CODE (x))
7161 {
7162 case CONST_INT:
7163 fprintf (f, HOST_WIDE_INT_PRINT_HEX, INTVAL (x));
7164 return;
7165
7166 case CONST_DOUBLE:
7167 fprintf (f, "<0x%lx,0x%lx>", (long)XWINT (x, 2), (long)XWINT (x, 3));
7168 return;
7169
7170 case CONST_VECTOR:
7171 {
7172 int i;
7173
7174 fprintf (f, "<");
7175 for (i = 0; i < CONST_VECTOR_NUNITS (x); i++)
7176 {
7177 fprintf (f, HOST_WIDE_INT_PRINT_HEX, INTVAL (CONST_VECTOR_ELT (x, i)));
7178 if (i < (CONST_VECTOR_NUNITS (x) - 1))
7179 fputc (',', f);
7180 }
7181 fprintf (f, ">");
7182 }
7183 return;
7184
7185 case CONST_STRING:
7186 fprintf (f, "\"%s\"", XSTR (x, 0));
7187 return;
7188
7189 case SYMBOL_REF:
7190 fprintf (f, "`%s'", XSTR (x, 0));
7191 return;
7192
7193 case LABEL_REF:
7194 fprintf (f, "L%d", INSN_UID (XEXP (x, 0)));
7195 return;
7196
7197 case CONST:
7198 arm_print_value (f, XEXP (x, 0));
7199 return;
7200
7201 case PLUS:
7202 arm_print_value (f, XEXP (x, 0));
7203 fprintf (f, "+");
7204 arm_print_value (f, XEXP (x, 1));
7205 return;
7206
7207 case PC:
7208 fprintf (f, "pc");
7209 return;
7210
7211 default:
7212 fprintf (f, "????");
7213 return;
7214 }
7215 }
7216
7217 /* Routines for manipulation of the constant pool. */
7218
7219 /* Arm instructions cannot load a large constant directly into a
7220 register; they have to come from a pc relative load. The constant
7221 must therefore be placed in the addressable range of the pc
7222 relative load. Depending on the precise pc relative load
7223 instruction the range is somewhere between 256 bytes and 4k. This
7224 means that we often have to dump a constant inside a function, and
7225 generate code to branch around it.
7226
7227 It is important to minimize this, since the branches will slow
7228 things down and make the code larger.
7229
7230 Normally we can hide the table after an existing unconditional
7231 branch so that there is no interruption of the flow, but in the
7232 worst case the code looks like this:
7233
7234 ldr rn, L1
7235 ...
7236 b L2
7237 align
7238 L1: .long value
7239 L2:
7240 ...
7241
7242 ldr rn, L3
7243 ...
7244 b L4
7245 align
7246 L3: .long value
7247 L4:
7248 ...
7249
7250 We fix this by performing a scan after scheduling, which notices
7251 which instructions need to have their operands fetched from the
7252 constant table and builds the table.
7253
7254 The algorithm starts by building a table of all the constants that
7255 need fixing up and all the natural barriers in the function (places
7256 where a constant table can be dropped without breaking the flow).
7257 For each fixup we note how far the pc-relative replacement will be
7258 able to reach and the offset of the instruction into the function.
7259
7260 Having built the table we then group the fixes together to form
7261 tables that are as large as possible (subject to addressing
7262 constraints) and emit each table of constants after the last
7263 barrier that is within range of all the instructions in the group.
7264 If a group does not contain a barrier, then we forcibly create one
7265 by inserting a jump instruction into the flow. Once the table has
7266 been inserted, the insns are then modified to reference the
7267 relevant entry in the pool.
7268
7269 Possible enhancements to the algorithm (not implemented) are:
7270
7271 1) For some processors and object formats, there may be benefit in
7272 aligning the pools to the start of cache lines; this alignment
7273 would need to be taken into account when calculating addressability
7274 of a pool. */
7275
7276 /* These typedefs are located at the start of this file, so that
7277 they can be used in the prototypes there. This comment is to
7278 remind readers of that fact so that the following structures
7279 can be understood more easily.
7280
7281 typedef struct minipool_node Mnode;
7282 typedef struct minipool_fixup Mfix; */
7283
7284 struct minipool_node
7285 {
7286 /* Doubly linked chain of entries. */
7287 Mnode * next;
7288 Mnode * prev;
7289 /* The maximum offset into the code that this entry can be placed. While
7290 pushing fixes for forward references, all entries are sorted in order
7291 of increasing max_address. */
7292 HOST_WIDE_INT max_address;
7293 /* Similarly for an entry inserted for a backwards ref. */
7294 HOST_WIDE_INT min_address;
7295 /* The number of fixes referencing this entry. This can become zero
7296 if we "unpush" an entry. In this case we ignore the entry when we
7297 come to emit the code. */
7298 int refcount;
7299 /* The offset from the start of the minipool. */
7300 HOST_WIDE_INT offset;
7301 /* The value in table. */
7302 rtx value;
7303 /* The mode of value. */
7304 enum machine_mode mode;
7305 /* The size of the value. With iWMMXt enabled
7306 sizes > 4 also imply an alignment of 8-bytes. */
7307 int fix_size;
7308 };
7309
7310 struct minipool_fixup
7311 {
7312 Mfix * next;
7313 rtx insn;
7314 HOST_WIDE_INT address;
7315 rtx * loc;
7316 enum machine_mode mode;
7317 int fix_size;
7318 rtx value;
7319 Mnode * minipool;
7320 HOST_WIDE_INT forwards;
7321 HOST_WIDE_INT backwards;
7322 };
7323
7324 /* Fixes less than a word need padding out to a word boundary. */
7325 #define MINIPOOL_FIX_SIZE(mode) \
7326 (GET_MODE_SIZE ((mode)) >= 4 ? GET_MODE_SIZE ((mode)) : 4)
7327
7328 static Mnode * minipool_vector_head;
7329 static Mnode * minipool_vector_tail;
7330 static rtx minipool_vector_label;
7331 static int minipool_pad;
7332
7333 /* The linked list of all minipool fixes required for this function. */
7334 Mfix * minipool_fix_head;
7335 Mfix * minipool_fix_tail;
7336 /* The fix entry for the current minipool, once it has been placed. */
7337 Mfix * minipool_barrier;
7338
7339 /* Determines if INSN is the start of a jump table. Returns the end
7340 of the TABLE or NULL_RTX. */
7341 static rtx
is_jump_table(rtx insn)7342 is_jump_table (rtx insn)
7343 {
7344 rtx table;
7345
7346 if (GET_CODE (insn) == JUMP_INSN
7347 && JUMP_LABEL (insn) != NULL
7348 && ((table = next_real_insn (JUMP_LABEL (insn)))
7349 == next_real_insn (insn))
7350 && table != NULL
7351 && GET_CODE (table) == JUMP_INSN
7352 && (GET_CODE (PATTERN (table)) == ADDR_VEC
7353 || GET_CODE (PATTERN (table)) == ADDR_DIFF_VEC))
7354 return table;
7355
7356 return NULL_RTX;
7357 }
7358
7359 #ifndef JUMP_TABLES_IN_TEXT_SECTION
7360 #define JUMP_TABLES_IN_TEXT_SECTION 0
7361 #endif
7362
7363 static HOST_WIDE_INT
get_jump_table_size(rtx insn)7364 get_jump_table_size (rtx insn)
7365 {
7366 /* ADDR_VECs only take room if read-only data does into the text
7367 section. */
7368 if (JUMP_TABLES_IN_TEXT_SECTION || readonly_data_section == text_section)
7369 {
7370 rtx body = PATTERN (insn);
7371 int elt = GET_CODE (body) == ADDR_DIFF_VEC ? 1 : 0;
7372
7373 return GET_MODE_SIZE (GET_MODE (body)) * XVECLEN (body, elt);
7374 }
7375
7376 return 0;
7377 }
7378
7379 /* Move a minipool fix MP from its current location to before MAX_MP.
7380 If MAX_MP is NULL, then MP doesn't need moving, but the addressing
7381 constraints may need updating. */
7382 static Mnode *
move_minipool_fix_forward_ref(Mnode * mp,Mnode * max_mp,HOST_WIDE_INT max_address)7383 move_minipool_fix_forward_ref (Mnode *mp, Mnode *max_mp,
7384 HOST_WIDE_INT max_address)
7385 {
7386 /* The code below assumes these are different. */
7387 gcc_assert (mp != max_mp);
7388
7389 if (max_mp == NULL)
7390 {
7391 if (max_address < mp->max_address)
7392 mp->max_address = max_address;
7393 }
7394 else
7395 {
7396 if (max_address > max_mp->max_address - mp->fix_size)
7397 mp->max_address = max_mp->max_address - mp->fix_size;
7398 else
7399 mp->max_address = max_address;
7400
7401 /* Unlink MP from its current position. Since max_mp is non-null,
7402 mp->prev must be non-null. */
7403 mp->prev->next = mp->next;
7404 if (mp->next != NULL)
7405 mp->next->prev = mp->prev;
7406 else
7407 minipool_vector_tail = mp->prev;
7408
7409 /* Re-insert it before MAX_MP. */
7410 mp->next = max_mp;
7411 mp->prev = max_mp->prev;
7412 max_mp->prev = mp;
7413
7414 if (mp->prev != NULL)
7415 mp->prev->next = mp;
7416 else
7417 minipool_vector_head = mp;
7418 }
7419
7420 /* Save the new entry. */
7421 max_mp = mp;
7422
7423 /* Scan over the preceding entries and adjust their addresses as
7424 required. */
7425 while (mp->prev != NULL
7426 && mp->prev->max_address > mp->max_address - mp->prev->fix_size)
7427 {
7428 mp->prev->max_address = mp->max_address - mp->prev->fix_size;
7429 mp = mp->prev;
7430 }
7431
7432 return max_mp;
7433 }
7434
7435 /* Add a constant to the minipool for a forward reference. Returns the
7436 node added or NULL if the constant will not fit in this pool. */
7437 static Mnode *
add_minipool_forward_ref(Mfix * fix)7438 add_minipool_forward_ref (Mfix *fix)
7439 {
7440 /* If set, max_mp is the first pool_entry that has a lower
7441 constraint than the one we are trying to add. */
7442 Mnode * max_mp = NULL;
7443 HOST_WIDE_INT max_address = fix->address + fix->forwards - minipool_pad;
7444 Mnode * mp;
7445
7446 /* If the minipool starts before the end of FIX->INSN then this FIX
7447 can not be placed into the current pool. Furthermore, adding the
7448 new constant pool entry may cause the pool to start FIX_SIZE bytes
7449 earlier. */
7450 if (minipool_vector_head &&
7451 (fix->address + get_attr_length (fix->insn)
7452 >= minipool_vector_head->max_address - fix->fix_size))
7453 return NULL;
7454
7455 /* Scan the pool to see if a constant with the same value has
7456 already been added. While we are doing this, also note the
7457 location where we must insert the constant if it doesn't already
7458 exist. */
7459 for (mp = minipool_vector_head; mp != NULL; mp = mp->next)
7460 {
7461 if (GET_CODE (fix->value) == GET_CODE (mp->value)
7462 && fix->mode == mp->mode
7463 && (GET_CODE (fix->value) != CODE_LABEL
7464 || (CODE_LABEL_NUMBER (fix->value)
7465 == CODE_LABEL_NUMBER (mp->value)))
7466 && rtx_equal_p (fix->value, mp->value))
7467 {
7468 /* More than one fix references this entry. */
7469 mp->refcount++;
7470 return move_minipool_fix_forward_ref (mp, max_mp, max_address);
7471 }
7472
7473 /* Note the insertion point if necessary. */
7474 if (max_mp == NULL
7475 && mp->max_address > max_address)
7476 max_mp = mp;
7477
7478 /* If we are inserting an 8-bytes aligned quantity and
7479 we have not already found an insertion point, then
7480 make sure that all such 8-byte aligned quantities are
7481 placed at the start of the pool. */
7482 if (ARM_DOUBLEWORD_ALIGN
7483 && max_mp == NULL
7484 && fix->fix_size == 8
7485 && mp->fix_size != 8)
7486 {
7487 max_mp = mp;
7488 max_address = mp->max_address;
7489 }
7490 }
7491
7492 /* The value is not currently in the minipool, so we need to create
7493 a new entry for it. If MAX_MP is NULL, the entry will be put on
7494 the end of the list since the placement is less constrained than
7495 any existing entry. Otherwise, we insert the new fix before
7496 MAX_MP and, if necessary, adjust the constraints on the other
7497 entries. */
7498 mp = XNEW (Mnode);
7499 mp->fix_size = fix->fix_size;
7500 mp->mode = fix->mode;
7501 mp->value = fix->value;
7502 mp->refcount = 1;
7503 /* Not yet required for a backwards ref. */
7504 mp->min_address = -65536;
7505
7506 if (max_mp == NULL)
7507 {
7508 mp->max_address = max_address;
7509 mp->next = NULL;
7510 mp->prev = minipool_vector_tail;
7511
7512 if (mp->prev == NULL)
7513 {
7514 minipool_vector_head = mp;
7515 minipool_vector_label = gen_label_rtx ();
7516 }
7517 else
7518 mp->prev->next = mp;
7519
7520 minipool_vector_tail = mp;
7521 }
7522 else
7523 {
7524 if (max_address > max_mp->max_address - mp->fix_size)
7525 mp->max_address = max_mp->max_address - mp->fix_size;
7526 else
7527 mp->max_address = max_address;
7528
7529 mp->next = max_mp;
7530 mp->prev = max_mp->prev;
7531 max_mp->prev = mp;
7532 if (mp->prev != NULL)
7533 mp->prev->next = mp;
7534 else
7535 minipool_vector_head = mp;
7536 }
7537
7538 /* Save the new entry. */
7539 max_mp = mp;
7540
7541 /* Scan over the preceding entries and adjust their addresses as
7542 required. */
7543 while (mp->prev != NULL
7544 && mp->prev->max_address > mp->max_address - mp->prev->fix_size)
7545 {
7546 mp->prev->max_address = mp->max_address - mp->prev->fix_size;
7547 mp = mp->prev;
7548 }
7549
7550 return max_mp;
7551 }
7552
7553 static Mnode *
move_minipool_fix_backward_ref(Mnode * mp,Mnode * min_mp,HOST_WIDE_INT min_address)7554 move_minipool_fix_backward_ref (Mnode *mp, Mnode *min_mp,
7555 HOST_WIDE_INT min_address)
7556 {
7557 HOST_WIDE_INT offset;
7558
7559 /* The code below assumes these are different. */
7560 gcc_assert (mp != min_mp);
7561
7562 if (min_mp == NULL)
7563 {
7564 if (min_address > mp->min_address)
7565 mp->min_address = min_address;
7566 }
7567 else
7568 {
7569 /* We will adjust this below if it is too loose. */
7570 mp->min_address = min_address;
7571
7572 /* Unlink MP from its current position. Since min_mp is non-null,
7573 mp->next must be non-null. */
7574 mp->next->prev = mp->prev;
7575 if (mp->prev != NULL)
7576 mp->prev->next = mp->next;
7577 else
7578 minipool_vector_head = mp->next;
7579
7580 /* Reinsert it after MIN_MP. */
7581 mp->prev = min_mp;
7582 mp->next = min_mp->next;
7583 min_mp->next = mp;
7584 if (mp->next != NULL)
7585 mp->next->prev = mp;
7586 else
7587 minipool_vector_tail = mp;
7588 }
7589
7590 min_mp = mp;
7591
7592 offset = 0;
7593 for (mp = minipool_vector_head; mp != NULL; mp = mp->next)
7594 {
7595 mp->offset = offset;
7596 if (mp->refcount > 0)
7597 offset += mp->fix_size;
7598
7599 if (mp->next && mp->next->min_address < mp->min_address + mp->fix_size)
7600 mp->next->min_address = mp->min_address + mp->fix_size;
7601 }
7602
7603 return min_mp;
7604 }
7605
7606 /* Add a constant to the minipool for a backward reference. Returns the
7607 node added or NULL if the constant will not fit in this pool.
7608
7609 Note that the code for insertion for a backwards reference can be
7610 somewhat confusing because the calculated offsets for each fix do
7611 not take into account the size of the pool (which is still under
7612 construction. */
7613 static Mnode *
add_minipool_backward_ref(Mfix * fix)7614 add_minipool_backward_ref (Mfix *fix)
7615 {
7616 /* If set, min_mp is the last pool_entry that has a lower constraint
7617 than the one we are trying to add. */
7618 Mnode *min_mp = NULL;
7619 /* This can be negative, since it is only a constraint. */
7620 HOST_WIDE_INT min_address = fix->address - fix->backwards;
7621 Mnode *mp;
7622
7623 /* If we can't reach the current pool from this insn, or if we can't
7624 insert this entry at the end of the pool without pushing other
7625 fixes out of range, then we don't try. This ensures that we
7626 can't fail later on. */
7627 if (min_address >= minipool_barrier->address
7628 || (minipool_vector_tail->min_address + fix->fix_size
7629 >= minipool_barrier->address))
7630 return NULL;
7631
7632 /* Scan the pool to see if a constant with the same value has
7633 already been added. While we are doing this, also note the
7634 location where we must insert the constant if it doesn't already
7635 exist. */
7636 for (mp = minipool_vector_tail; mp != NULL; mp = mp->prev)
7637 {
7638 if (GET_CODE (fix->value) == GET_CODE (mp->value)
7639 && fix->mode == mp->mode
7640 && (GET_CODE (fix->value) != CODE_LABEL
7641 || (CODE_LABEL_NUMBER (fix->value)
7642 == CODE_LABEL_NUMBER (mp->value)))
7643 && rtx_equal_p (fix->value, mp->value)
7644 /* Check that there is enough slack to move this entry to the
7645 end of the table (this is conservative). */
7646 && (mp->max_address
7647 > (minipool_barrier->address
7648 + minipool_vector_tail->offset
7649 + minipool_vector_tail->fix_size)))
7650 {
7651 mp->refcount++;
7652 return move_minipool_fix_backward_ref (mp, min_mp, min_address);
7653 }
7654
7655 if (min_mp != NULL)
7656 mp->min_address += fix->fix_size;
7657 else
7658 {
7659 /* Note the insertion point if necessary. */
7660 if (mp->min_address < min_address)
7661 {
7662 /* For now, we do not allow the insertion of 8-byte alignment
7663 requiring nodes anywhere but at the start of the pool. */
7664 if (ARM_DOUBLEWORD_ALIGN
7665 && fix->fix_size == 8 && mp->fix_size != 8)
7666 return NULL;
7667 else
7668 min_mp = mp;
7669 }
7670 else if (mp->max_address
7671 < minipool_barrier->address + mp->offset + fix->fix_size)
7672 {
7673 /* Inserting before this entry would push the fix beyond
7674 its maximum address (which can happen if we have
7675 re-located a forwards fix); force the new fix to come
7676 after it. */
7677 min_mp = mp;
7678 min_address = mp->min_address + fix->fix_size;
7679 }
7680 /* If we are inserting an 8-bytes aligned quantity and
7681 we have not already found an insertion point, then
7682 make sure that all such 8-byte aligned quantities are
7683 placed at the start of the pool. */
7684 else if (ARM_DOUBLEWORD_ALIGN
7685 && min_mp == NULL
7686 && fix->fix_size == 8
7687 && mp->fix_size < 8)
7688 {
7689 min_mp = mp;
7690 min_address = mp->min_address + fix->fix_size;
7691 }
7692 }
7693 }
7694
7695 /* We need to create a new entry. */
7696 mp = XNEW (Mnode);
7697 mp->fix_size = fix->fix_size;
7698 mp->mode = fix->mode;
7699 mp->value = fix->value;
7700 mp->refcount = 1;
7701 mp->max_address = minipool_barrier->address + 65536;
7702
7703 mp->min_address = min_address;
7704
7705 if (min_mp == NULL)
7706 {
7707 mp->prev = NULL;
7708 mp->next = minipool_vector_head;
7709
7710 if (mp->next == NULL)
7711 {
7712 minipool_vector_tail = mp;
7713 minipool_vector_label = gen_label_rtx ();
7714 }
7715 else
7716 mp->next->prev = mp;
7717
7718 minipool_vector_head = mp;
7719 }
7720 else
7721 {
7722 mp->next = min_mp->next;
7723 mp->prev = min_mp;
7724 min_mp->next = mp;
7725
7726 if (mp->next != NULL)
7727 mp->next->prev = mp;
7728 else
7729 minipool_vector_tail = mp;
7730 }
7731
7732 /* Save the new entry. */
7733 min_mp = mp;
7734
7735 if (mp->prev)
7736 mp = mp->prev;
7737 else
7738 mp->offset = 0;
7739
7740 /* Scan over the following entries and adjust their offsets. */
7741 while (mp->next != NULL)
7742 {
7743 if (mp->next->min_address < mp->min_address + mp->fix_size)
7744 mp->next->min_address = mp->min_address + mp->fix_size;
7745
7746 if (mp->refcount)
7747 mp->next->offset = mp->offset + mp->fix_size;
7748 else
7749 mp->next->offset = mp->offset;
7750
7751 mp = mp->next;
7752 }
7753
7754 return min_mp;
7755 }
7756
7757 static void
assign_minipool_offsets(Mfix * barrier)7758 assign_minipool_offsets (Mfix *barrier)
7759 {
7760 HOST_WIDE_INT offset = 0;
7761 Mnode *mp;
7762
7763 minipool_barrier = barrier;
7764
7765 for (mp = minipool_vector_head; mp != NULL; mp = mp->next)
7766 {
7767 mp->offset = offset;
7768
7769 if (mp->refcount > 0)
7770 offset += mp->fix_size;
7771 }
7772 }
7773
7774 /* Output the literal table */
7775 static void
dump_minipool(rtx scan)7776 dump_minipool (rtx scan)
7777 {
7778 Mnode * mp;
7779 Mnode * nmp;
7780 int align64 = 0;
7781
7782 if (ARM_DOUBLEWORD_ALIGN)
7783 for (mp = minipool_vector_head; mp != NULL; mp = mp->next)
7784 if (mp->refcount > 0 && mp->fix_size == 8)
7785 {
7786 align64 = 1;
7787 break;
7788 }
7789
7790 if (dump_file)
7791 fprintf (dump_file,
7792 ";; Emitting minipool after insn %u; address %ld; align %d (bytes)\n",
7793 INSN_UID (scan), (unsigned long) minipool_barrier->address, align64 ? 8 : 4);
7794
7795 scan = emit_label_after (gen_label_rtx (), scan);
7796 scan = emit_insn_after (align64 ? gen_align_8 () : gen_align_4 (), scan);
7797 scan = emit_label_after (minipool_vector_label, scan);
7798
7799 for (mp = minipool_vector_head; mp != NULL; mp = nmp)
7800 {
7801 if (mp->refcount > 0)
7802 {
7803 if (dump_file)
7804 {
7805 fprintf (dump_file,
7806 ";; Offset %u, min %ld, max %ld ",
7807 (unsigned) mp->offset, (unsigned long) mp->min_address,
7808 (unsigned long) mp->max_address);
7809 arm_print_value (dump_file, mp->value);
7810 fputc ('\n', dump_file);
7811 }
7812
7813 switch (mp->fix_size)
7814 {
7815 #ifdef HAVE_consttable_1
7816 case 1:
7817 scan = emit_insn_after (gen_consttable_1 (mp->value), scan);
7818 break;
7819
7820 #endif
7821 #ifdef HAVE_consttable_2
7822 case 2:
7823 scan = emit_insn_after (gen_consttable_2 (mp->value), scan);
7824 break;
7825
7826 #endif
7827 #ifdef HAVE_consttable_4
7828 case 4:
7829 scan = emit_insn_after (gen_consttable_4 (mp->value), scan);
7830 break;
7831
7832 #endif
7833 #ifdef HAVE_consttable_8
7834 case 8:
7835 scan = emit_insn_after (gen_consttable_8 (mp->value), scan);
7836 break;
7837
7838 #endif
7839 default:
7840 gcc_unreachable ();
7841 }
7842 }
7843
7844 nmp = mp->next;
7845 free (mp);
7846 }
7847
7848 minipool_vector_head = minipool_vector_tail = NULL;
7849 scan = emit_insn_after (gen_consttable_end (), scan);
7850 scan = emit_barrier_after (scan);
7851 }
7852
7853 /* Return the cost of forcibly inserting a barrier after INSN. */
7854 static int
arm_barrier_cost(rtx insn)7855 arm_barrier_cost (rtx insn)
7856 {
7857 /* Basing the location of the pool on the loop depth is preferable,
7858 but at the moment, the basic block information seems to be
7859 corrupt by this stage of the compilation. */
7860 int base_cost = 50;
7861 rtx next = next_nonnote_insn (insn);
7862
7863 if (next != NULL && GET_CODE (next) == CODE_LABEL)
7864 base_cost -= 20;
7865
7866 switch (GET_CODE (insn))
7867 {
7868 case CODE_LABEL:
7869 /* It will always be better to place the table before the label, rather
7870 than after it. */
7871 return 50;
7872
7873 case INSN:
7874 case CALL_INSN:
7875 return base_cost;
7876
7877 case JUMP_INSN:
7878 return base_cost - 10;
7879
7880 default:
7881 return base_cost + 10;
7882 }
7883 }
7884
7885 /* Find the best place in the insn stream in the range
7886 (FIX->address,MAX_ADDRESS) to forcibly insert a minipool barrier.
7887 Create the barrier by inserting a jump and add a new fix entry for
7888 it. */
7889 static Mfix *
create_fix_barrier(Mfix * fix,HOST_WIDE_INT max_address)7890 create_fix_barrier (Mfix *fix, HOST_WIDE_INT max_address)
7891 {
7892 HOST_WIDE_INT count = 0;
7893 rtx barrier;
7894 rtx from = fix->insn;
7895 /* The instruction after which we will insert the jump. */
7896 rtx selected = NULL;
7897 int selected_cost;
7898 /* The address at which the jump instruction will be placed. */
7899 HOST_WIDE_INT selected_address;
7900 Mfix * new_fix;
7901 HOST_WIDE_INT max_count = max_address - fix->address;
7902 rtx label = gen_label_rtx ();
7903
7904 selected_cost = arm_barrier_cost (from);
7905 selected_address = fix->address;
7906
7907 while (from && count < max_count)
7908 {
7909 rtx tmp;
7910 int new_cost;
7911
7912 /* This code shouldn't have been called if there was a natural barrier
7913 within range. */
7914 gcc_assert (GET_CODE (from) != BARRIER);
7915
7916 /* Count the length of this insn. */
7917 count += get_attr_length (from);
7918
7919 /* If there is a jump table, add its length. */
7920 tmp = is_jump_table (from);
7921 if (tmp != NULL)
7922 {
7923 count += get_jump_table_size (tmp);
7924
7925 /* Jump tables aren't in a basic block, so base the cost on
7926 the dispatch insn. If we select this location, we will
7927 still put the pool after the table. */
7928 new_cost = arm_barrier_cost (from);
7929
7930 if (count < max_count
7931 && (!selected || new_cost <= selected_cost))
7932 {
7933 selected = tmp;
7934 selected_cost = new_cost;
7935 selected_address = fix->address + count;
7936 }
7937
7938 /* Continue after the dispatch table. */
7939 from = NEXT_INSN (tmp);
7940 continue;
7941 }
7942
7943 new_cost = arm_barrier_cost (from);
7944
7945 if (count < max_count
7946 && (!selected || new_cost <= selected_cost))
7947 {
7948 selected = from;
7949 selected_cost = new_cost;
7950 selected_address = fix->address + count;
7951 }
7952
7953 from = NEXT_INSN (from);
7954 }
7955
7956 /* Make sure that we found a place to insert the jump. */
7957 gcc_assert (selected);
7958
7959 /* Create a new JUMP_INSN that branches around a barrier. */
7960 from = emit_jump_insn_after (gen_jump (label), selected);
7961 JUMP_LABEL (from) = label;
7962 barrier = emit_barrier_after (from);
7963 emit_label_after (label, barrier);
7964
7965 /* Create a minipool barrier entry for the new barrier. */
7966 new_fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* new_fix));
7967 new_fix->insn = barrier;
7968 new_fix->address = selected_address;
7969 new_fix->next = fix->next;
7970 fix->next = new_fix;
7971
7972 return new_fix;
7973 }
7974
7975 /* Record that there is a natural barrier in the insn stream at
7976 ADDRESS. */
7977 static void
push_minipool_barrier(rtx insn,HOST_WIDE_INT address)7978 push_minipool_barrier (rtx insn, HOST_WIDE_INT address)
7979 {
7980 Mfix * fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* fix));
7981
7982 fix->insn = insn;
7983 fix->address = address;
7984
7985 fix->next = NULL;
7986 if (minipool_fix_head != NULL)
7987 minipool_fix_tail->next = fix;
7988 else
7989 minipool_fix_head = fix;
7990
7991 minipool_fix_tail = fix;
7992 }
7993
7994 /* Record INSN, which will need fixing up to load a value from the
7995 minipool. ADDRESS is the offset of the insn since the start of the
7996 function; LOC is a pointer to the part of the insn which requires
7997 fixing; VALUE is the constant that must be loaded, which is of type
7998 MODE. */
7999 static void
push_minipool_fix(rtx insn,HOST_WIDE_INT address,rtx * loc,enum machine_mode mode,rtx value)8000 push_minipool_fix (rtx insn, HOST_WIDE_INT address, rtx *loc,
8001 enum machine_mode mode, rtx value)
8002 {
8003 Mfix * fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* fix));
8004
8005 #ifdef AOF_ASSEMBLER
8006 /* PIC symbol references need to be converted into offsets into the
8007 based area. */
8008 /* XXX This shouldn't be done here. */
8009 if (flag_pic && GET_CODE (value) == SYMBOL_REF)
8010 value = aof_pic_entry (value);
8011 #endif /* AOF_ASSEMBLER */
8012
8013 fix->insn = insn;
8014 fix->address = address;
8015 fix->loc = loc;
8016 fix->mode = mode;
8017 fix->fix_size = MINIPOOL_FIX_SIZE (mode);
8018 fix->value = value;
8019 fix->forwards = get_attr_pool_range (insn);
8020 fix->backwards = get_attr_neg_pool_range (insn);
8021 fix->minipool = NULL;
8022
8023 /* If an insn doesn't have a range defined for it, then it isn't
8024 expecting to be reworked by this code. Better to stop now than
8025 to generate duff assembly code. */
8026 gcc_assert (fix->forwards || fix->backwards);
8027
8028 /* If an entry requires 8-byte alignment then assume all constant pools
8029 require 4 bytes of padding. Trying to do this later on a per-pool
8030 basis is awkward because existing pool entries have to be modified. */
8031 if (ARM_DOUBLEWORD_ALIGN && fix->fix_size == 8)
8032 minipool_pad = 4;
8033
8034 if (dump_file)
8035 {
8036 fprintf (dump_file,
8037 ";; %smode fixup for i%d; addr %lu, range (%ld,%ld): ",
8038 GET_MODE_NAME (mode),
8039 INSN_UID (insn), (unsigned long) address,
8040 -1 * (long)fix->backwards, (long)fix->forwards);
8041 arm_print_value (dump_file, fix->value);
8042 fprintf (dump_file, "\n");
8043 }
8044
8045 /* Add it to the chain of fixes. */
8046 fix->next = NULL;
8047
8048 if (minipool_fix_head != NULL)
8049 minipool_fix_tail->next = fix;
8050 else
8051 minipool_fix_head = fix;
8052
8053 minipool_fix_tail = fix;
8054 }
8055
8056 /* Return the cost of synthesizing a 64-bit constant VAL inline.
8057 Returns the number of insns needed, or 99 if we don't know how to
8058 do it. */
8059 int
arm_const_double_inline_cost(rtx val)8060 arm_const_double_inline_cost (rtx val)
8061 {
8062 rtx lowpart, highpart;
8063 enum machine_mode mode;
8064
8065 mode = GET_MODE (val);
8066
8067 if (mode == VOIDmode)
8068 mode = DImode;
8069
8070 gcc_assert (GET_MODE_SIZE (mode) == 8);
8071
8072 lowpart = gen_lowpart (SImode, val);
8073 highpart = gen_highpart_mode (SImode, mode, val);
8074
8075 gcc_assert (GET_CODE (lowpart) == CONST_INT);
8076 gcc_assert (GET_CODE (highpart) == CONST_INT);
8077
8078 return (arm_gen_constant (SET, SImode, NULL_RTX, INTVAL (lowpart),
8079 NULL_RTX, NULL_RTX, 0, 0)
8080 + arm_gen_constant (SET, SImode, NULL_RTX, INTVAL (highpart),
8081 NULL_RTX, NULL_RTX, 0, 0));
8082 }
8083
8084 /* Return true if it is worthwhile to split a 64-bit constant into two
8085 32-bit operations. This is the case if optimizing for size, or
8086 if we have load delay slots, or if one 32-bit part can be done with
8087 a single data operation. */
8088 bool
arm_const_double_by_parts(rtx val)8089 arm_const_double_by_parts (rtx val)
8090 {
8091 enum machine_mode mode = GET_MODE (val);
8092 rtx part;
8093
8094 if (optimize_size || arm_ld_sched)
8095 return true;
8096
8097 if (mode == VOIDmode)
8098 mode = DImode;
8099
8100 part = gen_highpart_mode (SImode, mode, val);
8101
8102 gcc_assert (GET_CODE (part) == CONST_INT);
8103
8104 if (const_ok_for_arm (INTVAL (part))
8105 || const_ok_for_arm (~INTVAL (part)))
8106 return true;
8107
8108 part = gen_lowpart (SImode, val);
8109
8110 gcc_assert (GET_CODE (part) == CONST_INT);
8111
8112 if (const_ok_for_arm (INTVAL (part))
8113 || const_ok_for_arm (~INTVAL (part)))
8114 return true;
8115
8116 return false;
8117 }
8118
8119 /* Scan INSN and note any of its operands that need fixing.
8120 If DO_PUSHES is false we do not actually push any of the fixups
8121 needed. The function returns TRUE if any fixups were needed/pushed.
8122 This is used by arm_memory_load_p() which needs to know about loads
8123 of constants that will be converted into minipool loads. */
8124 static bool
note_invalid_constants(rtx insn,HOST_WIDE_INT address,int do_pushes)8125 note_invalid_constants (rtx insn, HOST_WIDE_INT address, int do_pushes)
8126 {
8127 bool result = false;
8128 int opno;
8129
8130 extract_insn (insn);
8131
8132 if (!constrain_operands (1))
8133 fatal_insn_not_found (insn);
8134
8135 if (recog_data.n_alternatives == 0)
8136 return false;
8137
8138 /* Fill in recog_op_alt with information about the constraints of
8139 this insn. */
8140 preprocess_constraints ();
8141
8142 for (opno = 0; opno < recog_data.n_operands; opno++)
8143 {
8144 /* Things we need to fix can only occur in inputs. */
8145 if (recog_data.operand_type[opno] != OP_IN)
8146 continue;
8147
8148 /* If this alternative is a memory reference, then any mention
8149 of constants in this alternative is really to fool reload
8150 into allowing us to accept one there. We need to fix them up
8151 now so that we output the right code. */
8152 if (recog_op_alt[opno][which_alternative].memory_ok)
8153 {
8154 rtx op = recog_data.operand[opno];
8155
8156 if (CONSTANT_P (op))
8157 {
8158 if (do_pushes)
8159 push_minipool_fix (insn, address, recog_data.operand_loc[opno],
8160 recog_data.operand_mode[opno], op);
8161 result = true;
8162 }
8163 else if (GET_CODE (op) == MEM
8164 && GET_CODE (XEXP (op, 0)) == SYMBOL_REF
8165 && CONSTANT_POOL_ADDRESS_P (XEXP (op, 0)))
8166 {
8167 if (do_pushes)
8168 {
8169 rtx cop = avoid_constant_pool_reference (op);
8170
8171 /* Casting the address of something to a mode narrower
8172 than a word can cause avoid_constant_pool_reference()
8173 to return the pool reference itself. That's no good to
8174 us here. Lets just hope that we can use the
8175 constant pool value directly. */
8176 if (op == cop)
8177 cop = get_pool_constant (XEXP (op, 0));
8178
8179 push_minipool_fix (insn, address,
8180 recog_data.operand_loc[opno],
8181 recog_data.operand_mode[opno], cop);
8182 }
8183
8184 result = true;
8185 }
8186 }
8187 }
8188
8189 return result;
8190 }
8191
8192 /* Gcc puts the pool in the wrong place for ARM, since we can only
8193 load addresses a limited distance around the pc. We do some
8194 special munging to move the constant pool values to the correct
8195 point in the code. */
8196 static void
arm_reorg(void)8197 arm_reorg (void)
8198 {
8199 rtx insn;
8200 HOST_WIDE_INT address = 0;
8201 Mfix * fix;
8202
8203 minipool_fix_head = minipool_fix_tail = NULL;
8204
8205 /* The first insn must always be a note, or the code below won't
8206 scan it properly. */
8207 insn = get_insns ();
8208 gcc_assert (GET_CODE (insn) == NOTE);
8209 minipool_pad = 0;
8210
8211 /* Scan all the insns and record the operands that will need fixing. */
8212 for (insn = next_nonnote_insn (insn); insn; insn = next_nonnote_insn (insn))
8213 {
8214 if (TARGET_CIRRUS_FIX_INVALID_INSNS
8215 && (arm_cirrus_insn_p (insn)
8216 || GET_CODE (insn) == JUMP_INSN
8217 || arm_memory_load_p (insn)))
8218 cirrus_reorg (insn);
8219
8220 if (GET_CODE (insn) == BARRIER)
8221 push_minipool_barrier (insn, address);
8222 else if (INSN_P (insn))
8223 {
8224 rtx table;
8225
8226 note_invalid_constants (insn, address, true);
8227 address += get_attr_length (insn);
8228
8229 /* If the insn is a vector jump, add the size of the table
8230 and skip the table. */
8231 if ((table = is_jump_table (insn)) != NULL)
8232 {
8233 address += get_jump_table_size (table);
8234 insn = table;
8235 }
8236 }
8237 }
8238
8239 fix = minipool_fix_head;
8240
8241 /* Now scan the fixups and perform the required changes. */
8242 while (fix)
8243 {
8244 Mfix * ftmp;
8245 Mfix * fdel;
8246 Mfix * last_added_fix;
8247 Mfix * last_barrier = NULL;
8248 Mfix * this_fix;
8249
8250 /* Skip any further barriers before the next fix. */
8251 while (fix && GET_CODE (fix->insn) == BARRIER)
8252 fix = fix->next;
8253
8254 /* No more fixes. */
8255 if (fix == NULL)
8256 break;
8257
8258 last_added_fix = NULL;
8259
8260 for (ftmp = fix; ftmp; ftmp = ftmp->next)
8261 {
8262 if (GET_CODE (ftmp->insn) == BARRIER)
8263 {
8264 if (ftmp->address >= minipool_vector_head->max_address)
8265 break;
8266
8267 last_barrier = ftmp;
8268 }
8269 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp)) == NULL)
8270 break;
8271
8272 last_added_fix = ftmp; /* Keep track of the last fix added. */
8273 }
8274
8275 /* If we found a barrier, drop back to that; any fixes that we
8276 could have reached but come after the barrier will now go in
8277 the next mini-pool. */
8278 if (last_barrier != NULL)
8279 {
8280 /* Reduce the refcount for those fixes that won't go into this
8281 pool after all. */
8282 for (fdel = last_barrier->next;
8283 fdel && fdel != ftmp;
8284 fdel = fdel->next)
8285 {
8286 fdel->minipool->refcount--;
8287 fdel->minipool = NULL;
8288 }
8289
8290 ftmp = last_barrier;
8291 }
8292 else
8293 {
8294 /* ftmp is first fix that we can't fit into this pool and
8295 there no natural barriers that we could use. Insert a
8296 new barrier in the code somewhere between the previous
8297 fix and this one, and arrange to jump around it. */
8298 HOST_WIDE_INT max_address;
8299
8300 /* The last item on the list of fixes must be a barrier, so
8301 we can never run off the end of the list of fixes without
8302 last_barrier being set. */
8303 gcc_assert (ftmp);
8304
8305 max_address = minipool_vector_head->max_address;
8306 /* Check that there isn't another fix that is in range that
8307 we couldn't fit into this pool because the pool was
8308 already too large: we need to put the pool before such an
8309 instruction. The pool itself may come just after the
8310 fix because create_fix_barrier also allows space for a
8311 jump instruction. */
8312 if (ftmp->address < max_address)
8313 max_address = ftmp->address + 1;
8314
8315 last_barrier = create_fix_barrier (last_added_fix, max_address);
8316 }
8317
8318 assign_minipool_offsets (last_barrier);
8319
8320 while (ftmp)
8321 {
8322 if (GET_CODE (ftmp->insn) != BARRIER
8323 && ((ftmp->minipool = add_minipool_backward_ref (ftmp))
8324 == NULL))
8325 break;
8326
8327 ftmp = ftmp->next;
8328 }
8329
8330 /* Scan over the fixes we have identified for this pool, fixing them
8331 up and adding the constants to the pool itself. */
8332 for (this_fix = fix; this_fix && ftmp != this_fix;
8333 this_fix = this_fix->next)
8334 if (GET_CODE (this_fix->insn) != BARRIER)
8335 {
8336 rtx addr
8337 = plus_constant (gen_rtx_LABEL_REF (VOIDmode,
8338 minipool_vector_label),
8339 this_fix->minipool->offset);
8340 *this_fix->loc = gen_rtx_MEM (this_fix->mode, addr);
8341 }
8342
8343 dump_minipool (last_barrier->insn);
8344 fix = ftmp;
8345 }
8346
8347 /* From now on we must synthesize any constants that we can't handle
8348 directly. This can happen if the RTL gets split during final
8349 instruction generation. */
8350 after_arm_reorg = 1;
8351
8352 /* Free the minipool memory. */
8353 obstack_free (&minipool_obstack, minipool_startobj);
8354 }
8355
8356 /* Routines to output assembly language. */
8357
8358 /* If the rtx is the correct value then return the string of the number.
8359 In this way we can ensure that valid double constants are generated even
8360 when cross compiling. */
8361 const char *
fp_immediate_constant(rtx x)8362 fp_immediate_constant (rtx x)
8363 {
8364 REAL_VALUE_TYPE r;
8365 int i;
8366
8367 if (!fp_consts_inited)
8368 init_fp_table ();
8369
8370 REAL_VALUE_FROM_CONST_DOUBLE (r, x);
8371 for (i = 0; i < 8; i++)
8372 if (REAL_VALUES_EQUAL (r, values_fp[i]))
8373 return strings_fp[i];
8374
8375 gcc_unreachable ();
8376 }
8377
8378 /* As for fp_immediate_constant, but value is passed directly, not in rtx. */
8379 static const char *
fp_const_from_val(REAL_VALUE_TYPE * r)8380 fp_const_from_val (REAL_VALUE_TYPE *r)
8381 {
8382 int i;
8383
8384 if (!fp_consts_inited)
8385 init_fp_table ();
8386
8387 for (i = 0; i < 8; i++)
8388 if (REAL_VALUES_EQUAL (*r, values_fp[i]))
8389 return strings_fp[i];
8390
8391 gcc_unreachable ();
8392 }
8393
8394 /* Output the operands of a LDM/STM instruction to STREAM.
8395 MASK is the ARM register set mask of which only bits 0-15 are important.
8396 REG is the base register, either the frame pointer or the stack pointer,
8397 INSTR is the possibly suffixed load or store instruction. */
8398
8399 static void
print_multi_reg(FILE * stream,const char * instr,unsigned reg,unsigned long mask)8400 print_multi_reg (FILE *stream, const char *instr, unsigned reg,
8401 unsigned long mask)
8402 {
8403 unsigned i;
8404 bool not_first = FALSE;
8405
8406 fputc ('\t', stream);
8407 asm_fprintf (stream, instr, reg);
8408 fputs (", {", stream);
8409
8410 for (i = 0; i <= LAST_ARM_REGNUM; i++)
8411 if (mask & (1 << i))
8412 {
8413 if (not_first)
8414 fprintf (stream, ", ");
8415
8416 asm_fprintf (stream, "%r", i);
8417 not_first = TRUE;
8418 }
8419
8420 fprintf (stream, "}\n");
8421 }
8422
8423
8424 /* Output a FLDMX instruction to STREAM.
8425 BASE if the register containing the address.
8426 REG and COUNT specify the register range.
8427 Extra registers may be added to avoid hardware bugs. */
8428
8429 static void
arm_output_fldmx(FILE * stream,unsigned int base,int reg,int count)8430 arm_output_fldmx (FILE * stream, unsigned int base, int reg, int count)
8431 {
8432 int i;
8433
8434 /* Workaround ARM10 VFPr1 bug. */
8435 if (count == 2 && !arm_arch6)
8436 {
8437 if (reg == 15)
8438 reg--;
8439 count++;
8440 }
8441
8442 fputc ('\t', stream);
8443 asm_fprintf (stream, "fldmfdx\t%r!, {", base);
8444
8445 for (i = reg; i < reg + count; i++)
8446 {
8447 if (i > reg)
8448 fputs (", ", stream);
8449 asm_fprintf (stream, "d%d", i);
8450 }
8451 fputs ("}\n", stream);
8452
8453 }
8454
8455
8456 /* Output the assembly for a store multiple. */
8457
8458 const char *
vfp_output_fstmx(rtx * operands)8459 vfp_output_fstmx (rtx * operands)
8460 {
8461 char pattern[100];
8462 int p;
8463 int base;
8464 int i;
8465
8466 strcpy (pattern, "fstmfdx\t%m0!, {%P1");
8467 p = strlen (pattern);
8468
8469 gcc_assert (GET_CODE (operands[1]) == REG);
8470
8471 base = (REGNO (operands[1]) - FIRST_VFP_REGNUM) / 2;
8472 for (i = 1; i < XVECLEN (operands[2], 0); i++)
8473 {
8474 p += sprintf (&pattern[p], ", d%d", base + i);
8475 }
8476 strcpy (&pattern[p], "}");
8477
8478 output_asm_insn (pattern, operands);
8479 return "";
8480 }
8481
8482
8483 /* Emit RTL to save block of VFP register pairs to the stack. Returns the
8484 number of bytes pushed. */
8485
8486 static int
vfp_emit_fstmx(int base_reg,int count)8487 vfp_emit_fstmx (int base_reg, int count)
8488 {
8489 rtx par;
8490 rtx dwarf;
8491 rtx tmp, reg;
8492 int i;
8493
8494 /* Workaround ARM10 VFPr1 bug. Data corruption can occur when exactly two
8495 register pairs are stored by a store multiple insn. We avoid this
8496 by pushing an extra pair. */
8497 if (count == 2 && !arm_arch6)
8498 {
8499 if (base_reg == LAST_VFP_REGNUM - 3)
8500 base_reg -= 2;
8501 count++;
8502 }
8503
8504 /* ??? The frame layout is implementation defined. We describe
8505 standard format 1 (equivalent to a FSTMD insn and unused pad word).
8506 We really need some way of representing the whole block so that the
8507 unwinder can figure it out at runtime. */
8508 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count));
8509 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (count + 1));
8510
8511 reg = gen_rtx_REG (DFmode, base_reg);
8512 base_reg += 2;
8513
8514 XVECEXP (par, 0, 0)
8515 = gen_rtx_SET (VOIDmode,
8516 gen_frame_mem (BLKmode,
8517 gen_rtx_PRE_DEC (BLKmode,
8518 stack_pointer_rtx)),
8519 gen_rtx_UNSPEC (BLKmode,
8520 gen_rtvec (1, reg),
8521 UNSPEC_PUSH_MULT));
8522
8523 tmp = gen_rtx_SET (VOIDmode, stack_pointer_rtx,
8524 plus_constant (stack_pointer_rtx, -(count * 8 + 4)));
8525 RTX_FRAME_RELATED_P (tmp) = 1;
8526 XVECEXP (dwarf, 0, 0) = tmp;
8527
8528 tmp = gen_rtx_SET (VOIDmode,
8529 gen_frame_mem (DFmode, stack_pointer_rtx),
8530 reg);
8531 RTX_FRAME_RELATED_P (tmp) = 1;
8532 XVECEXP (dwarf, 0, 1) = tmp;
8533
8534 for (i = 1; i < count; i++)
8535 {
8536 reg = gen_rtx_REG (DFmode, base_reg);
8537 base_reg += 2;
8538 XVECEXP (par, 0, i) = gen_rtx_USE (VOIDmode, reg);
8539
8540 tmp = gen_rtx_SET (VOIDmode,
8541 gen_frame_mem (DFmode,
8542 plus_constant (stack_pointer_rtx,
8543 i * 8)),
8544 reg);
8545 RTX_FRAME_RELATED_P (tmp) = 1;
8546 XVECEXP (dwarf, 0, i + 1) = tmp;
8547 }
8548
8549 par = emit_insn (par);
8550 REG_NOTES (par) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
8551 REG_NOTES (par));
8552 RTX_FRAME_RELATED_P (par) = 1;
8553
8554 return count * 8 + 4;
8555 }
8556
8557
8558 /* Output a 'call' insn. */
8559 const char *
output_call(rtx * operands)8560 output_call (rtx *operands)
8561 {
8562 gcc_assert (!arm_arch5); /* Patterns should call blx <reg> directly. */
8563
8564 /* Handle calls to lr using ip (which may be clobbered in subr anyway). */
8565 if (REGNO (operands[0]) == LR_REGNUM)
8566 {
8567 operands[0] = gen_rtx_REG (SImode, IP_REGNUM);
8568 output_asm_insn ("mov%?\t%0, %|lr", operands);
8569 }
8570
8571 output_asm_insn ("mov%?\t%|lr, %|pc", operands);
8572
8573 if (TARGET_INTERWORK || arm_arch4t)
8574 output_asm_insn ("bx%?\t%0", operands);
8575 else
8576 output_asm_insn ("mov%?\t%|pc, %0", operands);
8577
8578 return "";
8579 }
8580
8581 /* Output a 'call' insn that is a reference in memory. */
8582 const char *
output_call_mem(rtx * operands)8583 output_call_mem (rtx *operands)
8584 {
8585 if (TARGET_INTERWORK && !arm_arch5)
8586 {
8587 output_asm_insn ("ldr%?\t%|ip, %0", operands);
8588 output_asm_insn ("mov%?\t%|lr, %|pc", operands);
8589 output_asm_insn ("bx%?\t%|ip", operands);
8590 }
8591 else if (regno_use_in (LR_REGNUM, operands[0]))
8592 {
8593 /* LR is used in the memory address. We load the address in the
8594 first instruction. It's safe to use IP as the target of the
8595 load since the call will kill it anyway. */
8596 output_asm_insn ("ldr%?\t%|ip, %0", operands);
8597 if (arm_arch5)
8598 output_asm_insn ("blx%?\t%|ip", operands);
8599 else
8600 {
8601 output_asm_insn ("mov%?\t%|lr, %|pc", operands);
8602 if (arm_arch4t)
8603 output_asm_insn ("bx%?\t%|ip", operands);
8604 else
8605 output_asm_insn ("mov%?\t%|pc, %|ip", operands);
8606 }
8607 }
8608 else
8609 {
8610 output_asm_insn ("mov%?\t%|lr, %|pc", operands);
8611 output_asm_insn ("ldr%?\t%|pc, %0", operands);
8612 }
8613
8614 return "";
8615 }
8616
8617
8618 /* Output a move from arm registers to an fpa registers.
8619 OPERANDS[0] is an fpa register.
8620 OPERANDS[1] is the first registers of an arm register pair. */
8621 const char *
output_mov_long_double_fpa_from_arm(rtx * operands)8622 output_mov_long_double_fpa_from_arm (rtx *operands)
8623 {
8624 int arm_reg0 = REGNO (operands[1]);
8625 rtx ops[3];
8626
8627 gcc_assert (arm_reg0 != IP_REGNUM);
8628
8629 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8630 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8631 ops[2] = gen_rtx_REG (SImode, 2 + arm_reg0);
8632
8633 output_asm_insn ("stm%?fd\t%|sp!, {%0, %1, %2}", ops);
8634 output_asm_insn ("ldf%?e\t%0, [%|sp], #12", operands);
8635
8636 return "";
8637 }
8638
8639 /* Output a move from an fpa register to arm registers.
8640 OPERANDS[0] is the first registers of an arm register pair.
8641 OPERANDS[1] is an fpa register. */
8642 const char *
output_mov_long_double_arm_from_fpa(rtx * operands)8643 output_mov_long_double_arm_from_fpa (rtx *operands)
8644 {
8645 int arm_reg0 = REGNO (operands[0]);
8646 rtx ops[3];
8647
8648 gcc_assert (arm_reg0 != IP_REGNUM);
8649
8650 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8651 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8652 ops[2] = gen_rtx_REG (SImode, 2 + arm_reg0);
8653
8654 output_asm_insn ("stf%?e\t%1, [%|sp, #-12]!", operands);
8655 output_asm_insn ("ldm%?fd\t%|sp!, {%0, %1, %2}", ops);
8656 return "";
8657 }
8658
8659 /* Output a move from arm registers to arm registers of a long double
8660 OPERANDS[0] is the destination.
8661 OPERANDS[1] is the source. */
8662 const char *
output_mov_long_double_arm_from_arm(rtx * operands)8663 output_mov_long_double_arm_from_arm (rtx *operands)
8664 {
8665 /* We have to be careful here because the two might overlap. */
8666 int dest_start = REGNO (operands[0]);
8667 int src_start = REGNO (operands[1]);
8668 rtx ops[2];
8669 int i;
8670
8671 if (dest_start < src_start)
8672 {
8673 for (i = 0; i < 3; i++)
8674 {
8675 ops[0] = gen_rtx_REG (SImode, dest_start + i);
8676 ops[1] = gen_rtx_REG (SImode, src_start + i);
8677 output_asm_insn ("mov%?\t%0, %1", ops);
8678 }
8679 }
8680 else
8681 {
8682 for (i = 2; i >= 0; i--)
8683 {
8684 ops[0] = gen_rtx_REG (SImode, dest_start + i);
8685 ops[1] = gen_rtx_REG (SImode, src_start + i);
8686 output_asm_insn ("mov%?\t%0, %1", ops);
8687 }
8688 }
8689
8690 return "";
8691 }
8692
8693
8694 /* Output a move from arm registers to an fpa registers.
8695 OPERANDS[0] is an fpa register.
8696 OPERANDS[1] is the first registers of an arm register pair. */
8697 const char *
output_mov_double_fpa_from_arm(rtx * operands)8698 output_mov_double_fpa_from_arm (rtx *operands)
8699 {
8700 int arm_reg0 = REGNO (operands[1]);
8701 rtx ops[2];
8702
8703 gcc_assert (arm_reg0 != IP_REGNUM);
8704
8705 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8706 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8707 output_asm_insn ("stm%?fd\t%|sp!, {%0, %1}", ops);
8708 output_asm_insn ("ldf%?d\t%0, [%|sp], #8", operands);
8709 return "";
8710 }
8711
8712 /* Output a move from an fpa register to arm registers.
8713 OPERANDS[0] is the first registers of an arm register pair.
8714 OPERANDS[1] is an fpa register. */
8715 const char *
output_mov_double_arm_from_fpa(rtx * operands)8716 output_mov_double_arm_from_fpa (rtx *operands)
8717 {
8718 int arm_reg0 = REGNO (operands[0]);
8719 rtx ops[2];
8720
8721 gcc_assert (arm_reg0 != IP_REGNUM);
8722
8723 ops[0] = gen_rtx_REG (SImode, arm_reg0);
8724 ops[1] = gen_rtx_REG (SImode, 1 + arm_reg0);
8725 output_asm_insn ("stf%?d\t%1, [%|sp, #-8]!", operands);
8726 output_asm_insn ("ldm%?fd\t%|sp!, {%0, %1}", ops);
8727 return "";
8728 }
8729
8730 /* Output a move between double words.
8731 It must be REG<-REG, REG<-CONST_DOUBLE, REG<-CONST_INT, REG<-MEM
8732 or MEM<-REG and all MEMs must be offsettable addresses. */
8733 const char *
output_move_double(rtx * operands)8734 output_move_double (rtx *operands)
8735 {
8736 enum rtx_code code0 = GET_CODE (operands[0]);
8737 enum rtx_code code1 = GET_CODE (operands[1]);
8738 rtx otherops[3];
8739
8740 if (code0 == REG)
8741 {
8742 int reg0 = REGNO (operands[0]);
8743
8744 otherops[0] = gen_rtx_REG (SImode, 1 + reg0);
8745
8746 gcc_assert (code1 == MEM); /* Constraints should ensure this. */
8747
8748 switch (GET_CODE (XEXP (operands[1], 0)))
8749 {
8750 case REG:
8751 output_asm_insn ("ldm%?ia\t%m1, %M0", operands);
8752 break;
8753
8754 case PRE_INC:
8755 gcc_assert (TARGET_LDRD);
8756 output_asm_insn ("ldr%?d\t%0, [%m1, #8]!", operands);
8757 break;
8758
8759 case PRE_DEC:
8760 output_asm_insn ("ldm%?db\t%m1!, %M0", operands);
8761 break;
8762
8763 case POST_INC:
8764 output_asm_insn ("ldm%?ia\t%m1!, %M0", operands);
8765 break;
8766
8767 case POST_DEC:
8768 gcc_assert (TARGET_LDRD);
8769 output_asm_insn ("ldr%?d\t%0, [%m1], #-8", operands);
8770 break;
8771
8772 case PRE_MODIFY:
8773 case POST_MODIFY:
8774 otherops[0] = operands[0];
8775 otherops[1] = XEXP (XEXP (XEXP (operands[1], 0), 1), 0);
8776 otherops[2] = XEXP (XEXP (XEXP (operands[1], 0), 1), 1);
8777
8778 if (GET_CODE (XEXP (operands[1], 0)) == PRE_MODIFY)
8779 {
8780 if (reg_overlap_mentioned_p (otherops[0], otherops[2]))
8781 {
8782 /* Registers overlap so split out the increment. */
8783 output_asm_insn ("add%?\t%1, %1, %2", otherops);
8784 output_asm_insn ("ldr%?d\t%0, [%1] @split", otherops);
8785 }
8786 else
8787 {
8788 /* IWMMXT allows offsets larger than ldrd can handle,
8789 fix these up with a pair of ldr. */
8790 if (GET_CODE (otherops[2]) == CONST_INT
8791 && (INTVAL(otherops[2]) <= -256
8792 || INTVAL(otherops[2]) >= 256))
8793 {
8794 output_asm_insn ("ldr%?\t%0, [%1, %2]!", otherops);
8795 otherops[0] = gen_rtx_REG (SImode, 1 + reg0);
8796 output_asm_insn ("ldr%?\t%0, [%1, #4]", otherops);
8797 }
8798 else
8799 output_asm_insn ("ldr%?d\t%0, [%1, %2]!", otherops);
8800 }
8801 }
8802 else
8803 {
8804 /* IWMMXT allows offsets larger than ldrd can handle,
8805 fix these up with a pair of ldr. */
8806 if (GET_CODE (otherops[2]) == CONST_INT
8807 && (INTVAL(otherops[2]) <= -256
8808 || INTVAL(otherops[2]) >= 256))
8809 {
8810 otherops[0] = gen_rtx_REG (SImode, 1 + reg0);
8811 output_asm_insn ("ldr%?\t%0, [%1, #4]", otherops);
8812 otherops[0] = operands[0];
8813 output_asm_insn ("ldr%?\t%0, [%1], %2", otherops);
8814 }
8815 else
8816 /* We only allow constant increments, so this is safe. */
8817 output_asm_insn ("ldr%?d\t%0, [%1], %2", otherops);
8818 }
8819 break;
8820
8821 case LABEL_REF:
8822 case CONST:
8823 output_asm_insn ("adr%?\t%0, %1", operands);
8824 output_asm_insn ("ldm%?ia\t%0, %M0", operands);
8825 break;
8826
8827 default:
8828 if (arm_add_operand (XEXP (XEXP (operands[1], 0), 1),
8829 GET_MODE (XEXP (XEXP (operands[1], 0), 1))))
8830 {
8831 otherops[0] = operands[0];
8832 otherops[1] = XEXP (XEXP (operands[1], 0), 0);
8833 otherops[2] = XEXP (XEXP (operands[1], 0), 1);
8834
8835 if (GET_CODE (XEXP (operands[1], 0)) == PLUS)
8836 {
8837 if (GET_CODE (otherops[2]) == CONST_INT)
8838 {
8839 switch ((int) INTVAL (otherops[2]))
8840 {
8841 case -8:
8842 output_asm_insn ("ldm%?db\t%1, %M0", otherops);
8843 return "";
8844 case -4:
8845 output_asm_insn ("ldm%?da\t%1, %M0", otherops);
8846 return "";
8847 case 4:
8848 output_asm_insn ("ldm%?ib\t%1, %M0", otherops);
8849 return "";
8850 }
8851 }
8852 if (TARGET_LDRD
8853 && (GET_CODE (otherops[2]) == REG
8854 || (GET_CODE (otherops[2]) == CONST_INT
8855 && INTVAL (otherops[2]) > -256
8856 && INTVAL (otherops[2]) < 256)))
8857 {
8858 if (reg_overlap_mentioned_p (otherops[0],
8859 otherops[2]))
8860 {
8861 /* Swap base and index registers over to
8862 avoid a conflict. */
8863 otherops[1] = XEXP (XEXP (operands[1], 0), 1);
8864 otherops[2] = XEXP (XEXP (operands[1], 0), 0);
8865 }
8866 /* If both registers conflict, it will usually
8867 have been fixed by a splitter. */
8868 if (reg_overlap_mentioned_p (otherops[0], otherops[2]))
8869 {
8870 output_asm_insn ("add%?\t%1, %1, %2", otherops);
8871 output_asm_insn ("ldr%?d\t%0, [%1]",
8872 otherops);
8873 }
8874 else
8875 output_asm_insn ("ldr%?d\t%0, [%1, %2]", otherops);
8876 return "";
8877 }
8878
8879 if (GET_CODE (otherops[2]) == CONST_INT)
8880 {
8881 if (!(const_ok_for_arm (INTVAL (otherops[2]))))
8882 output_asm_insn ("sub%?\t%0, %1, #%n2", otherops);
8883 else
8884 output_asm_insn ("add%?\t%0, %1, %2", otherops);
8885 }
8886 else
8887 output_asm_insn ("add%?\t%0, %1, %2", otherops);
8888 }
8889 else
8890 output_asm_insn ("sub%?\t%0, %1, %2", otherops);
8891
8892 return "ldm%?ia\t%0, %M0";
8893 }
8894 else
8895 {
8896 otherops[1] = adjust_address (operands[1], SImode, 4);
8897 /* Take care of overlapping base/data reg. */
8898 if (reg_mentioned_p (operands[0], operands[1]))
8899 {
8900 output_asm_insn ("ldr%?\t%0, %1", otherops);
8901 output_asm_insn ("ldr%?\t%0, %1", operands);
8902 }
8903 else
8904 {
8905 output_asm_insn ("ldr%?\t%0, %1", operands);
8906 output_asm_insn ("ldr%?\t%0, %1", otherops);
8907 }
8908 }
8909 }
8910 }
8911 else
8912 {
8913 /* Constraints should ensure this. */
8914 gcc_assert (code0 == MEM && code1 == REG);
8915 gcc_assert (REGNO (operands[1]) != IP_REGNUM);
8916
8917 switch (GET_CODE (XEXP (operands[0], 0)))
8918 {
8919 case REG:
8920 output_asm_insn ("stm%?ia\t%m0, %M1", operands);
8921 break;
8922
8923 case PRE_INC:
8924 gcc_assert (TARGET_LDRD);
8925 output_asm_insn ("str%?d\t%1, [%m0, #8]!", operands);
8926 break;
8927
8928 case PRE_DEC:
8929 output_asm_insn ("stm%?db\t%m0!, %M1", operands);
8930 break;
8931
8932 case POST_INC:
8933 output_asm_insn ("stm%?ia\t%m0!, %M1", operands);
8934 break;
8935
8936 case POST_DEC:
8937 gcc_assert (TARGET_LDRD);
8938 output_asm_insn ("str%?d\t%1, [%m0], #-8", operands);
8939 break;
8940
8941 case PRE_MODIFY:
8942 case POST_MODIFY:
8943 otherops[0] = operands[1];
8944 otherops[1] = XEXP (XEXP (XEXP (operands[0], 0), 1), 0);
8945 otherops[2] = XEXP (XEXP (XEXP (operands[0], 0), 1), 1);
8946
8947 /* IWMMXT allows offsets larger than ldrd can handle,
8948 fix these up with a pair of ldr. */
8949 if (GET_CODE (otherops[2]) == CONST_INT
8950 && (INTVAL(otherops[2]) <= -256
8951 || INTVAL(otherops[2]) >= 256))
8952 {
8953 rtx reg1;
8954 reg1 = gen_rtx_REG (SImode, 1 + REGNO (operands[1]));
8955 if (GET_CODE (XEXP (operands[0], 0)) == PRE_MODIFY)
8956 {
8957 output_asm_insn ("ldr%?\t%0, [%1, %2]!", otherops);
8958 otherops[0] = reg1;
8959 output_asm_insn ("ldr%?\t%0, [%1, #4]", otherops);
8960 }
8961 else
8962 {
8963 otherops[0] = reg1;
8964 output_asm_insn ("ldr%?\t%0, [%1, #4]", otherops);
8965 otherops[0] = operands[1];
8966 output_asm_insn ("ldr%?\t%0, [%1], %2", otherops);
8967 }
8968 }
8969 else if (GET_CODE (XEXP (operands[0], 0)) == PRE_MODIFY)
8970 output_asm_insn ("str%?d\t%0, [%1, %2]!", otherops);
8971 else
8972 output_asm_insn ("str%?d\t%0, [%1], %2", otherops);
8973 break;
8974
8975 case PLUS:
8976 otherops[2] = XEXP (XEXP (operands[0], 0), 1);
8977 if (GET_CODE (otherops[2]) == CONST_INT)
8978 {
8979 switch ((int) INTVAL (XEXP (XEXP (operands[0], 0), 1)))
8980 {
8981 case -8:
8982 output_asm_insn ("stm%?db\t%m0, %M1", operands);
8983 return "";
8984
8985 case -4:
8986 output_asm_insn ("stm%?da\t%m0, %M1", operands);
8987 return "";
8988
8989 case 4:
8990 output_asm_insn ("stm%?ib\t%m0, %M1", operands);
8991 return "";
8992 }
8993 }
8994 if (TARGET_LDRD
8995 && (GET_CODE (otherops[2]) == REG
8996 || (GET_CODE (otherops[2]) == CONST_INT
8997 && INTVAL (otherops[2]) > -256
8998 && INTVAL (otherops[2]) < 256)))
8999 {
9000 otherops[0] = operands[1];
9001 otherops[1] = XEXP (XEXP (operands[0], 0), 0);
9002 output_asm_insn ("str%?d\t%0, [%1, %2]", otherops);
9003 return "";
9004 }
9005 /* Fall through */
9006
9007 default:
9008 otherops[0] = adjust_address (operands[0], SImode, 4);
9009 otherops[1] = gen_rtx_REG (SImode, 1 + REGNO (operands[1]));
9010 output_asm_insn ("str%?\t%1, %0", operands);
9011 output_asm_insn ("str%?\t%1, %0", otherops);
9012 }
9013 }
9014
9015 return "";
9016 }
9017
9018 /* Output an ADD r, s, #n where n may be too big for one instruction.
9019 If adding zero to one register, output nothing. */
9020 const char *
output_add_immediate(rtx * operands)9021 output_add_immediate (rtx *operands)
9022 {
9023 HOST_WIDE_INT n = INTVAL (operands[2]);
9024
9025 if (n != 0 || REGNO (operands[0]) != REGNO (operands[1]))
9026 {
9027 if (n < 0)
9028 output_multi_immediate (operands,
9029 "sub%?\t%0, %1, %2", "sub%?\t%0, %0, %2", 2,
9030 -n);
9031 else
9032 output_multi_immediate (operands,
9033 "add%?\t%0, %1, %2", "add%?\t%0, %0, %2", 2,
9034 n);
9035 }
9036
9037 return "";
9038 }
9039
9040 /* Output a multiple immediate operation.
9041 OPERANDS is the vector of operands referred to in the output patterns.
9042 INSTR1 is the output pattern to use for the first constant.
9043 INSTR2 is the output pattern to use for subsequent constants.
9044 IMMED_OP is the index of the constant slot in OPERANDS.
9045 N is the constant value. */
9046 static const char *
output_multi_immediate(rtx * operands,const char * instr1,const char * instr2,int immed_op,HOST_WIDE_INT n)9047 output_multi_immediate (rtx *operands, const char *instr1, const char *instr2,
9048 int immed_op, HOST_WIDE_INT n)
9049 {
9050 #if HOST_BITS_PER_WIDE_INT > 32
9051 n &= 0xffffffff;
9052 #endif
9053
9054 if (n == 0)
9055 {
9056 /* Quick and easy output. */
9057 operands[immed_op] = const0_rtx;
9058 output_asm_insn (instr1, operands);
9059 }
9060 else
9061 {
9062 int i;
9063 const char * instr = instr1;
9064
9065 /* Note that n is never zero here (which would give no output). */
9066 for (i = 0; i < 32; i += 2)
9067 {
9068 if (n & (3 << i))
9069 {
9070 operands[immed_op] = GEN_INT (n & (255 << i));
9071 output_asm_insn (instr, operands);
9072 instr = instr2;
9073 i += 6;
9074 }
9075 }
9076 }
9077
9078 return "";
9079 }
9080
9081 /* Return the appropriate ARM instruction for the operation code.
9082 The returned result should not be overwritten. OP is the rtx of the
9083 operation. SHIFT_FIRST_ARG is TRUE if the first argument of the operator
9084 was shifted. */
9085 const char *
arithmetic_instr(rtx op,int shift_first_arg)9086 arithmetic_instr (rtx op, int shift_first_arg)
9087 {
9088 switch (GET_CODE (op))
9089 {
9090 case PLUS:
9091 return "add";
9092
9093 case MINUS:
9094 return shift_first_arg ? "rsb" : "sub";
9095
9096 case IOR:
9097 return "orr";
9098
9099 case XOR:
9100 return "eor";
9101
9102 case AND:
9103 return "and";
9104
9105 default:
9106 gcc_unreachable ();
9107 }
9108 }
9109
9110 /* Ensure valid constant shifts and return the appropriate shift mnemonic
9111 for the operation code. The returned result should not be overwritten.
9112 OP is the rtx code of the shift.
9113 On exit, *AMOUNTP will be -1 if the shift is by a register, or a constant
9114 shift. */
9115 static const char *
shift_op(rtx op,HOST_WIDE_INT * amountp)9116 shift_op (rtx op, HOST_WIDE_INT *amountp)
9117 {
9118 const char * mnem;
9119 enum rtx_code code = GET_CODE (op);
9120
9121 switch (GET_CODE (XEXP (op, 1)))
9122 {
9123 case REG:
9124 case SUBREG:
9125 *amountp = -1;
9126 break;
9127
9128 case CONST_INT:
9129 *amountp = INTVAL (XEXP (op, 1));
9130 break;
9131
9132 default:
9133 gcc_unreachable ();
9134 }
9135
9136 switch (code)
9137 {
9138 case ASHIFT:
9139 mnem = "asl";
9140 break;
9141
9142 case ASHIFTRT:
9143 mnem = "asr";
9144 break;
9145
9146 case LSHIFTRT:
9147 mnem = "lsr";
9148 break;
9149
9150 case ROTATE:
9151 gcc_assert (*amountp != -1);
9152 *amountp = 32 - *amountp;
9153
9154 /* Fall through. */
9155
9156 case ROTATERT:
9157 mnem = "ror";
9158 break;
9159
9160 case MULT:
9161 /* We never have to worry about the amount being other than a
9162 power of 2, since this case can never be reloaded from a reg. */
9163 gcc_assert (*amountp != -1);
9164 *amountp = int_log2 (*amountp);
9165 return "asl";
9166
9167 default:
9168 gcc_unreachable ();
9169 }
9170
9171 if (*amountp != -1)
9172 {
9173 /* This is not 100% correct, but follows from the desire to merge
9174 multiplication by a power of 2 with the recognizer for a
9175 shift. >=32 is not a valid shift for "asl", so we must try and
9176 output a shift that produces the correct arithmetical result.
9177 Using lsr #32 is identical except for the fact that the carry bit
9178 is not set correctly if we set the flags; but we never use the
9179 carry bit from such an operation, so we can ignore that. */
9180 if (code == ROTATERT)
9181 /* Rotate is just modulo 32. */
9182 *amountp &= 31;
9183 else if (*amountp != (*amountp & 31))
9184 {
9185 if (code == ASHIFT)
9186 mnem = "lsr";
9187 *amountp = 32;
9188 }
9189
9190 /* Shifts of 0 are no-ops. */
9191 if (*amountp == 0)
9192 return NULL;
9193 }
9194
9195 return mnem;
9196 }
9197
9198 /* Obtain the shift from the POWER of two. */
9199
9200 static HOST_WIDE_INT
int_log2(HOST_WIDE_INT power)9201 int_log2 (HOST_WIDE_INT power)
9202 {
9203 HOST_WIDE_INT shift = 0;
9204
9205 while ((((HOST_WIDE_INT) 1 << shift) & power) == 0)
9206 {
9207 gcc_assert (shift <= 31);
9208 shift++;
9209 }
9210
9211 return shift;
9212 }
9213
9214 /* Output a .ascii pseudo-op, keeping track of lengths. This is
9215 because /bin/as is horribly restrictive. The judgement about
9216 whether or not each character is 'printable' (and can be output as
9217 is) or not (and must be printed with an octal escape) must be made
9218 with reference to the *host* character set -- the situation is
9219 similar to that discussed in the comments above pp_c_char in
9220 c-pretty-print.c. */
9221
9222 #define MAX_ASCII_LEN 51
9223
9224 void
output_ascii_pseudo_op(FILE * stream,const unsigned char * p,int len)9225 output_ascii_pseudo_op (FILE *stream, const unsigned char *p, int len)
9226 {
9227 int i;
9228 int len_so_far = 0;
9229
9230 fputs ("\t.ascii\t\"", stream);
9231
9232 for (i = 0; i < len; i++)
9233 {
9234 int c = p[i];
9235
9236 if (len_so_far >= MAX_ASCII_LEN)
9237 {
9238 fputs ("\"\n\t.ascii\t\"", stream);
9239 len_so_far = 0;
9240 }
9241
9242 if (ISPRINT (c))
9243 {
9244 if (c == '\\' || c == '\"')
9245 {
9246 putc ('\\', stream);
9247 len_so_far++;
9248 }
9249 putc (c, stream);
9250 len_so_far++;
9251 }
9252 else
9253 {
9254 fprintf (stream, "\\%03o", c);
9255 len_so_far += 4;
9256 }
9257 }
9258
9259 fputs ("\"\n", stream);
9260 }
9261
9262 /* Compute the register save mask for registers 0 through 12
9263 inclusive. This code is used by arm_compute_save_reg_mask. */
9264
9265 static unsigned long
arm_compute_save_reg0_reg12_mask(void)9266 arm_compute_save_reg0_reg12_mask (void)
9267 {
9268 unsigned long func_type = arm_current_func_type ();
9269 unsigned long save_reg_mask = 0;
9270 unsigned int reg;
9271
9272 if (IS_INTERRUPT (func_type))
9273 {
9274 unsigned int max_reg;
9275 /* Interrupt functions must not corrupt any registers,
9276 even call clobbered ones. If this is a leaf function
9277 we can just examine the registers used by the RTL, but
9278 otherwise we have to assume that whatever function is
9279 called might clobber anything, and so we have to save
9280 all the call-clobbered registers as well. */
9281 if (ARM_FUNC_TYPE (func_type) == ARM_FT_FIQ)
9282 /* FIQ handlers have registers r8 - r12 banked, so
9283 we only need to check r0 - r7, Normal ISRs only
9284 bank r14 and r15, so we must check up to r12.
9285 r13 is the stack pointer which is always preserved,
9286 so we do not need to consider it here. */
9287 max_reg = 7;
9288 else
9289 max_reg = 12;
9290
9291 for (reg = 0; reg <= max_reg; reg++)
9292 if (regs_ever_live[reg]
9293 || (! current_function_is_leaf && call_used_regs [reg]))
9294 save_reg_mask |= (1 << reg);
9295
9296 /* Also save the pic base register if necessary. */
9297 if (flag_pic
9298 && !TARGET_SINGLE_PIC_BASE
9299 && arm_pic_register != INVALID_REGNUM
9300 && current_function_uses_pic_offset_table)
9301 save_reg_mask |= 1 << PIC_OFFSET_TABLE_REGNUM;
9302 }
9303 else
9304 {
9305 /* In the normal case we only need to save those registers
9306 which are call saved and which are used by this function. */
9307 for (reg = 0; reg <= 10; reg++)
9308 if (regs_ever_live[reg] && ! call_used_regs [reg])
9309 save_reg_mask |= (1 << reg);
9310
9311 /* Handle the frame pointer as a special case. */
9312 if (! TARGET_APCS_FRAME
9313 && ! frame_pointer_needed
9314 && regs_ever_live[HARD_FRAME_POINTER_REGNUM]
9315 && ! call_used_regs[HARD_FRAME_POINTER_REGNUM])
9316 save_reg_mask |= 1 << HARD_FRAME_POINTER_REGNUM;
9317
9318 /* If we aren't loading the PIC register,
9319 don't stack it even though it may be live. */
9320 if (flag_pic
9321 && !TARGET_SINGLE_PIC_BASE
9322 && arm_pic_register != INVALID_REGNUM
9323 && (regs_ever_live[PIC_OFFSET_TABLE_REGNUM]
9324 || current_function_uses_pic_offset_table))
9325 save_reg_mask |= 1 << PIC_OFFSET_TABLE_REGNUM;
9326 }
9327
9328 /* Save registers so the exception handler can modify them. */
9329 if (current_function_calls_eh_return)
9330 {
9331 unsigned int i;
9332
9333 for (i = 0; ; i++)
9334 {
9335 reg = EH_RETURN_DATA_REGNO (i);
9336 if (reg == INVALID_REGNUM)
9337 break;
9338 save_reg_mask |= 1 << reg;
9339 }
9340 }
9341
9342 return save_reg_mask;
9343 }
9344
9345 /* Compute a bit mask of which registers need to be
9346 saved on the stack for the current function. */
9347
9348 static unsigned long
arm_compute_save_reg_mask(void)9349 arm_compute_save_reg_mask (void)
9350 {
9351 unsigned int save_reg_mask = 0;
9352 unsigned long func_type = arm_current_func_type ();
9353
9354 if (IS_NAKED (func_type))
9355 /* This should never really happen. */
9356 return 0;
9357
9358 /* If we are creating a stack frame, then we must save the frame pointer,
9359 IP (which will hold the old stack pointer), LR and the PC. */
9360 if (frame_pointer_needed)
9361 save_reg_mask |=
9362 (1 << ARM_HARD_FRAME_POINTER_REGNUM)
9363 | (1 << IP_REGNUM)
9364 | (1 << LR_REGNUM)
9365 | (1 << PC_REGNUM);
9366
9367 /* Volatile functions do not return, so there
9368 is no need to save any other registers. */
9369 if (IS_VOLATILE (func_type))
9370 return save_reg_mask;
9371
9372 save_reg_mask |= arm_compute_save_reg0_reg12_mask ();
9373
9374 /* Decide if we need to save the link register.
9375 Interrupt routines have their own banked link register,
9376 so they never need to save it.
9377 Otherwise if we do not use the link register we do not need to save
9378 it. If we are pushing other registers onto the stack however, we
9379 can save an instruction in the epilogue by pushing the link register
9380 now and then popping it back into the PC. This incurs extra memory
9381 accesses though, so we only do it when optimizing for size, and only
9382 if we know that we will not need a fancy return sequence. */
9383 if (regs_ever_live [LR_REGNUM]
9384 || (save_reg_mask
9385 && optimize_size
9386 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
9387 && !current_function_calls_eh_return))
9388 save_reg_mask |= 1 << LR_REGNUM;
9389
9390 if (cfun->machine->lr_save_eliminated)
9391 save_reg_mask &= ~ (1 << LR_REGNUM);
9392
9393 if (TARGET_REALLY_IWMMXT
9394 && ((bit_count (save_reg_mask)
9395 + ARM_NUM_INTS (current_function_pretend_args_size)) % 2) != 0)
9396 {
9397 unsigned int reg;
9398
9399 /* The total number of registers that are going to be pushed
9400 onto the stack is odd. We need to ensure that the stack
9401 is 64-bit aligned before we start to save iWMMXt registers,
9402 and also before we start to create locals. (A local variable
9403 might be a double or long long which we will load/store using
9404 an iWMMXt instruction). Therefore we need to push another
9405 ARM register, so that the stack will be 64-bit aligned. We
9406 try to avoid using the arg registers (r0 -r3) as they might be
9407 used to pass values in a tail call. */
9408 for (reg = 4; reg <= 12; reg++)
9409 if ((save_reg_mask & (1 << reg)) == 0)
9410 break;
9411
9412 if (reg <= 12)
9413 save_reg_mask |= (1 << reg);
9414 else
9415 {
9416 cfun->machine->sibcall_blocked = 1;
9417 save_reg_mask |= (1 << 3);
9418 }
9419 }
9420
9421 return save_reg_mask;
9422 }
9423
9424
9425 /* Compute a bit mask of which registers need to be
9426 saved on the stack for the current function. */
9427 static unsigned long
thumb_compute_save_reg_mask(void)9428 thumb_compute_save_reg_mask (void)
9429 {
9430 unsigned long mask;
9431 unsigned reg;
9432
9433 mask = 0;
9434 for (reg = 0; reg < 12; reg ++)
9435 if (regs_ever_live[reg] && !call_used_regs[reg])
9436 mask |= 1 << reg;
9437
9438 if (flag_pic
9439 && !TARGET_SINGLE_PIC_BASE
9440 && arm_pic_register != INVALID_REGNUM
9441 && current_function_uses_pic_offset_table)
9442 mask |= 1 << PIC_OFFSET_TABLE_REGNUM;
9443
9444 /* See if we might need r11 for calls to _interwork_r11_call_via_rN(). */
9445 if (!frame_pointer_needed && CALLER_INTERWORKING_SLOT_SIZE > 0)
9446 mask |= 1 << ARM_HARD_FRAME_POINTER_REGNUM;
9447
9448 /* LR will also be pushed if any lo regs are pushed. */
9449 if (mask & 0xff || thumb_force_lr_save ())
9450 mask |= (1 << LR_REGNUM);
9451
9452 /* Make sure we have a low work register if we need one.
9453 We will need one if we are going to push a high register,
9454 but we are not currently intending to push a low register. */
9455 if ((mask & 0xff) == 0
9456 && ((mask & 0x0f00) || TARGET_BACKTRACE))
9457 {
9458 /* Use thumb_find_work_register to choose which register
9459 we will use. If the register is live then we will
9460 have to push it. Use LAST_LO_REGNUM as our fallback
9461 choice for the register to select. */
9462 reg = thumb_find_work_register (1 << LAST_LO_REGNUM);
9463
9464 if (! call_used_regs[reg])
9465 mask |= 1 << reg;
9466 }
9467
9468 return mask;
9469 }
9470
9471
9472 /* Return the number of bytes required to save VFP registers. */
9473 static int
arm_get_vfp_saved_size(void)9474 arm_get_vfp_saved_size (void)
9475 {
9476 unsigned int regno;
9477 int count;
9478 int saved;
9479
9480 saved = 0;
9481 /* Space for saved VFP registers. */
9482 if (TARGET_HARD_FLOAT && TARGET_VFP)
9483 {
9484 count = 0;
9485 for (regno = FIRST_VFP_REGNUM;
9486 regno < LAST_VFP_REGNUM;
9487 regno += 2)
9488 {
9489 if ((!regs_ever_live[regno] || call_used_regs[regno])
9490 && (!regs_ever_live[regno + 1] || call_used_regs[regno + 1]))
9491 {
9492 if (count > 0)
9493 {
9494 /* Workaround ARM10 VFPr1 bug. */
9495 if (count == 2 && !arm_arch6)
9496 count++;
9497 saved += count * 8 + 4;
9498 }
9499 count = 0;
9500 }
9501 else
9502 count++;
9503 }
9504 if (count > 0)
9505 {
9506 if (count == 2 && !arm_arch6)
9507 count++;
9508 saved += count * 8 + 4;
9509 }
9510 }
9511 return saved;
9512 }
9513
9514
9515 /* Generate a function exit sequence. If REALLY_RETURN is false, then do
9516 everything bar the final return instruction. */
9517 const char *
output_return_instruction(rtx operand,int really_return,int reverse)9518 output_return_instruction (rtx operand, int really_return, int reverse)
9519 {
9520 char conditional[10];
9521 char instr[100];
9522 unsigned reg;
9523 unsigned long live_regs_mask;
9524 unsigned long func_type;
9525 arm_stack_offsets *offsets;
9526
9527 func_type = arm_current_func_type ();
9528
9529 if (IS_NAKED (func_type))
9530 return "";
9531
9532 if (IS_VOLATILE (func_type) && TARGET_ABORT_NORETURN)
9533 {
9534 /* If this function was declared non-returning, and we have
9535 found a tail call, then we have to trust that the called
9536 function won't return. */
9537 if (really_return)
9538 {
9539 rtx ops[2];
9540
9541 /* Otherwise, trap an attempted return by aborting. */
9542 ops[0] = operand;
9543 ops[1] = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)"
9544 : "abort");
9545 assemble_external_libcall (ops[1]);
9546 output_asm_insn (reverse ? "bl%D0\t%a1" : "bl%d0\t%a1", ops);
9547 }
9548
9549 return "";
9550 }
9551
9552 gcc_assert (!current_function_calls_alloca || really_return);
9553
9554 sprintf (conditional, "%%?%%%c0", reverse ? 'D' : 'd');
9555
9556 return_used_this_function = 1;
9557
9558 live_regs_mask = arm_compute_save_reg_mask ();
9559
9560 if (live_regs_mask)
9561 {
9562 const char * return_reg;
9563
9564 /* If we do not have any special requirements for function exit
9565 (e.g. interworking, or ISR) then we can load the return address
9566 directly into the PC. Otherwise we must load it into LR. */
9567 if (really_return
9568 && ! TARGET_INTERWORK)
9569 return_reg = reg_names[PC_REGNUM];
9570 else
9571 return_reg = reg_names[LR_REGNUM];
9572
9573 if ((live_regs_mask & (1 << IP_REGNUM)) == (1 << IP_REGNUM))
9574 {
9575 /* There are three possible reasons for the IP register
9576 being saved. 1) a stack frame was created, in which case
9577 IP contains the old stack pointer, or 2) an ISR routine
9578 corrupted it, or 3) it was saved to align the stack on
9579 iWMMXt. In case 1, restore IP into SP, otherwise just
9580 restore IP. */
9581 if (frame_pointer_needed)
9582 {
9583 live_regs_mask &= ~ (1 << IP_REGNUM);
9584 live_regs_mask |= (1 << SP_REGNUM);
9585 }
9586 else
9587 gcc_assert (IS_INTERRUPT (func_type) || TARGET_REALLY_IWMMXT);
9588 }
9589
9590 /* On some ARM architectures it is faster to use LDR rather than
9591 LDM to load a single register. On other architectures, the
9592 cost is the same. In 26 bit mode, or for exception handlers,
9593 we have to use LDM to load the PC so that the CPSR is also
9594 restored. */
9595 for (reg = 0; reg <= LAST_ARM_REGNUM; reg++)
9596 if (live_regs_mask == (1U << reg))
9597 break;
9598
9599 if (reg <= LAST_ARM_REGNUM
9600 && (reg != LR_REGNUM
9601 || ! really_return
9602 || ! IS_INTERRUPT (func_type)))
9603 {
9604 sprintf (instr, "ldr%s\t%%|%s, [%%|sp], #4", conditional,
9605 (reg == LR_REGNUM) ? return_reg : reg_names[reg]);
9606 }
9607 else
9608 {
9609 char *p;
9610 int first = 1;
9611
9612 /* Generate the load multiple instruction to restore the
9613 registers. Note we can get here, even if
9614 frame_pointer_needed is true, but only if sp already
9615 points to the base of the saved core registers. */
9616 if (live_regs_mask & (1 << SP_REGNUM))
9617 {
9618 unsigned HOST_WIDE_INT stack_adjust;
9619
9620 offsets = arm_get_frame_offsets ();
9621 stack_adjust = offsets->outgoing_args - offsets->saved_regs;
9622 gcc_assert (stack_adjust == 0 || stack_adjust == 4);
9623
9624 if (stack_adjust && arm_arch5)
9625 sprintf (instr, "ldm%sib\t%%|sp, {", conditional);
9626 else
9627 {
9628 /* If we can't use ldmib (SA110 bug),
9629 then try to pop r3 instead. */
9630 if (stack_adjust)
9631 live_regs_mask |= 1 << 3;
9632 sprintf (instr, "ldm%sfd\t%%|sp, {", conditional);
9633 }
9634 }
9635 else
9636 sprintf (instr, "ldm%sfd\t%%|sp!, {", conditional);
9637
9638 p = instr + strlen (instr);
9639
9640 for (reg = 0; reg <= SP_REGNUM; reg++)
9641 if (live_regs_mask & (1 << reg))
9642 {
9643 int l = strlen (reg_names[reg]);
9644
9645 if (first)
9646 first = 0;
9647 else
9648 {
9649 memcpy (p, ", ", 2);
9650 p += 2;
9651 }
9652
9653 memcpy (p, "%|", 2);
9654 memcpy (p + 2, reg_names[reg], l);
9655 p += l + 2;
9656 }
9657
9658 if (live_regs_mask & (1 << LR_REGNUM))
9659 {
9660 sprintf (p, "%s%%|%s}", first ? "" : ", ", return_reg);
9661 /* If returning from an interrupt, restore the CPSR. */
9662 if (IS_INTERRUPT (func_type))
9663 strcat (p, "^");
9664 }
9665 else
9666 strcpy (p, "}");
9667 }
9668
9669 output_asm_insn (instr, & operand);
9670
9671 /* See if we need to generate an extra instruction to
9672 perform the actual function return. */
9673 if (really_return
9674 && func_type != ARM_FT_INTERWORKED
9675 && (live_regs_mask & (1 << LR_REGNUM)) != 0)
9676 {
9677 /* The return has already been handled
9678 by loading the LR into the PC. */
9679 really_return = 0;
9680 }
9681 }
9682
9683 if (really_return)
9684 {
9685 switch ((int) ARM_FUNC_TYPE (func_type))
9686 {
9687 case ARM_FT_ISR:
9688 case ARM_FT_FIQ:
9689 sprintf (instr, "sub%ss\t%%|pc, %%|lr, #4", conditional);
9690 break;
9691
9692 case ARM_FT_INTERWORKED:
9693 sprintf (instr, "bx%s\t%%|lr", conditional);
9694 break;
9695
9696 case ARM_FT_EXCEPTION:
9697 sprintf (instr, "mov%ss\t%%|pc, %%|lr", conditional);
9698 break;
9699
9700 default:
9701 /* Use bx if it's available. */
9702 if (arm_arch5 || arm_arch4t)
9703 sprintf (instr, "bx%s\t%%|lr", conditional);
9704 else
9705 sprintf (instr, "mov%s\t%%|pc, %%|lr", conditional);
9706 break;
9707 }
9708
9709 output_asm_insn (instr, & operand);
9710 }
9711
9712 return "";
9713 }
9714
9715 /* Write the function name into the code section, directly preceding
9716 the function prologue.
9717
9718 Code will be output similar to this:
9719 t0
9720 .ascii "arm_poke_function_name", 0
9721 .align
9722 t1
9723 .word 0xff000000 + (t1 - t0)
9724 arm_poke_function_name
9725 mov ip, sp
9726 stmfd sp!, {fp, ip, lr, pc}
9727 sub fp, ip, #4
9728
9729 When performing a stack backtrace, code can inspect the value
9730 of 'pc' stored at 'fp' + 0. If the trace function then looks
9731 at location pc - 12 and the top 8 bits are set, then we know
9732 that there is a function name embedded immediately preceding this
9733 location and has length ((pc[-3]) & 0xff000000).
9734
9735 We assume that pc is declared as a pointer to an unsigned long.
9736
9737 It is of no benefit to output the function name if we are assembling
9738 a leaf function. These function types will not contain a stack
9739 backtrace structure, therefore it is not possible to determine the
9740 function name. */
9741 void
arm_poke_function_name(FILE * stream,const char * name)9742 arm_poke_function_name (FILE *stream, const char *name)
9743 {
9744 unsigned long alignlength;
9745 unsigned long length;
9746 rtx x;
9747
9748 length = strlen (name) + 1;
9749 alignlength = ROUND_UP_WORD (length);
9750
9751 ASM_OUTPUT_ASCII (stream, name, length);
9752 ASM_OUTPUT_ALIGN (stream, 2);
9753 x = GEN_INT ((unsigned HOST_WIDE_INT) 0xff000000 + alignlength);
9754 assemble_aligned_integer (UNITS_PER_WORD, x);
9755 }
9756
9757 /* Place some comments into the assembler stream
9758 describing the current function. */
9759 static void
arm_output_function_prologue(FILE * f,HOST_WIDE_INT frame_size)9760 arm_output_function_prologue (FILE *f, HOST_WIDE_INT frame_size)
9761 {
9762 unsigned long func_type;
9763
9764 if (!TARGET_ARM)
9765 {
9766 thumb_output_function_prologue (f, frame_size);
9767 return;
9768 }
9769
9770 /* Sanity check. */
9771 gcc_assert (!arm_ccfsm_state && !arm_target_insn);
9772
9773 func_type = arm_current_func_type ();
9774
9775 switch ((int) ARM_FUNC_TYPE (func_type))
9776 {
9777 default:
9778 case ARM_FT_NORMAL:
9779 break;
9780 case ARM_FT_INTERWORKED:
9781 asm_fprintf (f, "\t%@ Function supports interworking.\n");
9782 break;
9783 case ARM_FT_ISR:
9784 asm_fprintf (f, "\t%@ Interrupt Service Routine.\n");
9785 break;
9786 case ARM_FT_FIQ:
9787 asm_fprintf (f, "\t%@ Fast Interrupt Service Routine.\n");
9788 break;
9789 case ARM_FT_EXCEPTION:
9790 asm_fprintf (f, "\t%@ ARM Exception Handler.\n");
9791 break;
9792 }
9793
9794 if (IS_NAKED (func_type))
9795 asm_fprintf (f, "\t%@ Naked Function: prologue and epilogue provided by programmer.\n");
9796
9797 if (IS_VOLATILE (func_type))
9798 asm_fprintf (f, "\t%@ Volatile: function does not return.\n");
9799
9800 if (IS_NESTED (func_type))
9801 asm_fprintf (f, "\t%@ Nested: function declared inside another function.\n");
9802
9803 asm_fprintf (f, "\t%@ args = %d, pretend = %d, frame = %wd\n",
9804 current_function_args_size,
9805 current_function_pretend_args_size, frame_size);
9806
9807 asm_fprintf (f, "\t%@ frame_needed = %d, uses_anonymous_args = %d\n",
9808 frame_pointer_needed,
9809 cfun->machine->uses_anonymous_args);
9810
9811 if (cfun->machine->lr_save_eliminated)
9812 asm_fprintf (f, "\t%@ link register save eliminated.\n");
9813
9814 if (current_function_calls_eh_return)
9815 asm_fprintf (f, "\t@ Calls __builtin_eh_return.\n");
9816
9817 #ifdef AOF_ASSEMBLER
9818 if (flag_pic)
9819 asm_fprintf (f, "\tmov\t%r, %r\n", IP_REGNUM, PIC_OFFSET_TABLE_REGNUM);
9820 #endif
9821
9822 return_used_this_function = 0;
9823 }
9824
9825 const char *
arm_output_epilogue(rtx sibling)9826 arm_output_epilogue (rtx sibling)
9827 {
9828 int reg;
9829 unsigned long saved_regs_mask;
9830 unsigned long func_type;
9831 /* Floats_offset is the offset from the "virtual" frame. In an APCS
9832 frame that is $fp + 4 for a non-variadic function. */
9833 int floats_offset = 0;
9834 rtx operands[3];
9835 FILE * f = asm_out_file;
9836 unsigned int lrm_count = 0;
9837 int really_return = (sibling == NULL);
9838 int start_reg;
9839 arm_stack_offsets *offsets;
9840
9841 /* If we have already generated the return instruction
9842 then it is futile to generate anything else. */
9843 if (use_return_insn (FALSE, sibling) && return_used_this_function)
9844 return "";
9845
9846 func_type = arm_current_func_type ();
9847
9848 if (IS_NAKED (func_type))
9849 /* Naked functions don't have epilogues. */
9850 return "";
9851
9852 if (IS_VOLATILE (func_type) && TARGET_ABORT_NORETURN)
9853 {
9854 rtx op;
9855
9856 /* A volatile function should never return. Call abort. */
9857 op = gen_rtx_SYMBOL_REF (Pmode, NEED_PLT_RELOC ? "abort(PLT)" : "abort");
9858 assemble_external_libcall (op);
9859 output_asm_insn ("bl\t%a0", &op);
9860
9861 return "";
9862 }
9863
9864 /* If we are throwing an exception, then we really must be doing a
9865 return, so we can't tail-call. */
9866 gcc_assert (!current_function_calls_eh_return || really_return);
9867
9868 offsets = arm_get_frame_offsets ();
9869 saved_regs_mask = arm_compute_save_reg_mask ();
9870
9871 if (TARGET_IWMMXT)
9872 lrm_count = bit_count (saved_regs_mask);
9873
9874 floats_offset = offsets->saved_args;
9875 /* Compute how far away the floats will be. */
9876 for (reg = 0; reg <= LAST_ARM_REGNUM; reg++)
9877 if (saved_regs_mask & (1 << reg))
9878 floats_offset += 4;
9879
9880 if (frame_pointer_needed)
9881 {
9882 /* This variable is for the Virtual Frame Pointer, not VFP regs. */
9883 int vfp_offset = offsets->frame;
9884
9885 if (arm_fpu_arch == FPUTYPE_FPA_EMU2)
9886 {
9887 for (reg = LAST_FPA_REGNUM; reg >= FIRST_FPA_REGNUM; reg--)
9888 if (regs_ever_live[reg] && !call_used_regs[reg])
9889 {
9890 floats_offset += 12;
9891 asm_fprintf (f, "\tldfe\t%r, [%r, #-%d]\n",
9892 reg, FP_REGNUM, floats_offset - vfp_offset);
9893 }
9894 }
9895 else
9896 {
9897 start_reg = LAST_FPA_REGNUM;
9898
9899 for (reg = LAST_FPA_REGNUM; reg >= FIRST_FPA_REGNUM; reg--)
9900 {
9901 if (regs_ever_live[reg] && !call_used_regs[reg])
9902 {
9903 floats_offset += 12;
9904
9905 /* We can't unstack more than four registers at once. */
9906 if (start_reg - reg == 3)
9907 {
9908 asm_fprintf (f, "\tlfm\t%r, 4, [%r, #-%d]\n",
9909 reg, FP_REGNUM, floats_offset - vfp_offset);
9910 start_reg = reg - 1;
9911 }
9912 }
9913 else
9914 {
9915 if (reg != start_reg)
9916 asm_fprintf (f, "\tlfm\t%r, %d, [%r, #-%d]\n",
9917 reg + 1, start_reg - reg,
9918 FP_REGNUM, floats_offset - vfp_offset);
9919 start_reg = reg - 1;
9920 }
9921 }
9922
9923 /* Just in case the last register checked also needs unstacking. */
9924 if (reg != start_reg)
9925 asm_fprintf (f, "\tlfm\t%r, %d, [%r, #-%d]\n",
9926 reg + 1, start_reg - reg,
9927 FP_REGNUM, floats_offset - vfp_offset);
9928 }
9929
9930 if (TARGET_HARD_FLOAT && TARGET_VFP)
9931 {
9932 int saved_size;
9933
9934 /* The fldmx insn does not have base+offset addressing modes,
9935 so we use IP to hold the address. */
9936 saved_size = arm_get_vfp_saved_size ();
9937
9938 if (saved_size > 0)
9939 {
9940 floats_offset += saved_size;
9941 asm_fprintf (f, "\tsub\t%r, %r, #%d\n", IP_REGNUM,
9942 FP_REGNUM, floats_offset - vfp_offset);
9943 }
9944 start_reg = FIRST_VFP_REGNUM;
9945 for (reg = FIRST_VFP_REGNUM; reg < LAST_VFP_REGNUM; reg += 2)
9946 {
9947 if ((!regs_ever_live[reg] || call_used_regs[reg])
9948 && (!regs_ever_live[reg + 1] || call_used_regs[reg + 1]))
9949 {
9950 if (start_reg != reg)
9951 arm_output_fldmx (f, IP_REGNUM,
9952 (start_reg - FIRST_VFP_REGNUM) / 2,
9953 (reg - start_reg) / 2);
9954 start_reg = reg + 2;
9955 }
9956 }
9957 if (start_reg != reg)
9958 arm_output_fldmx (f, IP_REGNUM,
9959 (start_reg - FIRST_VFP_REGNUM) / 2,
9960 (reg - start_reg) / 2);
9961 }
9962
9963 if (TARGET_IWMMXT)
9964 {
9965 /* The frame pointer is guaranteed to be non-double-word aligned.
9966 This is because it is set to (old_stack_pointer - 4) and the
9967 old_stack_pointer was double word aligned. Thus the offset to
9968 the iWMMXt registers to be loaded must also be non-double-word
9969 sized, so that the resultant address *is* double-word aligned.
9970 We can ignore floats_offset since that was already included in
9971 the live_regs_mask. */
9972 lrm_count += (lrm_count % 2 ? 2 : 1);
9973
9974 for (reg = LAST_IWMMXT_REGNUM; reg >= FIRST_IWMMXT_REGNUM; reg--)
9975 if (regs_ever_live[reg] && !call_used_regs[reg])
9976 {
9977 asm_fprintf (f, "\twldrd\t%r, [%r, #-%d]\n",
9978 reg, FP_REGNUM, lrm_count * 4);
9979 lrm_count += 2;
9980 }
9981 }
9982
9983 /* saved_regs_mask should contain the IP, which at the time of stack
9984 frame generation actually contains the old stack pointer. So a
9985 quick way to unwind the stack is just pop the IP register directly
9986 into the stack pointer. */
9987 gcc_assert (saved_regs_mask & (1 << IP_REGNUM));
9988 saved_regs_mask &= ~ (1 << IP_REGNUM);
9989 saved_regs_mask |= (1 << SP_REGNUM);
9990
9991 /* There are two registers left in saved_regs_mask - LR and PC. We
9992 only need to restore the LR register (the return address), but to
9993 save time we can load it directly into the PC, unless we need a
9994 special function exit sequence, or we are not really returning. */
9995 if (really_return
9996 && ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
9997 && !current_function_calls_eh_return)
9998 /* Delete the LR from the register mask, so that the LR on
9999 the stack is loaded into the PC in the register mask. */
10000 saved_regs_mask &= ~ (1 << LR_REGNUM);
10001 else
10002 saved_regs_mask &= ~ (1 << PC_REGNUM);
10003
10004 /* We must use SP as the base register, because SP is one of the
10005 registers being restored. If an interrupt or page fault
10006 happens in the ldm instruction, the SP might or might not
10007 have been restored. That would be bad, as then SP will no
10008 longer indicate the safe area of stack, and we can get stack
10009 corruption. Using SP as the base register means that it will
10010 be reset correctly to the original value, should an interrupt
10011 occur. If the stack pointer already points at the right
10012 place, then omit the subtraction. */
10013 if (offsets->outgoing_args != (1 + (int) bit_count (saved_regs_mask))
10014 || current_function_calls_alloca)
10015 asm_fprintf (f, "\tsub\t%r, %r, #%d\n", SP_REGNUM, FP_REGNUM,
10016 4 * bit_count (saved_regs_mask));
10017 print_multi_reg (f, "ldmfd\t%r", SP_REGNUM, saved_regs_mask);
10018
10019 if (IS_INTERRUPT (func_type))
10020 /* Interrupt handlers will have pushed the
10021 IP onto the stack, so restore it now. */
10022 print_multi_reg (f, "ldmfd\t%r!", SP_REGNUM, 1 << IP_REGNUM);
10023 }
10024 else
10025 {
10026 /* Restore stack pointer if necessary. */
10027 if (offsets->outgoing_args != offsets->saved_regs)
10028 {
10029 operands[0] = operands[1] = stack_pointer_rtx;
10030 operands[2] = GEN_INT (offsets->outgoing_args - offsets->saved_regs);
10031 output_add_immediate (operands);
10032 }
10033
10034 if (arm_fpu_arch == FPUTYPE_FPA_EMU2)
10035 {
10036 for (reg = FIRST_FPA_REGNUM; reg <= LAST_FPA_REGNUM; reg++)
10037 if (regs_ever_live[reg] && !call_used_regs[reg])
10038 asm_fprintf (f, "\tldfe\t%r, [%r], #12\n",
10039 reg, SP_REGNUM);
10040 }
10041 else
10042 {
10043 start_reg = FIRST_FPA_REGNUM;
10044
10045 for (reg = FIRST_FPA_REGNUM; reg <= LAST_FPA_REGNUM; reg++)
10046 {
10047 if (regs_ever_live[reg] && !call_used_regs[reg])
10048 {
10049 if (reg - start_reg == 3)
10050 {
10051 asm_fprintf (f, "\tlfmfd\t%r, 4, [%r]!\n",
10052 start_reg, SP_REGNUM);
10053 start_reg = reg + 1;
10054 }
10055 }
10056 else
10057 {
10058 if (reg != start_reg)
10059 asm_fprintf (f, "\tlfmfd\t%r, %d, [%r]!\n",
10060 start_reg, reg - start_reg,
10061 SP_REGNUM);
10062
10063 start_reg = reg + 1;
10064 }
10065 }
10066
10067 /* Just in case the last register checked also needs unstacking. */
10068 if (reg != start_reg)
10069 asm_fprintf (f, "\tlfmfd\t%r, %d, [%r]!\n",
10070 start_reg, reg - start_reg, SP_REGNUM);
10071 }
10072
10073 if (TARGET_HARD_FLOAT && TARGET_VFP)
10074 {
10075 start_reg = FIRST_VFP_REGNUM;
10076 for (reg = FIRST_VFP_REGNUM; reg < LAST_VFP_REGNUM; reg += 2)
10077 {
10078 if ((!regs_ever_live[reg] || call_used_regs[reg])
10079 && (!regs_ever_live[reg + 1] || call_used_regs[reg + 1]))
10080 {
10081 if (start_reg != reg)
10082 arm_output_fldmx (f, SP_REGNUM,
10083 (start_reg - FIRST_VFP_REGNUM) / 2,
10084 (reg - start_reg) / 2);
10085 start_reg = reg + 2;
10086 }
10087 }
10088 if (start_reg != reg)
10089 arm_output_fldmx (f, SP_REGNUM,
10090 (start_reg - FIRST_VFP_REGNUM) / 2,
10091 (reg - start_reg) / 2);
10092 }
10093 if (TARGET_IWMMXT)
10094 for (reg = FIRST_IWMMXT_REGNUM; reg <= LAST_IWMMXT_REGNUM; reg++)
10095 if (regs_ever_live[reg] && !call_used_regs[reg])
10096 asm_fprintf (f, "\twldrd\t%r, [%r], #8\n", reg, SP_REGNUM);
10097
10098 /* If we can, restore the LR into the PC. */
10099 if (ARM_FUNC_TYPE (func_type) == ARM_FT_NORMAL
10100 && really_return
10101 && current_function_pretend_args_size == 0
10102 && saved_regs_mask & (1 << LR_REGNUM)
10103 && !current_function_calls_eh_return)
10104 {
10105 saved_regs_mask &= ~ (1 << LR_REGNUM);
10106 saved_regs_mask |= (1 << PC_REGNUM);
10107 }
10108
10109 /* Load the registers off the stack. If we only have one register
10110 to load use the LDR instruction - it is faster. */
10111 if (saved_regs_mask == (1 << LR_REGNUM))
10112 {
10113 asm_fprintf (f, "\tldr\t%r, [%r], #4\n", LR_REGNUM, SP_REGNUM);
10114 }
10115 else if (saved_regs_mask)
10116 {
10117 if (saved_regs_mask & (1 << SP_REGNUM))
10118 /* Note - write back to the stack register is not enabled
10119 (i.e. "ldmfd sp!..."). We know that the stack pointer is
10120 in the list of registers and if we add writeback the
10121 instruction becomes UNPREDICTABLE. */
10122 print_multi_reg (f, "ldmfd\t%r", SP_REGNUM, saved_regs_mask);
10123 else
10124 print_multi_reg (f, "ldmfd\t%r!", SP_REGNUM, saved_regs_mask);
10125 }
10126
10127 if (current_function_pretend_args_size)
10128 {
10129 /* Unwind the pre-pushed regs. */
10130 operands[0] = operands[1] = stack_pointer_rtx;
10131 operands[2] = GEN_INT (current_function_pretend_args_size);
10132 output_add_immediate (operands);
10133 }
10134 }
10135
10136 /* We may have already restored PC directly from the stack. */
10137 if (!really_return || saved_regs_mask & (1 << PC_REGNUM))
10138 return "";
10139
10140 /* Stack adjustment for exception handler. */
10141 if (current_function_calls_eh_return)
10142 asm_fprintf (f, "\tadd\t%r, %r, %r\n", SP_REGNUM, SP_REGNUM,
10143 ARM_EH_STACKADJ_REGNUM);
10144
10145 /* Generate the return instruction. */
10146 switch ((int) ARM_FUNC_TYPE (func_type))
10147 {
10148 case ARM_FT_ISR:
10149 case ARM_FT_FIQ:
10150 asm_fprintf (f, "\tsubs\t%r, %r, #4\n", PC_REGNUM, LR_REGNUM);
10151 break;
10152
10153 case ARM_FT_EXCEPTION:
10154 asm_fprintf (f, "\tmovs\t%r, %r\n", PC_REGNUM, LR_REGNUM);
10155 break;
10156
10157 case ARM_FT_INTERWORKED:
10158 asm_fprintf (f, "\tbx\t%r\n", LR_REGNUM);
10159 break;
10160
10161 default:
10162 if (arm_arch5 || arm_arch4t)
10163 asm_fprintf (f, "\tbx\t%r\n", LR_REGNUM);
10164 else
10165 asm_fprintf (f, "\tmov\t%r, %r\n", PC_REGNUM, LR_REGNUM);
10166 break;
10167 }
10168
10169 return "";
10170 }
10171
10172 static void
arm_output_function_epilogue(FILE * file ATTRIBUTE_UNUSED,HOST_WIDE_INT frame_size ATTRIBUTE_UNUSED)10173 arm_output_function_epilogue (FILE *file ATTRIBUTE_UNUSED,
10174 HOST_WIDE_INT frame_size ATTRIBUTE_UNUSED)
10175 {
10176 arm_stack_offsets *offsets;
10177
10178 if (TARGET_THUMB)
10179 {
10180 int regno;
10181
10182 /* Emit any call-via-reg trampolines that are needed for v4t support
10183 of call_reg and call_value_reg type insns. */
10184 for (regno = 0; regno < LR_REGNUM; regno++)
10185 {
10186 rtx label = cfun->machine->call_via[regno];
10187
10188 if (label != NULL)
10189 {
10190 switch_to_section (function_section (current_function_decl));
10191 targetm.asm_out.internal_label (asm_out_file, "L",
10192 CODE_LABEL_NUMBER (label));
10193 asm_fprintf (asm_out_file, "\tbx\t%r\n", regno);
10194 }
10195 }
10196
10197 /* ??? Probably not safe to set this here, since it assumes that a
10198 function will be emitted as assembly immediately after we generate
10199 RTL for it. This does not happen for inline functions. */
10200 return_used_this_function = 0;
10201 }
10202 else
10203 {
10204 /* We need to take into account any stack-frame rounding. */
10205 offsets = arm_get_frame_offsets ();
10206
10207 gcc_assert (!use_return_insn (FALSE, NULL)
10208 || !return_used_this_function
10209 || offsets->saved_regs == offsets->outgoing_args
10210 || frame_pointer_needed);
10211
10212 /* Reset the ARM-specific per-function variables. */
10213 after_arm_reorg = 0;
10214 }
10215 }
10216
10217 /* Generate and emit an insn that we will recognize as a push_multi.
10218 Unfortunately, since this insn does not reflect very well the actual
10219 semantics of the operation, we need to annotate the insn for the benefit
10220 of DWARF2 frame unwind information. */
10221 static rtx
emit_multi_reg_push(unsigned long mask)10222 emit_multi_reg_push (unsigned long mask)
10223 {
10224 int num_regs = 0;
10225 int num_dwarf_regs;
10226 int i, j;
10227 rtx par;
10228 rtx dwarf;
10229 int dwarf_par_index;
10230 rtx tmp, reg;
10231
10232 for (i = 0; i <= LAST_ARM_REGNUM; i++)
10233 if (mask & (1 << i))
10234 num_regs++;
10235
10236 gcc_assert (num_regs && num_regs <= 16);
10237
10238 /* We don't record the PC in the dwarf frame information. */
10239 num_dwarf_regs = num_regs;
10240 if (mask & (1 << PC_REGNUM))
10241 num_dwarf_regs--;
10242
10243 /* For the body of the insn we are going to generate an UNSPEC in
10244 parallel with several USEs. This allows the insn to be recognized
10245 by the push_multi pattern in the arm.md file. The insn looks
10246 something like this:
10247
10248 (parallel [
10249 (set (mem:BLK (pre_dec:BLK (reg:SI sp)))
10250 (unspec:BLK [(reg:SI r4)] UNSPEC_PUSH_MULT))
10251 (use (reg:SI 11 fp))
10252 (use (reg:SI 12 ip))
10253 (use (reg:SI 14 lr))
10254 (use (reg:SI 15 pc))
10255 ])
10256
10257 For the frame note however, we try to be more explicit and actually
10258 show each register being stored into the stack frame, plus a (single)
10259 decrement of the stack pointer. We do it this way in order to be
10260 friendly to the stack unwinding code, which only wants to see a single
10261 stack decrement per instruction. The RTL we generate for the note looks
10262 something like this:
10263
10264 (sequence [
10265 (set (reg:SI sp) (plus:SI (reg:SI sp) (const_int -20)))
10266 (set (mem:SI (reg:SI sp)) (reg:SI r4))
10267 (set (mem:SI (plus:SI (reg:SI sp) (const_int 4))) (reg:SI fp))
10268 (set (mem:SI (plus:SI (reg:SI sp) (const_int 8))) (reg:SI ip))
10269 (set (mem:SI (plus:SI (reg:SI sp) (const_int 12))) (reg:SI lr))
10270 ])
10271
10272 This sequence is used both by the code to support stack unwinding for
10273 exceptions handlers and the code to generate dwarf2 frame debugging. */
10274
10275 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num_regs));
10276 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (num_dwarf_regs + 1));
10277 dwarf_par_index = 1;
10278
10279 for (i = 0; i <= LAST_ARM_REGNUM; i++)
10280 {
10281 if (mask & (1 << i))
10282 {
10283 reg = gen_rtx_REG (SImode, i);
10284
10285 XVECEXP (par, 0, 0)
10286 = gen_rtx_SET (VOIDmode,
10287 gen_frame_mem (BLKmode,
10288 gen_rtx_PRE_DEC (BLKmode,
10289 stack_pointer_rtx)),
10290 gen_rtx_UNSPEC (BLKmode,
10291 gen_rtvec (1, reg),
10292 UNSPEC_PUSH_MULT));
10293
10294 if (i != PC_REGNUM)
10295 {
10296 tmp = gen_rtx_SET (VOIDmode,
10297 gen_frame_mem (SImode, stack_pointer_rtx),
10298 reg);
10299 RTX_FRAME_RELATED_P (tmp) = 1;
10300 XVECEXP (dwarf, 0, dwarf_par_index) = tmp;
10301 dwarf_par_index++;
10302 }
10303
10304 break;
10305 }
10306 }
10307
10308 for (j = 1, i++; j < num_regs; i++)
10309 {
10310 if (mask & (1 << i))
10311 {
10312 reg = gen_rtx_REG (SImode, i);
10313
10314 XVECEXP (par, 0, j) = gen_rtx_USE (VOIDmode, reg);
10315
10316 if (i != PC_REGNUM)
10317 {
10318 tmp
10319 = gen_rtx_SET (VOIDmode,
10320 gen_frame_mem (SImode,
10321 plus_constant (stack_pointer_rtx,
10322 4 * j)),
10323 reg);
10324 RTX_FRAME_RELATED_P (tmp) = 1;
10325 XVECEXP (dwarf, 0, dwarf_par_index++) = tmp;
10326 }
10327
10328 j++;
10329 }
10330 }
10331
10332 par = emit_insn (par);
10333
10334 tmp = gen_rtx_SET (VOIDmode,
10335 stack_pointer_rtx,
10336 plus_constant (stack_pointer_rtx, -4 * num_regs));
10337 RTX_FRAME_RELATED_P (tmp) = 1;
10338 XVECEXP (dwarf, 0, 0) = tmp;
10339
10340 REG_NOTES (par) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
10341 REG_NOTES (par));
10342 return par;
10343 }
10344
10345 /* Calculate the size of the return value that is passed in registers. */
10346 static int
arm_size_return_regs(void)10347 arm_size_return_regs (void)
10348 {
10349 enum machine_mode mode;
10350
10351 if (current_function_return_rtx != 0)
10352 mode = GET_MODE (current_function_return_rtx);
10353 else
10354 mode = DECL_MODE (DECL_RESULT (current_function_decl));
10355
10356 return GET_MODE_SIZE (mode);
10357 }
10358
10359 static rtx
emit_sfm(int base_reg,int count)10360 emit_sfm (int base_reg, int count)
10361 {
10362 rtx par;
10363 rtx dwarf;
10364 rtx tmp, reg;
10365 int i;
10366
10367 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count));
10368 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (count + 1));
10369
10370 reg = gen_rtx_REG (XFmode, base_reg++);
10371
10372 XVECEXP (par, 0, 0)
10373 = gen_rtx_SET (VOIDmode,
10374 gen_frame_mem (BLKmode,
10375 gen_rtx_PRE_DEC (BLKmode,
10376 stack_pointer_rtx)),
10377 gen_rtx_UNSPEC (BLKmode,
10378 gen_rtvec (1, reg),
10379 UNSPEC_PUSH_MULT));
10380 tmp = gen_rtx_SET (VOIDmode,
10381 gen_frame_mem (XFmode, stack_pointer_rtx), reg);
10382 RTX_FRAME_RELATED_P (tmp) = 1;
10383 XVECEXP (dwarf, 0, 1) = tmp;
10384
10385 for (i = 1; i < count; i++)
10386 {
10387 reg = gen_rtx_REG (XFmode, base_reg++);
10388 XVECEXP (par, 0, i) = gen_rtx_USE (VOIDmode, reg);
10389
10390 tmp = gen_rtx_SET (VOIDmode,
10391 gen_frame_mem (XFmode,
10392 plus_constant (stack_pointer_rtx,
10393 i * 12)),
10394 reg);
10395 RTX_FRAME_RELATED_P (tmp) = 1;
10396 XVECEXP (dwarf, 0, i + 1) = tmp;
10397 }
10398
10399 tmp = gen_rtx_SET (VOIDmode,
10400 stack_pointer_rtx,
10401 plus_constant (stack_pointer_rtx, -12 * count));
10402
10403 RTX_FRAME_RELATED_P (tmp) = 1;
10404 XVECEXP (dwarf, 0, 0) = tmp;
10405
10406 par = emit_insn (par);
10407 REG_NOTES (par) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
10408 REG_NOTES (par));
10409 return par;
10410 }
10411
10412
10413 /* Return true if the current function needs to save/restore LR. */
10414
10415 static bool
thumb_force_lr_save(void)10416 thumb_force_lr_save (void)
10417 {
10418 return !cfun->machine->lr_save_eliminated
10419 && (!leaf_function_p ()
10420 || thumb_far_jump_used_p ()
10421 || regs_ever_live [LR_REGNUM]);
10422 }
10423
10424
10425 /* Compute the distance from register FROM to register TO.
10426 These can be the arg pointer (26), the soft frame pointer (25),
10427 the stack pointer (13) or the hard frame pointer (11).
10428 In thumb mode r7 is used as the soft frame pointer, if needed.
10429 Typical stack layout looks like this:
10430
10431 old stack pointer -> | |
10432 ----
10433 | | \
10434 | | saved arguments for
10435 | | vararg functions
10436 | | /
10437 --
10438 hard FP & arg pointer -> | | \
10439 | | stack
10440 | | frame
10441 | | /
10442 --
10443 | | \
10444 | | call saved
10445 | | registers
10446 soft frame pointer -> | | /
10447 --
10448 | | \
10449 | | local
10450 | | variables
10451 locals base pointer -> | | /
10452 --
10453 | | \
10454 | | outgoing
10455 | | arguments
10456 current stack pointer -> | | /
10457 --
10458
10459 For a given function some or all of these stack components
10460 may not be needed, giving rise to the possibility of
10461 eliminating some of the registers.
10462
10463 The values returned by this function must reflect the behavior
10464 of arm_expand_prologue() and arm_compute_save_reg_mask().
10465
10466 The sign of the number returned reflects the direction of stack
10467 growth, so the values are positive for all eliminations except
10468 from the soft frame pointer to the hard frame pointer.
10469
10470 SFP may point just inside the local variables block to ensure correct
10471 alignment. */
10472
10473
10474 /* Calculate stack offsets. These are used to calculate register elimination
10475 offsets and in prologue/epilogue code. */
10476
10477 static arm_stack_offsets *
arm_get_frame_offsets(void)10478 arm_get_frame_offsets (void)
10479 {
10480 struct arm_stack_offsets *offsets;
10481 unsigned long func_type;
10482 int leaf;
10483 int saved;
10484 HOST_WIDE_INT frame_size;
10485
10486 offsets = &cfun->machine->stack_offsets;
10487
10488 /* We need to know if we are a leaf function. Unfortunately, it
10489 is possible to be called after start_sequence has been called,
10490 which causes get_insns to return the insns for the sequence,
10491 not the function, which will cause leaf_function_p to return
10492 the incorrect result.
10493
10494 to know about leaf functions once reload has completed, and the
10495 frame size cannot be changed after that time, so we can safely
10496 use the cached value. */
10497
10498 if (reload_completed)
10499 return offsets;
10500
10501 /* Initially this is the size of the local variables. It will translated
10502 into an offset once we have determined the size of preceding data. */
10503 frame_size = ROUND_UP_WORD (get_frame_size ());
10504
10505 leaf = leaf_function_p ();
10506
10507 /* Space for variadic functions. */
10508 offsets->saved_args = current_function_pretend_args_size;
10509
10510 offsets->frame = offsets->saved_args + (frame_pointer_needed ? 4 : 0);
10511
10512 if (TARGET_ARM)
10513 {
10514 unsigned int regno;
10515
10516 saved = bit_count (arm_compute_save_reg_mask ()) * 4;
10517
10518 /* We know that SP will be doubleword aligned on entry, and we must
10519 preserve that condition at any subroutine call. We also require the
10520 soft frame pointer to be doubleword aligned. */
10521
10522 if (TARGET_REALLY_IWMMXT)
10523 {
10524 /* Check for the call-saved iWMMXt registers. */
10525 for (regno = FIRST_IWMMXT_REGNUM;
10526 regno <= LAST_IWMMXT_REGNUM;
10527 regno++)
10528 if (regs_ever_live [regno] && ! call_used_regs [regno])
10529 saved += 8;
10530 }
10531
10532 func_type = arm_current_func_type ();
10533 if (! IS_VOLATILE (func_type))
10534 {
10535 /* Space for saved FPA registers. */
10536 for (regno = FIRST_FPA_REGNUM; regno <= LAST_FPA_REGNUM; regno++)
10537 if (regs_ever_live[regno] && ! call_used_regs[regno])
10538 saved += 12;
10539
10540 /* Space for saved VFP registers. */
10541 if (TARGET_HARD_FLOAT && TARGET_VFP)
10542 saved += arm_get_vfp_saved_size ();
10543 }
10544 }
10545 else /* TARGET_THUMB */
10546 {
10547 saved = bit_count (thumb_compute_save_reg_mask ()) * 4;
10548 if (TARGET_BACKTRACE)
10549 saved += 16;
10550 }
10551
10552 /* Saved registers include the stack frame. */
10553 offsets->saved_regs = offsets->saved_args + saved;
10554 offsets->soft_frame = offsets->saved_regs + CALLER_INTERWORKING_SLOT_SIZE;
10555 /* A leaf function does not need any stack alignment if it has nothing
10556 on the stack. */
10557 if (leaf && frame_size == 0)
10558 {
10559 offsets->outgoing_args = offsets->soft_frame;
10560 offsets->locals_base = offsets->soft_frame;
10561 return offsets;
10562 }
10563
10564 /* Ensure SFP has the correct alignment. */
10565 if (ARM_DOUBLEWORD_ALIGN
10566 && (offsets->soft_frame & 7))
10567 offsets->soft_frame += 4;
10568
10569 offsets->locals_base = offsets->soft_frame + frame_size;
10570 offsets->outgoing_args = (offsets->locals_base
10571 + current_function_outgoing_args_size);
10572
10573 if (ARM_DOUBLEWORD_ALIGN)
10574 {
10575 /* Ensure SP remains doubleword aligned. */
10576 if (offsets->outgoing_args & 7)
10577 offsets->outgoing_args += 4;
10578 gcc_assert (!(offsets->outgoing_args & 7));
10579 }
10580
10581 return offsets;
10582 }
10583
10584
10585 /* Calculate the relative offsets for the different stack pointers. Positive
10586 offsets are in the direction of stack growth. */
10587
10588 HOST_WIDE_INT
arm_compute_initial_elimination_offset(unsigned int from,unsigned int to)10589 arm_compute_initial_elimination_offset (unsigned int from, unsigned int to)
10590 {
10591 arm_stack_offsets *offsets;
10592
10593 offsets = arm_get_frame_offsets ();
10594
10595 /* OK, now we have enough information to compute the distances.
10596 There must be an entry in these switch tables for each pair
10597 of registers in ELIMINABLE_REGS, even if some of the entries
10598 seem to be redundant or useless. */
10599 switch (from)
10600 {
10601 case ARG_POINTER_REGNUM:
10602 switch (to)
10603 {
10604 case THUMB_HARD_FRAME_POINTER_REGNUM:
10605 return 0;
10606
10607 case FRAME_POINTER_REGNUM:
10608 /* This is the reverse of the soft frame pointer
10609 to hard frame pointer elimination below. */
10610 return offsets->soft_frame - offsets->saved_args;
10611
10612 case ARM_HARD_FRAME_POINTER_REGNUM:
10613 /* If there is no stack frame then the hard
10614 frame pointer and the arg pointer coincide. */
10615 if (offsets->frame == offsets->saved_regs)
10616 return 0;
10617 /* FIXME: Not sure about this. Maybe we should always return 0 ? */
10618 return (frame_pointer_needed
10619 && cfun->static_chain_decl != NULL
10620 && ! cfun->machine->uses_anonymous_args) ? 4 : 0;
10621
10622 case STACK_POINTER_REGNUM:
10623 /* If nothing has been pushed on the stack at all
10624 then this will return -4. This *is* correct! */
10625 return offsets->outgoing_args - (offsets->saved_args + 4);
10626
10627 default:
10628 gcc_unreachable ();
10629 }
10630 gcc_unreachable ();
10631
10632 case FRAME_POINTER_REGNUM:
10633 switch (to)
10634 {
10635 case THUMB_HARD_FRAME_POINTER_REGNUM:
10636 return 0;
10637
10638 case ARM_HARD_FRAME_POINTER_REGNUM:
10639 /* The hard frame pointer points to the top entry in the
10640 stack frame. The soft frame pointer to the bottom entry
10641 in the stack frame. If there is no stack frame at all,
10642 then they are identical. */
10643
10644 return offsets->frame - offsets->soft_frame;
10645
10646 case STACK_POINTER_REGNUM:
10647 return offsets->outgoing_args - offsets->soft_frame;
10648
10649 default:
10650 gcc_unreachable ();
10651 }
10652 gcc_unreachable ();
10653
10654 default:
10655 /* You cannot eliminate from the stack pointer.
10656 In theory you could eliminate from the hard frame
10657 pointer to the stack pointer, but this will never
10658 happen, since if a stack frame is not needed the
10659 hard frame pointer will never be used. */
10660 gcc_unreachable ();
10661 }
10662 }
10663
10664
10665 /* Generate the prologue instructions for entry into an ARM function. */
10666 void
arm_expand_prologue(void)10667 arm_expand_prologue (void)
10668 {
10669 int reg;
10670 rtx amount;
10671 rtx insn;
10672 rtx ip_rtx;
10673 unsigned long live_regs_mask;
10674 unsigned long func_type;
10675 int fp_offset = 0;
10676 int saved_pretend_args = 0;
10677 int saved_regs = 0;
10678 unsigned HOST_WIDE_INT args_to_push;
10679 arm_stack_offsets *offsets;
10680
10681 func_type = arm_current_func_type ();
10682
10683 /* Naked functions don't have prologues. */
10684 if (IS_NAKED (func_type))
10685 return;
10686
10687 /* Make a copy of c_f_p_a_s as we may need to modify it locally. */
10688 args_to_push = current_function_pretend_args_size;
10689
10690 /* Compute which register we will have to save onto the stack. */
10691 live_regs_mask = arm_compute_save_reg_mask ();
10692
10693 ip_rtx = gen_rtx_REG (SImode, IP_REGNUM);
10694
10695 if (frame_pointer_needed)
10696 {
10697 if (IS_INTERRUPT (func_type))
10698 {
10699 /* Interrupt functions must not corrupt any registers.
10700 Creating a frame pointer however, corrupts the IP
10701 register, so we must push it first. */
10702 insn = emit_multi_reg_push (1 << IP_REGNUM);
10703
10704 /* Do not set RTX_FRAME_RELATED_P on this insn.
10705 The dwarf stack unwinding code only wants to see one
10706 stack decrement per function, and this is not it. If
10707 this instruction is labeled as being part of the frame
10708 creation sequence then dwarf2out_frame_debug_expr will
10709 die when it encounters the assignment of IP to FP
10710 later on, since the use of SP here establishes SP as
10711 the CFA register and not IP.
10712
10713 Anyway this instruction is not really part of the stack
10714 frame creation although it is part of the prologue. */
10715 }
10716 else if (IS_NESTED (func_type))
10717 {
10718 /* The Static chain register is the same as the IP register
10719 used as a scratch register during stack frame creation.
10720 To get around this need to find somewhere to store IP
10721 whilst the frame is being created. We try the following
10722 places in order:
10723
10724 1. The last argument register.
10725 2. A slot on the stack above the frame. (This only
10726 works if the function is not a varargs function).
10727 3. Register r3, after pushing the argument registers
10728 onto the stack.
10729
10730 Note - we only need to tell the dwarf2 backend about the SP
10731 adjustment in the second variant; the static chain register
10732 doesn't need to be unwound, as it doesn't contain a value
10733 inherited from the caller. */
10734
10735 if (regs_ever_live[3] == 0)
10736 insn = emit_set_insn (gen_rtx_REG (SImode, 3), ip_rtx);
10737 else if (args_to_push == 0)
10738 {
10739 rtx dwarf;
10740
10741 insn = gen_rtx_PRE_DEC (SImode, stack_pointer_rtx);
10742 insn = emit_set_insn (gen_frame_mem (SImode, insn), ip_rtx);
10743 fp_offset = 4;
10744
10745 /* Just tell the dwarf backend that we adjusted SP. */
10746 dwarf = gen_rtx_SET (VOIDmode, stack_pointer_rtx,
10747 plus_constant (stack_pointer_rtx,
10748 -fp_offset));
10749 RTX_FRAME_RELATED_P (insn) = 1;
10750 REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR,
10751 dwarf, REG_NOTES (insn));
10752 }
10753 else
10754 {
10755 /* Store the args on the stack. */
10756 if (cfun->machine->uses_anonymous_args)
10757 insn = emit_multi_reg_push
10758 ((0xf0 >> (args_to_push / 4)) & 0xf);
10759 else
10760 insn = emit_insn
10761 (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx,
10762 GEN_INT (- args_to_push)));
10763
10764 RTX_FRAME_RELATED_P (insn) = 1;
10765
10766 saved_pretend_args = 1;
10767 fp_offset = args_to_push;
10768 args_to_push = 0;
10769
10770 /* Now reuse r3 to preserve IP. */
10771 emit_set_insn (gen_rtx_REG (SImode, 3), ip_rtx);
10772 }
10773 }
10774
10775 insn = emit_set_insn (ip_rtx,
10776 plus_constant (stack_pointer_rtx, fp_offset));
10777 RTX_FRAME_RELATED_P (insn) = 1;
10778 }
10779
10780 if (args_to_push)
10781 {
10782 /* Push the argument registers, or reserve space for them. */
10783 if (cfun->machine->uses_anonymous_args)
10784 insn = emit_multi_reg_push
10785 ((0xf0 >> (args_to_push / 4)) & 0xf);
10786 else
10787 insn = emit_insn
10788 (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx,
10789 GEN_INT (- args_to_push)));
10790 RTX_FRAME_RELATED_P (insn) = 1;
10791 }
10792
10793 /* If this is an interrupt service routine, and the link register
10794 is going to be pushed, and we are not creating a stack frame,
10795 (which would involve an extra push of IP and a pop in the epilogue)
10796 subtracting four from LR now will mean that the function return
10797 can be done with a single instruction. */
10798 if ((func_type == ARM_FT_ISR || func_type == ARM_FT_FIQ)
10799 && (live_regs_mask & (1 << LR_REGNUM)) != 0
10800 && ! frame_pointer_needed)
10801 {
10802 rtx lr = gen_rtx_REG (SImode, LR_REGNUM);
10803
10804 emit_set_insn (lr, plus_constant (lr, -4));
10805 }
10806
10807 if (live_regs_mask)
10808 {
10809 insn = emit_multi_reg_push (live_regs_mask);
10810 saved_regs += bit_count (live_regs_mask) * 4;
10811 RTX_FRAME_RELATED_P (insn) = 1;
10812 }
10813
10814 if (TARGET_IWMMXT)
10815 for (reg = LAST_IWMMXT_REGNUM; reg >= FIRST_IWMMXT_REGNUM; reg--)
10816 if (regs_ever_live[reg] && ! call_used_regs [reg])
10817 {
10818 insn = gen_rtx_PRE_DEC (V2SImode, stack_pointer_rtx);
10819 insn = gen_frame_mem (V2SImode, insn);
10820 insn = emit_set_insn (insn, gen_rtx_REG (V2SImode, reg));
10821 RTX_FRAME_RELATED_P (insn) = 1;
10822 saved_regs += 8;
10823 }
10824
10825 if (! IS_VOLATILE (func_type))
10826 {
10827 int start_reg;
10828
10829 /* Save any floating point call-saved registers used by this
10830 function. */
10831 if (arm_fpu_arch == FPUTYPE_FPA_EMU2)
10832 {
10833 for (reg = LAST_FPA_REGNUM; reg >= FIRST_FPA_REGNUM; reg--)
10834 if (regs_ever_live[reg] && !call_used_regs[reg])
10835 {
10836 insn = gen_rtx_PRE_DEC (XFmode, stack_pointer_rtx);
10837 insn = gen_frame_mem (XFmode, insn);
10838 insn = emit_set_insn (insn, gen_rtx_REG (XFmode, reg));
10839 RTX_FRAME_RELATED_P (insn) = 1;
10840 saved_regs += 12;
10841 }
10842 }
10843 else
10844 {
10845 start_reg = LAST_FPA_REGNUM;
10846
10847 for (reg = LAST_FPA_REGNUM; reg >= FIRST_FPA_REGNUM; reg--)
10848 {
10849 if (regs_ever_live[reg] && !call_used_regs[reg])
10850 {
10851 if (start_reg - reg == 3)
10852 {
10853 insn = emit_sfm (reg, 4);
10854 RTX_FRAME_RELATED_P (insn) = 1;
10855 saved_regs += 48;
10856 start_reg = reg - 1;
10857 }
10858 }
10859 else
10860 {
10861 if (start_reg != reg)
10862 {
10863 insn = emit_sfm (reg + 1, start_reg - reg);
10864 RTX_FRAME_RELATED_P (insn) = 1;
10865 saved_regs += (start_reg - reg) * 12;
10866 }
10867 start_reg = reg - 1;
10868 }
10869 }
10870
10871 if (start_reg != reg)
10872 {
10873 insn = emit_sfm (reg + 1, start_reg - reg);
10874 saved_regs += (start_reg - reg) * 12;
10875 RTX_FRAME_RELATED_P (insn) = 1;
10876 }
10877 }
10878 if (TARGET_HARD_FLOAT && TARGET_VFP)
10879 {
10880 start_reg = FIRST_VFP_REGNUM;
10881
10882 for (reg = FIRST_VFP_REGNUM; reg < LAST_VFP_REGNUM; reg += 2)
10883 {
10884 if ((!regs_ever_live[reg] || call_used_regs[reg])
10885 && (!regs_ever_live[reg + 1] || call_used_regs[reg + 1]))
10886 {
10887 if (start_reg != reg)
10888 saved_regs += vfp_emit_fstmx (start_reg,
10889 (reg - start_reg) / 2);
10890 start_reg = reg + 2;
10891 }
10892 }
10893 if (start_reg != reg)
10894 saved_regs += vfp_emit_fstmx (start_reg,
10895 (reg - start_reg) / 2);
10896 }
10897 }
10898
10899 if (frame_pointer_needed)
10900 {
10901 /* Create the new frame pointer. */
10902 insn = GEN_INT (-(4 + args_to_push + fp_offset));
10903 insn = emit_insn (gen_addsi3 (hard_frame_pointer_rtx, ip_rtx, insn));
10904 RTX_FRAME_RELATED_P (insn) = 1;
10905
10906 if (IS_NESTED (func_type))
10907 {
10908 /* Recover the static chain register. */
10909 if (regs_ever_live [3] == 0
10910 || saved_pretend_args)
10911 insn = gen_rtx_REG (SImode, 3);
10912 else /* if (current_function_pretend_args_size == 0) */
10913 {
10914 insn = plus_constant (hard_frame_pointer_rtx, 4);
10915 insn = gen_frame_mem (SImode, insn);
10916 }
10917
10918 emit_set_insn (ip_rtx, insn);
10919 /* Add a USE to stop propagate_one_insn() from barfing. */
10920 emit_insn (gen_prologue_use (ip_rtx));
10921 }
10922 }
10923
10924 offsets = arm_get_frame_offsets ();
10925 if (offsets->outgoing_args != offsets->saved_args + saved_regs)
10926 {
10927 /* This add can produce multiple insns for a large constant, so we
10928 need to get tricky. */
10929 rtx last = get_last_insn ();
10930
10931 amount = GEN_INT (offsets->saved_args + saved_regs
10932 - offsets->outgoing_args);
10933
10934 insn = emit_insn (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx,
10935 amount));
10936 do
10937 {
10938 last = last ? NEXT_INSN (last) : get_insns ();
10939 RTX_FRAME_RELATED_P (last) = 1;
10940 }
10941 while (last != insn);
10942
10943 /* If the frame pointer is needed, emit a special barrier that
10944 will prevent the scheduler from moving stores to the frame
10945 before the stack adjustment. */
10946 if (frame_pointer_needed)
10947 insn = emit_insn (gen_stack_tie (stack_pointer_rtx,
10948 hard_frame_pointer_rtx));
10949 }
10950
10951
10952 if (flag_pic && arm_pic_register != INVALID_REGNUM)
10953 arm_load_pic_register (0UL);
10954
10955 /* If we are profiling, make sure no instructions are scheduled before
10956 the call to mcount. Similarly if the user has requested no
10957 scheduling in the prolog. Similarly if we want non-call exceptions
10958 using the EABI unwinder, to prevent faulting instructions from being
10959 swapped with a stack adjustment. */
10960 if (current_function_profile || !TARGET_SCHED_PROLOG
10961 || (ARM_EABI_UNWIND_TABLES && flag_non_call_exceptions))
10962 emit_insn (gen_blockage ());
10963
10964 /* If the link register is being kept alive, with the return address in it,
10965 then make sure that it does not get reused by the ce2 pass. */
10966 if ((live_regs_mask & (1 << LR_REGNUM)) == 0)
10967 {
10968 emit_insn (gen_prologue_use (gen_rtx_REG (SImode, LR_REGNUM)));
10969 cfun->machine->lr_save_eliminated = 1;
10970 }
10971 }
10972
10973 /* If CODE is 'd', then the X is a condition operand and the instruction
10974 should only be executed if the condition is true.
10975 if CODE is 'D', then the X is a condition operand and the instruction
10976 should only be executed if the condition is false: however, if the mode
10977 of the comparison is CCFPEmode, then always execute the instruction -- we
10978 do this because in these circumstances !GE does not necessarily imply LT;
10979 in these cases the instruction pattern will take care to make sure that
10980 an instruction containing %d will follow, thereby undoing the effects of
10981 doing this instruction unconditionally.
10982 If CODE is 'N' then X is a floating point operand that must be negated
10983 before output.
10984 If CODE is 'B' then output a bitwise inverted value of X (a const int).
10985 If X is a REG and CODE is `M', output a ldm/stm style multi-reg. */
10986 void
arm_print_operand(FILE * stream,rtx x,int code)10987 arm_print_operand (FILE *stream, rtx x, int code)
10988 {
10989 switch (code)
10990 {
10991 case '@':
10992 fputs (ASM_COMMENT_START, stream);
10993 return;
10994
10995 case '_':
10996 fputs (user_label_prefix, stream);
10997 return;
10998
10999 case '|':
11000 fputs (REGISTER_PREFIX, stream);
11001 return;
11002
11003 case '?':
11004 if (arm_ccfsm_state == 3 || arm_ccfsm_state == 4)
11005 {
11006 if (TARGET_THUMB)
11007 {
11008 output_operand_lossage ("predicated Thumb instruction");
11009 break;
11010 }
11011 if (current_insn_predicate != NULL)
11012 {
11013 output_operand_lossage
11014 ("predicated instruction in conditional sequence");
11015 break;
11016 }
11017
11018 fputs (arm_condition_codes[arm_current_cc], stream);
11019 }
11020 else if (current_insn_predicate)
11021 {
11022 enum arm_cond_code code;
11023
11024 if (TARGET_THUMB)
11025 {
11026 output_operand_lossage ("predicated Thumb instruction");
11027 break;
11028 }
11029
11030 code = get_arm_condition_code (current_insn_predicate);
11031 fputs (arm_condition_codes[code], stream);
11032 }
11033 return;
11034
11035 case 'N':
11036 {
11037 REAL_VALUE_TYPE r;
11038 REAL_VALUE_FROM_CONST_DOUBLE (r, x);
11039 r = REAL_VALUE_NEGATE (r);
11040 fprintf (stream, "%s", fp_const_from_val (&r));
11041 }
11042 return;
11043
11044 case 'B':
11045 if (GET_CODE (x) == CONST_INT)
11046 {
11047 HOST_WIDE_INT val;
11048 val = ARM_SIGN_EXTEND (~INTVAL (x));
11049 fprintf (stream, HOST_WIDE_INT_PRINT_DEC, val);
11050 }
11051 else
11052 {
11053 putc ('~', stream);
11054 output_addr_const (stream, x);
11055 }
11056 return;
11057
11058 case 'i':
11059 fprintf (stream, "%s", arithmetic_instr (x, 1));
11060 return;
11061
11062 /* Truncate Cirrus shift counts. */
11063 case 's':
11064 if (GET_CODE (x) == CONST_INT)
11065 {
11066 fprintf (stream, HOST_WIDE_INT_PRINT_DEC, INTVAL (x) & 0x3f);
11067 return;
11068 }
11069 arm_print_operand (stream, x, 0);
11070 return;
11071
11072 case 'I':
11073 fprintf (stream, "%s", arithmetic_instr (x, 0));
11074 return;
11075
11076 case 'S':
11077 {
11078 HOST_WIDE_INT val;
11079 const char *shift;
11080
11081 if (!shift_operator (x, SImode))
11082 {
11083 output_operand_lossage ("invalid shift operand");
11084 break;
11085 }
11086
11087 shift = shift_op (x, &val);
11088
11089 if (shift)
11090 {
11091 fprintf (stream, ", %s ", shift);
11092 if (val == -1)
11093 arm_print_operand (stream, XEXP (x, 1), 0);
11094 else
11095 fprintf (stream, "#" HOST_WIDE_INT_PRINT_DEC, val);
11096 }
11097 }
11098 return;
11099
11100 /* An explanation of the 'Q', 'R' and 'H' register operands:
11101
11102 In a pair of registers containing a DI or DF value the 'Q'
11103 operand returns the register number of the register containing
11104 the least significant part of the value. The 'R' operand returns
11105 the register number of the register containing the most
11106 significant part of the value.
11107
11108 The 'H' operand returns the higher of the two register numbers.
11109 On a run where WORDS_BIG_ENDIAN is true the 'H' operand is the
11110 same as the 'Q' operand, since the most significant part of the
11111 value is held in the lower number register. The reverse is true
11112 on systems where WORDS_BIG_ENDIAN is false.
11113
11114 The purpose of these operands is to distinguish between cases
11115 where the endian-ness of the values is important (for example
11116 when they are added together), and cases where the endian-ness
11117 is irrelevant, but the order of register operations is important.
11118 For example when loading a value from memory into a register
11119 pair, the endian-ness does not matter. Provided that the value
11120 from the lower memory address is put into the lower numbered
11121 register, and the value from the higher address is put into the
11122 higher numbered register, the load will work regardless of whether
11123 the value being loaded is big-wordian or little-wordian. The
11124 order of the two register loads can matter however, if the address
11125 of the memory location is actually held in one of the registers
11126 being overwritten by the load. */
11127 case 'Q':
11128 if (GET_CODE (x) != REG || REGNO (x) > LAST_ARM_REGNUM)
11129 {
11130 output_operand_lossage ("invalid operand for code '%c'", code);
11131 return;
11132 }
11133
11134 asm_fprintf (stream, "%r", REGNO (x) + (WORDS_BIG_ENDIAN ? 1 : 0));
11135 return;
11136
11137 case 'R':
11138 if (GET_CODE (x) != REG || REGNO (x) > LAST_ARM_REGNUM)
11139 {
11140 output_operand_lossage ("invalid operand for code '%c'", code);
11141 return;
11142 }
11143
11144 asm_fprintf (stream, "%r", REGNO (x) + (WORDS_BIG_ENDIAN ? 0 : 1));
11145 return;
11146
11147 case 'H':
11148 if (GET_CODE (x) != REG || REGNO (x) > LAST_ARM_REGNUM)
11149 {
11150 output_operand_lossage ("invalid operand for code '%c'", code);
11151 return;
11152 }
11153
11154 asm_fprintf (stream, "%r", REGNO (x) + 1);
11155 return;
11156
11157 case 'm':
11158 asm_fprintf (stream, "%r",
11159 GET_CODE (XEXP (x, 0)) == REG
11160 ? REGNO (XEXP (x, 0)) : REGNO (XEXP (XEXP (x, 0), 0)));
11161 return;
11162
11163 case 'M':
11164 asm_fprintf (stream, "{%r-%r}",
11165 REGNO (x),
11166 REGNO (x) + ARM_NUM_REGS (GET_MODE (x)) - 1);
11167 return;
11168
11169 case 'd':
11170 /* CONST_TRUE_RTX means always -- that's the default. */
11171 if (x == const_true_rtx)
11172 return;
11173
11174 if (!COMPARISON_P (x))
11175 {
11176 output_operand_lossage ("invalid operand for code '%c'", code);
11177 return;
11178 }
11179
11180 fputs (arm_condition_codes[get_arm_condition_code (x)],
11181 stream);
11182 return;
11183
11184 case 'D':
11185 /* CONST_TRUE_RTX means not always -- i.e. never. We shouldn't ever
11186 want to do that. */
11187 if (x == const_true_rtx)
11188 {
11189 output_operand_lossage ("instruction never exectued");
11190 return;
11191 }
11192 if (!COMPARISON_P (x))
11193 {
11194 output_operand_lossage ("invalid operand for code '%c'", code);
11195 return;
11196 }
11197
11198 fputs (arm_condition_codes[ARM_INVERSE_CONDITION_CODE
11199 (get_arm_condition_code (x))],
11200 stream);
11201 return;
11202
11203 /* Cirrus registers can be accessed in a variety of ways:
11204 single floating point (f)
11205 double floating point (d)
11206 32bit integer (fx)
11207 64bit integer (dx). */
11208 case 'W': /* Cirrus register in F mode. */
11209 case 'X': /* Cirrus register in D mode. */
11210 case 'Y': /* Cirrus register in FX mode. */
11211 case 'Z': /* Cirrus register in DX mode. */
11212 gcc_assert (GET_CODE (x) == REG
11213 && REGNO_REG_CLASS (REGNO (x)) == CIRRUS_REGS);
11214
11215 fprintf (stream, "mv%s%s",
11216 code == 'W' ? "f"
11217 : code == 'X' ? "d"
11218 : code == 'Y' ? "fx" : "dx", reg_names[REGNO (x)] + 2);
11219
11220 return;
11221
11222 /* Print cirrus register in the mode specified by the register's mode. */
11223 case 'V':
11224 {
11225 int mode = GET_MODE (x);
11226
11227 if (GET_CODE (x) != REG || REGNO_REG_CLASS (REGNO (x)) != CIRRUS_REGS)
11228 {
11229 output_operand_lossage ("invalid operand for code '%c'", code);
11230 return;
11231 }
11232
11233 fprintf (stream, "mv%s%s",
11234 mode == DFmode ? "d"
11235 : mode == SImode ? "fx"
11236 : mode == DImode ? "dx"
11237 : "f", reg_names[REGNO (x)] + 2);
11238
11239 return;
11240 }
11241
11242 case 'U':
11243 if (GET_CODE (x) != REG
11244 || REGNO (x) < FIRST_IWMMXT_GR_REGNUM
11245 || REGNO (x) > LAST_IWMMXT_GR_REGNUM)
11246 /* Bad value for wCG register number. */
11247 {
11248 output_operand_lossage ("invalid operand for code '%c'", code);
11249 return;
11250 }
11251
11252 else
11253 fprintf (stream, "%d", REGNO (x) - FIRST_IWMMXT_GR_REGNUM);
11254 return;
11255
11256 /* Print an iWMMXt control register name. */
11257 case 'w':
11258 if (GET_CODE (x) != CONST_INT
11259 || INTVAL (x) < 0
11260 || INTVAL (x) >= 16)
11261 /* Bad value for wC register number. */
11262 {
11263 output_operand_lossage ("invalid operand for code '%c'", code);
11264 return;
11265 }
11266
11267 else
11268 {
11269 static const char * wc_reg_names [16] =
11270 {
11271 "wCID", "wCon", "wCSSF", "wCASF",
11272 "wC4", "wC5", "wC6", "wC7",
11273 "wCGR0", "wCGR1", "wCGR2", "wCGR3",
11274 "wC12", "wC13", "wC14", "wC15"
11275 };
11276
11277 fprintf (stream, wc_reg_names [INTVAL (x)]);
11278 }
11279 return;
11280
11281 /* Print a VFP double precision register name. */
11282 case 'P':
11283 {
11284 int mode = GET_MODE (x);
11285 int num;
11286
11287 if (mode != DImode && mode != DFmode)
11288 {
11289 output_operand_lossage ("invalid operand for code '%c'", code);
11290 return;
11291 }
11292
11293 if (GET_CODE (x) != REG
11294 || !IS_VFP_REGNUM (REGNO (x)))
11295 {
11296 output_operand_lossage ("invalid operand for code '%c'", code);
11297 return;
11298 }
11299
11300 num = REGNO(x) - FIRST_VFP_REGNUM;
11301 if (num & 1)
11302 {
11303 output_operand_lossage ("invalid operand for code '%c'", code);
11304 return;
11305 }
11306
11307 fprintf (stream, "d%d", num >> 1);
11308 }
11309 return;
11310
11311 default:
11312 if (x == 0)
11313 {
11314 output_operand_lossage ("missing operand");
11315 return;
11316 }
11317
11318 switch (GET_CODE (x))
11319 {
11320 case REG:
11321 asm_fprintf (stream, "%r", REGNO (x));
11322 break;
11323
11324 case MEM:
11325 output_memory_reference_mode = GET_MODE (x);
11326 output_address (XEXP (x, 0));
11327 break;
11328
11329 case CONST_DOUBLE:
11330 fprintf (stream, "#%s", fp_immediate_constant (x));
11331 break;
11332
11333 default:
11334 gcc_assert (GET_CODE (x) != NEG);
11335 fputc ('#', stream);
11336 output_addr_const (stream, x);
11337 break;
11338 }
11339 }
11340 }
11341
11342 #ifndef AOF_ASSEMBLER
11343 /* Target hook for assembling integer objects. The ARM version needs to
11344 handle word-sized values specially. */
11345 static bool
arm_assemble_integer(rtx x,unsigned int size,int aligned_p)11346 arm_assemble_integer (rtx x, unsigned int size, int aligned_p)
11347 {
11348 if (size == UNITS_PER_WORD && aligned_p)
11349 {
11350 fputs ("\t.word\t", asm_out_file);
11351 output_addr_const (asm_out_file, x);
11352
11353 /* Mark symbols as position independent. We only do this in the
11354 .text segment, not in the .data segment. */
11355 if (NEED_GOT_RELOC && flag_pic && making_const_table &&
11356 (GET_CODE (x) == SYMBOL_REF || GET_CODE (x) == LABEL_REF))
11357 {
11358 if (GET_CODE (x) == SYMBOL_REF
11359 && (CONSTANT_POOL_ADDRESS_P (x)
11360 || SYMBOL_REF_LOCAL_P (x)))
11361 fputs ("(GOTOFF)", asm_out_file);
11362 else if (GET_CODE (x) == LABEL_REF)
11363 fputs ("(GOTOFF)", asm_out_file);
11364 else
11365 fputs ("(GOT)", asm_out_file);
11366 }
11367 fputc ('\n', asm_out_file);
11368 return true;
11369 }
11370
11371 if (arm_vector_mode_supported_p (GET_MODE (x)))
11372 {
11373 int i, units;
11374
11375 gcc_assert (GET_CODE (x) == CONST_VECTOR);
11376
11377 units = CONST_VECTOR_NUNITS (x);
11378
11379 switch (GET_MODE (x))
11380 {
11381 case V2SImode: size = 4; break;
11382 case V4HImode: size = 2; break;
11383 case V8QImode: size = 1; break;
11384 default:
11385 gcc_unreachable ();
11386 }
11387
11388 for (i = 0; i < units; i++)
11389 {
11390 rtx elt;
11391
11392 elt = CONST_VECTOR_ELT (x, i);
11393 assemble_integer
11394 (elt, size, i == 0 ? BIGGEST_ALIGNMENT : size * BITS_PER_UNIT, 1);
11395 }
11396
11397 return true;
11398 }
11399
11400 return default_assemble_integer (x, size, aligned_p);
11401 }
11402
11403
11404 /* Add a function to the list of static constructors. */
11405
11406 static void
arm_elf_asm_constructor(rtx symbol,int priority ATTRIBUTE_UNUSED)11407 arm_elf_asm_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
11408 {
11409 if (!TARGET_AAPCS_BASED)
11410 {
11411 default_named_section_asm_out_constructor (symbol, priority);
11412 return;
11413 }
11414
11415 /* Put these in the .init_array section, using a special relocation. */
11416 switch_to_section (ctors_section);
11417 assemble_align (POINTER_SIZE);
11418 fputs ("\t.word\t", asm_out_file);
11419 output_addr_const (asm_out_file, symbol);
11420 fputs ("(target1)\n", asm_out_file);
11421 }
11422 #endif
11423
11424 /* A finite state machine takes care of noticing whether or not instructions
11425 can be conditionally executed, and thus decrease execution time and code
11426 size by deleting branch instructions. The fsm is controlled by
11427 final_prescan_insn, and controls the actions of ASM_OUTPUT_OPCODE. */
11428
11429 /* The state of the fsm controlling condition codes are:
11430 0: normal, do nothing special
11431 1: make ASM_OUTPUT_OPCODE not output this instruction
11432 2: make ASM_OUTPUT_OPCODE not output this instruction
11433 3: make instructions conditional
11434 4: make instructions conditional
11435
11436 State transitions (state->state by whom under condition):
11437 0 -> 1 final_prescan_insn if the `target' is a label
11438 0 -> 2 final_prescan_insn if the `target' is an unconditional branch
11439 1 -> 3 ASM_OUTPUT_OPCODE after not having output the conditional branch
11440 2 -> 4 ASM_OUTPUT_OPCODE after not having output the conditional branch
11441 3 -> 0 (*targetm.asm_out.internal_label) if the `target' label is reached
11442 (the target label has CODE_LABEL_NUMBER equal to arm_target_label).
11443 4 -> 0 final_prescan_insn if the `target' unconditional branch is reached
11444 (the target insn is arm_target_insn).
11445
11446 If the jump clobbers the conditions then we use states 2 and 4.
11447
11448 A similar thing can be done with conditional return insns.
11449
11450 XXX In case the `target' is an unconditional branch, this conditionalising
11451 of the instructions always reduces code size, but not always execution
11452 time. But then, I want to reduce the code size to somewhere near what
11453 /bin/cc produces. */
11454
11455 /* Returns the index of the ARM condition code string in
11456 `arm_condition_codes'. COMPARISON should be an rtx like
11457 `(eq (...) (...))'. */
11458 static enum arm_cond_code
get_arm_condition_code(rtx comparison)11459 get_arm_condition_code (rtx comparison)
11460 {
11461 enum machine_mode mode = GET_MODE (XEXP (comparison, 0));
11462 int code;
11463 enum rtx_code comp_code = GET_CODE (comparison);
11464
11465 if (GET_MODE_CLASS (mode) != MODE_CC)
11466 mode = SELECT_CC_MODE (comp_code, XEXP (comparison, 0),
11467 XEXP (comparison, 1));
11468
11469 switch (mode)
11470 {
11471 case CC_DNEmode: code = ARM_NE; goto dominance;
11472 case CC_DEQmode: code = ARM_EQ; goto dominance;
11473 case CC_DGEmode: code = ARM_GE; goto dominance;
11474 case CC_DGTmode: code = ARM_GT; goto dominance;
11475 case CC_DLEmode: code = ARM_LE; goto dominance;
11476 case CC_DLTmode: code = ARM_LT; goto dominance;
11477 case CC_DGEUmode: code = ARM_CS; goto dominance;
11478 case CC_DGTUmode: code = ARM_HI; goto dominance;
11479 case CC_DLEUmode: code = ARM_LS; goto dominance;
11480 case CC_DLTUmode: code = ARM_CC;
11481
11482 dominance:
11483 gcc_assert (comp_code == EQ || comp_code == NE);
11484
11485 if (comp_code == EQ)
11486 return ARM_INVERSE_CONDITION_CODE (code);
11487 return code;
11488
11489 case CC_NOOVmode:
11490 switch (comp_code)
11491 {
11492 case NE: return ARM_NE;
11493 case EQ: return ARM_EQ;
11494 case GE: return ARM_PL;
11495 case LT: return ARM_MI;
11496 default: gcc_unreachable ();
11497 }
11498
11499 case CC_Zmode:
11500 switch (comp_code)
11501 {
11502 case NE: return ARM_NE;
11503 case EQ: return ARM_EQ;
11504 default: gcc_unreachable ();
11505 }
11506
11507 case CC_Nmode:
11508 switch (comp_code)
11509 {
11510 case NE: return ARM_MI;
11511 case EQ: return ARM_PL;
11512 default: gcc_unreachable ();
11513 }
11514
11515 case CCFPEmode:
11516 case CCFPmode:
11517 /* These encodings assume that AC=1 in the FPA system control
11518 byte. This allows us to handle all cases except UNEQ and
11519 LTGT. */
11520 switch (comp_code)
11521 {
11522 case GE: return ARM_GE;
11523 case GT: return ARM_GT;
11524 case LE: return ARM_LS;
11525 case LT: return ARM_MI;
11526 case NE: return ARM_NE;
11527 case EQ: return ARM_EQ;
11528 case ORDERED: return ARM_VC;
11529 case UNORDERED: return ARM_VS;
11530 case UNLT: return ARM_LT;
11531 case UNLE: return ARM_LE;
11532 case UNGT: return ARM_HI;
11533 case UNGE: return ARM_PL;
11534 /* UNEQ and LTGT do not have a representation. */
11535 case UNEQ: /* Fall through. */
11536 case LTGT: /* Fall through. */
11537 default: gcc_unreachable ();
11538 }
11539
11540 case CC_SWPmode:
11541 switch (comp_code)
11542 {
11543 case NE: return ARM_NE;
11544 case EQ: return ARM_EQ;
11545 case GE: return ARM_LE;
11546 case GT: return ARM_LT;
11547 case LE: return ARM_GE;
11548 case LT: return ARM_GT;
11549 case GEU: return ARM_LS;
11550 case GTU: return ARM_CC;
11551 case LEU: return ARM_CS;
11552 case LTU: return ARM_HI;
11553 default: gcc_unreachable ();
11554 }
11555
11556 case CC_Cmode:
11557 switch (comp_code)
11558 {
11559 case LTU: return ARM_CS;
11560 case GEU: return ARM_CC;
11561 default: gcc_unreachable ();
11562 }
11563
11564 case CCmode:
11565 switch (comp_code)
11566 {
11567 case NE: return ARM_NE;
11568 case EQ: return ARM_EQ;
11569 case GE: return ARM_GE;
11570 case GT: return ARM_GT;
11571 case LE: return ARM_LE;
11572 case LT: return ARM_LT;
11573 case GEU: return ARM_CS;
11574 case GTU: return ARM_HI;
11575 case LEU: return ARM_LS;
11576 case LTU: return ARM_CC;
11577 default: gcc_unreachable ();
11578 }
11579
11580 default: gcc_unreachable ();
11581 }
11582 }
11583
11584 void
arm_final_prescan_insn(rtx insn)11585 arm_final_prescan_insn (rtx insn)
11586 {
11587 /* BODY will hold the body of INSN. */
11588 rtx body = PATTERN (insn);
11589
11590 /* This will be 1 if trying to repeat the trick, and things need to be
11591 reversed if it appears to fail. */
11592 int reverse = 0;
11593
11594 /* JUMP_CLOBBERS will be one implies that the conditions if a branch is
11595 taken are clobbered, even if the rtl suggests otherwise. It also
11596 means that we have to grub around within the jump expression to find
11597 out what the conditions are when the jump isn't taken. */
11598 int jump_clobbers = 0;
11599
11600 /* If we start with a return insn, we only succeed if we find another one. */
11601 int seeking_return = 0;
11602
11603 /* START_INSN will hold the insn from where we start looking. This is the
11604 first insn after the following code_label if REVERSE is true. */
11605 rtx start_insn = insn;
11606
11607 /* If in state 4, check if the target branch is reached, in order to
11608 change back to state 0. */
11609 if (arm_ccfsm_state == 4)
11610 {
11611 if (insn == arm_target_insn)
11612 {
11613 arm_target_insn = NULL;
11614 arm_ccfsm_state = 0;
11615 }
11616 return;
11617 }
11618
11619 /* If in state 3, it is possible to repeat the trick, if this insn is an
11620 unconditional branch to a label, and immediately following this branch
11621 is the previous target label which is only used once, and the label this
11622 branch jumps to is not too far off. */
11623 if (arm_ccfsm_state == 3)
11624 {
11625 if (simplejump_p (insn))
11626 {
11627 start_insn = next_nonnote_insn (start_insn);
11628 if (GET_CODE (start_insn) == BARRIER)
11629 {
11630 /* XXX Isn't this always a barrier? */
11631 start_insn = next_nonnote_insn (start_insn);
11632 }
11633 if (GET_CODE (start_insn) == CODE_LABEL
11634 && CODE_LABEL_NUMBER (start_insn) == arm_target_label
11635 && LABEL_NUSES (start_insn) == 1)
11636 reverse = TRUE;
11637 else
11638 return;
11639 }
11640 else if (GET_CODE (body) == RETURN)
11641 {
11642 start_insn = next_nonnote_insn (start_insn);
11643 if (GET_CODE (start_insn) == BARRIER)
11644 start_insn = next_nonnote_insn (start_insn);
11645 if (GET_CODE (start_insn) == CODE_LABEL
11646 && CODE_LABEL_NUMBER (start_insn) == arm_target_label
11647 && LABEL_NUSES (start_insn) == 1)
11648 {
11649 reverse = TRUE;
11650 seeking_return = 1;
11651 }
11652 else
11653 return;
11654 }
11655 else
11656 return;
11657 }
11658
11659 gcc_assert (!arm_ccfsm_state || reverse);
11660 if (GET_CODE (insn) != JUMP_INSN)
11661 return;
11662
11663 /* This jump might be paralleled with a clobber of the condition codes
11664 the jump should always come first */
11665 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0) > 0)
11666 body = XVECEXP (body, 0, 0);
11667
11668 if (reverse
11669 || (GET_CODE (body) == SET && GET_CODE (SET_DEST (body)) == PC
11670 && GET_CODE (SET_SRC (body)) == IF_THEN_ELSE))
11671 {
11672 int insns_skipped;
11673 int fail = FALSE, succeed = FALSE;
11674 /* Flag which part of the IF_THEN_ELSE is the LABEL_REF. */
11675 int then_not_else = TRUE;
11676 rtx this_insn = start_insn, label = 0;
11677
11678 /* If the jump cannot be done with one instruction, we cannot
11679 conditionally execute the instruction in the inverse case. */
11680 if (get_attr_conds (insn) == CONDS_JUMP_CLOB)
11681 {
11682 jump_clobbers = 1;
11683 return;
11684 }
11685
11686 /* Register the insn jumped to. */
11687 if (reverse)
11688 {
11689 if (!seeking_return)
11690 label = XEXP (SET_SRC (body), 0);
11691 }
11692 else if (GET_CODE (XEXP (SET_SRC (body), 1)) == LABEL_REF)
11693 label = XEXP (XEXP (SET_SRC (body), 1), 0);
11694 else if (GET_CODE (XEXP (SET_SRC (body), 2)) == LABEL_REF)
11695 {
11696 label = XEXP (XEXP (SET_SRC (body), 2), 0);
11697 then_not_else = FALSE;
11698 }
11699 else if (GET_CODE (XEXP (SET_SRC (body), 1)) == RETURN)
11700 seeking_return = 1;
11701 else if (GET_CODE (XEXP (SET_SRC (body), 2)) == RETURN)
11702 {
11703 seeking_return = 1;
11704 then_not_else = FALSE;
11705 }
11706 else
11707 gcc_unreachable ();
11708
11709 /* See how many insns this branch skips, and what kind of insns. If all
11710 insns are okay, and the label or unconditional branch to the same
11711 label is not too far away, succeed. */
11712 for (insns_skipped = 0;
11713 !fail && !succeed && insns_skipped++ < max_insns_skipped;)
11714 {
11715 rtx scanbody;
11716
11717 this_insn = next_nonnote_insn (this_insn);
11718 if (!this_insn)
11719 break;
11720
11721 switch (GET_CODE (this_insn))
11722 {
11723 case CODE_LABEL:
11724 /* Succeed if it is the target label, otherwise fail since
11725 control falls in from somewhere else. */
11726 if (this_insn == label)
11727 {
11728 if (jump_clobbers)
11729 {
11730 arm_ccfsm_state = 2;
11731 this_insn = next_nonnote_insn (this_insn);
11732 }
11733 else
11734 arm_ccfsm_state = 1;
11735 succeed = TRUE;
11736 }
11737 else
11738 fail = TRUE;
11739 break;
11740
11741 case BARRIER:
11742 /* Succeed if the following insn is the target label.
11743 Otherwise fail.
11744 If return insns are used then the last insn in a function
11745 will be a barrier. */
11746 this_insn = next_nonnote_insn (this_insn);
11747 if (this_insn && this_insn == label)
11748 {
11749 if (jump_clobbers)
11750 {
11751 arm_ccfsm_state = 2;
11752 this_insn = next_nonnote_insn (this_insn);
11753 }
11754 else
11755 arm_ccfsm_state = 1;
11756 succeed = TRUE;
11757 }
11758 else
11759 fail = TRUE;
11760 break;
11761
11762 case CALL_INSN:
11763 /* The AAPCS says that conditional calls should not be
11764 used since they make interworking inefficient (the
11765 linker can't transform BL<cond> into BLX). That's
11766 only a problem if the machine has BLX. */
11767 if (arm_arch5)
11768 {
11769 fail = TRUE;
11770 break;
11771 }
11772
11773 /* Succeed if the following insn is the target label, or
11774 if the following two insns are a barrier and the
11775 target label. */
11776 this_insn = next_nonnote_insn (this_insn);
11777 if (this_insn && GET_CODE (this_insn) == BARRIER)
11778 this_insn = next_nonnote_insn (this_insn);
11779
11780 if (this_insn && this_insn == label
11781 && insns_skipped < max_insns_skipped)
11782 {
11783 if (jump_clobbers)
11784 {
11785 arm_ccfsm_state = 2;
11786 this_insn = next_nonnote_insn (this_insn);
11787 }
11788 else
11789 arm_ccfsm_state = 1;
11790 succeed = TRUE;
11791 }
11792 else
11793 fail = TRUE;
11794 break;
11795
11796 case JUMP_INSN:
11797 /* If this is an unconditional branch to the same label, succeed.
11798 If it is to another label, do nothing. If it is conditional,
11799 fail. */
11800 /* XXX Probably, the tests for SET and the PC are
11801 unnecessary. */
11802
11803 scanbody = PATTERN (this_insn);
11804 if (GET_CODE (scanbody) == SET
11805 && GET_CODE (SET_DEST (scanbody)) == PC)
11806 {
11807 if (GET_CODE (SET_SRC (scanbody)) == LABEL_REF
11808 && XEXP (SET_SRC (scanbody), 0) == label && !reverse)
11809 {
11810 arm_ccfsm_state = 2;
11811 succeed = TRUE;
11812 }
11813 else if (GET_CODE (SET_SRC (scanbody)) == IF_THEN_ELSE)
11814 fail = TRUE;
11815 }
11816 /* Fail if a conditional return is undesirable (e.g. on a
11817 StrongARM), but still allow this if optimizing for size. */
11818 else if (GET_CODE (scanbody) == RETURN
11819 && !use_return_insn (TRUE, NULL)
11820 && !optimize_size)
11821 fail = TRUE;
11822 else if (GET_CODE (scanbody) == RETURN
11823 && seeking_return)
11824 {
11825 arm_ccfsm_state = 2;
11826 succeed = TRUE;
11827 }
11828 else if (GET_CODE (scanbody) == PARALLEL)
11829 {
11830 switch (get_attr_conds (this_insn))
11831 {
11832 case CONDS_NOCOND:
11833 break;
11834 default:
11835 fail = TRUE;
11836 break;
11837 }
11838 }
11839 else
11840 fail = TRUE; /* Unrecognized jump (e.g. epilogue). */
11841
11842 break;
11843
11844 case INSN:
11845 /* Instructions using or affecting the condition codes make it
11846 fail. */
11847 scanbody = PATTERN (this_insn);
11848 if (!(GET_CODE (scanbody) == SET
11849 || GET_CODE (scanbody) == PARALLEL)
11850 || get_attr_conds (this_insn) != CONDS_NOCOND)
11851 fail = TRUE;
11852
11853 /* A conditional cirrus instruction must be followed by
11854 a non Cirrus instruction. However, since we
11855 conditionalize instructions in this function and by
11856 the time we get here we can't add instructions
11857 (nops), because shorten_branches() has already been
11858 called, we will disable conditionalizing Cirrus
11859 instructions to be safe. */
11860 if (GET_CODE (scanbody) != USE
11861 && GET_CODE (scanbody) != CLOBBER
11862 && get_attr_cirrus (this_insn) != CIRRUS_NOT)
11863 fail = TRUE;
11864 break;
11865
11866 default:
11867 break;
11868 }
11869 }
11870 if (succeed)
11871 {
11872 if ((!seeking_return) && (arm_ccfsm_state == 1 || reverse))
11873 arm_target_label = CODE_LABEL_NUMBER (label);
11874 else
11875 {
11876 gcc_assert (seeking_return || arm_ccfsm_state == 2);
11877
11878 while (this_insn && GET_CODE (PATTERN (this_insn)) == USE)
11879 {
11880 this_insn = next_nonnote_insn (this_insn);
11881 gcc_assert (!this_insn
11882 || (GET_CODE (this_insn) != BARRIER
11883 && GET_CODE (this_insn) != CODE_LABEL));
11884 }
11885 if (!this_insn)
11886 {
11887 /* Oh, dear! we ran off the end.. give up. */
11888 recog (PATTERN (insn), insn, NULL);
11889 arm_ccfsm_state = 0;
11890 arm_target_insn = NULL;
11891 return;
11892 }
11893 arm_target_insn = this_insn;
11894 }
11895 if (jump_clobbers)
11896 {
11897 gcc_assert (!reverse);
11898 arm_current_cc =
11899 get_arm_condition_code (XEXP (XEXP (XEXP (SET_SRC (body),
11900 0), 0), 1));
11901 if (GET_CODE (XEXP (XEXP (SET_SRC (body), 0), 0)) == AND)
11902 arm_current_cc = ARM_INVERSE_CONDITION_CODE (arm_current_cc);
11903 if (GET_CODE (XEXP (SET_SRC (body), 0)) == NE)
11904 arm_current_cc = ARM_INVERSE_CONDITION_CODE (arm_current_cc);
11905 }
11906 else
11907 {
11908 /* If REVERSE is true, ARM_CURRENT_CC needs to be inverted from
11909 what it was. */
11910 if (!reverse)
11911 arm_current_cc = get_arm_condition_code (XEXP (SET_SRC (body),
11912 0));
11913 }
11914
11915 if (reverse || then_not_else)
11916 arm_current_cc = ARM_INVERSE_CONDITION_CODE (arm_current_cc);
11917 }
11918
11919 /* Restore recog_data (getting the attributes of other insns can
11920 destroy this array, but final.c assumes that it remains intact
11921 across this call; since the insn has been recognized already we
11922 call recog direct). */
11923 recog (PATTERN (insn), insn, NULL);
11924 }
11925 }
11926
11927 /* Returns true if REGNO is a valid register
11928 for holding a quantity of type MODE. */
11929 int
arm_hard_regno_mode_ok(unsigned int regno,enum machine_mode mode)11930 arm_hard_regno_mode_ok (unsigned int regno, enum machine_mode mode)
11931 {
11932 if (GET_MODE_CLASS (mode) == MODE_CC)
11933 return (regno == CC_REGNUM
11934 || (TARGET_HARD_FLOAT && TARGET_VFP
11935 && regno == VFPCC_REGNUM));
11936
11937 if (TARGET_THUMB)
11938 /* For the Thumb we only allow values bigger than SImode in
11939 registers 0 - 6, so that there is always a second low
11940 register available to hold the upper part of the value.
11941 We probably we ought to ensure that the register is the
11942 start of an even numbered register pair. */
11943 return (ARM_NUM_REGS (mode) < 2) || (regno < LAST_LO_REGNUM);
11944
11945 if (TARGET_HARD_FLOAT && TARGET_MAVERICK
11946 && IS_CIRRUS_REGNUM (regno))
11947 /* We have outlawed SI values in Cirrus registers because they
11948 reside in the lower 32 bits, but SF values reside in the
11949 upper 32 bits. This causes gcc all sorts of grief. We can't
11950 even split the registers into pairs because Cirrus SI values
11951 get sign extended to 64bits-- aldyh. */
11952 return (GET_MODE_CLASS (mode) == MODE_FLOAT) || (mode == DImode);
11953
11954 if (TARGET_HARD_FLOAT && TARGET_VFP
11955 && IS_VFP_REGNUM (regno))
11956 {
11957 if (mode == SFmode || mode == SImode)
11958 return TRUE;
11959
11960 /* DFmode values are only valid in even register pairs. */
11961 if (mode == DFmode)
11962 return ((regno - FIRST_VFP_REGNUM) & 1) == 0;
11963 return FALSE;
11964 }
11965
11966 if (TARGET_REALLY_IWMMXT)
11967 {
11968 if (IS_IWMMXT_GR_REGNUM (regno))
11969 return mode == SImode;
11970
11971 if (IS_IWMMXT_REGNUM (regno))
11972 return VALID_IWMMXT_REG_MODE (mode);
11973 }
11974
11975 /* We allow any value to be stored in the general registers.
11976 Restrict doubleword quantities to even register pairs so that we can
11977 use ldrd. */
11978 if (regno <= LAST_ARM_REGNUM)
11979 return !(TARGET_LDRD && GET_MODE_SIZE (mode) > 4 && (regno & 1) != 0);
11980
11981 if (regno == FRAME_POINTER_REGNUM
11982 || regno == ARG_POINTER_REGNUM)
11983 /* We only allow integers in the fake hard registers. */
11984 return GET_MODE_CLASS (mode) == MODE_INT;
11985
11986 /* The only registers left are the FPA registers
11987 which we only allow to hold FP values. */
11988 return (TARGET_HARD_FLOAT && TARGET_FPA
11989 && GET_MODE_CLASS (mode) == MODE_FLOAT
11990 && regno >= FIRST_FPA_REGNUM
11991 && regno <= LAST_FPA_REGNUM);
11992 }
11993
11994 int
arm_regno_class(int regno)11995 arm_regno_class (int regno)
11996 {
11997 if (TARGET_THUMB)
11998 {
11999 if (regno == STACK_POINTER_REGNUM)
12000 return STACK_REG;
12001 if (regno == CC_REGNUM)
12002 return CC_REG;
12003 if (regno < 8)
12004 return LO_REGS;
12005 return HI_REGS;
12006 }
12007
12008 if ( regno <= LAST_ARM_REGNUM
12009 || regno == FRAME_POINTER_REGNUM
12010 || regno == ARG_POINTER_REGNUM)
12011 return GENERAL_REGS;
12012
12013 if (regno == CC_REGNUM || regno == VFPCC_REGNUM)
12014 return NO_REGS;
12015
12016 if (IS_CIRRUS_REGNUM (regno))
12017 return CIRRUS_REGS;
12018
12019 if (IS_VFP_REGNUM (regno))
12020 return VFP_REGS;
12021
12022 if (IS_IWMMXT_REGNUM (regno))
12023 return IWMMXT_REGS;
12024
12025 if (IS_IWMMXT_GR_REGNUM (regno))
12026 return IWMMXT_GR_REGS;
12027
12028 return FPA_REGS;
12029 }
12030
12031 /* Handle a special case when computing the offset
12032 of an argument from the frame pointer. */
12033 int
arm_debugger_arg_offset(int value,rtx addr)12034 arm_debugger_arg_offset (int value, rtx addr)
12035 {
12036 rtx insn;
12037
12038 /* We are only interested if dbxout_parms() failed to compute the offset. */
12039 if (value != 0)
12040 return 0;
12041
12042 /* We can only cope with the case where the address is held in a register. */
12043 if (GET_CODE (addr) != REG)
12044 return 0;
12045
12046 /* If we are using the frame pointer to point at the argument, then
12047 an offset of 0 is correct. */
12048 if (REGNO (addr) == (unsigned) HARD_FRAME_POINTER_REGNUM)
12049 return 0;
12050
12051 /* If we are using the stack pointer to point at the
12052 argument, then an offset of 0 is correct. */
12053 if ((TARGET_THUMB || !frame_pointer_needed)
12054 && REGNO (addr) == SP_REGNUM)
12055 return 0;
12056
12057 /* Oh dear. The argument is pointed to by a register rather
12058 than being held in a register, or being stored at a known
12059 offset from the frame pointer. Since GDB only understands
12060 those two kinds of argument we must translate the address
12061 held in the register into an offset from the frame pointer.
12062 We do this by searching through the insns for the function
12063 looking to see where this register gets its value. If the
12064 register is initialized from the frame pointer plus an offset
12065 then we are in luck and we can continue, otherwise we give up.
12066
12067 This code is exercised by producing debugging information
12068 for a function with arguments like this:
12069
12070 double func (double a, double b, int c, double d) {return d;}
12071
12072 Without this code the stab for parameter 'd' will be set to
12073 an offset of 0 from the frame pointer, rather than 8. */
12074
12075 /* The if() statement says:
12076
12077 If the insn is a normal instruction
12078 and if the insn is setting the value in a register
12079 and if the register being set is the register holding the address of the argument
12080 and if the address is computing by an addition
12081 that involves adding to a register
12082 which is the frame pointer
12083 a constant integer
12084
12085 then... */
12086
12087 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
12088 {
12089 if ( GET_CODE (insn) == INSN
12090 && GET_CODE (PATTERN (insn)) == SET
12091 && REGNO (XEXP (PATTERN (insn), 0)) == REGNO (addr)
12092 && GET_CODE (XEXP (PATTERN (insn), 1)) == PLUS
12093 && GET_CODE (XEXP (XEXP (PATTERN (insn), 1), 0)) == REG
12094 && REGNO (XEXP (XEXP (PATTERN (insn), 1), 0)) == (unsigned) HARD_FRAME_POINTER_REGNUM
12095 && GET_CODE (XEXP (XEXP (PATTERN (insn), 1), 1)) == CONST_INT
12096 )
12097 {
12098 value = INTVAL (XEXP (XEXP (PATTERN (insn), 1), 1));
12099
12100 break;
12101 }
12102 }
12103
12104 if (value == 0)
12105 {
12106 debug_rtx (addr);
12107 warning (0, "unable to compute real location of stacked parameter");
12108 value = 8; /* XXX magic hack */
12109 }
12110
12111 return value;
12112 }
12113
12114 #define def_mbuiltin(MASK, NAME, TYPE, CODE) \
12115 do \
12116 { \
12117 if ((MASK) & insn_flags) \
12118 lang_hooks.builtin_function ((NAME), (TYPE), (CODE), \
12119 BUILT_IN_MD, NULL, NULL_TREE); \
12120 } \
12121 while (0)
12122
12123 struct builtin_description
12124 {
12125 const unsigned int mask;
12126 const enum insn_code icode;
12127 const char * const name;
12128 const enum arm_builtins code;
12129 const enum rtx_code comparison;
12130 const unsigned int flag;
12131 };
12132
12133 static const struct builtin_description bdesc_2arg[] =
12134 {
12135 #define IWMMXT_BUILTIN(code, string, builtin) \
12136 { FL_IWMMXT, CODE_FOR_##code, "__builtin_arm_" string, \
12137 ARM_BUILTIN_##builtin, 0, 0 },
12138
12139 IWMMXT_BUILTIN (addv8qi3, "waddb", WADDB)
12140 IWMMXT_BUILTIN (addv4hi3, "waddh", WADDH)
12141 IWMMXT_BUILTIN (addv2si3, "waddw", WADDW)
12142 IWMMXT_BUILTIN (subv8qi3, "wsubb", WSUBB)
12143 IWMMXT_BUILTIN (subv4hi3, "wsubh", WSUBH)
12144 IWMMXT_BUILTIN (subv2si3, "wsubw", WSUBW)
12145 IWMMXT_BUILTIN (ssaddv8qi3, "waddbss", WADDSSB)
12146 IWMMXT_BUILTIN (ssaddv4hi3, "waddhss", WADDSSH)
12147 IWMMXT_BUILTIN (ssaddv2si3, "waddwss", WADDSSW)
12148 IWMMXT_BUILTIN (sssubv8qi3, "wsubbss", WSUBSSB)
12149 IWMMXT_BUILTIN (sssubv4hi3, "wsubhss", WSUBSSH)
12150 IWMMXT_BUILTIN (sssubv2si3, "wsubwss", WSUBSSW)
12151 IWMMXT_BUILTIN (usaddv8qi3, "waddbus", WADDUSB)
12152 IWMMXT_BUILTIN (usaddv4hi3, "waddhus", WADDUSH)
12153 IWMMXT_BUILTIN (usaddv2si3, "waddwus", WADDUSW)
12154 IWMMXT_BUILTIN (ussubv8qi3, "wsubbus", WSUBUSB)
12155 IWMMXT_BUILTIN (ussubv4hi3, "wsubhus", WSUBUSH)
12156 IWMMXT_BUILTIN (ussubv2si3, "wsubwus", WSUBUSW)
12157 IWMMXT_BUILTIN (mulv4hi3, "wmulul", WMULUL)
12158 IWMMXT_BUILTIN (smulv4hi3_highpart, "wmulsm", WMULSM)
12159 IWMMXT_BUILTIN (umulv4hi3_highpart, "wmulum", WMULUM)
12160 IWMMXT_BUILTIN (eqv8qi3, "wcmpeqb", WCMPEQB)
12161 IWMMXT_BUILTIN (eqv4hi3, "wcmpeqh", WCMPEQH)
12162 IWMMXT_BUILTIN (eqv2si3, "wcmpeqw", WCMPEQW)
12163 IWMMXT_BUILTIN (gtuv8qi3, "wcmpgtub", WCMPGTUB)
12164 IWMMXT_BUILTIN (gtuv4hi3, "wcmpgtuh", WCMPGTUH)
12165 IWMMXT_BUILTIN (gtuv2si3, "wcmpgtuw", WCMPGTUW)
12166 IWMMXT_BUILTIN (gtv8qi3, "wcmpgtsb", WCMPGTSB)
12167 IWMMXT_BUILTIN (gtv4hi3, "wcmpgtsh", WCMPGTSH)
12168 IWMMXT_BUILTIN (gtv2si3, "wcmpgtsw", WCMPGTSW)
12169 IWMMXT_BUILTIN (umaxv8qi3, "wmaxub", WMAXUB)
12170 IWMMXT_BUILTIN (smaxv8qi3, "wmaxsb", WMAXSB)
12171 IWMMXT_BUILTIN (umaxv4hi3, "wmaxuh", WMAXUH)
12172 IWMMXT_BUILTIN (smaxv4hi3, "wmaxsh", WMAXSH)
12173 IWMMXT_BUILTIN (umaxv2si3, "wmaxuw", WMAXUW)
12174 IWMMXT_BUILTIN (smaxv2si3, "wmaxsw", WMAXSW)
12175 IWMMXT_BUILTIN (uminv8qi3, "wminub", WMINUB)
12176 IWMMXT_BUILTIN (sminv8qi3, "wminsb", WMINSB)
12177 IWMMXT_BUILTIN (uminv4hi3, "wminuh", WMINUH)
12178 IWMMXT_BUILTIN (sminv4hi3, "wminsh", WMINSH)
12179 IWMMXT_BUILTIN (uminv2si3, "wminuw", WMINUW)
12180 IWMMXT_BUILTIN (sminv2si3, "wminsw", WMINSW)
12181 IWMMXT_BUILTIN (iwmmxt_anddi3, "wand", WAND)
12182 IWMMXT_BUILTIN (iwmmxt_nanddi3, "wandn", WANDN)
12183 IWMMXT_BUILTIN (iwmmxt_iordi3, "wor", WOR)
12184 IWMMXT_BUILTIN (iwmmxt_xordi3, "wxor", WXOR)
12185 IWMMXT_BUILTIN (iwmmxt_uavgv8qi3, "wavg2b", WAVG2B)
12186 IWMMXT_BUILTIN (iwmmxt_uavgv4hi3, "wavg2h", WAVG2H)
12187 IWMMXT_BUILTIN (iwmmxt_uavgrndv8qi3, "wavg2br", WAVG2BR)
12188 IWMMXT_BUILTIN (iwmmxt_uavgrndv4hi3, "wavg2hr", WAVG2HR)
12189 IWMMXT_BUILTIN (iwmmxt_wunpckilb, "wunpckilb", WUNPCKILB)
12190 IWMMXT_BUILTIN (iwmmxt_wunpckilh, "wunpckilh", WUNPCKILH)
12191 IWMMXT_BUILTIN (iwmmxt_wunpckilw, "wunpckilw", WUNPCKILW)
12192 IWMMXT_BUILTIN (iwmmxt_wunpckihb, "wunpckihb", WUNPCKIHB)
12193 IWMMXT_BUILTIN (iwmmxt_wunpckihh, "wunpckihh", WUNPCKIHH)
12194 IWMMXT_BUILTIN (iwmmxt_wunpckihw, "wunpckihw", WUNPCKIHW)
12195 IWMMXT_BUILTIN (iwmmxt_wmadds, "wmadds", WMADDS)
12196 IWMMXT_BUILTIN (iwmmxt_wmaddu, "wmaddu", WMADDU)
12197
12198 #define IWMMXT_BUILTIN2(code, builtin) \
12199 { FL_IWMMXT, CODE_FOR_##code, NULL, ARM_BUILTIN_##builtin, 0, 0 },
12200
12201 IWMMXT_BUILTIN2 (iwmmxt_wpackhss, WPACKHSS)
12202 IWMMXT_BUILTIN2 (iwmmxt_wpackwss, WPACKWSS)
12203 IWMMXT_BUILTIN2 (iwmmxt_wpackdss, WPACKDSS)
12204 IWMMXT_BUILTIN2 (iwmmxt_wpackhus, WPACKHUS)
12205 IWMMXT_BUILTIN2 (iwmmxt_wpackwus, WPACKWUS)
12206 IWMMXT_BUILTIN2 (iwmmxt_wpackdus, WPACKDUS)
12207 IWMMXT_BUILTIN2 (ashlv4hi3_di, WSLLH)
12208 IWMMXT_BUILTIN2 (ashlv4hi3, WSLLHI)
12209 IWMMXT_BUILTIN2 (ashlv2si3_di, WSLLW)
12210 IWMMXT_BUILTIN2 (ashlv2si3, WSLLWI)
12211 IWMMXT_BUILTIN2 (ashldi3_di, WSLLD)
12212 IWMMXT_BUILTIN2 (ashldi3_iwmmxt, WSLLDI)
12213 IWMMXT_BUILTIN2 (lshrv4hi3_di, WSRLH)
12214 IWMMXT_BUILTIN2 (lshrv4hi3, WSRLHI)
12215 IWMMXT_BUILTIN2 (lshrv2si3_di, WSRLW)
12216 IWMMXT_BUILTIN2 (lshrv2si3, WSRLWI)
12217 IWMMXT_BUILTIN2 (lshrdi3_di, WSRLD)
12218 IWMMXT_BUILTIN2 (lshrdi3_iwmmxt, WSRLDI)
12219 IWMMXT_BUILTIN2 (ashrv4hi3_di, WSRAH)
12220 IWMMXT_BUILTIN2 (ashrv4hi3, WSRAHI)
12221 IWMMXT_BUILTIN2 (ashrv2si3_di, WSRAW)
12222 IWMMXT_BUILTIN2 (ashrv2si3, WSRAWI)
12223 IWMMXT_BUILTIN2 (ashrdi3_di, WSRAD)
12224 IWMMXT_BUILTIN2 (ashrdi3_iwmmxt, WSRADI)
12225 IWMMXT_BUILTIN2 (rorv4hi3_di, WRORH)
12226 IWMMXT_BUILTIN2 (rorv4hi3, WRORHI)
12227 IWMMXT_BUILTIN2 (rorv2si3_di, WRORW)
12228 IWMMXT_BUILTIN2 (rorv2si3, WRORWI)
12229 IWMMXT_BUILTIN2 (rordi3_di, WRORD)
12230 IWMMXT_BUILTIN2 (rordi3, WRORDI)
12231 IWMMXT_BUILTIN2 (iwmmxt_wmacuz, WMACUZ)
12232 IWMMXT_BUILTIN2 (iwmmxt_wmacsz, WMACSZ)
12233 };
12234
12235 static const struct builtin_description bdesc_1arg[] =
12236 {
12237 IWMMXT_BUILTIN (iwmmxt_tmovmskb, "tmovmskb", TMOVMSKB)
12238 IWMMXT_BUILTIN (iwmmxt_tmovmskh, "tmovmskh", TMOVMSKH)
12239 IWMMXT_BUILTIN (iwmmxt_tmovmskw, "tmovmskw", TMOVMSKW)
12240 IWMMXT_BUILTIN (iwmmxt_waccb, "waccb", WACCB)
12241 IWMMXT_BUILTIN (iwmmxt_wacch, "wacch", WACCH)
12242 IWMMXT_BUILTIN (iwmmxt_waccw, "waccw", WACCW)
12243 IWMMXT_BUILTIN (iwmmxt_wunpckehub, "wunpckehub", WUNPCKEHUB)
12244 IWMMXT_BUILTIN (iwmmxt_wunpckehuh, "wunpckehuh", WUNPCKEHUH)
12245 IWMMXT_BUILTIN (iwmmxt_wunpckehuw, "wunpckehuw", WUNPCKEHUW)
12246 IWMMXT_BUILTIN (iwmmxt_wunpckehsb, "wunpckehsb", WUNPCKEHSB)
12247 IWMMXT_BUILTIN (iwmmxt_wunpckehsh, "wunpckehsh", WUNPCKEHSH)
12248 IWMMXT_BUILTIN (iwmmxt_wunpckehsw, "wunpckehsw", WUNPCKEHSW)
12249 IWMMXT_BUILTIN (iwmmxt_wunpckelub, "wunpckelub", WUNPCKELUB)
12250 IWMMXT_BUILTIN (iwmmxt_wunpckeluh, "wunpckeluh", WUNPCKELUH)
12251 IWMMXT_BUILTIN (iwmmxt_wunpckeluw, "wunpckeluw", WUNPCKELUW)
12252 IWMMXT_BUILTIN (iwmmxt_wunpckelsb, "wunpckelsb", WUNPCKELSB)
12253 IWMMXT_BUILTIN (iwmmxt_wunpckelsh, "wunpckelsh", WUNPCKELSH)
12254 IWMMXT_BUILTIN (iwmmxt_wunpckelsw, "wunpckelsw", WUNPCKELSW)
12255 };
12256
12257 /* Set up all the iWMMXt builtins. This is
12258 not called if TARGET_IWMMXT is zero. */
12259
12260 static void
arm_init_iwmmxt_builtins(void)12261 arm_init_iwmmxt_builtins (void)
12262 {
12263 const struct builtin_description * d;
12264 size_t i;
12265 tree endlink = void_list_node;
12266
12267 tree V2SI_type_node = build_vector_type_for_mode (intSI_type_node, V2SImode);
12268 tree V4HI_type_node = build_vector_type_for_mode (intHI_type_node, V4HImode);
12269 tree V8QI_type_node = build_vector_type_for_mode (intQI_type_node, V8QImode);
12270
12271 tree int_ftype_int
12272 = build_function_type (integer_type_node,
12273 tree_cons (NULL_TREE, integer_type_node, endlink));
12274 tree v8qi_ftype_v8qi_v8qi_int
12275 = build_function_type (V8QI_type_node,
12276 tree_cons (NULL_TREE, V8QI_type_node,
12277 tree_cons (NULL_TREE, V8QI_type_node,
12278 tree_cons (NULL_TREE,
12279 integer_type_node,
12280 endlink))));
12281 tree v4hi_ftype_v4hi_int
12282 = build_function_type (V4HI_type_node,
12283 tree_cons (NULL_TREE, V4HI_type_node,
12284 tree_cons (NULL_TREE, integer_type_node,
12285 endlink)));
12286 tree v2si_ftype_v2si_int
12287 = build_function_type (V2SI_type_node,
12288 tree_cons (NULL_TREE, V2SI_type_node,
12289 tree_cons (NULL_TREE, integer_type_node,
12290 endlink)));
12291 tree v2si_ftype_di_di
12292 = build_function_type (V2SI_type_node,
12293 tree_cons (NULL_TREE, long_long_integer_type_node,
12294 tree_cons (NULL_TREE, long_long_integer_type_node,
12295 endlink)));
12296 tree di_ftype_di_int
12297 = build_function_type (long_long_integer_type_node,
12298 tree_cons (NULL_TREE, long_long_integer_type_node,
12299 tree_cons (NULL_TREE, integer_type_node,
12300 endlink)));
12301 tree di_ftype_di_int_int
12302 = build_function_type (long_long_integer_type_node,
12303 tree_cons (NULL_TREE, long_long_integer_type_node,
12304 tree_cons (NULL_TREE, integer_type_node,
12305 tree_cons (NULL_TREE,
12306 integer_type_node,
12307 endlink))));
12308 tree int_ftype_v8qi
12309 = build_function_type (integer_type_node,
12310 tree_cons (NULL_TREE, V8QI_type_node,
12311 endlink));
12312 tree int_ftype_v4hi
12313 = build_function_type (integer_type_node,
12314 tree_cons (NULL_TREE, V4HI_type_node,
12315 endlink));
12316 tree int_ftype_v2si
12317 = build_function_type (integer_type_node,
12318 tree_cons (NULL_TREE, V2SI_type_node,
12319 endlink));
12320 tree int_ftype_v8qi_int
12321 = build_function_type (integer_type_node,
12322 tree_cons (NULL_TREE, V8QI_type_node,
12323 tree_cons (NULL_TREE, integer_type_node,
12324 endlink)));
12325 tree int_ftype_v4hi_int
12326 = build_function_type (integer_type_node,
12327 tree_cons (NULL_TREE, V4HI_type_node,
12328 tree_cons (NULL_TREE, integer_type_node,
12329 endlink)));
12330 tree int_ftype_v2si_int
12331 = build_function_type (integer_type_node,
12332 tree_cons (NULL_TREE, V2SI_type_node,
12333 tree_cons (NULL_TREE, integer_type_node,
12334 endlink)));
12335 tree v8qi_ftype_v8qi_int_int
12336 = build_function_type (V8QI_type_node,
12337 tree_cons (NULL_TREE, V8QI_type_node,
12338 tree_cons (NULL_TREE, integer_type_node,
12339 tree_cons (NULL_TREE,
12340 integer_type_node,
12341 endlink))));
12342 tree v4hi_ftype_v4hi_int_int
12343 = build_function_type (V4HI_type_node,
12344 tree_cons (NULL_TREE, V4HI_type_node,
12345 tree_cons (NULL_TREE, integer_type_node,
12346 tree_cons (NULL_TREE,
12347 integer_type_node,
12348 endlink))));
12349 tree v2si_ftype_v2si_int_int
12350 = build_function_type (V2SI_type_node,
12351 tree_cons (NULL_TREE, V2SI_type_node,
12352 tree_cons (NULL_TREE, integer_type_node,
12353 tree_cons (NULL_TREE,
12354 integer_type_node,
12355 endlink))));
12356 /* Miscellaneous. */
12357 tree v8qi_ftype_v4hi_v4hi
12358 = build_function_type (V8QI_type_node,
12359 tree_cons (NULL_TREE, V4HI_type_node,
12360 tree_cons (NULL_TREE, V4HI_type_node,
12361 endlink)));
12362 tree v4hi_ftype_v2si_v2si
12363 = build_function_type (V4HI_type_node,
12364 tree_cons (NULL_TREE, V2SI_type_node,
12365 tree_cons (NULL_TREE, V2SI_type_node,
12366 endlink)));
12367 tree v2si_ftype_v4hi_v4hi
12368 = build_function_type (V2SI_type_node,
12369 tree_cons (NULL_TREE, V4HI_type_node,
12370 tree_cons (NULL_TREE, V4HI_type_node,
12371 endlink)));
12372 tree v2si_ftype_v8qi_v8qi
12373 = build_function_type (V2SI_type_node,
12374 tree_cons (NULL_TREE, V8QI_type_node,
12375 tree_cons (NULL_TREE, V8QI_type_node,
12376 endlink)));
12377 tree v4hi_ftype_v4hi_di
12378 = build_function_type (V4HI_type_node,
12379 tree_cons (NULL_TREE, V4HI_type_node,
12380 tree_cons (NULL_TREE,
12381 long_long_integer_type_node,
12382 endlink)));
12383 tree v2si_ftype_v2si_di
12384 = build_function_type (V2SI_type_node,
12385 tree_cons (NULL_TREE, V2SI_type_node,
12386 tree_cons (NULL_TREE,
12387 long_long_integer_type_node,
12388 endlink)));
12389 tree void_ftype_int_int
12390 = build_function_type (void_type_node,
12391 tree_cons (NULL_TREE, integer_type_node,
12392 tree_cons (NULL_TREE, integer_type_node,
12393 endlink)));
12394 tree di_ftype_void
12395 = build_function_type (long_long_unsigned_type_node, endlink);
12396 tree di_ftype_v8qi
12397 = build_function_type (long_long_integer_type_node,
12398 tree_cons (NULL_TREE, V8QI_type_node,
12399 endlink));
12400 tree di_ftype_v4hi
12401 = build_function_type (long_long_integer_type_node,
12402 tree_cons (NULL_TREE, V4HI_type_node,
12403 endlink));
12404 tree di_ftype_v2si
12405 = build_function_type (long_long_integer_type_node,
12406 tree_cons (NULL_TREE, V2SI_type_node,
12407 endlink));
12408 tree v2si_ftype_v4hi
12409 = build_function_type (V2SI_type_node,
12410 tree_cons (NULL_TREE, V4HI_type_node,
12411 endlink));
12412 tree v4hi_ftype_v8qi
12413 = build_function_type (V4HI_type_node,
12414 tree_cons (NULL_TREE, V8QI_type_node,
12415 endlink));
12416
12417 tree di_ftype_di_v4hi_v4hi
12418 = build_function_type (long_long_unsigned_type_node,
12419 tree_cons (NULL_TREE,
12420 long_long_unsigned_type_node,
12421 tree_cons (NULL_TREE, V4HI_type_node,
12422 tree_cons (NULL_TREE,
12423 V4HI_type_node,
12424 endlink))));
12425
12426 tree di_ftype_v4hi_v4hi
12427 = build_function_type (long_long_unsigned_type_node,
12428 tree_cons (NULL_TREE, V4HI_type_node,
12429 tree_cons (NULL_TREE, V4HI_type_node,
12430 endlink)));
12431
12432 /* Normal vector binops. */
12433 tree v8qi_ftype_v8qi_v8qi
12434 = build_function_type (V8QI_type_node,
12435 tree_cons (NULL_TREE, V8QI_type_node,
12436 tree_cons (NULL_TREE, V8QI_type_node,
12437 endlink)));
12438 tree v4hi_ftype_v4hi_v4hi
12439 = build_function_type (V4HI_type_node,
12440 tree_cons (NULL_TREE, V4HI_type_node,
12441 tree_cons (NULL_TREE, V4HI_type_node,
12442 endlink)));
12443 tree v2si_ftype_v2si_v2si
12444 = build_function_type (V2SI_type_node,
12445 tree_cons (NULL_TREE, V2SI_type_node,
12446 tree_cons (NULL_TREE, V2SI_type_node,
12447 endlink)));
12448 tree di_ftype_di_di
12449 = build_function_type (long_long_unsigned_type_node,
12450 tree_cons (NULL_TREE, long_long_unsigned_type_node,
12451 tree_cons (NULL_TREE,
12452 long_long_unsigned_type_node,
12453 endlink)));
12454
12455 /* Add all builtins that are more or less simple operations on two
12456 operands. */
12457 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++)
12458 {
12459 /* Use one of the operands; the target can have a different mode for
12460 mask-generating compares. */
12461 enum machine_mode mode;
12462 tree type;
12463
12464 if (d->name == 0)
12465 continue;
12466
12467 mode = insn_data[d->icode].operand[1].mode;
12468
12469 switch (mode)
12470 {
12471 case V8QImode:
12472 type = v8qi_ftype_v8qi_v8qi;
12473 break;
12474 case V4HImode:
12475 type = v4hi_ftype_v4hi_v4hi;
12476 break;
12477 case V2SImode:
12478 type = v2si_ftype_v2si_v2si;
12479 break;
12480 case DImode:
12481 type = di_ftype_di_di;
12482 break;
12483
12484 default:
12485 gcc_unreachable ();
12486 }
12487
12488 def_mbuiltin (d->mask, d->name, type, d->code);
12489 }
12490
12491 /* Add the remaining MMX insns with somewhat more complicated types. */
12492 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wzero", di_ftype_void, ARM_BUILTIN_WZERO);
12493 def_mbuiltin (FL_IWMMXT, "__builtin_arm_setwcx", void_ftype_int_int, ARM_BUILTIN_SETWCX);
12494 def_mbuiltin (FL_IWMMXT, "__builtin_arm_getwcx", int_ftype_int, ARM_BUILTIN_GETWCX);
12495
12496 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsllh", v4hi_ftype_v4hi_di, ARM_BUILTIN_WSLLH);
12497 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsllw", v2si_ftype_v2si_di, ARM_BUILTIN_WSLLW);
12498 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wslld", di_ftype_di_di, ARM_BUILTIN_WSLLD);
12499 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsllhi", v4hi_ftype_v4hi_int, ARM_BUILTIN_WSLLHI);
12500 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsllwi", v2si_ftype_v2si_int, ARM_BUILTIN_WSLLWI);
12501 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wslldi", di_ftype_di_int, ARM_BUILTIN_WSLLDI);
12502
12503 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrlh", v4hi_ftype_v4hi_di, ARM_BUILTIN_WSRLH);
12504 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrlw", v2si_ftype_v2si_di, ARM_BUILTIN_WSRLW);
12505 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrld", di_ftype_di_di, ARM_BUILTIN_WSRLD);
12506 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrlhi", v4hi_ftype_v4hi_int, ARM_BUILTIN_WSRLHI);
12507 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrlwi", v2si_ftype_v2si_int, ARM_BUILTIN_WSRLWI);
12508 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrldi", di_ftype_di_int, ARM_BUILTIN_WSRLDI);
12509
12510 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrah", v4hi_ftype_v4hi_di, ARM_BUILTIN_WSRAH);
12511 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsraw", v2si_ftype_v2si_di, ARM_BUILTIN_WSRAW);
12512 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrad", di_ftype_di_di, ARM_BUILTIN_WSRAD);
12513 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrahi", v4hi_ftype_v4hi_int, ARM_BUILTIN_WSRAHI);
12514 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsrawi", v2si_ftype_v2si_int, ARM_BUILTIN_WSRAWI);
12515 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsradi", di_ftype_di_int, ARM_BUILTIN_WSRADI);
12516
12517 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrorh", v4hi_ftype_v4hi_di, ARM_BUILTIN_WRORH);
12518 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrorw", v2si_ftype_v2si_di, ARM_BUILTIN_WRORW);
12519 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrord", di_ftype_di_di, ARM_BUILTIN_WRORD);
12520 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrorhi", v4hi_ftype_v4hi_int, ARM_BUILTIN_WRORHI);
12521 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrorwi", v2si_ftype_v2si_int, ARM_BUILTIN_WRORWI);
12522 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wrordi", di_ftype_di_int, ARM_BUILTIN_WRORDI);
12523
12524 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wshufh", v4hi_ftype_v4hi_int, ARM_BUILTIN_WSHUFH);
12525
12526 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsadb", v2si_ftype_v8qi_v8qi, ARM_BUILTIN_WSADB);
12527 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsadh", v2si_ftype_v4hi_v4hi, ARM_BUILTIN_WSADH);
12528 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsadbz", v2si_ftype_v8qi_v8qi, ARM_BUILTIN_WSADBZ);
12529 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wsadhz", v2si_ftype_v4hi_v4hi, ARM_BUILTIN_WSADHZ);
12530
12531 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmsb", int_ftype_v8qi_int, ARM_BUILTIN_TEXTRMSB);
12532 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmsh", int_ftype_v4hi_int, ARM_BUILTIN_TEXTRMSH);
12533 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmsw", int_ftype_v2si_int, ARM_BUILTIN_TEXTRMSW);
12534 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmub", int_ftype_v8qi_int, ARM_BUILTIN_TEXTRMUB);
12535 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmuh", int_ftype_v4hi_int, ARM_BUILTIN_TEXTRMUH);
12536 def_mbuiltin (FL_IWMMXT, "__builtin_arm_textrmuw", int_ftype_v2si_int, ARM_BUILTIN_TEXTRMUW);
12537 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tinsrb", v8qi_ftype_v8qi_int_int, ARM_BUILTIN_TINSRB);
12538 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tinsrh", v4hi_ftype_v4hi_int_int, ARM_BUILTIN_TINSRH);
12539 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tinsrw", v2si_ftype_v2si_int_int, ARM_BUILTIN_TINSRW);
12540
12541 def_mbuiltin (FL_IWMMXT, "__builtin_arm_waccb", di_ftype_v8qi, ARM_BUILTIN_WACCB);
12542 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wacch", di_ftype_v4hi, ARM_BUILTIN_WACCH);
12543 def_mbuiltin (FL_IWMMXT, "__builtin_arm_waccw", di_ftype_v2si, ARM_BUILTIN_WACCW);
12544
12545 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmovmskb", int_ftype_v8qi, ARM_BUILTIN_TMOVMSKB);
12546 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmovmskh", int_ftype_v4hi, ARM_BUILTIN_TMOVMSKH);
12547 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmovmskw", int_ftype_v2si, ARM_BUILTIN_TMOVMSKW);
12548
12549 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackhss", v8qi_ftype_v4hi_v4hi, ARM_BUILTIN_WPACKHSS);
12550 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackhus", v8qi_ftype_v4hi_v4hi, ARM_BUILTIN_WPACKHUS);
12551 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackwus", v4hi_ftype_v2si_v2si, ARM_BUILTIN_WPACKWUS);
12552 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackwss", v4hi_ftype_v2si_v2si, ARM_BUILTIN_WPACKWSS);
12553 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackdus", v2si_ftype_di_di, ARM_BUILTIN_WPACKDUS);
12554 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wpackdss", v2si_ftype_di_di, ARM_BUILTIN_WPACKDSS);
12555
12556 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehub", v4hi_ftype_v8qi, ARM_BUILTIN_WUNPCKEHUB);
12557 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehuh", v2si_ftype_v4hi, ARM_BUILTIN_WUNPCKEHUH);
12558 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehuw", di_ftype_v2si, ARM_BUILTIN_WUNPCKEHUW);
12559 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehsb", v4hi_ftype_v8qi, ARM_BUILTIN_WUNPCKEHSB);
12560 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehsh", v2si_ftype_v4hi, ARM_BUILTIN_WUNPCKEHSH);
12561 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckehsw", di_ftype_v2si, ARM_BUILTIN_WUNPCKEHSW);
12562 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckelub", v4hi_ftype_v8qi, ARM_BUILTIN_WUNPCKELUB);
12563 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckeluh", v2si_ftype_v4hi, ARM_BUILTIN_WUNPCKELUH);
12564 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckeluw", di_ftype_v2si, ARM_BUILTIN_WUNPCKELUW);
12565 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckelsb", v4hi_ftype_v8qi, ARM_BUILTIN_WUNPCKELSB);
12566 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckelsh", v2si_ftype_v4hi, ARM_BUILTIN_WUNPCKELSH);
12567 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wunpckelsw", di_ftype_v2si, ARM_BUILTIN_WUNPCKELSW);
12568
12569 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wmacs", di_ftype_di_v4hi_v4hi, ARM_BUILTIN_WMACS);
12570 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wmacsz", di_ftype_v4hi_v4hi, ARM_BUILTIN_WMACSZ);
12571 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wmacu", di_ftype_di_v4hi_v4hi, ARM_BUILTIN_WMACU);
12572 def_mbuiltin (FL_IWMMXT, "__builtin_arm_wmacuz", di_ftype_v4hi_v4hi, ARM_BUILTIN_WMACUZ);
12573
12574 def_mbuiltin (FL_IWMMXT, "__builtin_arm_walign", v8qi_ftype_v8qi_v8qi_int, ARM_BUILTIN_WALIGN);
12575 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmia", di_ftype_di_int_int, ARM_BUILTIN_TMIA);
12576 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmiaph", di_ftype_di_int_int, ARM_BUILTIN_TMIAPH);
12577 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmiabb", di_ftype_di_int_int, ARM_BUILTIN_TMIABB);
12578 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmiabt", di_ftype_di_int_int, ARM_BUILTIN_TMIABT);
12579 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmiatb", di_ftype_di_int_int, ARM_BUILTIN_TMIATB);
12580 def_mbuiltin (FL_IWMMXT, "__builtin_arm_tmiatt", di_ftype_di_int_int, ARM_BUILTIN_TMIATT);
12581 }
12582
12583 static void
arm_init_tls_builtins(void)12584 arm_init_tls_builtins (void)
12585 {
12586 tree ftype;
12587 tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL);
12588 tree const_nothrow = tree_cons (get_identifier ("const"), NULL, nothrow);
12589
12590 ftype = build_function_type (ptr_type_node, void_list_node);
12591 lang_hooks.builtin_function ("__builtin_thread_pointer", ftype,
12592 ARM_BUILTIN_THREAD_POINTER, BUILT_IN_MD,
12593 NULL, const_nothrow);
12594 }
12595
12596 static void
arm_init_builtins(void)12597 arm_init_builtins (void)
12598 {
12599 arm_init_tls_builtins ();
12600
12601 if (TARGET_REALLY_IWMMXT)
12602 arm_init_iwmmxt_builtins ();
12603 }
12604
12605 /* Errors in the source file can cause expand_expr to return const0_rtx
12606 where we expect a vector. To avoid crashing, use one of the vector
12607 clear instructions. */
12608
12609 static rtx
safe_vector_operand(rtx x,enum machine_mode mode)12610 safe_vector_operand (rtx x, enum machine_mode mode)
12611 {
12612 if (x != const0_rtx)
12613 return x;
12614 x = gen_reg_rtx (mode);
12615
12616 emit_insn (gen_iwmmxt_clrdi (mode == DImode ? x
12617 : gen_rtx_SUBREG (DImode, x, 0)));
12618 return x;
12619 }
12620
12621 /* Subroutine of arm_expand_builtin to take care of binop insns. */
12622
12623 static rtx
arm_expand_binop_builtin(enum insn_code icode,tree arglist,rtx target)12624 arm_expand_binop_builtin (enum insn_code icode,
12625 tree arglist, rtx target)
12626 {
12627 rtx pat;
12628 tree arg0 = TREE_VALUE (arglist);
12629 tree arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12630 rtx op0 = expand_normal (arg0);
12631 rtx op1 = expand_normal (arg1);
12632 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12633 enum machine_mode mode0 = insn_data[icode].operand[1].mode;
12634 enum machine_mode mode1 = insn_data[icode].operand[2].mode;
12635
12636 if (VECTOR_MODE_P (mode0))
12637 op0 = safe_vector_operand (op0, mode0);
12638 if (VECTOR_MODE_P (mode1))
12639 op1 = safe_vector_operand (op1, mode1);
12640
12641 if (! target
12642 || GET_MODE (target) != tmode
12643 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12644 target = gen_reg_rtx (tmode);
12645
12646 gcc_assert (GET_MODE (op0) == mode0 && GET_MODE (op1) == mode1);
12647
12648 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12649 op0 = copy_to_mode_reg (mode0, op0);
12650 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12651 op1 = copy_to_mode_reg (mode1, op1);
12652
12653 pat = GEN_FCN (icode) (target, op0, op1);
12654 if (! pat)
12655 return 0;
12656 emit_insn (pat);
12657 return target;
12658 }
12659
12660 /* Subroutine of arm_expand_builtin to take care of unop insns. */
12661
12662 static rtx
arm_expand_unop_builtin(enum insn_code icode,tree arglist,rtx target,int do_load)12663 arm_expand_unop_builtin (enum insn_code icode,
12664 tree arglist, rtx target, int do_load)
12665 {
12666 rtx pat;
12667 tree arg0 = TREE_VALUE (arglist);
12668 rtx op0 = expand_normal (arg0);
12669 enum machine_mode tmode = insn_data[icode].operand[0].mode;
12670 enum machine_mode mode0 = insn_data[icode].operand[1].mode;
12671
12672 if (! target
12673 || GET_MODE (target) != tmode
12674 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12675 target = gen_reg_rtx (tmode);
12676 if (do_load)
12677 op0 = gen_rtx_MEM (mode0, copy_to_mode_reg (Pmode, op0));
12678 else
12679 {
12680 if (VECTOR_MODE_P (mode0))
12681 op0 = safe_vector_operand (op0, mode0);
12682
12683 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12684 op0 = copy_to_mode_reg (mode0, op0);
12685 }
12686
12687 pat = GEN_FCN (icode) (target, op0);
12688 if (! pat)
12689 return 0;
12690 emit_insn (pat);
12691 return target;
12692 }
12693
12694 /* Expand an expression EXP that calls a built-in function,
12695 with result going to TARGET if that's convenient
12696 (and in mode MODE if that's convenient).
12697 SUBTARGET may be used as the target for computing one of EXP's operands.
12698 IGNORE is nonzero if the value is to be ignored. */
12699
12700 static rtx
arm_expand_builtin(tree exp,rtx target,rtx subtarget ATTRIBUTE_UNUSED,enum machine_mode mode ATTRIBUTE_UNUSED,int ignore ATTRIBUTE_UNUSED)12701 arm_expand_builtin (tree exp,
12702 rtx target,
12703 rtx subtarget ATTRIBUTE_UNUSED,
12704 enum machine_mode mode ATTRIBUTE_UNUSED,
12705 int ignore ATTRIBUTE_UNUSED)
12706 {
12707 const struct builtin_description * d;
12708 enum insn_code icode;
12709 tree fndecl = TREE_OPERAND (TREE_OPERAND (exp, 0), 0);
12710 tree arglist = TREE_OPERAND (exp, 1);
12711 tree arg0;
12712 tree arg1;
12713 tree arg2;
12714 rtx op0;
12715 rtx op1;
12716 rtx op2;
12717 rtx pat;
12718 int fcode = DECL_FUNCTION_CODE (fndecl);
12719 size_t i;
12720 enum machine_mode tmode;
12721 enum machine_mode mode0;
12722 enum machine_mode mode1;
12723 enum machine_mode mode2;
12724
12725 switch (fcode)
12726 {
12727 case ARM_BUILTIN_TEXTRMSB:
12728 case ARM_BUILTIN_TEXTRMUB:
12729 case ARM_BUILTIN_TEXTRMSH:
12730 case ARM_BUILTIN_TEXTRMUH:
12731 case ARM_BUILTIN_TEXTRMSW:
12732 case ARM_BUILTIN_TEXTRMUW:
12733 icode = (fcode == ARM_BUILTIN_TEXTRMSB ? CODE_FOR_iwmmxt_textrmsb
12734 : fcode == ARM_BUILTIN_TEXTRMUB ? CODE_FOR_iwmmxt_textrmub
12735 : fcode == ARM_BUILTIN_TEXTRMSH ? CODE_FOR_iwmmxt_textrmsh
12736 : fcode == ARM_BUILTIN_TEXTRMUH ? CODE_FOR_iwmmxt_textrmuh
12737 : CODE_FOR_iwmmxt_textrmw);
12738
12739 arg0 = TREE_VALUE (arglist);
12740 arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12741 op0 = expand_normal (arg0);
12742 op1 = expand_normal (arg1);
12743 tmode = insn_data[icode].operand[0].mode;
12744 mode0 = insn_data[icode].operand[1].mode;
12745 mode1 = insn_data[icode].operand[2].mode;
12746
12747 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12748 op0 = copy_to_mode_reg (mode0, op0);
12749 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12750 {
12751 /* @@@ better error message */
12752 error ("selector must be an immediate");
12753 return gen_reg_rtx (tmode);
12754 }
12755 if (target == 0
12756 || GET_MODE (target) != tmode
12757 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12758 target = gen_reg_rtx (tmode);
12759 pat = GEN_FCN (icode) (target, op0, op1);
12760 if (! pat)
12761 return 0;
12762 emit_insn (pat);
12763 return target;
12764
12765 case ARM_BUILTIN_TINSRB:
12766 case ARM_BUILTIN_TINSRH:
12767 case ARM_BUILTIN_TINSRW:
12768 icode = (fcode == ARM_BUILTIN_TINSRB ? CODE_FOR_iwmmxt_tinsrb
12769 : fcode == ARM_BUILTIN_TINSRH ? CODE_FOR_iwmmxt_tinsrh
12770 : CODE_FOR_iwmmxt_tinsrw);
12771 arg0 = TREE_VALUE (arglist);
12772 arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12773 arg2 = TREE_VALUE (TREE_CHAIN (TREE_CHAIN (arglist)));
12774 op0 = expand_normal (arg0);
12775 op1 = expand_normal (arg1);
12776 op2 = expand_normal (arg2);
12777 tmode = insn_data[icode].operand[0].mode;
12778 mode0 = insn_data[icode].operand[1].mode;
12779 mode1 = insn_data[icode].operand[2].mode;
12780 mode2 = insn_data[icode].operand[3].mode;
12781
12782 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12783 op0 = copy_to_mode_reg (mode0, op0);
12784 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12785 op1 = copy_to_mode_reg (mode1, op1);
12786 if (! (*insn_data[icode].operand[3].predicate) (op2, mode2))
12787 {
12788 /* @@@ better error message */
12789 error ("selector must be an immediate");
12790 return const0_rtx;
12791 }
12792 if (target == 0
12793 || GET_MODE (target) != tmode
12794 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12795 target = gen_reg_rtx (tmode);
12796 pat = GEN_FCN (icode) (target, op0, op1, op2);
12797 if (! pat)
12798 return 0;
12799 emit_insn (pat);
12800 return target;
12801
12802 case ARM_BUILTIN_SETWCX:
12803 arg0 = TREE_VALUE (arglist);
12804 arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12805 op0 = force_reg (SImode, expand_normal (arg0));
12806 op1 = expand_normal (arg1);
12807 emit_insn (gen_iwmmxt_tmcr (op1, op0));
12808 return 0;
12809
12810 case ARM_BUILTIN_GETWCX:
12811 arg0 = TREE_VALUE (arglist);
12812 op0 = expand_normal (arg0);
12813 target = gen_reg_rtx (SImode);
12814 emit_insn (gen_iwmmxt_tmrc (target, op0));
12815 return target;
12816
12817 case ARM_BUILTIN_WSHUFH:
12818 icode = CODE_FOR_iwmmxt_wshufh;
12819 arg0 = TREE_VALUE (arglist);
12820 arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12821 op0 = expand_normal (arg0);
12822 op1 = expand_normal (arg1);
12823 tmode = insn_data[icode].operand[0].mode;
12824 mode1 = insn_data[icode].operand[1].mode;
12825 mode2 = insn_data[icode].operand[2].mode;
12826
12827 if (! (*insn_data[icode].operand[1].predicate) (op0, mode1))
12828 op0 = copy_to_mode_reg (mode1, op0);
12829 if (! (*insn_data[icode].operand[2].predicate) (op1, mode2))
12830 {
12831 /* @@@ better error message */
12832 error ("mask must be an immediate");
12833 return const0_rtx;
12834 }
12835 if (target == 0
12836 || GET_MODE (target) != tmode
12837 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12838 target = gen_reg_rtx (tmode);
12839 pat = GEN_FCN (icode) (target, op0, op1);
12840 if (! pat)
12841 return 0;
12842 emit_insn (pat);
12843 return target;
12844
12845 case ARM_BUILTIN_WSADB:
12846 return arm_expand_binop_builtin (CODE_FOR_iwmmxt_wsadb, arglist, target);
12847 case ARM_BUILTIN_WSADH:
12848 return arm_expand_binop_builtin (CODE_FOR_iwmmxt_wsadh, arglist, target);
12849 case ARM_BUILTIN_WSADBZ:
12850 return arm_expand_binop_builtin (CODE_FOR_iwmmxt_wsadbz, arglist, target);
12851 case ARM_BUILTIN_WSADHZ:
12852 return arm_expand_binop_builtin (CODE_FOR_iwmmxt_wsadhz, arglist, target);
12853
12854 /* Several three-argument builtins. */
12855 case ARM_BUILTIN_WMACS:
12856 case ARM_BUILTIN_WMACU:
12857 case ARM_BUILTIN_WALIGN:
12858 case ARM_BUILTIN_TMIA:
12859 case ARM_BUILTIN_TMIAPH:
12860 case ARM_BUILTIN_TMIATT:
12861 case ARM_BUILTIN_TMIATB:
12862 case ARM_BUILTIN_TMIABT:
12863 case ARM_BUILTIN_TMIABB:
12864 icode = (fcode == ARM_BUILTIN_WMACS ? CODE_FOR_iwmmxt_wmacs
12865 : fcode == ARM_BUILTIN_WMACU ? CODE_FOR_iwmmxt_wmacu
12866 : fcode == ARM_BUILTIN_TMIA ? CODE_FOR_iwmmxt_tmia
12867 : fcode == ARM_BUILTIN_TMIAPH ? CODE_FOR_iwmmxt_tmiaph
12868 : fcode == ARM_BUILTIN_TMIABB ? CODE_FOR_iwmmxt_tmiabb
12869 : fcode == ARM_BUILTIN_TMIABT ? CODE_FOR_iwmmxt_tmiabt
12870 : fcode == ARM_BUILTIN_TMIATB ? CODE_FOR_iwmmxt_tmiatb
12871 : fcode == ARM_BUILTIN_TMIATT ? CODE_FOR_iwmmxt_tmiatt
12872 : CODE_FOR_iwmmxt_walign);
12873 arg0 = TREE_VALUE (arglist);
12874 arg1 = TREE_VALUE (TREE_CHAIN (arglist));
12875 arg2 = TREE_VALUE (TREE_CHAIN (TREE_CHAIN (arglist)));
12876 op0 = expand_normal (arg0);
12877 op1 = expand_normal (arg1);
12878 op2 = expand_normal (arg2);
12879 tmode = insn_data[icode].operand[0].mode;
12880 mode0 = insn_data[icode].operand[1].mode;
12881 mode1 = insn_data[icode].operand[2].mode;
12882 mode2 = insn_data[icode].operand[3].mode;
12883
12884 if (! (*insn_data[icode].operand[1].predicate) (op0, mode0))
12885 op0 = copy_to_mode_reg (mode0, op0);
12886 if (! (*insn_data[icode].operand[2].predicate) (op1, mode1))
12887 op1 = copy_to_mode_reg (mode1, op1);
12888 if (! (*insn_data[icode].operand[3].predicate) (op2, mode2))
12889 op2 = copy_to_mode_reg (mode2, op2);
12890 if (target == 0
12891 || GET_MODE (target) != tmode
12892 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
12893 target = gen_reg_rtx (tmode);
12894 pat = GEN_FCN (icode) (target, op0, op1, op2);
12895 if (! pat)
12896 return 0;
12897 emit_insn (pat);
12898 return target;
12899
12900 case ARM_BUILTIN_WZERO:
12901 target = gen_reg_rtx (DImode);
12902 emit_insn (gen_iwmmxt_clrdi (target));
12903 return target;
12904
12905 case ARM_BUILTIN_THREAD_POINTER:
12906 return arm_load_tp (target);
12907
12908 default:
12909 break;
12910 }
12911
12912 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++)
12913 if (d->code == (const enum arm_builtins) fcode)
12914 return arm_expand_binop_builtin (d->icode, arglist, target);
12915
12916 for (i = 0, d = bdesc_1arg; i < ARRAY_SIZE (bdesc_1arg); i++, d++)
12917 if (d->code == (const enum arm_builtins) fcode)
12918 return arm_expand_unop_builtin (d->icode, arglist, target, 0);
12919
12920 /* @@@ Should really do something sensible here. */
12921 return NULL_RTX;
12922 }
12923
12924 /* Return the number (counting from 0) of
12925 the least significant set bit in MASK. */
12926
12927 inline static int
number_of_first_bit_set(unsigned mask)12928 number_of_first_bit_set (unsigned mask)
12929 {
12930 int bit;
12931
12932 for (bit = 0;
12933 (mask & (1 << bit)) == 0;
12934 ++bit)
12935 continue;
12936
12937 return bit;
12938 }
12939
12940 /* Emit code to push or pop registers to or from the stack. F is the
12941 assembly file. MASK is the registers to push or pop. PUSH is
12942 nonzero if we should push, and zero if we should pop. For debugging
12943 output, if pushing, adjust CFA_OFFSET by the amount of space added
12944 to the stack. REAL_REGS should have the same number of bits set as
12945 MASK, and will be used instead (in the same order) to describe which
12946 registers were saved - this is used to mark the save slots when we
12947 push high registers after moving them to low registers. */
12948 static void
thumb_pushpop(FILE * f,unsigned long mask,int push,int * cfa_offset,unsigned long real_regs)12949 thumb_pushpop (FILE *f, unsigned long mask, int push, int *cfa_offset,
12950 unsigned long real_regs)
12951 {
12952 int regno;
12953 int lo_mask = mask & 0xFF;
12954 int pushed_words = 0;
12955
12956 gcc_assert (mask);
12957
12958 if (lo_mask == 0 && !push && (mask & (1 << PC_REGNUM)))
12959 {
12960 /* Special case. Do not generate a POP PC statement here, do it in
12961 thumb_exit() */
12962 thumb_exit (f, -1);
12963 return;
12964 }
12965
12966 if (ARM_EABI_UNWIND_TABLES && push)
12967 {
12968 fprintf (f, "\t.save\t{");
12969 for (regno = 0; regno < 15; regno++)
12970 {
12971 if (real_regs & (1 << regno))
12972 {
12973 if (real_regs & ((1 << regno) -1))
12974 fprintf (f, ", ");
12975 asm_fprintf (f, "%r", regno);
12976 }
12977 }
12978 fprintf (f, "}\n");
12979 }
12980
12981 fprintf (f, "\t%s\t{", push ? "push" : "pop");
12982
12983 /* Look at the low registers first. */
12984 for (regno = 0; regno <= LAST_LO_REGNUM; regno++, lo_mask >>= 1)
12985 {
12986 if (lo_mask & 1)
12987 {
12988 asm_fprintf (f, "%r", regno);
12989
12990 if ((lo_mask & ~1) != 0)
12991 fprintf (f, ", ");
12992
12993 pushed_words++;
12994 }
12995 }
12996
12997 if (push && (mask & (1 << LR_REGNUM)))
12998 {
12999 /* Catch pushing the LR. */
13000 if (mask & 0xFF)
13001 fprintf (f, ", ");
13002
13003 asm_fprintf (f, "%r", LR_REGNUM);
13004
13005 pushed_words++;
13006 }
13007 else if (!push && (mask & (1 << PC_REGNUM)))
13008 {
13009 /* Catch popping the PC. */
13010 if (TARGET_INTERWORK || TARGET_BACKTRACE
13011 || current_function_calls_eh_return)
13012 {
13013 /* The PC is never poped directly, instead
13014 it is popped into r3 and then BX is used. */
13015 fprintf (f, "}\n");
13016
13017 thumb_exit (f, -1);
13018
13019 return;
13020 }
13021 else
13022 {
13023 if (mask & 0xFF)
13024 fprintf (f, ", ");
13025
13026 asm_fprintf (f, "%r", PC_REGNUM);
13027 }
13028 }
13029
13030 fprintf (f, "}\n");
13031
13032 if (push && pushed_words && dwarf2out_do_frame ())
13033 {
13034 char *l = dwarf2out_cfi_label ();
13035 int pushed_mask = real_regs;
13036
13037 *cfa_offset += pushed_words * 4;
13038 dwarf2out_def_cfa (l, SP_REGNUM, *cfa_offset);
13039
13040 pushed_words = 0;
13041 pushed_mask = real_regs;
13042 for (regno = 0; regno <= 14; regno++, pushed_mask >>= 1)
13043 {
13044 if (pushed_mask & 1)
13045 dwarf2out_reg_save (l, regno, 4 * pushed_words++ - *cfa_offset);
13046 }
13047 }
13048 }
13049
13050 /* Generate code to return from a thumb function.
13051 If 'reg_containing_return_addr' is -1, then the return address is
13052 actually on the stack, at the stack pointer. */
13053 static void
thumb_exit(FILE * f,int reg_containing_return_addr)13054 thumb_exit (FILE *f, int reg_containing_return_addr)
13055 {
13056 unsigned regs_available_for_popping;
13057 unsigned regs_to_pop;
13058 int pops_needed;
13059 unsigned available;
13060 unsigned required;
13061 int mode;
13062 int size;
13063 int restore_a4 = FALSE;
13064
13065 /* Compute the registers we need to pop. */
13066 regs_to_pop = 0;
13067 pops_needed = 0;
13068
13069 if (reg_containing_return_addr == -1)
13070 {
13071 regs_to_pop |= 1 << LR_REGNUM;
13072 ++pops_needed;
13073 }
13074
13075 if (TARGET_BACKTRACE)
13076 {
13077 /* Restore the (ARM) frame pointer and stack pointer. */
13078 regs_to_pop |= (1 << ARM_HARD_FRAME_POINTER_REGNUM) | (1 << SP_REGNUM);
13079 pops_needed += 2;
13080 }
13081
13082 /* If there is nothing to pop then just emit the BX instruction and
13083 return. */
13084 if (pops_needed == 0)
13085 {
13086 if (current_function_calls_eh_return)
13087 asm_fprintf (f, "\tadd\t%r, %r\n", SP_REGNUM, ARM_EH_STACKADJ_REGNUM);
13088
13089 asm_fprintf (f, "\tbx\t%r\n", reg_containing_return_addr);
13090 return;
13091 }
13092 /* Otherwise if we are not supporting interworking and we have not created
13093 a backtrace structure and the function was not entered in ARM mode then
13094 just pop the return address straight into the PC. */
13095 else if (!TARGET_INTERWORK
13096 && !TARGET_BACKTRACE
13097 && !is_called_in_ARM_mode (current_function_decl)
13098 && !current_function_calls_eh_return)
13099 {
13100 asm_fprintf (f, "\tpop\t{%r}\n", PC_REGNUM);
13101 return;
13102 }
13103
13104 /* Find out how many of the (return) argument registers we can corrupt. */
13105 regs_available_for_popping = 0;
13106
13107 /* If returning via __builtin_eh_return, the bottom three registers
13108 all contain information needed for the return. */
13109 if (current_function_calls_eh_return)
13110 size = 12;
13111 else
13112 {
13113 /* If we can deduce the registers used from the function's
13114 return value. This is more reliable that examining
13115 regs_ever_live[] because that will be set if the register is
13116 ever used in the function, not just if the register is used
13117 to hold a return value. */
13118
13119 if (current_function_return_rtx != 0)
13120 mode = GET_MODE (current_function_return_rtx);
13121 else
13122 mode = DECL_MODE (DECL_RESULT (current_function_decl));
13123
13124 size = GET_MODE_SIZE (mode);
13125
13126 if (size == 0)
13127 {
13128 /* In a void function we can use any argument register.
13129 In a function that returns a structure on the stack
13130 we can use the second and third argument registers. */
13131 if (mode == VOIDmode)
13132 regs_available_for_popping =
13133 (1 << ARG_REGISTER (1))
13134 | (1 << ARG_REGISTER (2))
13135 | (1 << ARG_REGISTER (3));
13136 else
13137 regs_available_for_popping =
13138 (1 << ARG_REGISTER (2))
13139 | (1 << ARG_REGISTER (3));
13140 }
13141 else if (size <= 4)
13142 regs_available_for_popping =
13143 (1 << ARG_REGISTER (2))
13144 | (1 << ARG_REGISTER (3));
13145 else if (size <= 8)
13146 regs_available_for_popping =
13147 (1 << ARG_REGISTER (3));
13148 }
13149
13150 /* Match registers to be popped with registers into which we pop them. */
13151 for (available = regs_available_for_popping,
13152 required = regs_to_pop;
13153 required != 0 && available != 0;
13154 available &= ~(available & - available),
13155 required &= ~(required & - required))
13156 -- pops_needed;
13157
13158 /* If we have any popping registers left over, remove them. */
13159 if (available > 0)
13160 regs_available_for_popping &= ~available;
13161
13162 /* Otherwise if we need another popping register we can use
13163 the fourth argument register. */
13164 else if (pops_needed)
13165 {
13166 /* If we have not found any free argument registers and
13167 reg a4 contains the return address, we must move it. */
13168 if (regs_available_for_popping == 0
13169 && reg_containing_return_addr == LAST_ARG_REGNUM)
13170 {
13171 asm_fprintf (f, "\tmov\t%r, %r\n", LR_REGNUM, LAST_ARG_REGNUM);
13172 reg_containing_return_addr = LR_REGNUM;
13173 }
13174 else if (size > 12)
13175 {
13176 /* Register a4 is being used to hold part of the return value,
13177 but we have dire need of a free, low register. */
13178 restore_a4 = TRUE;
13179
13180 asm_fprintf (f, "\tmov\t%r, %r\n",IP_REGNUM, LAST_ARG_REGNUM);
13181 }
13182
13183 if (reg_containing_return_addr != LAST_ARG_REGNUM)
13184 {
13185 /* The fourth argument register is available. */
13186 regs_available_for_popping |= 1 << LAST_ARG_REGNUM;
13187
13188 --pops_needed;
13189 }
13190 }
13191
13192 /* Pop as many registers as we can. */
13193 thumb_pushpop (f, regs_available_for_popping, FALSE, NULL,
13194 regs_available_for_popping);
13195
13196 /* Process the registers we popped. */
13197 if (reg_containing_return_addr == -1)
13198 {
13199 /* The return address was popped into the lowest numbered register. */
13200 regs_to_pop &= ~(1 << LR_REGNUM);
13201
13202 reg_containing_return_addr =
13203 number_of_first_bit_set (regs_available_for_popping);
13204
13205 /* Remove this register for the mask of available registers, so that
13206 the return address will not be corrupted by further pops. */
13207 regs_available_for_popping &= ~(1 << reg_containing_return_addr);
13208 }
13209
13210 /* If we popped other registers then handle them here. */
13211 if (regs_available_for_popping)
13212 {
13213 int frame_pointer;
13214
13215 /* Work out which register currently contains the frame pointer. */
13216 frame_pointer = number_of_first_bit_set (regs_available_for_popping);
13217
13218 /* Move it into the correct place. */
13219 asm_fprintf (f, "\tmov\t%r, %r\n",
13220 ARM_HARD_FRAME_POINTER_REGNUM, frame_pointer);
13221
13222 /* (Temporarily) remove it from the mask of popped registers. */
13223 regs_available_for_popping &= ~(1 << frame_pointer);
13224 regs_to_pop &= ~(1 << ARM_HARD_FRAME_POINTER_REGNUM);
13225
13226 if (regs_available_for_popping)
13227 {
13228 int stack_pointer;
13229
13230 /* We popped the stack pointer as well,
13231 find the register that contains it. */
13232 stack_pointer = number_of_first_bit_set (regs_available_for_popping);
13233
13234 /* Move it into the stack register. */
13235 asm_fprintf (f, "\tmov\t%r, %r\n", SP_REGNUM, stack_pointer);
13236
13237 /* At this point we have popped all necessary registers, so
13238 do not worry about restoring regs_available_for_popping
13239 to its correct value:
13240
13241 assert (pops_needed == 0)
13242 assert (regs_available_for_popping == (1 << frame_pointer))
13243 assert (regs_to_pop == (1 << STACK_POINTER)) */
13244 }
13245 else
13246 {
13247 /* Since we have just move the popped value into the frame
13248 pointer, the popping register is available for reuse, and
13249 we know that we still have the stack pointer left to pop. */
13250 regs_available_for_popping |= (1 << frame_pointer);
13251 }
13252 }
13253
13254 /* If we still have registers left on the stack, but we no longer have
13255 any registers into which we can pop them, then we must move the return
13256 address into the link register and make available the register that
13257 contained it. */
13258 if (regs_available_for_popping == 0 && pops_needed > 0)
13259 {
13260 regs_available_for_popping |= 1 << reg_containing_return_addr;
13261
13262 asm_fprintf (f, "\tmov\t%r, %r\n", LR_REGNUM,
13263 reg_containing_return_addr);
13264
13265 reg_containing_return_addr = LR_REGNUM;
13266 }
13267
13268 /* If we have registers left on the stack then pop some more.
13269 We know that at most we will want to pop FP and SP. */
13270 if (pops_needed > 0)
13271 {
13272 int popped_into;
13273 int move_to;
13274
13275 thumb_pushpop (f, regs_available_for_popping, FALSE, NULL,
13276 regs_available_for_popping);
13277
13278 /* We have popped either FP or SP.
13279 Move whichever one it is into the correct register. */
13280 popped_into = number_of_first_bit_set (regs_available_for_popping);
13281 move_to = number_of_first_bit_set (regs_to_pop);
13282
13283 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into);
13284
13285 regs_to_pop &= ~(1 << move_to);
13286
13287 --pops_needed;
13288 }
13289
13290 /* If we still have not popped everything then we must have only
13291 had one register available to us and we are now popping the SP. */
13292 if (pops_needed > 0)
13293 {
13294 int popped_into;
13295
13296 thumb_pushpop (f, regs_available_for_popping, FALSE, NULL,
13297 regs_available_for_popping);
13298
13299 popped_into = number_of_first_bit_set (regs_available_for_popping);
13300
13301 asm_fprintf (f, "\tmov\t%r, %r\n", SP_REGNUM, popped_into);
13302 /*
13303 assert (regs_to_pop == (1 << STACK_POINTER))
13304 assert (pops_needed == 1)
13305 */
13306 }
13307
13308 /* If necessary restore the a4 register. */
13309 if (restore_a4)
13310 {
13311 if (reg_containing_return_addr != LR_REGNUM)
13312 {
13313 asm_fprintf (f, "\tmov\t%r, %r\n", LR_REGNUM, LAST_ARG_REGNUM);
13314 reg_containing_return_addr = LR_REGNUM;
13315 }
13316
13317 asm_fprintf (f, "\tmov\t%r, %r\n", LAST_ARG_REGNUM, IP_REGNUM);
13318 }
13319
13320 if (current_function_calls_eh_return)
13321 asm_fprintf (f, "\tadd\t%r, %r\n", SP_REGNUM, ARM_EH_STACKADJ_REGNUM);
13322
13323 /* Return to caller. */
13324 asm_fprintf (f, "\tbx\t%r\n", reg_containing_return_addr);
13325 }
13326
13327
13328 void
thumb_final_prescan_insn(rtx insn)13329 thumb_final_prescan_insn (rtx insn)
13330 {
13331 if (flag_print_asm_name)
13332 asm_fprintf (asm_out_file, "%@ 0x%04x\n",
13333 INSN_ADDRESSES (INSN_UID (insn)));
13334 }
13335
13336 int
thumb_shiftable_const(unsigned HOST_WIDE_INT val)13337 thumb_shiftable_const (unsigned HOST_WIDE_INT val)
13338 {
13339 unsigned HOST_WIDE_INT mask = 0xff;
13340 int i;
13341
13342 if (val == 0) /* XXX */
13343 return 0;
13344
13345 for (i = 0; i < 25; i++)
13346 if ((val & (mask << i)) == val)
13347 return 1;
13348
13349 return 0;
13350 }
13351
13352 /* Returns nonzero if the current function contains,
13353 or might contain a far jump. */
13354 static int
thumb_far_jump_used_p(void)13355 thumb_far_jump_used_p (void)
13356 {
13357 rtx insn;
13358
13359 /* This test is only important for leaf functions. */
13360 /* assert (!leaf_function_p ()); */
13361
13362 /* If we have already decided that far jumps may be used,
13363 do not bother checking again, and always return true even if
13364 it turns out that they are not being used. Once we have made
13365 the decision that far jumps are present (and that hence the link
13366 register will be pushed onto the stack) we cannot go back on it. */
13367 if (cfun->machine->far_jump_used)
13368 return 1;
13369
13370 /* If this function is not being called from the prologue/epilogue
13371 generation code then it must be being called from the
13372 INITIAL_ELIMINATION_OFFSET macro. */
13373 if (!(ARM_DOUBLEWORD_ALIGN || reload_completed))
13374 {
13375 /* In this case we know that we are being asked about the elimination
13376 of the arg pointer register. If that register is not being used,
13377 then there are no arguments on the stack, and we do not have to
13378 worry that a far jump might force the prologue to push the link
13379 register, changing the stack offsets. In this case we can just
13380 return false, since the presence of far jumps in the function will
13381 not affect stack offsets.
13382
13383 If the arg pointer is live (or if it was live, but has now been
13384 eliminated and so set to dead) then we do have to test to see if
13385 the function might contain a far jump. This test can lead to some
13386 false negatives, since before reload is completed, then length of
13387 branch instructions is not known, so gcc defaults to returning their
13388 longest length, which in turn sets the far jump attribute to true.
13389
13390 A false negative will not result in bad code being generated, but it
13391 will result in a needless push and pop of the link register. We
13392 hope that this does not occur too often.
13393
13394 If we need doubleword stack alignment this could affect the other
13395 elimination offsets so we can't risk getting it wrong. */
13396 if (regs_ever_live [ARG_POINTER_REGNUM])
13397 cfun->machine->arg_pointer_live = 1;
13398 else if (!cfun->machine->arg_pointer_live)
13399 return 0;
13400 }
13401
13402 /* Check to see if the function contains a branch
13403 insn with the far jump attribute set. */
13404 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
13405 {
13406 if (GET_CODE (insn) == JUMP_INSN
13407 /* Ignore tablejump patterns. */
13408 && GET_CODE (PATTERN (insn)) != ADDR_VEC
13409 && GET_CODE (PATTERN (insn)) != ADDR_DIFF_VEC
13410 && get_attr_far_jump (insn) == FAR_JUMP_YES
13411 )
13412 {
13413 /* Record the fact that we have decided that
13414 the function does use far jumps. */
13415 cfun->machine->far_jump_used = 1;
13416 return 1;
13417 }
13418 }
13419
13420 return 0;
13421 }
13422
13423 /* Return nonzero if FUNC must be entered in ARM mode. */
13424 int
is_called_in_ARM_mode(tree func)13425 is_called_in_ARM_mode (tree func)
13426 {
13427 gcc_assert (TREE_CODE (func) == FUNCTION_DECL);
13428
13429 /* Ignore the problem about functions whose address is taken. */
13430 if (TARGET_CALLEE_INTERWORKING && TREE_PUBLIC (func))
13431 return TRUE;
13432
13433 #ifdef ARM_PE
13434 return lookup_attribute ("interfacearm", DECL_ATTRIBUTES (func)) != NULL_TREE;
13435 #else
13436 return FALSE;
13437 #endif
13438 }
13439
13440 /* The bits which aren't usefully expanded as rtl. */
13441 const char *
thumb_unexpanded_epilogue(void)13442 thumb_unexpanded_epilogue (void)
13443 {
13444 int regno;
13445 unsigned long live_regs_mask = 0;
13446 int high_regs_pushed = 0;
13447 int had_to_push_lr;
13448 int size;
13449
13450 if (return_used_this_function)
13451 return "";
13452
13453 if (IS_NAKED (arm_current_func_type ()))
13454 return "";
13455
13456 live_regs_mask = thumb_compute_save_reg_mask ();
13457 high_regs_pushed = bit_count (live_regs_mask & 0x0f00);
13458
13459 /* If we can deduce the registers used from the function's return value.
13460 This is more reliable that examining regs_ever_live[] because that
13461 will be set if the register is ever used in the function, not just if
13462 the register is used to hold a return value. */
13463 size = arm_size_return_regs ();
13464
13465 /* The prolog may have pushed some high registers to use as
13466 work registers. e.g. the testsuite file:
13467 gcc/testsuite/gcc/gcc.c-torture/execute/complex-2.c
13468 compiles to produce:
13469 push {r4, r5, r6, r7, lr}
13470 mov r7, r9
13471 mov r6, r8
13472 push {r6, r7}
13473 as part of the prolog. We have to undo that pushing here. */
13474
13475 if (high_regs_pushed)
13476 {
13477 unsigned long mask = live_regs_mask & 0xff;
13478 int next_hi_reg;
13479
13480 /* The available low registers depend on the size of the value we are
13481 returning. */
13482 if (size <= 12)
13483 mask |= 1 << 3;
13484 if (size <= 8)
13485 mask |= 1 << 2;
13486
13487 if (mask == 0)
13488 /* Oh dear! We have no low registers into which we can pop
13489 high registers! */
13490 internal_error
13491 ("no low registers available for popping high registers");
13492
13493 for (next_hi_reg = 8; next_hi_reg < 13; next_hi_reg++)
13494 if (live_regs_mask & (1 << next_hi_reg))
13495 break;
13496
13497 while (high_regs_pushed)
13498 {
13499 /* Find lo register(s) into which the high register(s) can
13500 be popped. */
13501 for (regno = 0; regno <= LAST_LO_REGNUM; regno++)
13502 {
13503 if (mask & (1 << regno))
13504 high_regs_pushed--;
13505 if (high_regs_pushed == 0)
13506 break;
13507 }
13508
13509 mask &= (2 << regno) - 1; /* A noop if regno == 8 */
13510
13511 /* Pop the values into the low register(s). */
13512 thumb_pushpop (asm_out_file, mask, 0, NULL, mask);
13513
13514 /* Move the value(s) into the high registers. */
13515 for (regno = 0; regno <= LAST_LO_REGNUM; regno++)
13516 {
13517 if (mask & (1 << regno))
13518 {
13519 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", next_hi_reg,
13520 regno);
13521
13522 for (next_hi_reg++; next_hi_reg < 13; next_hi_reg++)
13523 if (live_regs_mask & (1 << next_hi_reg))
13524 break;
13525 }
13526 }
13527 }
13528 live_regs_mask &= ~0x0f00;
13529 }
13530
13531 had_to_push_lr = (live_regs_mask & (1 << LR_REGNUM)) != 0;
13532 live_regs_mask &= 0xff;
13533
13534 if (current_function_pretend_args_size == 0 || TARGET_BACKTRACE)
13535 {
13536 /* Pop the return address into the PC. */
13537 if (had_to_push_lr)
13538 live_regs_mask |= 1 << PC_REGNUM;
13539
13540 /* Either no argument registers were pushed or a backtrace
13541 structure was created which includes an adjusted stack
13542 pointer, so just pop everything. */
13543 if (live_regs_mask)
13544 thumb_pushpop (asm_out_file, live_regs_mask, FALSE, NULL,
13545 live_regs_mask);
13546
13547 /* We have either just popped the return address into the
13548 PC or it is was kept in LR for the entire function. */
13549 if (!had_to_push_lr)
13550 thumb_exit (asm_out_file, LR_REGNUM);
13551 }
13552 else
13553 {
13554 /* Pop everything but the return address. */
13555 if (live_regs_mask)
13556 thumb_pushpop (asm_out_file, live_regs_mask, FALSE, NULL,
13557 live_regs_mask);
13558
13559 if (had_to_push_lr)
13560 {
13561 if (size > 12)
13562 {
13563 /* We have no free low regs, so save one. */
13564 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", IP_REGNUM,
13565 LAST_ARG_REGNUM);
13566 }
13567
13568 /* Get the return address into a temporary register. */
13569 thumb_pushpop (asm_out_file, 1 << LAST_ARG_REGNUM, 0, NULL,
13570 1 << LAST_ARG_REGNUM);
13571
13572 if (size > 12)
13573 {
13574 /* Move the return address to lr. */
13575 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", LR_REGNUM,
13576 LAST_ARG_REGNUM);
13577 /* Restore the low register. */
13578 asm_fprintf (asm_out_file, "\tmov\t%r, %r\n", LAST_ARG_REGNUM,
13579 IP_REGNUM);
13580 regno = LR_REGNUM;
13581 }
13582 else
13583 regno = LAST_ARG_REGNUM;
13584 }
13585 else
13586 regno = LR_REGNUM;
13587
13588 /* Remove the argument registers that were pushed onto the stack. */
13589 asm_fprintf (asm_out_file, "\tadd\t%r, %r, #%d\n",
13590 SP_REGNUM, SP_REGNUM,
13591 current_function_pretend_args_size);
13592
13593 thumb_exit (asm_out_file, regno);
13594 }
13595
13596 return "";
13597 }
13598
13599 /* Functions to save and restore machine-specific function data. */
13600 static struct machine_function *
arm_init_machine_status(void)13601 arm_init_machine_status (void)
13602 {
13603 struct machine_function *machine;
13604 machine = (machine_function *) ggc_alloc_cleared (sizeof (machine_function));
13605
13606 #if ARM_FT_UNKNOWN != 0
13607 machine->func_type = ARM_FT_UNKNOWN;
13608 #endif
13609 return machine;
13610 }
13611
13612 /* Return an RTX indicating where the return address to the
13613 calling function can be found. */
13614 rtx
arm_return_addr(int count,rtx frame ATTRIBUTE_UNUSED)13615 arm_return_addr (int count, rtx frame ATTRIBUTE_UNUSED)
13616 {
13617 if (count != 0)
13618 return NULL_RTX;
13619
13620 return get_hard_reg_initial_val (Pmode, LR_REGNUM);
13621 }
13622
13623 /* Do anything needed before RTL is emitted for each function. */
13624 void
arm_init_expanders(void)13625 arm_init_expanders (void)
13626 {
13627 /* Arrange to initialize and mark the machine per-function status. */
13628 init_machine_status = arm_init_machine_status;
13629
13630 /* This is to stop the combine pass optimizing away the alignment
13631 adjustment of va_arg. */
13632 /* ??? It is claimed that this should not be necessary. */
13633 if (cfun)
13634 mark_reg_pointer (arg_pointer_rtx, PARM_BOUNDARY);
13635 }
13636
13637
13638 /* Like arm_compute_initial_elimination offset. Simpler because there
13639 isn't an ABI specified frame pointer for Thumb. Instead, we set it
13640 to point at the base of the local variables after static stack
13641 space for a function has been allocated. */
13642
13643 HOST_WIDE_INT
thumb_compute_initial_elimination_offset(unsigned int from,unsigned int to)13644 thumb_compute_initial_elimination_offset (unsigned int from, unsigned int to)
13645 {
13646 arm_stack_offsets *offsets;
13647
13648 offsets = arm_get_frame_offsets ();
13649
13650 switch (from)
13651 {
13652 case ARG_POINTER_REGNUM:
13653 switch (to)
13654 {
13655 case STACK_POINTER_REGNUM:
13656 return offsets->outgoing_args - offsets->saved_args;
13657
13658 case FRAME_POINTER_REGNUM:
13659 return offsets->soft_frame - offsets->saved_args;
13660
13661 case ARM_HARD_FRAME_POINTER_REGNUM:
13662 return offsets->saved_regs - offsets->saved_args;
13663
13664 case THUMB_HARD_FRAME_POINTER_REGNUM:
13665 return offsets->locals_base - offsets->saved_args;
13666
13667 default:
13668 gcc_unreachable ();
13669 }
13670 break;
13671
13672 case FRAME_POINTER_REGNUM:
13673 switch (to)
13674 {
13675 case STACK_POINTER_REGNUM:
13676 return offsets->outgoing_args - offsets->soft_frame;
13677
13678 case ARM_HARD_FRAME_POINTER_REGNUM:
13679 return offsets->saved_regs - offsets->soft_frame;
13680
13681 case THUMB_HARD_FRAME_POINTER_REGNUM:
13682 return offsets->locals_base - offsets->soft_frame;
13683
13684 default:
13685 gcc_unreachable ();
13686 }
13687 break;
13688
13689 default:
13690 gcc_unreachable ();
13691 }
13692 }
13693
13694
13695 /* Generate the rest of a function's prologue. */
13696 void
thumb_expand_prologue(void)13697 thumb_expand_prologue (void)
13698 {
13699 rtx insn, dwarf;
13700
13701 HOST_WIDE_INT amount;
13702 arm_stack_offsets *offsets;
13703 unsigned long func_type;
13704 int regno;
13705 unsigned long live_regs_mask;
13706
13707 func_type = arm_current_func_type ();
13708
13709 /* Naked functions don't have prologues. */
13710 if (IS_NAKED (func_type))
13711 return;
13712
13713 if (IS_INTERRUPT (func_type))
13714 {
13715 error ("interrupt Service Routines cannot be coded in Thumb mode");
13716 return;
13717 }
13718
13719 live_regs_mask = thumb_compute_save_reg_mask ();
13720 /* Load the pic register before setting the frame pointer,
13721 so we can use r7 as a temporary work register. */
13722 if (flag_pic && arm_pic_register != INVALID_REGNUM)
13723 arm_load_pic_register (live_regs_mask);
13724
13725 if (!frame_pointer_needed && CALLER_INTERWORKING_SLOT_SIZE > 0)
13726 emit_move_insn (gen_rtx_REG (Pmode, ARM_HARD_FRAME_POINTER_REGNUM),
13727 stack_pointer_rtx);
13728
13729 offsets = arm_get_frame_offsets ();
13730 amount = offsets->outgoing_args - offsets->saved_regs;
13731 if (amount)
13732 {
13733 if (amount < 512)
13734 {
13735 insn = emit_insn (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx,
13736 GEN_INT (- amount)));
13737 RTX_FRAME_RELATED_P (insn) = 1;
13738 }
13739 else
13740 {
13741 rtx reg;
13742
13743 /* The stack decrement is too big for an immediate value in a single
13744 insn. In theory we could issue multiple subtracts, but after
13745 three of them it becomes more space efficient to place the full
13746 value in the constant pool and load into a register. (Also the
13747 ARM debugger really likes to see only one stack decrement per
13748 function). So instead we look for a scratch register into which
13749 we can load the decrement, and then we subtract this from the
13750 stack pointer. Unfortunately on the thumb the only available
13751 scratch registers are the argument registers, and we cannot use
13752 these as they may hold arguments to the function. Instead we
13753 attempt to locate a call preserved register which is used by this
13754 function. If we can find one, then we know that it will have
13755 been pushed at the start of the prologue and so we can corrupt
13756 it now. */
13757 for (regno = LAST_ARG_REGNUM + 1; regno <= LAST_LO_REGNUM; regno++)
13758 if (live_regs_mask & (1 << regno)
13759 && !(frame_pointer_needed
13760 && (regno == THUMB_HARD_FRAME_POINTER_REGNUM)))
13761 break;
13762
13763 if (regno > LAST_LO_REGNUM) /* Very unlikely. */
13764 {
13765 rtx spare = gen_rtx_REG (SImode, IP_REGNUM);
13766
13767 /* Choose an arbitrary, non-argument low register. */
13768 reg = gen_rtx_REG (SImode, LAST_LO_REGNUM);
13769
13770 /* Save it by copying it into a high, scratch register. */
13771 emit_insn (gen_movsi (spare, reg));
13772 /* Add a USE to stop propagate_one_insn() from barfing. */
13773 emit_insn (gen_prologue_use (spare));
13774
13775 /* Decrement the stack. */
13776 emit_insn (gen_movsi (reg, GEN_INT (- amount)));
13777 insn = emit_insn (gen_addsi3 (stack_pointer_rtx,
13778 stack_pointer_rtx, reg));
13779 RTX_FRAME_RELATED_P (insn) = 1;
13780 dwarf = gen_rtx_SET (VOIDmode, stack_pointer_rtx,
13781 plus_constant (stack_pointer_rtx,
13782 -amount));
13783 RTX_FRAME_RELATED_P (dwarf) = 1;
13784 REG_NOTES (insn)
13785 = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
13786 REG_NOTES (insn));
13787
13788 /* Restore the low register's original value. */
13789 emit_insn (gen_movsi (reg, spare));
13790
13791 /* Emit a USE of the restored scratch register, so that flow
13792 analysis will not consider the restore redundant. The
13793 register won't be used again in this function and isn't
13794 restored by the epilogue. */
13795 emit_insn (gen_prologue_use (reg));
13796 }
13797 else
13798 {
13799 reg = gen_rtx_REG (SImode, regno);
13800
13801 emit_insn (gen_movsi (reg, GEN_INT (- amount)));
13802
13803 insn = emit_insn (gen_addsi3 (stack_pointer_rtx,
13804 stack_pointer_rtx, reg));
13805 RTX_FRAME_RELATED_P (insn) = 1;
13806 dwarf = gen_rtx_SET (VOIDmode, stack_pointer_rtx,
13807 plus_constant (stack_pointer_rtx,
13808 -amount));
13809 RTX_FRAME_RELATED_P (dwarf) = 1;
13810 REG_NOTES (insn)
13811 = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
13812 REG_NOTES (insn));
13813 }
13814 }
13815 }
13816
13817 if (frame_pointer_needed)
13818 {
13819 amount = offsets->outgoing_args - offsets->locals_base;
13820
13821 if (amount < 1024)
13822 insn = emit_insn (gen_addsi3 (hard_frame_pointer_rtx,
13823 stack_pointer_rtx, GEN_INT (amount)));
13824 else
13825 {
13826 emit_insn (gen_movsi (hard_frame_pointer_rtx, GEN_INT (amount)));
13827 insn = emit_insn (gen_addsi3 (hard_frame_pointer_rtx,
13828 hard_frame_pointer_rtx,
13829 stack_pointer_rtx));
13830 dwarf = gen_rtx_SET (VOIDmode, hard_frame_pointer_rtx,
13831 plus_constant (stack_pointer_rtx, amount));
13832 RTX_FRAME_RELATED_P (dwarf) = 1;
13833 REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
13834 REG_NOTES (insn));
13835 }
13836
13837 RTX_FRAME_RELATED_P (insn) = 1;
13838 }
13839
13840 /* If we are profiling, make sure no instructions are scheduled before
13841 the call to mcount. Similarly if the user has requested no
13842 scheduling in the prolog. Similarly if we want non-call exceptions
13843 using the EABI unwinder, to prevent faulting instructions from being
13844 swapped with a stack adjustment. */
13845 if (current_function_profile || !TARGET_SCHED_PROLOG
13846 || (ARM_EABI_UNWIND_TABLES && flag_non_call_exceptions))
13847 emit_insn (gen_blockage ());
13848
13849 cfun->machine->lr_save_eliminated = !thumb_force_lr_save ();
13850 if (live_regs_mask & 0xff)
13851 cfun->machine->lr_save_eliminated = 0;
13852
13853 /* If the link register is being kept alive, with the return address in it,
13854 then make sure that it does not get reused by the ce2 pass. */
13855 if (cfun->machine->lr_save_eliminated)
13856 emit_insn (gen_prologue_use (gen_rtx_REG (SImode, LR_REGNUM)));
13857 }
13858
13859
13860 void
thumb_expand_epilogue(void)13861 thumb_expand_epilogue (void)
13862 {
13863 HOST_WIDE_INT amount;
13864 arm_stack_offsets *offsets;
13865 int regno;
13866
13867 /* Naked functions don't have prologues. */
13868 if (IS_NAKED (arm_current_func_type ()))
13869 return;
13870
13871 offsets = arm_get_frame_offsets ();
13872 amount = offsets->outgoing_args - offsets->saved_regs;
13873
13874 if (frame_pointer_needed)
13875 {
13876 emit_insn (gen_movsi (stack_pointer_rtx, hard_frame_pointer_rtx));
13877 amount = offsets->locals_base - offsets->saved_regs;
13878 }
13879
13880 gcc_assert (amount >= 0);
13881 if (amount)
13882 {
13883 if (amount < 512)
13884 emit_insn (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx,
13885 GEN_INT (amount)));
13886 else
13887 {
13888 /* r3 is always free in the epilogue. */
13889 rtx reg = gen_rtx_REG (SImode, LAST_ARG_REGNUM);
13890
13891 emit_insn (gen_movsi (reg, GEN_INT (amount)));
13892 emit_insn (gen_addsi3 (stack_pointer_rtx, stack_pointer_rtx, reg));
13893 }
13894 }
13895
13896 /* Emit a USE (stack_pointer_rtx), so that
13897 the stack adjustment will not be deleted. */
13898 emit_insn (gen_prologue_use (stack_pointer_rtx));
13899
13900 if (current_function_profile || !TARGET_SCHED_PROLOG)
13901 emit_insn (gen_blockage ());
13902
13903 /* Emit a clobber for each insn that will be restored in the epilogue,
13904 so that flow2 will get register lifetimes correct. */
13905 for (regno = 0; regno < 13; regno++)
13906 if (regs_ever_live[regno] && !call_used_regs[regno])
13907 emit_insn (gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (SImode, regno)));
13908
13909 if (! regs_ever_live[LR_REGNUM])
13910 emit_insn (gen_rtx_USE (VOIDmode, gen_rtx_REG (SImode, LR_REGNUM)));
13911 }
13912
13913 static void
thumb_output_function_prologue(FILE * f,HOST_WIDE_INT size ATTRIBUTE_UNUSED)13914 thumb_output_function_prologue (FILE *f, HOST_WIDE_INT size ATTRIBUTE_UNUSED)
13915 {
13916 unsigned long live_regs_mask = 0;
13917 unsigned long l_mask;
13918 unsigned high_regs_pushed = 0;
13919 int cfa_offset = 0;
13920 int regno;
13921
13922 if (IS_NAKED (arm_current_func_type ()))
13923 return;
13924
13925 if (is_called_in_ARM_mode (current_function_decl))
13926 {
13927 const char * name;
13928
13929 gcc_assert (GET_CODE (DECL_RTL (current_function_decl)) == MEM);
13930 gcc_assert (GET_CODE (XEXP (DECL_RTL (current_function_decl), 0))
13931 == SYMBOL_REF);
13932 name = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
13933
13934 /* Generate code sequence to switch us into Thumb mode. */
13935 /* The .code 32 directive has already been emitted by
13936 ASM_DECLARE_FUNCTION_NAME. */
13937 asm_fprintf (f, "\torr\t%r, %r, #1\n", IP_REGNUM, PC_REGNUM);
13938 asm_fprintf (f, "\tbx\t%r\n", IP_REGNUM);
13939
13940 /* Generate a label, so that the debugger will notice the
13941 change in instruction sets. This label is also used by
13942 the assembler to bypass the ARM code when this function
13943 is called from a Thumb encoded function elsewhere in the
13944 same file. Hence the definition of STUB_NAME here must
13945 agree with the definition in gas/config/tc-arm.c. */
13946
13947 #define STUB_NAME ".real_start_of"
13948
13949 fprintf (f, "\t.code\t16\n");
13950 #ifdef ARM_PE
13951 if (arm_dllexport_name_p (name))
13952 name = arm_strip_name_encoding (name);
13953 #endif
13954 asm_fprintf (f, "\t.globl %s%U%s\n", STUB_NAME, name);
13955 fprintf (f, "\t.thumb_func\n");
13956 asm_fprintf (f, "%s%U%s:\n", STUB_NAME, name);
13957 }
13958
13959 if (current_function_pretend_args_size)
13960 {
13961 /* Output unwind directive for the stack adjustment. */
13962 if (ARM_EABI_UNWIND_TABLES)
13963 fprintf (f, "\t.pad #%d\n",
13964 current_function_pretend_args_size);
13965
13966 if (cfun->machine->uses_anonymous_args)
13967 {
13968 int num_pushes;
13969
13970 fprintf (f, "\tpush\t{");
13971
13972 num_pushes = ARM_NUM_INTS (current_function_pretend_args_size);
13973
13974 for (regno = LAST_ARG_REGNUM + 1 - num_pushes;
13975 regno <= LAST_ARG_REGNUM;
13976 regno++)
13977 asm_fprintf (f, "%r%s", regno,
13978 regno == LAST_ARG_REGNUM ? "" : ", ");
13979
13980 fprintf (f, "}\n");
13981 }
13982 else
13983 asm_fprintf (f, "\tsub\t%r, %r, #%d\n",
13984 SP_REGNUM, SP_REGNUM,
13985 current_function_pretend_args_size);
13986
13987 /* We don't need to record the stores for unwinding (would it
13988 help the debugger any if we did?), but record the change in
13989 the stack pointer. */
13990 if (dwarf2out_do_frame ())
13991 {
13992 char *l = dwarf2out_cfi_label ();
13993
13994 cfa_offset = cfa_offset + current_function_pretend_args_size;
13995 dwarf2out_def_cfa (l, SP_REGNUM, cfa_offset);
13996 }
13997 }
13998
13999 /* Get the registers we are going to push. */
14000 live_regs_mask = thumb_compute_save_reg_mask ();
14001 /* Extract a mask of the ones we can give to the Thumb's push instruction. */
14002 l_mask = live_regs_mask & 0x40ff;
14003 /* Then count how many other high registers will need to be pushed. */
14004 high_regs_pushed = bit_count (live_regs_mask & 0x0f00);
14005
14006 if (TARGET_BACKTRACE)
14007 {
14008 unsigned offset;
14009 unsigned work_register;
14010
14011 /* We have been asked to create a stack backtrace structure.
14012 The code looks like this:
14013
14014 0 .align 2
14015 0 func:
14016 0 sub SP, #16 Reserve space for 4 registers.
14017 2 push {R7} Push low registers.
14018 4 add R7, SP, #20 Get the stack pointer before the push.
14019 6 str R7, [SP, #8] Store the stack pointer (before reserving the space).
14020 8 mov R7, PC Get hold of the start of this code plus 12.
14021 10 str R7, [SP, #16] Store it.
14022 12 mov R7, FP Get hold of the current frame pointer.
14023 14 str R7, [SP, #4] Store it.
14024 16 mov R7, LR Get hold of the current return address.
14025 18 str R7, [SP, #12] Store it.
14026 20 add R7, SP, #16 Point at the start of the backtrace structure.
14027 22 mov FP, R7 Put this value into the frame pointer. */
14028
14029 work_register = thumb_find_work_register (live_regs_mask);
14030
14031 if (ARM_EABI_UNWIND_TABLES)
14032 asm_fprintf (f, "\t.pad #16\n");
14033
14034 asm_fprintf
14035 (f, "\tsub\t%r, %r, #16\t%@ Create stack backtrace structure\n",
14036 SP_REGNUM, SP_REGNUM);
14037
14038 if (dwarf2out_do_frame ())
14039 {
14040 char *l = dwarf2out_cfi_label ();
14041
14042 cfa_offset = cfa_offset + 16;
14043 dwarf2out_def_cfa (l, SP_REGNUM, cfa_offset);
14044 }
14045
14046 if (l_mask)
14047 {
14048 thumb_pushpop (f, l_mask, 1, &cfa_offset, l_mask);
14049 offset = bit_count (l_mask) * UNITS_PER_WORD;
14050 }
14051 else
14052 offset = 0;
14053
14054 asm_fprintf (f, "\tadd\t%r, %r, #%d\n", work_register, SP_REGNUM,
14055 offset + 16 + current_function_pretend_args_size);
14056
14057 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14058 offset + 4);
14059
14060 /* Make sure that the instruction fetching the PC is in the right place
14061 to calculate "start of backtrace creation code + 12". */
14062 if (l_mask)
14063 {
14064 asm_fprintf (f, "\tmov\t%r, %r\n", work_register, PC_REGNUM);
14065 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14066 offset + 12);
14067 asm_fprintf (f, "\tmov\t%r, %r\n", work_register,
14068 ARM_HARD_FRAME_POINTER_REGNUM);
14069 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14070 offset);
14071 }
14072 else
14073 {
14074 asm_fprintf (f, "\tmov\t%r, %r\n", work_register,
14075 ARM_HARD_FRAME_POINTER_REGNUM);
14076 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14077 offset);
14078 asm_fprintf (f, "\tmov\t%r, %r\n", work_register, PC_REGNUM);
14079 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14080 offset + 12);
14081 }
14082
14083 asm_fprintf (f, "\tmov\t%r, %r\n", work_register, LR_REGNUM);
14084 asm_fprintf (f, "\tstr\t%r, [%r, #%d]\n", work_register, SP_REGNUM,
14085 offset + 8);
14086 asm_fprintf (f, "\tadd\t%r, %r, #%d\n", work_register, SP_REGNUM,
14087 offset + 12);
14088 asm_fprintf (f, "\tmov\t%r, %r\t\t%@ Backtrace structure created\n",
14089 ARM_HARD_FRAME_POINTER_REGNUM, work_register);
14090 }
14091 /* Optimization: If we are not pushing any low registers but we are going
14092 to push some high registers then delay our first push. This will just
14093 be a push of LR and we can combine it with the push of the first high
14094 register. */
14095 else if ((l_mask & 0xff) != 0
14096 || (high_regs_pushed == 0 && l_mask))
14097 thumb_pushpop (f, l_mask, 1, &cfa_offset, l_mask);
14098
14099 if (high_regs_pushed)
14100 {
14101 unsigned pushable_regs;
14102 unsigned next_hi_reg;
14103
14104 for (next_hi_reg = 12; next_hi_reg > LAST_LO_REGNUM; next_hi_reg--)
14105 if (live_regs_mask & (1 << next_hi_reg))
14106 break;
14107
14108 pushable_regs = l_mask & 0xff;
14109
14110 if (pushable_regs == 0)
14111 pushable_regs = 1 << thumb_find_work_register (live_regs_mask);
14112
14113 while (high_regs_pushed > 0)
14114 {
14115 unsigned long real_regs_mask = 0;
14116
14117 for (regno = LAST_LO_REGNUM; regno >= 0; regno --)
14118 {
14119 if (pushable_regs & (1 << regno))
14120 {
14121 asm_fprintf (f, "\tmov\t%r, %r\n", regno, next_hi_reg);
14122
14123 high_regs_pushed --;
14124 real_regs_mask |= (1 << next_hi_reg);
14125
14126 if (high_regs_pushed)
14127 {
14128 for (next_hi_reg --; next_hi_reg > LAST_LO_REGNUM;
14129 next_hi_reg --)
14130 if (live_regs_mask & (1 << next_hi_reg))
14131 break;
14132 }
14133 else
14134 {
14135 pushable_regs &= ~((1 << regno) - 1);
14136 break;
14137 }
14138 }
14139 }
14140
14141 /* If we had to find a work register and we have not yet
14142 saved the LR then add it to the list of regs to push. */
14143 if (l_mask == (1 << LR_REGNUM))
14144 {
14145 thumb_pushpop (f, pushable_regs | (1 << LR_REGNUM),
14146 1, &cfa_offset,
14147 real_regs_mask | (1 << LR_REGNUM));
14148 l_mask = 0;
14149 }
14150 else
14151 thumb_pushpop (f, pushable_regs, 1, &cfa_offset, real_regs_mask);
14152 }
14153 }
14154 }
14155
14156 /* Handle the case of a double word load into a low register from
14157 a computed memory address. The computed address may involve a
14158 register which is overwritten by the load. */
14159 const char *
thumb_load_double_from_address(rtx * operands)14160 thumb_load_double_from_address (rtx *operands)
14161 {
14162 rtx addr;
14163 rtx base;
14164 rtx offset;
14165 rtx arg1;
14166 rtx arg2;
14167
14168 gcc_assert (GET_CODE (operands[0]) == REG);
14169 gcc_assert (GET_CODE (operands[1]) == MEM);
14170
14171 /* Get the memory address. */
14172 addr = XEXP (operands[1], 0);
14173
14174 /* Work out how the memory address is computed. */
14175 switch (GET_CODE (addr))
14176 {
14177 case REG:
14178 operands[2] = adjust_address (operands[1], SImode, 4);
14179
14180 if (REGNO (operands[0]) == REGNO (addr))
14181 {
14182 output_asm_insn ("ldr\t%H0, %2", operands);
14183 output_asm_insn ("ldr\t%0, %1", operands);
14184 }
14185 else
14186 {
14187 output_asm_insn ("ldr\t%0, %1", operands);
14188 output_asm_insn ("ldr\t%H0, %2", operands);
14189 }
14190 break;
14191
14192 case CONST:
14193 /* Compute <address> + 4 for the high order load. */
14194 operands[2] = adjust_address (operands[1], SImode, 4);
14195
14196 output_asm_insn ("ldr\t%0, %1", operands);
14197 output_asm_insn ("ldr\t%H0, %2", operands);
14198 break;
14199
14200 case PLUS:
14201 arg1 = XEXP (addr, 0);
14202 arg2 = XEXP (addr, 1);
14203
14204 if (CONSTANT_P (arg1))
14205 base = arg2, offset = arg1;
14206 else
14207 base = arg1, offset = arg2;
14208
14209 gcc_assert (GET_CODE (base) == REG);
14210
14211 /* Catch the case of <address> = <reg> + <reg> */
14212 if (GET_CODE (offset) == REG)
14213 {
14214 int reg_offset = REGNO (offset);
14215 int reg_base = REGNO (base);
14216 int reg_dest = REGNO (operands[0]);
14217
14218 /* Add the base and offset registers together into the
14219 higher destination register. */
14220 asm_fprintf (asm_out_file, "\tadd\t%r, %r, %r",
14221 reg_dest + 1, reg_base, reg_offset);
14222
14223 /* Load the lower destination register from the address in
14224 the higher destination register. */
14225 asm_fprintf (asm_out_file, "\tldr\t%r, [%r, #0]",
14226 reg_dest, reg_dest + 1);
14227
14228 /* Load the higher destination register from its own address
14229 plus 4. */
14230 asm_fprintf (asm_out_file, "\tldr\t%r, [%r, #4]",
14231 reg_dest + 1, reg_dest + 1);
14232 }
14233 else
14234 {
14235 /* Compute <address> + 4 for the high order load. */
14236 operands[2] = adjust_address (operands[1], SImode, 4);
14237
14238 /* If the computed address is held in the low order register
14239 then load the high order register first, otherwise always
14240 load the low order register first. */
14241 if (REGNO (operands[0]) == REGNO (base))
14242 {
14243 output_asm_insn ("ldr\t%H0, %2", operands);
14244 output_asm_insn ("ldr\t%0, %1", operands);
14245 }
14246 else
14247 {
14248 output_asm_insn ("ldr\t%0, %1", operands);
14249 output_asm_insn ("ldr\t%H0, %2", operands);
14250 }
14251 }
14252 break;
14253
14254 case LABEL_REF:
14255 /* With no registers to worry about we can just load the value
14256 directly. */
14257 operands[2] = adjust_address (operands[1], SImode, 4);
14258
14259 output_asm_insn ("ldr\t%H0, %2", operands);
14260 output_asm_insn ("ldr\t%0, %1", operands);
14261 break;
14262
14263 default:
14264 gcc_unreachable ();
14265 }
14266
14267 return "";
14268 }
14269
14270 const char *
thumb_output_move_mem_multiple(int n,rtx * operands)14271 thumb_output_move_mem_multiple (int n, rtx *operands)
14272 {
14273 rtx tmp;
14274
14275 switch (n)
14276 {
14277 case 2:
14278 if (REGNO (operands[4]) > REGNO (operands[5]))
14279 {
14280 tmp = operands[4];
14281 operands[4] = operands[5];
14282 operands[5] = tmp;
14283 }
14284 output_asm_insn ("ldmia\t%1!, {%4, %5}", operands);
14285 output_asm_insn ("stmia\t%0!, {%4, %5}", operands);
14286 break;
14287
14288 case 3:
14289 if (REGNO (operands[4]) > REGNO (operands[5]))
14290 {
14291 tmp = operands[4];
14292 operands[4] = operands[5];
14293 operands[5] = tmp;
14294 }
14295 if (REGNO (operands[5]) > REGNO (operands[6]))
14296 {
14297 tmp = operands[5];
14298 operands[5] = operands[6];
14299 operands[6] = tmp;
14300 }
14301 if (REGNO (operands[4]) > REGNO (operands[5]))
14302 {
14303 tmp = operands[4];
14304 operands[4] = operands[5];
14305 operands[5] = tmp;
14306 }
14307
14308 output_asm_insn ("ldmia\t%1!, {%4, %5, %6}", operands);
14309 output_asm_insn ("stmia\t%0!, {%4, %5, %6}", operands);
14310 break;
14311
14312 default:
14313 gcc_unreachable ();
14314 }
14315
14316 return "";
14317 }
14318
14319 /* Output a call-via instruction for thumb state. */
14320 const char *
thumb_call_via_reg(rtx reg)14321 thumb_call_via_reg (rtx reg)
14322 {
14323 int regno = REGNO (reg);
14324 rtx *labelp;
14325
14326 gcc_assert (regno < LR_REGNUM);
14327
14328 /* If we are in the normal text section we can use a single instance
14329 per compilation unit. If we are doing function sections, then we need
14330 an entry per section, since we can't rely on reachability. */
14331 if (in_section == text_section)
14332 {
14333 thumb_call_reg_needed = 1;
14334
14335 if (thumb_call_via_label[regno] == NULL)
14336 thumb_call_via_label[regno] = gen_label_rtx ();
14337 labelp = thumb_call_via_label + regno;
14338 }
14339 else
14340 {
14341 if (cfun->machine->call_via[regno] == NULL)
14342 cfun->machine->call_via[regno] = gen_label_rtx ();
14343 labelp = cfun->machine->call_via + regno;
14344 }
14345
14346 output_asm_insn ("bl\t%a0", labelp);
14347 return "";
14348 }
14349
14350 /* Routines for generating rtl. */
14351 void
thumb_expand_movmemqi(rtx * operands)14352 thumb_expand_movmemqi (rtx *operands)
14353 {
14354 rtx out = copy_to_mode_reg (SImode, XEXP (operands[0], 0));
14355 rtx in = copy_to_mode_reg (SImode, XEXP (operands[1], 0));
14356 HOST_WIDE_INT len = INTVAL (operands[2]);
14357 HOST_WIDE_INT offset = 0;
14358
14359 while (len >= 12)
14360 {
14361 emit_insn (gen_movmem12b (out, in, out, in));
14362 len -= 12;
14363 }
14364
14365 if (len >= 8)
14366 {
14367 emit_insn (gen_movmem8b (out, in, out, in));
14368 len -= 8;
14369 }
14370
14371 if (len >= 4)
14372 {
14373 rtx reg = gen_reg_rtx (SImode);
14374 emit_insn (gen_movsi (reg, gen_rtx_MEM (SImode, in)));
14375 emit_insn (gen_movsi (gen_rtx_MEM (SImode, out), reg));
14376 len -= 4;
14377 offset += 4;
14378 }
14379
14380 if (len >= 2)
14381 {
14382 rtx reg = gen_reg_rtx (HImode);
14383 emit_insn (gen_movhi (reg, gen_rtx_MEM (HImode,
14384 plus_constant (in, offset))));
14385 emit_insn (gen_movhi (gen_rtx_MEM (HImode, plus_constant (out, offset)),
14386 reg));
14387 len -= 2;
14388 offset += 2;
14389 }
14390
14391 if (len)
14392 {
14393 rtx reg = gen_reg_rtx (QImode);
14394 emit_insn (gen_movqi (reg, gen_rtx_MEM (QImode,
14395 plus_constant (in, offset))));
14396 emit_insn (gen_movqi (gen_rtx_MEM (QImode, plus_constant (out, offset)),
14397 reg));
14398 }
14399 }
14400
14401 void
thumb_reload_out_hi(rtx * operands)14402 thumb_reload_out_hi (rtx *operands)
14403 {
14404 emit_insn (gen_thumb_movhi_clobber (operands[0], operands[1], operands[2]));
14405 }
14406
14407 /* Handle reading a half-word from memory during reload. */
14408 void
thumb_reload_in_hi(rtx * operands ATTRIBUTE_UNUSED)14409 thumb_reload_in_hi (rtx *operands ATTRIBUTE_UNUSED)
14410 {
14411 gcc_unreachable ();
14412 }
14413
14414 /* Return the length of a function name prefix
14415 that starts with the character 'c'. */
14416 static int
arm_get_strip_length(int c)14417 arm_get_strip_length (int c)
14418 {
14419 switch (c)
14420 {
14421 ARM_NAME_ENCODING_LENGTHS
14422 default: return 0;
14423 }
14424 }
14425
14426 /* Return a pointer to a function's name with any
14427 and all prefix encodings stripped from it. */
14428 const char *
arm_strip_name_encoding(const char * name)14429 arm_strip_name_encoding (const char *name)
14430 {
14431 int skip;
14432
14433 while ((skip = arm_get_strip_length (* name)))
14434 name += skip;
14435
14436 return name;
14437 }
14438
14439 /* If there is a '*' anywhere in the name's prefix, then
14440 emit the stripped name verbatim, otherwise prepend an
14441 underscore if leading underscores are being used. */
14442 void
arm_asm_output_labelref(FILE * stream,const char * name)14443 arm_asm_output_labelref (FILE *stream, const char *name)
14444 {
14445 int skip;
14446 int verbatim = 0;
14447
14448 while ((skip = arm_get_strip_length (* name)))
14449 {
14450 verbatim |= (*name == '*');
14451 name += skip;
14452 }
14453
14454 if (verbatim)
14455 fputs (name, stream);
14456 else
14457 asm_fprintf (stream, "%U%s", name);
14458 }
14459
14460 static void
arm_file_end(void)14461 arm_file_end (void)
14462 {
14463 int regno;
14464
14465 if (! thumb_call_reg_needed)
14466 return;
14467
14468 switch_to_section (text_section);
14469 asm_fprintf (asm_out_file, "\t.code 16\n");
14470 ASM_OUTPUT_ALIGN (asm_out_file, 1);
14471
14472 for (regno = 0; regno < LR_REGNUM; regno++)
14473 {
14474 rtx label = thumb_call_via_label[regno];
14475
14476 if (label != 0)
14477 {
14478 targetm.asm_out.internal_label (asm_out_file, "L",
14479 CODE_LABEL_NUMBER (label));
14480 asm_fprintf (asm_out_file, "\tbx\t%r\n", regno);
14481 }
14482 }
14483 }
14484
14485 rtx aof_pic_label;
14486
14487 #ifdef AOF_ASSEMBLER
14488 /* Special functions only needed when producing AOF syntax assembler. */
14489
14490 struct pic_chain
14491 {
14492 struct pic_chain * next;
14493 const char * symname;
14494 };
14495
14496 static struct pic_chain * aof_pic_chain = NULL;
14497
14498 rtx
aof_pic_entry(rtx x)14499 aof_pic_entry (rtx x)
14500 {
14501 struct pic_chain ** chainp;
14502 int offset;
14503
14504 if (aof_pic_label == NULL_RTX)
14505 {
14506 aof_pic_label = gen_rtx_SYMBOL_REF (Pmode, "x$adcons");
14507 }
14508
14509 for (offset = 0, chainp = &aof_pic_chain; *chainp;
14510 offset += 4, chainp = &(*chainp)->next)
14511 if ((*chainp)->symname == XSTR (x, 0))
14512 return plus_constant (aof_pic_label, offset);
14513
14514 *chainp = (struct pic_chain *) xmalloc (sizeof (struct pic_chain));
14515 (*chainp)->next = NULL;
14516 (*chainp)->symname = XSTR (x, 0);
14517 return plus_constant (aof_pic_label, offset);
14518 }
14519
14520 void
aof_dump_pic_table(FILE * f)14521 aof_dump_pic_table (FILE *f)
14522 {
14523 struct pic_chain * chain;
14524
14525 if (aof_pic_chain == NULL)
14526 return;
14527
14528 asm_fprintf (f, "\tAREA |%r$$adcons|, BASED %r\n",
14529 PIC_OFFSET_TABLE_REGNUM,
14530 PIC_OFFSET_TABLE_REGNUM);
14531 fputs ("|x$adcons|\n", f);
14532
14533 for (chain = aof_pic_chain; chain; chain = chain->next)
14534 {
14535 fputs ("\tDCD\t", f);
14536 assemble_name (f, chain->symname);
14537 fputs ("\n", f);
14538 }
14539 }
14540
14541 int arm_text_section_count = 1;
14542
14543 /* A get_unnamed_section callback for switching to the text section. */
14544
14545 static void
aof_output_text_section_asm_op(const void * data ATTRIBUTE_UNUSED)14546 aof_output_text_section_asm_op (const void *data ATTRIBUTE_UNUSED)
14547 {
14548 fprintf (asm_out_file, "\tAREA |C$$code%d|, CODE, READONLY",
14549 arm_text_section_count++);
14550 if (flag_pic)
14551 fprintf (asm_out_file, ", PIC, REENTRANT");
14552 fprintf (asm_out_file, "\n");
14553 }
14554
14555 static int arm_data_section_count = 1;
14556
14557 /* A get_unnamed_section callback for switching to the data section. */
14558
14559 static void
aof_output_data_section_asm_op(const void * data ATTRIBUTE_UNUSED)14560 aof_output_data_section_asm_op (const void *data ATTRIBUTE_UNUSED)
14561 {
14562 fprintf (asm_out_file, "\tAREA |C$$data%d|, DATA\n",
14563 arm_data_section_count++);
14564 }
14565
14566 /* Implement TARGET_ASM_INIT_SECTIONS.
14567
14568 AOF Assembler syntax is a nightmare when it comes to areas, since once
14569 we change from one area to another, we can't go back again. Instead,
14570 we must create a new area with the same attributes and add the new output
14571 to that. Unfortunately, there is nothing we can do here to guarantee that
14572 two areas with the same attributes will be linked adjacently in the
14573 resulting executable, so we have to be careful not to do pc-relative
14574 addressing across such boundaries. */
14575
14576 static void
aof_asm_init_sections(void)14577 aof_asm_init_sections (void)
14578 {
14579 text_section = get_unnamed_section (SECTION_CODE,
14580 aof_output_text_section_asm_op, NULL);
14581 data_section = get_unnamed_section (SECTION_WRITE,
14582 aof_output_data_section_asm_op, NULL);
14583 readonly_data_section = text_section;
14584 }
14585
14586 void
zero_init_section(void)14587 zero_init_section (void)
14588 {
14589 static int zero_init_count = 1;
14590
14591 fprintf (asm_out_file, "\tAREA |C$$zidata%d|,NOINIT\n", zero_init_count++);
14592 in_section = NULL;
14593 }
14594
14595 /* The AOF assembler is religiously strict about declarations of
14596 imported and exported symbols, so that it is impossible to declare
14597 a function as imported near the beginning of the file, and then to
14598 export it later on. It is, however, possible to delay the decision
14599 until all the functions in the file have been compiled. To get
14600 around this, we maintain a list of the imports and exports, and
14601 delete from it any that are subsequently defined. At the end of
14602 compilation we spit the remainder of the list out before the END
14603 directive. */
14604
14605 struct import
14606 {
14607 struct import * next;
14608 const char * name;
14609 };
14610
14611 static struct import * imports_list = NULL;
14612
14613 void
aof_add_import(const char * name)14614 aof_add_import (const char *name)
14615 {
14616 struct import * new;
14617
14618 for (new = imports_list; new; new = new->next)
14619 if (new->name == name)
14620 return;
14621
14622 new = (struct import *) xmalloc (sizeof (struct import));
14623 new->next = imports_list;
14624 imports_list = new;
14625 new->name = name;
14626 }
14627
14628 void
aof_delete_import(const char * name)14629 aof_delete_import (const char *name)
14630 {
14631 struct import ** old;
14632
14633 for (old = &imports_list; *old; old = & (*old)->next)
14634 {
14635 if ((*old)->name == name)
14636 {
14637 *old = (*old)->next;
14638 return;
14639 }
14640 }
14641 }
14642
14643 int arm_main_function = 0;
14644
14645 static void
aof_dump_imports(FILE * f)14646 aof_dump_imports (FILE *f)
14647 {
14648 /* The AOF assembler needs this to cause the startup code to be extracted
14649 from the library. Brining in __main causes the whole thing to work
14650 automagically. */
14651 if (arm_main_function)
14652 {
14653 switch_to_section (text_section);
14654 fputs ("\tIMPORT __main\n", f);
14655 fputs ("\tDCD __main\n", f);
14656 }
14657
14658 /* Now dump the remaining imports. */
14659 while (imports_list)
14660 {
14661 fprintf (f, "\tIMPORT\t");
14662 assemble_name (f, imports_list->name);
14663 fputc ('\n', f);
14664 imports_list = imports_list->next;
14665 }
14666 }
14667
14668 static void
aof_globalize_label(FILE * stream,const char * name)14669 aof_globalize_label (FILE *stream, const char *name)
14670 {
14671 default_globalize_label (stream, name);
14672 if (! strcmp (name, "main"))
14673 arm_main_function = 1;
14674 }
14675
14676 static void
aof_file_start(void)14677 aof_file_start (void)
14678 {
14679 fputs ("__r0\tRN\t0\n", asm_out_file);
14680 fputs ("__a1\tRN\t0\n", asm_out_file);
14681 fputs ("__a2\tRN\t1\n", asm_out_file);
14682 fputs ("__a3\tRN\t2\n", asm_out_file);
14683 fputs ("__a4\tRN\t3\n", asm_out_file);
14684 fputs ("__v1\tRN\t4\n", asm_out_file);
14685 fputs ("__v2\tRN\t5\n", asm_out_file);
14686 fputs ("__v3\tRN\t6\n", asm_out_file);
14687 fputs ("__v4\tRN\t7\n", asm_out_file);
14688 fputs ("__v5\tRN\t8\n", asm_out_file);
14689 fputs ("__v6\tRN\t9\n", asm_out_file);
14690 fputs ("__sl\tRN\t10\n", asm_out_file);
14691 fputs ("__fp\tRN\t11\n", asm_out_file);
14692 fputs ("__ip\tRN\t12\n", asm_out_file);
14693 fputs ("__sp\tRN\t13\n", asm_out_file);
14694 fputs ("__lr\tRN\t14\n", asm_out_file);
14695 fputs ("__pc\tRN\t15\n", asm_out_file);
14696 fputs ("__f0\tFN\t0\n", asm_out_file);
14697 fputs ("__f1\tFN\t1\n", asm_out_file);
14698 fputs ("__f2\tFN\t2\n", asm_out_file);
14699 fputs ("__f3\tFN\t3\n", asm_out_file);
14700 fputs ("__f4\tFN\t4\n", asm_out_file);
14701 fputs ("__f5\tFN\t5\n", asm_out_file);
14702 fputs ("__f6\tFN\t6\n", asm_out_file);
14703 fputs ("__f7\tFN\t7\n", asm_out_file);
14704 switch_to_section (text_section);
14705 }
14706
14707 static void
aof_file_end(void)14708 aof_file_end (void)
14709 {
14710 if (flag_pic)
14711 aof_dump_pic_table (asm_out_file);
14712 arm_file_end ();
14713 aof_dump_imports (asm_out_file);
14714 fputs ("\tEND\n", asm_out_file);
14715 }
14716 #endif /* AOF_ASSEMBLER */
14717
14718 #ifndef ARM_PE
14719 /* Symbols in the text segment can be accessed without indirecting via the
14720 constant pool; it may take an extra binary operation, but this is still
14721 faster than indirecting via memory. Don't do this when not optimizing,
14722 since we won't be calculating al of the offsets necessary to do this
14723 simplification. */
14724
14725 static void
arm_encode_section_info(tree decl,rtx rtl,int first)14726 arm_encode_section_info (tree decl, rtx rtl, int first)
14727 {
14728 /* This doesn't work with AOF syntax, since the string table may be in
14729 a different AREA. */
14730 #ifndef AOF_ASSEMBLER
14731 if (optimize > 0 && TREE_CONSTANT (decl))
14732 SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1;
14733 #endif
14734
14735 /* If we are referencing a function that is weak then encode a long call
14736 flag in the function name, otherwise if the function is static or
14737 or known to be defined in this file then encode a short call flag. */
14738 if (first && DECL_P (decl))
14739 {
14740 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_WEAK (decl))
14741 arm_encode_call_attribute (decl, LONG_CALL_FLAG_CHAR);
14742 else if (! TREE_PUBLIC (decl))
14743 arm_encode_call_attribute (decl, SHORT_CALL_FLAG_CHAR);
14744 }
14745
14746 default_encode_section_info (decl, rtl, first);
14747 }
14748 #endif /* !ARM_PE */
14749
14750 static void
arm_internal_label(FILE * stream,const char * prefix,unsigned long labelno)14751 arm_internal_label (FILE *stream, const char *prefix, unsigned long labelno)
14752 {
14753 if (arm_ccfsm_state == 3 && (unsigned) arm_target_label == labelno
14754 && !strcmp (prefix, "L"))
14755 {
14756 arm_ccfsm_state = 0;
14757 arm_target_insn = NULL;
14758 }
14759 default_internal_label (stream, prefix, labelno);
14760 }
14761
14762 /* Output code to add DELTA to the first argument, and then jump
14763 to FUNCTION. Used for C++ multiple inheritance. */
14764 static void
arm_output_mi_thunk(FILE * file,tree thunk ATTRIBUTE_UNUSED,HOST_WIDE_INT delta,HOST_WIDE_INT vcall_offset ATTRIBUTE_UNUSED,tree function)14765 arm_output_mi_thunk (FILE *file, tree thunk ATTRIBUTE_UNUSED,
14766 HOST_WIDE_INT delta,
14767 HOST_WIDE_INT vcall_offset ATTRIBUTE_UNUSED,
14768 tree function)
14769 {
14770 static int thunk_label = 0;
14771 char label[256];
14772 char labelpc[256];
14773 int mi_delta = delta;
14774 const char *const mi_op = mi_delta < 0 ? "sub" : "add";
14775 int shift = 0;
14776 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)
14777 ? 1 : 0);
14778 if (mi_delta < 0)
14779 mi_delta = - mi_delta;
14780 if (TARGET_THUMB)
14781 {
14782 int labelno = thunk_label++;
14783 ASM_GENERATE_INTERNAL_LABEL (label, "LTHUMBFUNC", labelno);
14784 fputs ("\tldr\tr12, ", file);
14785 assemble_name (file, label);
14786 fputc ('\n', file);
14787 if (flag_pic)
14788 {
14789 /* If we are generating PIC, the ldr instruction below loads
14790 "(target - 7) - .LTHUNKPCn" into r12. The pc reads as
14791 the address of the add + 8, so we have:
14792
14793 r12 = (target - 7) - .LTHUNKPCn + (.LTHUNKPCn + 8)
14794 = target + 1.
14795
14796 Note that we have "+ 1" because some versions of GNU ld
14797 don't set the low bit of the result for R_ARM_REL32
14798 relocations against thumb function symbols. */
14799 ASM_GENERATE_INTERNAL_LABEL (labelpc, "LTHUNKPC", labelno);
14800 assemble_name (file, labelpc);
14801 fputs (":\n", file);
14802 fputs ("\tadd\tr12, pc, r12\n", file);
14803 }
14804 }
14805 while (mi_delta != 0)
14806 {
14807 if ((mi_delta & (3 << shift)) == 0)
14808 shift += 2;
14809 else
14810 {
14811 asm_fprintf (file, "\t%s\t%r, %r, #%d\n",
14812 mi_op, this_regno, this_regno,
14813 mi_delta & (0xff << shift));
14814 mi_delta &= ~(0xff << shift);
14815 shift += 8;
14816 }
14817 }
14818 if (TARGET_THUMB)
14819 {
14820 fprintf (file, "\tbx\tr12\n");
14821 ASM_OUTPUT_ALIGN (file, 2);
14822 assemble_name (file, label);
14823 fputs (":\n", file);
14824 if (flag_pic)
14825 {
14826 /* Output ".word .LTHUNKn-7-.LTHUNKPCn". */
14827 rtx tem = XEXP (DECL_RTL (function), 0);
14828 tem = gen_rtx_PLUS (GET_MODE (tem), tem, GEN_INT (-7));
14829 tem = gen_rtx_MINUS (GET_MODE (tem),
14830 tem,
14831 gen_rtx_SYMBOL_REF (Pmode,
14832 ggc_strdup (labelpc)));
14833 assemble_integer (tem, 4, BITS_PER_WORD, 1);
14834 }
14835 else
14836 /* Output ".word .LTHUNKn". */
14837 assemble_integer (XEXP (DECL_RTL (function), 0), 4, BITS_PER_WORD, 1);
14838 }
14839 else
14840 {
14841 fputs ("\tb\t", file);
14842 assemble_name (file, XSTR (XEXP (DECL_RTL (function), 0), 0));
14843 if (NEED_PLT_RELOC)
14844 fputs ("(PLT)", file);
14845 fputc ('\n', file);
14846 }
14847 }
14848
14849 int
arm_emit_vector_const(FILE * file,rtx x)14850 arm_emit_vector_const (FILE *file, rtx x)
14851 {
14852 int i;
14853 const char * pattern;
14854
14855 gcc_assert (GET_CODE (x) == CONST_VECTOR);
14856
14857 switch (GET_MODE (x))
14858 {
14859 case V2SImode: pattern = "%08x"; break;
14860 case V4HImode: pattern = "%04x"; break;
14861 case V8QImode: pattern = "%02x"; break;
14862 default: gcc_unreachable ();
14863 }
14864
14865 fprintf (file, "0x");
14866 for (i = CONST_VECTOR_NUNITS (x); i--;)
14867 {
14868 rtx element;
14869
14870 element = CONST_VECTOR_ELT (x, i);
14871 fprintf (file, pattern, INTVAL (element));
14872 }
14873
14874 return 1;
14875 }
14876
14877 const char *
arm_output_load_gr(rtx * operands)14878 arm_output_load_gr (rtx *operands)
14879 {
14880 rtx reg;
14881 rtx offset;
14882 rtx wcgr;
14883 rtx sum;
14884
14885 if (GET_CODE (operands [1]) != MEM
14886 || GET_CODE (sum = XEXP (operands [1], 0)) != PLUS
14887 || GET_CODE (reg = XEXP (sum, 0)) != REG
14888 || GET_CODE (offset = XEXP (sum, 1)) != CONST_INT
14889 || ((INTVAL (offset) < 1024) && (INTVAL (offset) > -1024)))
14890 return "wldrw%?\t%0, %1";
14891
14892 /* Fix up an out-of-range load of a GR register. */
14893 output_asm_insn ("str%?\t%0, [sp, #-4]!\t@ Start of GR load expansion", & reg);
14894 wcgr = operands[0];
14895 operands[0] = reg;
14896 output_asm_insn ("ldr%?\t%0, %1", operands);
14897
14898 operands[0] = wcgr;
14899 operands[1] = reg;
14900 output_asm_insn ("tmcr%?\t%0, %1", operands);
14901 output_asm_insn ("ldr%?\t%0, [sp], #4\t@ End of GR load expansion", & reg);
14902
14903 return "";
14904 }
14905
14906 /* Worker function for TARGET_SETUP_INCOMING_VARARGS.
14907
14908 On the ARM, PRETEND_SIZE is set in order to have the prologue push the last
14909 named arg and all anonymous args onto the stack.
14910 XXX I know the prologue shouldn't be pushing registers, but it is faster
14911 that way. */
14912
14913 static void
arm_setup_incoming_varargs(CUMULATIVE_ARGS * cum,enum machine_mode mode ATTRIBUTE_UNUSED,tree type ATTRIBUTE_UNUSED,int * pretend_size,int second_time ATTRIBUTE_UNUSED)14914 arm_setup_incoming_varargs (CUMULATIVE_ARGS *cum,
14915 enum machine_mode mode ATTRIBUTE_UNUSED,
14916 tree type ATTRIBUTE_UNUSED,
14917 int *pretend_size,
14918 int second_time ATTRIBUTE_UNUSED)
14919 {
14920 cfun->machine->uses_anonymous_args = 1;
14921 if (cum->nregs < NUM_ARG_REGS)
14922 *pretend_size = (NUM_ARG_REGS - cum->nregs) * UNITS_PER_WORD;
14923 }
14924
14925 /* Return nonzero if the CONSUMER instruction (a store) does not need
14926 PRODUCER's value to calculate the address. */
14927
14928 int
arm_no_early_store_addr_dep(rtx producer,rtx consumer)14929 arm_no_early_store_addr_dep (rtx producer, rtx consumer)
14930 {
14931 rtx value = PATTERN (producer);
14932 rtx addr = PATTERN (consumer);
14933
14934 if (GET_CODE (value) == COND_EXEC)
14935 value = COND_EXEC_CODE (value);
14936 if (GET_CODE (value) == PARALLEL)
14937 value = XVECEXP (value, 0, 0);
14938 value = XEXP (value, 0);
14939 if (GET_CODE (addr) == COND_EXEC)
14940 addr = COND_EXEC_CODE (addr);
14941 if (GET_CODE (addr) == PARALLEL)
14942 addr = XVECEXP (addr, 0, 0);
14943 addr = XEXP (addr, 0);
14944
14945 return !reg_overlap_mentioned_p (value, addr);
14946 }
14947
14948 /* Return nonzero if the CONSUMER instruction (an ALU op) does not
14949 have an early register shift value or amount dependency on the
14950 result of PRODUCER. */
14951
14952 int
arm_no_early_alu_shift_dep(rtx producer,rtx consumer)14953 arm_no_early_alu_shift_dep (rtx producer, rtx consumer)
14954 {
14955 rtx value = PATTERN (producer);
14956 rtx op = PATTERN (consumer);
14957 rtx early_op;
14958
14959 if (GET_CODE (value) == COND_EXEC)
14960 value = COND_EXEC_CODE (value);
14961 if (GET_CODE (value) == PARALLEL)
14962 value = XVECEXP (value, 0, 0);
14963 value = XEXP (value, 0);
14964 if (GET_CODE (op) == COND_EXEC)
14965 op = COND_EXEC_CODE (op);
14966 if (GET_CODE (op) == PARALLEL)
14967 op = XVECEXP (op, 0, 0);
14968 op = XEXP (op, 1);
14969
14970 early_op = XEXP (op, 0);
14971 /* This is either an actual independent shift, or a shift applied to
14972 the first operand of another operation. We want the whole shift
14973 operation. */
14974 if (GET_CODE (early_op) == REG)
14975 early_op = op;
14976
14977 return !reg_overlap_mentioned_p (value, early_op);
14978 }
14979
14980 /* Return nonzero if the CONSUMER instruction (an ALU op) does not
14981 have an early register shift value dependency on the result of
14982 PRODUCER. */
14983
14984 int
arm_no_early_alu_shift_value_dep(rtx producer,rtx consumer)14985 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer)
14986 {
14987 rtx value = PATTERN (producer);
14988 rtx op = PATTERN (consumer);
14989 rtx early_op;
14990
14991 if (GET_CODE (value) == COND_EXEC)
14992 value = COND_EXEC_CODE (value);
14993 if (GET_CODE (value) == PARALLEL)
14994 value = XVECEXP (value, 0, 0);
14995 value = XEXP (value, 0);
14996 if (GET_CODE (op) == COND_EXEC)
14997 op = COND_EXEC_CODE (op);
14998 if (GET_CODE (op) == PARALLEL)
14999 op = XVECEXP (op, 0, 0);
15000 op = XEXP (op, 1);
15001
15002 early_op = XEXP (op, 0);
15003
15004 /* This is either an actual independent shift, or a shift applied to
15005 the first operand of another operation. We want the value being
15006 shifted, in either case. */
15007 if (GET_CODE (early_op) != REG)
15008 early_op = XEXP (early_op, 0);
15009
15010 return !reg_overlap_mentioned_p (value, early_op);
15011 }
15012
15013 /* Return nonzero if the CONSUMER (a mul or mac op) does not
15014 have an early register mult dependency on the result of
15015 PRODUCER. */
15016
15017 int
arm_no_early_mul_dep(rtx producer,rtx consumer)15018 arm_no_early_mul_dep (rtx producer, rtx consumer)
15019 {
15020 rtx value = PATTERN (producer);
15021 rtx op = PATTERN (consumer);
15022
15023 if (GET_CODE (value) == COND_EXEC)
15024 value = COND_EXEC_CODE (value);
15025 if (GET_CODE (value) == PARALLEL)
15026 value = XVECEXP (value, 0, 0);
15027 value = XEXP (value, 0);
15028 if (GET_CODE (op) == COND_EXEC)
15029 op = COND_EXEC_CODE (op);
15030 if (GET_CODE (op) == PARALLEL)
15031 op = XVECEXP (op, 0, 0);
15032 op = XEXP (op, 1);
15033
15034 return (GET_CODE (op) == PLUS
15035 && !reg_overlap_mentioned_p (value, XEXP (op, 0)));
15036 }
15037
15038
15039 /* We can't rely on the caller doing the proper promotion when
15040 using APCS or ATPCS. */
15041
15042 static bool
arm_promote_prototypes(tree t ATTRIBUTE_UNUSED)15043 arm_promote_prototypes (tree t ATTRIBUTE_UNUSED)
15044 {
15045 return !TARGET_AAPCS_BASED;
15046 }
15047
15048
15049 /* AAPCS based ABIs use short enums by default. */
15050
15051 static bool
arm_default_short_enums(void)15052 arm_default_short_enums (void)
15053 {
15054 return TARGET_AAPCS_BASED && arm_abi != ARM_ABI_AAPCS_LINUX;
15055 }
15056
15057
15058 /* AAPCS requires that anonymous bitfields affect structure alignment. */
15059
15060 static bool
arm_align_anon_bitfield(void)15061 arm_align_anon_bitfield (void)
15062 {
15063 return TARGET_AAPCS_BASED;
15064 }
15065
15066
15067 /* The generic C++ ABI says 64-bit (long long). The EABI says 32-bit. */
15068
15069 static tree
arm_cxx_guard_type(void)15070 arm_cxx_guard_type (void)
15071 {
15072 return TARGET_AAPCS_BASED ? integer_type_node : long_long_integer_type_node;
15073 }
15074
15075
15076 /* The EABI says test the least significant bit of a guard variable. */
15077
15078 static bool
arm_cxx_guard_mask_bit(void)15079 arm_cxx_guard_mask_bit (void)
15080 {
15081 return TARGET_AAPCS_BASED;
15082 }
15083
15084
15085 /* The EABI specifies that all array cookies are 8 bytes long. */
15086
15087 static tree
arm_get_cookie_size(tree type)15088 arm_get_cookie_size (tree type)
15089 {
15090 tree size;
15091
15092 if (!TARGET_AAPCS_BASED)
15093 return default_cxx_get_cookie_size (type);
15094
15095 size = build_int_cst (sizetype, 8);
15096 return size;
15097 }
15098
15099
15100 /* The EABI says that array cookies should also contain the element size. */
15101
15102 static bool
arm_cookie_has_size(void)15103 arm_cookie_has_size (void)
15104 {
15105 return TARGET_AAPCS_BASED;
15106 }
15107
15108
15109 /* The EABI says constructors and destructors should return a pointer to
15110 the object constructed/destroyed. */
15111
15112 static bool
arm_cxx_cdtor_returns_this(void)15113 arm_cxx_cdtor_returns_this (void)
15114 {
15115 return TARGET_AAPCS_BASED;
15116 }
15117
15118 /* The EABI says that an inline function may never be the key
15119 method. */
15120
15121 static bool
arm_cxx_key_method_may_be_inline(void)15122 arm_cxx_key_method_may_be_inline (void)
15123 {
15124 return !TARGET_AAPCS_BASED;
15125 }
15126
15127 static void
arm_cxx_determine_class_data_visibility(tree decl)15128 arm_cxx_determine_class_data_visibility (tree decl)
15129 {
15130 if (!TARGET_AAPCS_BASED)
15131 return;
15132
15133 /* In general, \S 3.2.5.5 of the ARM EABI requires that class data
15134 is exported. However, on systems without dynamic vague linkage,
15135 \S 3.2.5.6 says that COMDAT class data has hidden linkage. */
15136 if (!TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P && DECL_COMDAT (decl))
15137 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
15138 else
15139 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
15140 DECL_VISIBILITY_SPECIFIED (decl) = 1;
15141 }
15142
15143 static bool
arm_cxx_class_data_always_comdat(void)15144 arm_cxx_class_data_always_comdat (void)
15145 {
15146 /* \S 3.2.5.4 of the ARM C++ ABI says that class data only have
15147 vague linkage if the class has no key function. */
15148 return !TARGET_AAPCS_BASED;
15149 }
15150
15151
15152 /* The EABI says __aeabi_atexit should be used to register static
15153 destructors. */
15154
15155 static bool
arm_cxx_use_aeabi_atexit(void)15156 arm_cxx_use_aeabi_atexit (void)
15157 {
15158 return TARGET_AAPCS_BASED;
15159 }
15160
15161
15162 void
arm_set_return_address(rtx source,rtx scratch)15163 arm_set_return_address (rtx source, rtx scratch)
15164 {
15165 arm_stack_offsets *offsets;
15166 HOST_WIDE_INT delta;
15167 rtx addr;
15168 unsigned long saved_regs;
15169
15170 saved_regs = arm_compute_save_reg_mask ();
15171
15172 if ((saved_regs & (1 << LR_REGNUM)) == 0)
15173 emit_move_insn (gen_rtx_REG (Pmode, LR_REGNUM), source);
15174 else
15175 {
15176 if (frame_pointer_needed)
15177 addr = plus_constant(hard_frame_pointer_rtx, -4);
15178 else
15179 {
15180 /* LR will be the first saved register. */
15181 offsets = arm_get_frame_offsets ();
15182 delta = offsets->outgoing_args - (offsets->frame + 4);
15183
15184
15185 if (delta >= 4096)
15186 {
15187 emit_insn (gen_addsi3 (scratch, stack_pointer_rtx,
15188 GEN_INT (delta & ~4095)));
15189 addr = scratch;
15190 delta &= 4095;
15191 }
15192 else
15193 addr = stack_pointer_rtx;
15194
15195 addr = plus_constant (addr, delta);
15196 }
15197 emit_move_insn (gen_frame_mem (Pmode, addr), source);
15198 }
15199 }
15200
15201
15202 void
thumb_set_return_address(rtx source,rtx scratch)15203 thumb_set_return_address (rtx source, rtx scratch)
15204 {
15205 arm_stack_offsets *offsets;
15206 HOST_WIDE_INT delta;
15207 int reg;
15208 rtx addr;
15209 unsigned long mask;
15210
15211 emit_insn (gen_rtx_USE (VOIDmode, source));
15212
15213 mask = thumb_compute_save_reg_mask ();
15214 if (mask & (1 << LR_REGNUM))
15215 {
15216 offsets = arm_get_frame_offsets ();
15217
15218 /* Find the saved regs. */
15219 if (frame_pointer_needed)
15220 {
15221 delta = offsets->soft_frame - offsets->saved_args;
15222 reg = THUMB_HARD_FRAME_POINTER_REGNUM;
15223 }
15224 else
15225 {
15226 delta = offsets->outgoing_args - offsets->saved_args;
15227 reg = SP_REGNUM;
15228 }
15229 /* Allow for the stack frame. */
15230 if (TARGET_BACKTRACE)
15231 delta -= 16;
15232 /* The link register is always the first saved register. */
15233 delta -= 4;
15234
15235 /* Construct the address. */
15236 addr = gen_rtx_REG (SImode, reg);
15237 if ((reg != SP_REGNUM && delta >= 128)
15238 || delta >= 1024)
15239 {
15240 emit_insn (gen_movsi (scratch, GEN_INT (delta)));
15241 emit_insn (gen_addsi3 (scratch, scratch, stack_pointer_rtx));
15242 addr = scratch;
15243 }
15244 else
15245 addr = plus_constant (addr, delta);
15246
15247 emit_move_insn (gen_frame_mem (Pmode, addr), source);
15248 }
15249 else
15250 emit_move_insn (gen_rtx_REG (Pmode, LR_REGNUM), source);
15251 }
15252
15253 /* Implements target hook vector_mode_supported_p. */
15254 bool
arm_vector_mode_supported_p(enum machine_mode mode)15255 arm_vector_mode_supported_p (enum machine_mode mode)
15256 {
15257 if ((mode == V2SImode)
15258 || (mode == V4HImode)
15259 || (mode == V8QImode))
15260 return true;
15261
15262 return false;
15263 }
15264
15265 /* Implement TARGET_SHIFT_TRUNCATION_MASK. SImode shifts use normal
15266 ARM insns and therefore guarantee that the shift count is modulo 256.
15267 DImode shifts (those implemented by lib1funcs.asm or by optabs.c)
15268 guarantee no particular behavior for out-of-range counts. */
15269
15270 static unsigned HOST_WIDE_INT
arm_shift_truncation_mask(enum machine_mode mode)15271 arm_shift_truncation_mask (enum machine_mode mode)
15272 {
15273 return mode == SImode ? 255 : 0;
15274 }
15275
15276
15277 /* Map internal gcc register numbers to DWARF2 register numbers. */
15278
15279 unsigned int
arm_dbx_register_number(unsigned int regno)15280 arm_dbx_register_number (unsigned int regno)
15281 {
15282 if (regno < 16)
15283 return regno;
15284
15285 /* TODO: Legacy targets output FPA regs as registers 16-23 for backwards
15286 compatibility. The EABI defines them as registers 96-103. */
15287 if (IS_FPA_REGNUM (regno))
15288 return (TARGET_AAPCS_BASED ? 96 : 16) + regno - FIRST_FPA_REGNUM;
15289
15290 if (IS_VFP_REGNUM (regno))
15291 return 64 + regno - FIRST_VFP_REGNUM;
15292
15293 if (IS_IWMMXT_GR_REGNUM (regno))
15294 return 104 + regno - FIRST_IWMMXT_GR_REGNUM;
15295
15296 if (IS_IWMMXT_REGNUM (regno))
15297 return 112 + regno - FIRST_IWMMXT_REGNUM;
15298
15299 gcc_unreachable ();
15300 }
15301
15302
15303 #ifdef TARGET_UNWIND_INFO
15304 /* Emit unwind directives for a store-multiple instruction. This should
15305 only ever be generated by the function prologue code, so we expect it
15306 to have a particular form. */
15307
15308 static void
arm_unwind_emit_stm(FILE * asm_out_file,rtx p)15309 arm_unwind_emit_stm (FILE * asm_out_file, rtx p)
15310 {
15311 int i;
15312 HOST_WIDE_INT offset;
15313 HOST_WIDE_INT nregs;
15314 int reg_size;
15315 unsigned reg;
15316 unsigned lastreg;
15317 rtx e;
15318
15319 /* First insn will adjust the stack pointer. */
15320 e = XVECEXP (p, 0, 0);
15321 if (GET_CODE (e) != SET
15322 || GET_CODE (XEXP (e, 0)) != REG
15323 || REGNO (XEXP (e, 0)) != SP_REGNUM
15324 || GET_CODE (XEXP (e, 1)) != PLUS)
15325 abort ();
15326
15327 offset = -INTVAL (XEXP (XEXP (e, 1), 1));
15328 nregs = XVECLEN (p, 0) - 1;
15329
15330 reg = REGNO (XEXP (XVECEXP (p, 0, 1), 1));
15331 if (reg < 16)
15332 {
15333 /* The function prologue may also push pc, but not annotate it as it is
15334 never restored. We turn this into a stack pointer adjustment. */
15335 if (nregs * 4 == offset - 4)
15336 {
15337 fprintf (asm_out_file, "\t.pad #4\n");
15338 offset -= 4;
15339 }
15340 reg_size = 4;
15341 }
15342 else if (IS_VFP_REGNUM (reg))
15343 {
15344 /* FPA register saves use an additional word. */
15345 offset -= 4;
15346 reg_size = 8;
15347 }
15348 else if (reg >= FIRST_FPA_REGNUM && reg <= LAST_FPA_REGNUM)
15349 {
15350 /* FPA registers are done differently. */
15351 asm_fprintf (asm_out_file, "\t.save %r, %wd\n", reg, nregs);
15352 return;
15353 }
15354 else
15355 /* Unknown register type. */
15356 abort ();
15357
15358 /* If the stack increment doesn't match the size of the saved registers,
15359 something has gone horribly wrong. */
15360 if (offset != nregs * reg_size)
15361 abort ();
15362
15363 fprintf (asm_out_file, "\t.save {");
15364
15365 offset = 0;
15366 lastreg = 0;
15367 /* The remaining insns will describe the stores. */
15368 for (i = 1; i <= nregs; i++)
15369 {
15370 /* Expect (set (mem <addr>) (reg)).
15371 Where <addr> is (reg:SP) or (plus (reg:SP) (const_int)). */
15372 e = XVECEXP (p, 0, i);
15373 if (GET_CODE (e) != SET
15374 || GET_CODE (XEXP (e, 0)) != MEM
15375 || GET_CODE (XEXP (e, 1)) != REG)
15376 abort ();
15377
15378 reg = REGNO (XEXP (e, 1));
15379 if (reg < lastreg)
15380 abort ();
15381
15382 if (i != 1)
15383 fprintf (asm_out_file, ", ");
15384 /* We can't use %r for vfp because we need to use the
15385 double precision register names. */
15386 if (IS_VFP_REGNUM (reg))
15387 asm_fprintf (asm_out_file, "d%d", (reg - FIRST_VFP_REGNUM) / 2);
15388 else
15389 asm_fprintf (asm_out_file, "%r", reg);
15390
15391 #ifdef ENABLE_CHECKING
15392 /* Check that the addresses are consecutive. */
15393 e = XEXP (XEXP (e, 0), 0);
15394 if (GET_CODE (e) == PLUS)
15395 {
15396 offset += reg_size;
15397 if (GET_CODE (XEXP (e, 0)) != REG
15398 || REGNO (XEXP (e, 0)) != SP_REGNUM
15399 || GET_CODE (XEXP (e, 1)) != CONST_INT
15400 || offset != INTVAL (XEXP (e, 1)))
15401 abort ();
15402 }
15403 else if (i != 1
15404 || GET_CODE (e) != REG
15405 || REGNO (e) != SP_REGNUM)
15406 abort ();
15407 #endif
15408 }
15409 fprintf (asm_out_file, "}\n");
15410 }
15411
15412 /* Emit unwind directives for a SET. */
15413
15414 static void
arm_unwind_emit_set(FILE * asm_out_file,rtx p)15415 arm_unwind_emit_set (FILE * asm_out_file, rtx p)
15416 {
15417 rtx e0;
15418 rtx e1;
15419
15420 e0 = XEXP (p, 0);
15421 e1 = XEXP (p, 1);
15422 switch (GET_CODE (e0))
15423 {
15424 case MEM:
15425 /* Pushing a single register. */
15426 if (GET_CODE (XEXP (e0, 0)) != PRE_DEC
15427 || GET_CODE (XEXP (XEXP (e0, 0), 0)) != REG
15428 || REGNO (XEXP (XEXP (e0, 0), 0)) != SP_REGNUM)
15429 abort ();
15430
15431 asm_fprintf (asm_out_file, "\t.save ");
15432 if (IS_VFP_REGNUM (REGNO (e1)))
15433 asm_fprintf(asm_out_file, "{d%d}\n",
15434 (REGNO (e1) - FIRST_VFP_REGNUM) / 2);
15435 else
15436 asm_fprintf(asm_out_file, "{%r}\n", REGNO (e1));
15437 break;
15438
15439 case REG:
15440 if (REGNO (e0) == SP_REGNUM)
15441 {
15442 /* A stack increment. */
15443 if (GET_CODE (e1) != PLUS
15444 || GET_CODE (XEXP (e1, 0)) != REG
15445 || REGNO (XEXP (e1, 0)) != SP_REGNUM
15446 || GET_CODE (XEXP (e1, 1)) != CONST_INT)
15447 abort ();
15448
15449 asm_fprintf (asm_out_file, "\t.pad #%wd\n",
15450 -INTVAL (XEXP (e1, 1)));
15451 }
15452 else if (REGNO (e0) == HARD_FRAME_POINTER_REGNUM)
15453 {
15454 HOST_WIDE_INT offset;
15455 unsigned reg;
15456
15457 if (GET_CODE (e1) == PLUS)
15458 {
15459 if (GET_CODE (XEXP (e1, 0)) != REG
15460 || GET_CODE (XEXP (e1, 1)) != CONST_INT)
15461 abort ();
15462 reg = REGNO (XEXP (e1, 0));
15463 offset = INTVAL (XEXP (e1, 1));
15464 asm_fprintf (asm_out_file, "\t.setfp %r, %r, #%wd\n",
15465 HARD_FRAME_POINTER_REGNUM, reg,
15466 INTVAL (XEXP (e1, 1)));
15467 }
15468 else if (GET_CODE (e1) == REG)
15469 {
15470 reg = REGNO (e1);
15471 asm_fprintf (asm_out_file, "\t.setfp %r, %r\n",
15472 HARD_FRAME_POINTER_REGNUM, reg);
15473 }
15474 else
15475 abort ();
15476 }
15477 else if (GET_CODE (e1) == REG && REGNO (e1) == SP_REGNUM)
15478 {
15479 /* Move from sp to reg. */
15480 asm_fprintf (asm_out_file, "\t.movsp %r\n", REGNO (e0));
15481 }
15482 else if (GET_CODE (e1) == PLUS
15483 && GET_CODE (XEXP (e1, 0)) == REG
15484 && REGNO (XEXP (e1, 0)) == SP_REGNUM
15485 && GET_CODE (XEXP (e1, 1)) == CONST_INT)
15486 {
15487 /* Set reg to offset from sp. */
15488 asm_fprintf (asm_out_file, "\t.movsp %r, #%d\n",
15489 REGNO (e0), (int)INTVAL(XEXP (e1, 1)));
15490 }
15491 else
15492 abort ();
15493 break;
15494
15495 default:
15496 abort ();
15497 }
15498 }
15499
15500
15501 /* Emit unwind directives for the given insn. */
15502
15503 static void
arm_unwind_emit(FILE * asm_out_file,rtx insn)15504 arm_unwind_emit (FILE * asm_out_file, rtx insn)
15505 {
15506 rtx pat;
15507
15508 if (!ARM_EABI_UNWIND_TABLES)
15509 return;
15510
15511 if (GET_CODE (insn) == NOTE || !RTX_FRAME_RELATED_P (insn))
15512 return;
15513
15514 pat = find_reg_note (insn, REG_FRAME_RELATED_EXPR, NULL_RTX);
15515 if (pat)
15516 pat = XEXP (pat, 0);
15517 else
15518 pat = PATTERN (insn);
15519
15520 switch (GET_CODE (pat))
15521 {
15522 case SET:
15523 arm_unwind_emit_set (asm_out_file, pat);
15524 break;
15525
15526 case SEQUENCE:
15527 /* Store multiple. */
15528 arm_unwind_emit_stm (asm_out_file, pat);
15529 break;
15530
15531 default:
15532 abort();
15533 }
15534 }
15535
15536
15537 /* Output a reference from a function exception table to the type_info
15538 object X. The EABI specifies that the symbol should be relocated by
15539 an R_ARM_TARGET2 relocation. */
15540
15541 static bool
arm_output_ttype(rtx x)15542 arm_output_ttype (rtx x)
15543 {
15544 fputs ("\t.word\t", asm_out_file);
15545 output_addr_const (asm_out_file, x);
15546 /* Use special relocations for symbol references. */
15547 if (GET_CODE (x) != CONST_INT)
15548 fputs ("(TARGET2)", asm_out_file);
15549 fputc ('\n', asm_out_file);
15550
15551 return TRUE;
15552 }
15553 #endif /* TARGET_UNWIND_INFO */
15554
15555
15556 /* Output unwind directives for the start/end of a function. */
15557
15558 void
arm_output_fn_unwind(FILE * f,bool prologue)15559 arm_output_fn_unwind (FILE * f, bool prologue)
15560 {
15561 if (!ARM_EABI_UNWIND_TABLES)
15562 return;
15563
15564 if (prologue)
15565 fputs ("\t.fnstart\n", f);
15566 else
15567 fputs ("\t.fnend\n", f);
15568 }
15569
15570 static bool
arm_emit_tls_decoration(FILE * fp,rtx x)15571 arm_emit_tls_decoration (FILE *fp, rtx x)
15572 {
15573 enum tls_reloc reloc;
15574 rtx val;
15575
15576 val = XVECEXP (x, 0, 0);
15577 reloc = INTVAL (XVECEXP (x, 0, 1));
15578
15579 output_addr_const (fp, val);
15580
15581 switch (reloc)
15582 {
15583 case TLS_GD32:
15584 fputs ("(tlsgd)", fp);
15585 break;
15586 case TLS_LDM32:
15587 fputs ("(tlsldm)", fp);
15588 break;
15589 case TLS_LDO32:
15590 fputs ("(tlsldo)", fp);
15591 break;
15592 case TLS_IE32:
15593 fputs ("(gottpoff)", fp);
15594 break;
15595 case TLS_LE32:
15596 fputs ("(tpoff)", fp);
15597 break;
15598 default:
15599 gcc_unreachable ();
15600 }
15601
15602 switch (reloc)
15603 {
15604 case TLS_GD32:
15605 case TLS_LDM32:
15606 case TLS_IE32:
15607 fputs (" + (. - ", fp);
15608 output_addr_const (fp, XVECEXP (x, 0, 2));
15609 fputs (" - ", fp);
15610 output_addr_const (fp, XVECEXP (x, 0, 3));
15611 fputc (')', fp);
15612 break;
15613 default:
15614 break;
15615 }
15616
15617 return TRUE;
15618 }
15619
15620 bool
arm_output_addr_const_extra(FILE * fp,rtx x)15621 arm_output_addr_const_extra (FILE *fp, rtx x)
15622 {
15623 if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_TLS)
15624 return arm_emit_tls_decoration (fp, x);
15625 else if (GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_PIC_LABEL)
15626 {
15627 char label[256];
15628 int labelno = INTVAL (XVECEXP (x, 0, 0));
15629
15630 ASM_GENERATE_INTERNAL_LABEL (label, "LPIC", labelno);
15631 assemble_name_raw (fp, label);
15632
15633 return TRUE;
15634 }
15635 else if (GET_CODE (x) == CONST_VECTOR)
15636 return arm_emit_vector_const (fp, x);
15637
15638 return FALSE;
15639 }
15640
15641 #include "gt-arm.h"
15642