PR target/81369
[official-gcc.git] / gcc / config / h8300 / h8300.c
blobacdededeccc7e43598294ee47494b448776a8fa1
1 /* Subroutines for insn-output.c for Renesas H8/300.
2 Copyright (C) 1992-2017 Free Software Foundation, Inc.
3 Contributed by Steve Chamberlain (sac@cygnus.com),
4 Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option)
11 any later version.
13 GCC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
22 #include "config.h"
23 #include "system.h"
24 #include "coretypes.h"
25 #include "backend.h"
26 #include "target.h"
27 #include "rtl.h"
28 #include "tree.h"
29 #include "df.h"
30 #include "memmodel.h"
31 #include "tm_p.h"
32 #include "stringpool.h"
33 #include "optabs.h"
34 #include "regs.h"
35 #include "emit-rtl.h"
36 #include "recog.h"
37 #include "diagnostic-core.h"
38 #include "alias.h"
39 #include "stor-layout.h"
40 #include "varasm.h"
41 #include "calls.h"
42 #include "conditions.h"
43 #include "output.h"
44 #include "insn-attr.h"
45 #include "flags.h"
46 #include "explow.h"
47 #include "expr.h"
48 #include "tm-constrs.h"
49 #include "builtins.h"
51 /* This file should be included last. */
52 #include "target-def.h"
54 /* Classifies a h8300_src_operand or h8300_dst_operand.
56 H8OP_IMMEDIATE
57 A constant operand of some sort.
59 H8OP_REGISTER
60 An ordinary register.
62 H8OP_MEM_ABSOLUTE
63 A memory reference with a constant address.
65 H8OP_MEM_BASE
66 A memory reference with a register as its address.
68 H8OP_MEM_COMPLEX
69 Some other kind of memory reference. */
70 enum h8300_operand_class
72 H8OP_IMMEDIATE,
73 H8OP_REGISTER,
74 H8OP_MEM_ABSOLUTE,
75 H8OP_MEM_BASE,
76 H8OP_MEM_COMPLEX,
77 NUM_H8OPS
80 /* For a general two-operand instruction, element [X][Y] gives
81 the length of the opcode fields when the first operand has class
82 (X + 1) and the second has class Y. */
83 typedef unsigned char h8300_length_table[NUM_H8OPS - 1][NUM_H8OPS];
85 /* Forward declarations. */
86 static const char *byte_reg (rtx, int);
87 static int h8300_interrupt_function_p (tree);
88 static int h8300_saveall_function_p (tree);
89 static int h8300_monitor_function_p (tree);
90 static int h8300_os_task_function_p (tree);
91 static void h8300_emit_stack_adjustment (int, HOST_WIDE_INT, bool);
92 static HOST_WIDE_INT round_frame_size (HOST_WIDE_INT);
93 static unsigned int compute_saved_regs (void);
94 static const char *cond_string (enum rtx_code);
95 static unsigned int h8300_asm_insn_count (const char *);
96 static tree h8300_handle_fndecl_attribute (tree *, tree, tree, int, bool *);
97 static tree h8300_handle_eightbit_data_attribute (tree *, tree, tree, int, bool *);
98 static tree h8300_handle_tiny_data_attribute (tree *, tree, tree, int, bool *);
99 static void h8300_print_operand_address (FILE *, machine_mode, rtx);
100 static void h8300_print_operand (FILE *, rtx, int);
101 static bool h8300_print_operand_punct_valid_p (unsigned char code);
102 #ifndef OBJECT_FORMAT_ELF
103 static void h8300_asm_named_section (const char *, unsigned int, tree);
104 #endif
105 static int h8300_register_move_cost (machine_mode, reg_class_t, reg_class_t);
106 static int h8300_and_costs (rtx);
107 static int h8300_shift_costs (rtx);
108 static void h8300_push_pop (int, int, bool, bool);
109 static int h8300_stack_offset_p (rtx, int);
110 static int h8300_ldm_stm_regno (rtx, int, int, int);
111 static void h8300_reorg (void);
112 static unsigned int h8300_constant_length (rtx);
113 static unsigned int h8300_displacement_length (rtx, int);
114 static unsigned int h8300_classify_operand (rtx, int, enum h8300_operand_class *);
115 static unsigned int h8300_length_from_table (rtx, rtx, const h8300_length_table *);
116 static unsigned int h8300_unary_length (rtx);
117 static unsigned int h8300_short_immediate_length (rtx);
118 static unsigned int h8300_bitfield_length (rtx, rtx);
119 static unsigned int h8300_binary_length (rtx_insn *, const h8300_length_table *);
120 static bool h8300_short_move_mem_p (rtx, enum rtx_code);
121 static unsigned int h8300_move_length (rtx *, const h8300_length_table *);
122 static bool h8300_hard_regno_scratch_ok (unsigned int);
123 static rtx h8300_get_index (rtx, machine_mode mode, int *);
125 /* CPU_TYPE, says what cpu we're compiling for. */
126 int cpu_type;
128 /* True if a #pragma interrupt has been seen for the current function. */
129 static int pragma_interrupt;
131 /* True if a #pragma saveall has been seen for the current function. */
132 static int pragma_saveall;
134 static const char *const names_big[] =
135 { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7" };
137 static const char *const names_extended[] =
138 { "er0", "er1", "er2", "er3", "er4", "er5", "er6", "er7" };
140 static const char *const names_upper_extended[] =
141 { "e0", "e1", "e2", "e3", "e4", "e5", "e6", "e7" };
143 /* Points to one of the above. */
144 /* ??? The above could be put in an array indexed by CPU_TYPE. */
145 const char * const *h8_reg_names;
147 /* Various operations needed by the following, indexed by CPU_TYPE. */
149 const char *h8_push_op, *h8_pop_op, *h8_mov_op;
151 /* Value of MOVE_RATIO. */
152 int h8300_move_ratio;
154 /* See below where shifts are handled for explanation of this enum. */
156 enum shift_alg
158 SHIFT_INLINE,
159 SHIFT_ROT_AND,
160 SHIFT_SPECIAL,
161 SHIFT_LOOP
164 /* Symbols of the various shifts which can be used as indices. */
166 enum shift_type
168 SHIFT_ASHIFT, SHIFT_LSHIFTRT, SHIFT_ASHIFTRT
171 /* Macros to keep the shift algorithm tables small. */
172 #define INL SHIFT_INLINE
173 #define ROT SHIFT_ROT_AND
174 #define LOP SHIFT_LOOP
175 #define SPC SHIFT_SPECIAL
177 /* The shift algorithms for each machine, mode, shift type, and shift
178 count are defined below. The three tables below correspond to
179 QImode, HImode, and SImode, respectively. Each table is organized
180 by, in the order of indices, machine, shift type, and shift count. */
182 static enum shift_alg shift_alg_qi[3][3][8] = {
184 /* TARGET_H8300 */
185 /* 0 1 2 3 4 5 6 7 */
186 { INL, INL, INL, INL, INL, ROT, ROT, ROT }, /* SHIFT_ASHIFT */
187 { INL, INL, INL, INL, INL, ROT, ROT, ROT }, /* SHIFT_LSHIFTRT */
188 { INL, INL, INL, INL, INL, LOP, LOP, SPC } /* SHIFT_ASHIFTRT */
191 /* TARGET_H8300H */
192 /* 0 1 2 3 4 5 6 7 */
193 { INL, INL, INL, INL, INL, ROT, ROT, ROT }, /* SHIFT_ASHIFT */
194 { INL, INL, INL, INL, INL, ROT, ROT, ROT }, /* SHIFT_LSHIFTRT */
195 { INL, INL, INL, INL, INL, LOP, LOP, SPC } /* SHIFT_ASHIFTRT */
198 /* TARGET_H8300S */
199 /* 0 1 2 3 4 5 6 7 */
200 { INL, INL, INL, INL, INL, INL, ROT, ROT }, /* SHIFT_ASHIFT */
201 { INL, INL, INL, INL, INL, INL, ROT, ROT }, /* SHIFT_LSHIFTRT */
202 { INL, INL, INL, INL, INL, INL, INL, SPC } /* SHIFT_ASHIFTRT */
206 static enum shift_alg shift_alg_hi[3][3][16] = {
208 /* TARGET_H8300 */
209 /* 0 1 2 3 4 5 6 7 */
210 /* 8 9 10 11 12 13 14 15 */
211 { INL, INL, INL, INL, INL, INL, INL, SPC,
212 SPC, SPC, SPC, SPC, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFT */
213 { INL, INL, INL, INL, INL, LOP, LOP, SPC,
214 SPC, SPC, SPC, SPC, SPC, SPC, SPC, SPC }, /* SHIFT_LSHIFTRT */
215 { INL, INL, INL, INL, INL, LOP, LOP, SPC,
216 SPC, SPC, SPC, SPC, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFTRT */
219 /* TARGET_H8300H */
220 /* 0 1 2 3 4 5 6 7 */
221 /* 8 9 10 11 12 13 14 15 */
222 { INL, INL, INL, INL, INL, INL, INL, SPC,
223 SPC, SPC, SPC, SPC, SPC, ROT, ROT, ROT }, /* SHIFT_ASHIFT */
224 { INL, INL, INL, INL, INL, INL, INL, SPC,
225 SPC, SPC, SPC, SPC, SPC, ROT, ROT, ROT }, /* SHIFT_LSHIFTRT */
226 { INL, INL, INL, INL, INL, INL, INL, SPC,
227 SPC, SPC, SPC, SPC, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFTRT */
230 /* TARGET_H8300S */
231 /* 0 1 2 3 4 5 6 7 */
232 /* 8 9 10 11 12 13 14 15 */
233 { INL, INL, INL, INL, INL, INL, INL, INL,
234 SPC, SPC, SPC, SPC, SPC, ROT, ROT, ROT }, /* SHIFT_ASHIFT */
235 { INL, INL, INL, INL, INL, INL, INL, INL,
236 SPC, SPC, SPC, SPC, SPC, ROT, ROT, ROT }, /* SHIFT_LSHIFTRT */
237 { INL, INL, INL, INL, INL, INL, INL, INL,
238 SPC, SPC, SPC, SPC, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFTRT */
242 static enum shift_alg shift_alg_si[3][3][32] = {
244 /* TARGET_H8300 */
245 /* 0 1 2 3 4 5 6 7 */
246 /* 8 9 10 11 12 13 14 15 */
247 /* 16 17 18 19 20 21 22 23 */
248 /* 24 25 26 27 28 29 30 31 */
249 { INL, INL, INL, LOP, LOP, LOP, LOP, LOP,
250 SPC, LOP, LOP, LOP, LOP, LOP, LOP, LOP,
251 SPC, SPC, SPC, SPC, SPC, LOP, LOP, LOP,
252 SPC, SPC, SPC, SPC, LOP, LOP, LOP, SPC }, /* SHIFT_ASHIFT */
253 { INL, INL, INL, LOP, LOP, LOP, LOP, LOP,
254 SPC, SPC, LOP, LOP, LOP, LOP, LOP, SPC,
255 SPC, SPC, SPC, LOP, LOP, LOP, LOP, LOP,
256 SPC, SPC, SPC, SPC, SPC, LOP, LOP, SPC }, /* SHIFT_LSHIFTRT */
257 { INL, INL, INL, LOP, LOP, LOP, LOP, LOP,
258 SPC, LOP, LOP, LOP, LOP, LOP, LOP, SPC,
259 SPC, SPC, LOP, LOP, LOP, LOP, LOP, LOP,
260 SPC, SPC, SPC, LOP, LOP, LOP, LOP, SPC }, /* SHIFT_ASHIFTRT */
263 /* TARGET_H8300H */
264 /* 0 1 2 3 4 5 6 7 */
265 /* 8 9 10 11 12 13 14 15 */
266 /* 16 17 18 19 20 21 22 23 */
267 /* 24 25 26 27 28 29 30 31 */
268 { INL, INL, INL, INL, INL, LOP, LOP, LOP,
269 SPC, LOP, LOP, LOP, LOP, LOP, LOP, SPC,
270 SPC, SPC, SPC, SPC, LOP, LOP, LOP, LOP,
271 SPC, LOP, LOP, LOP, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFT */
272 { INL, INL, INL, INL, INL, LOP, LOP, LOP,
273 SPC, LOP, LOP, LOP, LOP, LOP, LOP, SPC,
274 SPC, SPC, SPC, SPC, LOP, LOP, LOP, LOP,
275 SPC, LOP, LOP, LOP, SPC, SPC, SPC, SPC }, /* SHIFT_LSHIFTRT */
276 { INL, INL, INL, INL, INL, LOP, LOP, LOP,
277 SPC, LOP, LOP, LOP, LOP, LOP, LOP, LOP,
278 SPC, SPC, SPC, SPC, LOP, LOP, LOP, LOP,
279 SPC, LOP, LOP, LOP, LOP, LOP, LOP, SPC }, /* SHIFT_ASHIFTRT */
282 /* TARGET_H8300S */
283 /* 0 1 2 3 4 5 6 7 */
284 /* 8 9 10 11 12 13 14 15 */
285 /* 16 17 18 19 20 21 22 23 */
286 /* 24 25 26 27 28 29 30 31 */
287 { INL, INL, INL, INL, INL, INL, INL, INL,
288 INL, INL, INL, LOP, LOP, LOP, LOP, SPC,
289 SPC, SPC, SPC, SPC, SPC, SPC, LOP, LOP,
290 SPC, SPC, LOP, LOP, SPC, SPC, SPC, SPC }, /* SHIFT_ASHIFT */
291 { INL, INL, INL, INL, INL, INL, INL, INL,
292 INL, INL, INL, LOP, LOP, LOP, LOP, SPC,
293 SPC, SPC, SPC, SPC, SPC, SPC, LOP, LOP,
294 SPC, SPC, LOP, LOP, SPC, SPC, SPC, SPC }, /* SHIFT_LSHIFTRT */
295 { INL, INL, INL, INL, INL, INL, INL, INL,
296 INL, INL, INL, LOP, LOP, LOP, LOP, LOP,
297 SPC, SPC, SPC, SPC, SPC, SPC, LOP, LOP,
298 SPC, SPC, LOP, LOP, LOP, LOP, LOP, SPC }, /* SHIFT_ASHIFTRT */
302 #undef INL
303 #undef ROT
304 #undef LOP
305 #undef SPC
307 enum h8_cpu
309 H8_300,
310 H8_300H,
311 H8_S
314 /* Initialize various cpu specific globals at start up. */
316 static void
317 h8300_option_override (void)
319 static const char *const h8_push_ops[2] = { "push" , "push.l" };
320 static const char *const h8_pop_ops[2] = { "pop" , "pop.l" };
321 static const char *const h8_mov_ops[2] = { "mov.w", "mov.l" };
323 #ifndef OBJECT_FORMAT_ELF
324 if (TARGET_H8300SX)
326 error ("-msx is not supported in coff");
327 target_flags |= MASK_H8300S;
329 #endif
331 if (TARGET_H8300)
333 cpu_type = (int) CPU_H8300;
334 h8_reg_names = names_big;
336 else
338 /* For this we treat the H8/300H and H8S the same. */
339 cpu_type = (int) CPU_H8300H;
340 h8_reg_names = names_extended;
342 h8_push_op = h8_push_ops[cpu_type];
343 h8_pop_op = h8_pop_ops[cpu_type];
344 h8_mov_op = h8_mov_ops[cpu_type];
346 if (!TARGET_H8300S && TARGET_MAC)
348 error ("-ms2600 is used without -ms");
349 target_flags |= MASK_H8300S_1;
352 if (TARGET_H8300 && TARGET_NORMAL_MODE)
354 error ("-mn is used without -mh or -ms or -msx");
355 target_flags ^= MASK_NORMAL_MODE;
358 if (! TARGET_H8300S && TARGET_EXR)
360 error ("-mexr is used without -ms");
361 target_flags |= MASK_H8300S_1;
364 if (TARGET_H8300 && TARGET_INT32)
366 error ("-mint32 is not supported for H8300 and H8300L targets");
367 target_flags ^= MASK_INT32;
370 if ((!TARGET_H8300S && TARGET_EXR) && (!TARGET_H8300SX && TARGET_EXR))
372 error ("-mexr is used without -ms or -msx");
373 target_flags |= MASK_H8300S_1;
376 if ((!TARGET_H8300S && TARGET_NEXR) && (!TARGET_H8300SX && TARGET_NEXR))
378 warning (OPT_mno_exr, "-mno-exr valid only with -ms or -msx \
379 - Option ignored!");
382 #ifdef H8300_LINUX
383 if ((TARGET_NORMAL_MODE))
385 error ("-mn is not supported for linux targets");
386 target_flags ^= MASK_NORMAL_MODE;
388 #endif
390 /* Some of the shifts are optimized for speed by default.
391 See http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01858.html
392 If optimizing for size, change shift_alg for those shift to
393 SHIFT_LOOP. */
394 if (optimize_size)
396 /* H8/300 */
397 shift_alg_hi[H8_300][SHIFT_ASHIFT][5] = SHIFT_LOOP;
398 shift_alg_hi[H8_300][SHIFT_ASHIFT][6] = SHIFT_LOOP;
399 shift_alg_hi[H8_300][SHIFT_ASHIFT][13] = SHIFT_LOOP;
400 shift_alg_hi[H8_300][SHIFT_ASHIFT][14] = SHIFT_LOOP;
402 shift_alg_hi[H8_300][SHIFT_LSHIFTRT][13] = SHIFT_LOOP;
403 shift_alg_hi[H8_300][SHIFT_LSHIFTRT][14] = SHIFT_LOOP;
405 shift_alg_hi[H8_300][SHIFT_ASHIFTRT][13] = SHIFT_LOOP;
406 shift_alg_hi[H8_300][SHIFT_ASHIFTRT][14] = SHIFT_LOOP;
408 /* H8/300H */
409 shift_alg_hi[H8_300H][SHIFT_ASHIFT][5] = SHIFT_LOOP;
410 shift_alg_hi[H8_300H][SHIFT_ASHIFT][6] = SHIFT_LOOP;
412 shift_alg_hi[H8_300H][SHIFT_LSHIFTRT][5] = SHIFT_LOOP;
413 shift_alg_hi[H8_300H][SHIFT_LSHIFTRT][6] = SHIFT_LOOP;
415 shift_alg_hi[H8_300H][SHIFT_ASHIFTRT][5] = SHIFT_LOOP;
416 shift_alg_hi[H8_300H][SHIFT_ASHIFTRT][6] = SHIFT_LOOP;
417 shift_alg_hi[H8_300H][SHIFT_ASHIFTRT][13] = SHIFT_LOOP;
418 shift_alg_hi[H8_300H][SHIFT_ASHIFTRT][14] = SHIFT_LOOP;
420 /* H8S */
421 shift_alg_hi[H8_S][SHIFT_ASHIFTRT][14] = SHIFT_LOOP;
424 /* Work out a value for MOVE_RATIO. */
425 if (!TARGET_H8300SX)
427 /* Memory-memory moves are quite expensive without the
428 h8sx instructions. */
429 h8300_move_ratio = 3;
431 else if (flag_omit_frame_pointer)
433 /* movmd sequences are fairly cheap when er6 isn't fixed. They can
434 sometimes be as short as two individual memory-to-memory moves,
435 but since they use all the call-saved registers, it seems better
436 to allow up to three moves here. */
437 h8300_move_ratio = 4;
439 else if (optimize_size)
441 /* In this case we don't use movmd sequences since they tend
442 to be longer than calls to memcpy(). Memory-to-memory
443 moves are cheaper than for !TARGET_H8300SX, so it makes
444 sense to have a slightly higher threshold. */
445 h8300_move_ratio = 4;
447 else
449 /* We use movmd sequences for some moves since it can be quicker
450 than calling memcpy(). The sequences will need to save and
451 restore er6 though, so bump up the cost. */
452 h8300_move_ratio = 6;
455 /* This target defaults to strict volatile bitfields. */
456 if (flag_strict_volatile_bitfields < 0 && abi_version_at_least(2))
457 flag_strict_volatile_bitfields = 1;
460 /* Return the byte register name for a register rtx X. B should be 0
461 if you want a lower byte register. B should be 1 if you want an
462 upper byte register. */
464 static const char *
465 byte_reg (rtx x, int b)
467 static const char *const names_small[] = {
468 "r0l", "r0h", "r1l", "r1h", "r2l", "r2h", "r3l", "r3h",
469 "r4l", "r4h", "r5l", "r5h", "r6l", "r6h", "r7l", "r7h"
472 gcc_assert (REG_P (x));
474 return names_small[REGNO (x) * 2 + b];
477 /* REGNO must be saved/restored across calls if this macro is true. */
479 #define WORD_REG_USED(regno) \
480 (regno < SP_REG \
481 /* No need to save registers if this function will not return. */ \
482 && ! TREE_THIS_VOLATILE (current_function_decl) \
483 && (h8300_saveall_function_p (current_function_decl) \
484 /* Save any call saved register that was used. */ \
485 || (df_regs_ever_live_p (regno) && !call_used_regs[regno]) \
486 /* Save the frame pointer if it was used. */ \
487 || (regno == HARD_FRAME_POINTER_REGNUM && df_regs_ever_live_p (regno)) \
488 /* Save any register used in an interrupt handler. */ \
489 || (h8300_current_function_interrupt_function_p () \
490 && df_regs_ever_live_p (regno)) \
491 /* Save call clobbered registers in non-leaf interrupt \
492 handlers. */ \
493 || (h8300_current_function_interrupt_function_p () \
494 && call_used_regs[regno] \
495 && !crtl->is_leaf)))
497 /* We use this to wrap all emitted insns in the prologue. */
498 static rtx_insn *
499 F (rtx_insn *x, bool set_it)
501 if (set_it)
502 RTX_FRAME_RELATED_P (x) = 1;
503 return x;
506 /* Mark all the subexpressions of the PARALLEL rtx PAR as
507 frame-related. Return PAR.
509 dwarf2out.c:dwarf2out_frame_debug_expr ignores sub-expressions of a
510 PARALLEL rtx other than the first if they do not have the
511 FRAME_RELATED flag set on them. */
512 static rtx
513 Fpa (rtx par)
515 int len = XVECLEN (par, 0);
516 int i;
518 for (i = 0; i < len; i++)
519 RTX_FRAME_RELATED_P (XVECEXP (par, 0, i)) = 1;
521 return par;
524 /* Output assembly language to FILE for the operation OP with operand size
525 SIZE to adjust the stack pointer. */
527 static void
528 h8300_emit_stack_adjustment (int sign, HOST_WIDE_INT size, bool in_prologue)
530 /* If the frame size is 0, we don't have anything to do. */
531 if (size == 0)
532 return;
534 /* H8/300 cannot add/subtract a large constant with a single
535 instruction. If a temporary register is available, load the
536 constant to it and then do the addition. */
537 if (TARGET_H8300
538 && size > 4
539 && !h8300_current_function_interrupt_function_p ()
540 && !(cfun->static_chain_decl != NULL && sign < 0))
542 rtx r3 = gen_rtx_REG (Pmode, 3);
543 F (emit_insn (gen_movhi (r3, GEN_INT (sign * size))), in_prologue);
544 F (emit_insn (gen_addhi3 (stack_pointer_rtx,
545 stack_pointer_rtx, r3)), in_prologue);
547 else
549 /* The stack adjustment made here is further optimized by the
550 splitter. In case of H8/300, the splitter always splits the
551 addition emitted here to make the adjustment interrupt-safe.
552 FIXME: We don't always tag those, because we don't know what
553 the splitter will do. */
554 if (Pmode == HImode)
556 rtx_insn *x = emit_insn (gen_addhi3 (stack_pointer_rtx,
557 stack_pointer_rtx,
558 GEN_INT (sign * size)));
559 if (size < 4)
560 F (x, in_prologue);
562 else
563 F (emit_insn (gen_addsi3 (stack_pointer_rtx,
564 stack_pointer_rtx, GEN_INT (sign * size))), in_prologue);
568 /* Round up frame size SIZE. */
570 static HOST_WIDE_INT
571 round_frame_size (HOST_WIDE_INT size)
573 return ((size + STACK_BOUNDARY / BITS_PER_UNIT - 1)
574 & -STACK_BOUNDARY / BITS_PER_UNIT);
577 /* Compute which registers to push/pop.
578 Return a bit vector of registers. */
580 static unsigned int
581 compute_saved_regs (void)
583 unsigned int saved_regs = 0;
584 int regno;
586 /* Construct a bit vector of registers to be pushed/popped. */
587 for (regno = 0; regno <= HARD_FRAME_POINTER_REGNUM; regno++)
589 if (WORD_REG_USED (regno))
590 saved_regs |= 1 << regno;
593 /* Don't push/pop the frame pointer as it is treated separately. */
594 if (frame_pointer_needed)
595 saved_regs &= ~(1 << HARD_FRAME_POINTER_REGNUM);
597 return saved_regs;
600 /* Emit an insn to push register RN. */
602 static rtx
603 push (int rn, bool in_prologue)
605 rtx reg = gen_rtx_REG (word_mode, rn);
606 rtx x;
608 if (TARGET_H8300)
609 x = gen_push_h8300 (reg);
610 else if (!TARGET_NORMAL_MODE)
611 x = gen_push_h8300hs_advanced (reg);
612 else
613 x = gen_push_h8300hs_normal (reg);
614 x = F (emit_insn (x), in_prologue);
615 add_reg_note (x, REG_INC, stack_pointer_rtx);
616 return x;
619 /* Emit an insn to pop register RN. */
621 static rtx
622 pop (int rn)
624 rtx reg = gen_rtx_REG (word_mode, rn);
625 rtx x;
627 if (TARGET_H8300)
628 x = gen_pop_h8300 (reg);
629 else if (!TARGET_NORMAL_MODE)
630 x = gen_pop_h8300hs_advanced (reg);
631 else
632 x = gen_pop_h8300hs_normal (reg);
633 x = emit_insn (x);
634 add_reg_note (x, REG_INC, stack_pointer_rtx);
635 return x;
638 /* Emit an instruction to push or pop NREGS consecutive registers
639 starting at register REGNO. POP_P selects a pop rather than a
640 push and RETURN_P is true if the instruction should return.
642 It must be possible to do the requested operation in a single
643 instruction. If NREGS == 1 && !RETURN_P, use a normal push
644 or pop insn. Otherwise emit a parallel of the form:
646 (parallel
647 [(return) ;; if RETURN_P
648 (save or restore REGNO)
649 (save or restore REGNO + 1)
651 (save or restore REGNO + NREGS - 1)
652 (set sp (plus sp (const_int adjust)))] */
654 static void
655 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p)
657 int i, j;
658 rtvec vec;
659 rtx sp, offset, x;
661 /* See whether we can use a simple push or pop. */
662 if (!return_p && nregs == 1)
664 if (pop_p)
665 pop (regno);
666 else
667 push (regno, false);
668 return;
671 /* We need one element for the return insn, if present, one for each
672 register, and one for stack adjustment. */
673 vec = rtvec_alloc ((return_p ? 1 : 0) + nregs + 1);
674 sp = stack_pointer_rtx;
675 i = 0;
677 /* Add the return instruction. */
678 if (return_p)
680 RTVEC_ELT (vec, i) = ret_rtx;
681 i++;
684 /* Add the register moves. */
685 for (j = 0; j < nregs; j++)
687 rtx lhs, rhs;
689 if (pop_p)
691 /* Register REGNO + NREGS - 1 is popped first. Before the
692 stack adjustment, its slot is at address @sp. */
693 lhs = gen_rtx_REG (SImode, regno + j);
694 rhs = gen_rtx_MEM (SImode, plus_constant (Pmode, sp,
695 (nregs - j - 1) * 4));
697 else
699 /* Register REGNO is pushed first and will be stored at @(-4,sp). */
700 lhs = gen_rtx_MEM (SImode, plus_constant (Pmode, sp, (j + 1) * -4));
701 rhs = gen_rtx_REG (SImode, regno + j);
703 RTVEC_ELT (vec, i + j) = gen_rtx_SET (lhs, rhs);
706 /* Add the stack adjustment. */
707 offset = GEN_INT ((pop_p ? nregs : -nregs) * 4);
708 RTVEC_ELT (vec, i + j) = gen_rtx_SET (sp, gen_rtx_PLUS (Pmode, sp, offset));
710 x = gen_rtx_PARALLEL (VOIDmode, vec);
711 if (!pop_p)
712 x = Fpa (x);
714 if (return_p)
715 emit_jump_insn (x);
716 else
717 emit_insn (x);
720 /* Return true if X has the value sp + OFFSET. */
722 static int
723 h8300_stack_offset_p (rtx x, int offset)
725 if (offset == 0)
726 return x == stack_pointer_rtx;
728 return (GET_CODE (x) == PLUS
729 && XEXP (x, 0) == stack_pointer_rtx
730 && GET_CODE (XEXP (x, 1)) == CONST_INT
731 && INTVAL (XEXP (x, 1)) == offset);
734 /* A subroutine of h8300_ldm_stm_parallel. X is one pattern in
735 something that may be an ldm or stm instruction. If it fits
736 the required template, return the register it loads or stores,
737 otherwise return -1.
739 LOAD_P is true if X should be a load, false if it should be a store.
740 NREGS is the number of registers that the whole instruction is expected
741 to load or store. INDEX is the index of the register that X should
742 load or store, relative to the lowest-numbered register. */
744 static int
745 h8300_ldm_stm_regno (rtx x, int load_p, int index, int nregs)
747 int regindex, memindex, offset;
749 if (load_p)
750 regindex = 0, memindex = 1, offset = (nregs - index - 1) * 4;
751 else
752 memindex = 0, regindex = 1, offset = (index + 1) * -4;
754 if (GET_CODE (x) == SET
755 && GET_CODE (XEXP (x, regindex)) == REG
756 && GET_CODE (XEXP (x, memindex)) == MEM
757 && h8300_stack_offset_p (XEXP (XEXP (x, memindex), 0), offset))
758 return REGNO (XEXP (x, regindex));
760 return -1;
763 /* Return true if the elements of VEC starting at FIRST describe an
764 ldm or stm instruction (LOAD_P says which). */
767 h8300_ldm_stm_parallel (rtvec vec, int load_p, int first)
769 rtx last;
770 int nregs, i, regno, adjust;
772 /* There must be a stack adjustment, a register move, and at least one
773 other operation (a return or another register move). */
774 if (GET_NUM_ELEM (vec) < 3)
775 return false;
777 /* Get the range of registers to be pushed or popped. */
778 nregs = GET_NUM_ELEM (vec) - first - 1;
779 regno = h8300_ldm_stm_regno (RTVEC_ELT (vec, first), load_p, 0, nregs);
781 /* Check that the call to h8300_ldm_stm_regno succeeded and
782 that we're only dealing with GPRs. */
783 if (regno < 0 || regno + nregs > 8)
784 return false;
786 /* 2-register h8s instructions must start with an even-numbered register.
787 3- and 4-register instructions must start with er0 or er4. */
788 if (!TARGET_H8300SX)
790 if ((regno & 1) != 0)
791 return false;
792 if (nregs > 2 && (regno & 3) != 0)
793 return false;
796 /* Check the other loads or stores. */
797 for (i = 1; i < nregs; i++)
798 if (h8300_ldm_stm_regno (RTVEC_ELT (vec, first + i), load_p, i, nregs)
799 != regno + i)
800 return false;
802 /* Check the stack adjustment. */
803 last = RTVEC_ELT (vec, first + nregs);
804 adjust = (load_p ? nregs : -nregs) * 4;
805 return (GET_CODE (last) == SET
806 && SET_DEST (last) == stack_pointer_rtx
807 && h8300_stack_offset_p (SET_SRC (last), adjust));
810 /* This is what the stack looks like after the prolog of
811 a function with a frame has been set up:
813 <args>
815 FP <- fp
816 <locals>
817 <saved registers> <- sp
819 This is what the stack looks like after the prolog of
820 a function which doesn't have a frame:
822 <args>
824 <locals>
825 <saved registers> <- sp
828 /* Generate RTL code for the function prologue. */
830 void
831 h8300_expand_prologue (void)
833 int regno;
834 int saved_regs;
835 int n_regs;
837 /* If the current function has the OS_Task attribute set, then
838 we have a naked prologue. */
839 if (h8300_os_task_function_p (current_function_decl))
840 return;
842 if (h8300_monitor_function_p (current_function_decl))
843 /* The monitor function act as normal functions, which means it
844 can accept parameters and return values. In addition to this,
845 interrupts are masked in prologue and return with "rte" in epilogue. */
846 emit_insn (gen_monitor_prologue ());
848 if (frame_pointer_needed)
850 /* Push fp. */
851 push (HARD_FRAME_POINTER_REGNUM, true);
852 F (emit_move_insn (hard_frame_pointer_rtx, stack_pointer_rtx), true);
855 /* Push the rest of the registers in ascending order. */
856 saved_regs = compute_saved_regs ();
857 for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno += n_regs)
859 n_regs = 1;
860 if (saved_regs & (1 << regno))
862 if (TARGET_H8300S)
864 /* See how many registers we can push at the same time. */
865 if ((!TARGET_H8300SX || (regno & 3) == 0)
866 && ((saved_regs >> regno) & 0x0f) == 0x0f)
867 n_regs = 4;
869 else if ((!TARGET_H8300SX || (regno & 3) == 0)
870 && ((saved_regs >> regno) & 0x07) == 0x07)
871 n_regs = 3;
873 else if ((!TARGET_H8300SX || (regno & 1) == 0)
874 && ((saved_regs >> regno) & 0x03) == 0x03)
875 n_regs = 2;
878 h8300_push_pop (regno, n_regs, false, false);
882 /* Leave room for locals. */
883 h8300_emit_stack_adjustment (-1, round_frame_size (get_frame_size ()), true);
885 if (flag_stack_usage_info)
886 current_function_static_stack_size
887 = round_frame_size (get_frame_size ())
888 + (__builtin_popcount (saved_regs) * UNITS_PER_WORD)
889 + (frame_pointer_needed ? UNITS_PER_WORD : 0);
892 /* Return nonzero if we can use "rts" for the function currently being
893 compiled. */
896 h8300_can_use_return_insn_p (void)
898 return (reload_completed
899 && !frame_pointer_needed
900 && get_frame_size () == 0
901 && compute_saved_regs () == 0);
904 /* Generate RTL code for the function epilogue. */
906 void
907 h8300_expand_epilogue (void)
909 int regno;
910 int saved_regs;
911 int n_regs;
912 HOST_WIDE_INT frame_size;
913 bool returned_p;
915 if (h8300_os_task_function_p (current_function_decl))
916 /* OS_Task epilogues are nearly naked -- they just have an
917 rts instruction. */
918 return;
920 frame_size = round_frame_size (get_frame_size ());
921 returned_p = false;
923 /* Deallocate locals. */
924 h8300_emit_stack_adjustment (1, frame_size, false);
926 /* Pop the saved registers in descending order. */
927 saved_regs = compute_saved_regs ();
928 for (regno = FIRST_PSEUDO_REGISTER - 1; regno >= 0; regno -= n_regs)
930 n_regs = 1;
931 if (saved_regs & (1 << regno))
933 if (TARGET_H8300S)
935 /* See how many registers we can pop at the same time. */
936 if ((TARGET_H8300SX || (regno & 3) == 3)
937 && ((saved_regs << 3 >> regno) & 0x0f) == 0x0f)
938 n_regs = 4;
940 else if ((TARGET_H8300SX || (regno & 3) == 2)
941 && ((saved_regs << 2 >> regno) & 0x07) == 0x07)
942 n_regs = 3;
944 else if ((TARGET_H8300SX || (regno & 1) == 1)
945 && ((saved_regs << 1 >> regno) & 0x03) == 0x03)
946 n_regs = 2;
949 /* See if this pop would be the last insn before the return.
950 If so, use rte/l or rts/l instead of pop or ldm.l. */
951 if (TARGET_H8300SX
952 && !frame_pointer_needed
953 && frame_size == 0
954 && (saved_regs & ((1 << (regno - n_regs + 1)) - 1)) == 0)
955 returned_p = true;
957 h8300_push_pop (regno - n_regs + 1, n_regs, true, returned_p);
961 /* Pop frame pointer if we had one. */
962 if (frame_pointer_needed)
964 if (TARGET_H8300SX)
965 returned_p = true;
966 h8300_push_pop (HARD_FRAME_POINTER_REGNUM, 1, true, returned_p);
969 if (!returned_p)
970 emit_jump_insn (ret_rtx);
973 /* Return nonzero if the current function is an interrupt
974 function. */
977 h8300_current_function_interrupt_function_p (void)
979 return (h8300_interrupt_function_p (current_function_decl));
983 h8300_current_function_monitor_function_p ()
985 return (h8300_monitor_function_p (current_function_decl));
988 /* Output assembly code for the start of the file. */
990 static void
991 h8300_file_start (void)
993 default_file_start ();
995 if (TARGET_H8300SX)
996 fputs (TARGET_NORMAL_MODE ? "\t.h8300sxn\n" : "\t.h8300sx\n", asm_out_file);
997 else if (TARGET_H8300S)
998 fputs (TARGET_NORMAL_MODE ? "\t.h8300sn\n" : "\t.h8300s\n", asm_out_file);
999 else if (TARGET_H8300H)
1000 fputs (TARGET_NORMAL_MODE ? "\t.h8300hn\n" : "\t.h8300h\n", asm_out_file);
1003 /* Output assembly language code for the end of file. */
1005 static void
1006 h8300_file_end (void)
1008 fputs ("\t.end\n", asm_out_file);
1011 /* Split an add of a small constant into two adds/subs insns.
1013 If USE_INCDEC_P is nonzero, we generate the last insn using inc/dec
1014 instead of adds/subs. */
1016 void
1017 split_adds_subs (machine_mode mode, rtx *operands)
1019 HOST_WIDE_INT val = INTVAL (operands[1]);
1020 rtx reg = operands[0];
1021 HOST_WIDE_INT sign = 1;
1022 HOST_WIDE_INT amount;
1023 rtx (*gen_add) (rtx, rtx, rtx);
1025 /* Force VAL to be positive so that we do not have to consider the
1026 sign. */
1027 if (val < 0)
1029 val = -val;
1030 sign = -1;
1033 switch (mode)
1035 case HImode:
1036 gen_add = gen_addhi3;
1037 break;
1039 case SImode:
1040 gen_add = gen_addsi3;
1041 break;
1043 default:
1044 gcc_unreachable ();
1047 /* Try different amounts in descending order. */
1048 for (amount = (TARGET_H8300H || TARGET_H8300S) ? 4 : 2;
1049 amount > 0;
1050 amount /= 2)
1052 for (; val >= amount; val -= amount)
1053 emit_insn (gen_add (reg, reg, GEN_INT (sign * amount)));
1056 return;
1059 /* Handle machine specific pragmas for compatibility with existing
1060 compilers for the H8/300.
1062 pragma saveall generates prologue/epilogue code which saves and
1063 restores all the registers on function entry.
1065 pragma interrupt saves and restores all registers, and exits with
1066 an rte instruction rather than an rts. A pointer to a function
1067 with this attribute may be safely used in an interrupt vector. */
1069 void
1070 h8300_pr_interrupt (struct cpp_reader *pfile ATTRIBUTE_UNUSED)
1072 pragma_interrupt = 1;
1075 void
1076 h8300_pr_saveall (struct cpp_reader *pfile ATTRIBUTE_UNUSED)
1078 pragma_saveall = 1;
1081 /* If the next function argument with MODE and TYPE is to be passed in
1082 a register, return a reg RTX for the hard register in which to pass
1083 the argument. CUM represents the state after the last argument.
1084 If the argument is to be pushed, NULL_RTX is returned.
1086 On the H8/300 all normal args are pushed, unless -mquickcall in which
1087 case the first 3 arguments are passed in registers. */
1089 static rtx
1090 h8300_function_arg (cumulative_args_t cum_v, machine_mode mode,
1091 const_tree type, bool named)
1093 CUMULATIVE_ARGS *cum = get_cumulative_args (cum_v);
1095 static const char *const hand_list[] = {
1096 "__main",
1097 "__cmpsi2",
1098 "__divhi3",
1099 "__modhi3",
1100 "__udivhi3",
1101 "__umodhi3",
1102 "__divsi3",
1103 "__modsi3",
1104 "__udivsi3",
1105 "__umodsi3",
1106 "__mulhi3",
1107 "__mulsi3",
1108 "__reg_memcpy",
1109 "__reg_memset",
1110 "__ucmpsi2",
1114 rtx result = NULL_RTX;
1115 const char *fname;
1116 int regpass = 0;
1118 /* Never pass unnamed arguments in registers. */
1119 if (!named)
1120 return NULL_RTX;
1122 /* Pass 3 regs worth of data in regs when user asked on the command line. */
1123 if (TARGET_QUICKCALL)
1124 regpass = 3;
1126 /* If calling hand written assembler, use 4 regs of args. */
1127 if (cum->libcall)
1129 const char * const *p;
1131 fname = XSTR (cum->libcall, 0);
1133 /* See if this libcall is one of the hand coded ones. */
1134 for (p = hand_list; *p && strcmp (*p, fname) != 0; p++)
1137 if (*p)
1138 regpass = 4;
1141 if (regpass)
1143 int size;
1145 if (mode == BLKmode)
1146 size = int_size_in_bytes (type);
1147 else
1148 size = GET_MODE_SIZE (mode);
1150 if (size + cum->nbytes <= regpass * UNITS_PER_WORD
1151 && cum->nbytes / UNITS_PER_WORD <= 3)
1152 result = gen_rtx_REG (mode, cum->nbytes / UNITS_PER_WORD);
1155 return result;
1158 /* Update the data in CUM to advance over an argument
1159 of mode MODE and data type TYPE.
1160 (TYPE is null for libcalls where that information may not be available.) */
1162 static void
1163 h8300_function_arg_advance (cumulative_args_t cum_v, machine_mode mode,
1164 const_tree type, bool named ATTRIBUTE_UNUSED)
1166 CUMULATIVE_ARGS *cum = get_cumulative_args (cum_v);
1168 cum->nbytes += (mode != BLKmode
1169 ? (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) & -UNITS_PER_WORD
1170 : (int_size_in_bytes (type) + UNITS_PER_WORD - 1) & -UNITS_PER_WORD);
1174 /* Implements TARGET_REGISTER_MOVE_COST.
1176 Any SI register-to-register move may need to be reloaded,
1177 so inmplement h8300_register_move_cost to return > 2 so that reload never
1178 shortcuts. */
1180 static int
1181 h8300_register_move_cost (machine_mode mode ATTRIBUTE_UNUSED,
1182 reg_class_t from, reg_class_t to)
1184 if (from == MAC_REGS || to == MAC_REG)
1185 return 6;
1186 else
1187 return 3;
1190 /* Compute the cost of an and insn. */
1192 static int
1193 h8300_and_costs (rtx x)
1195 rtx operands[4];
1197 if (GET_MODE (x) == QImode)
1198 return 1;
1200 if (GET_MODE (x) != HImode
1201 && GET_MODE (x) != SImode)
1202 return 100;
1204 operands[0] = NULL;
1205 operands[1] = XEXP (x, 0);
1206 operands[2] = XEXP (x, 1);
1207 operands[3] = x;
1208 return compute_logical_op_length (GET_MODE (x), operands) / 2;
1211 /* Compute the cost of a shift insn. */
1213 static int
1214 h8300_shift_costs (rtx x)
1216 rtx operands[4];
1218 if (GET_MODE (x) != QImode
1219 && GET_MODE (x) != HImode
1220 && GET_MODE (x) != SImode)
1221 return 100;
1223 operands[0] = NULL;
1224 operands[1] = NULL;
1225 operands[2] = XEXP (x, 1);
1226 operands[3] = x;
1227 return compute_a_shift_length (NULL, operands) / 2;
1230 /* Worker function for TARGET_RTX_COSTS. */
1232 static bool
1233 h8300_rtx_costs (rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code,
1234 int opno ATTRIBUTE_UNUSED, int *total, bool speed)
1236 int code = GET_CODE (x);
1238 if (TARGET_H8300SX && outer_code == MEM)
1240 /* Estimate the number of execution states needed to calculate
1241 the address. */
1242 if (register_operand (x, VOIDmode)
1243 || GET_CODE (x) == POST_INC
1244 || GET_CODE (x) == POST_DEC
1245 || CONSTANT_P (x))
1246 *total = 0;
1247 else
1248 *total = COSTS_N_INSNS (1);
1249 return true;
1252 switch (code)
1254 case CONST_INT:
1256 HOST_WIDE_INT n = INTVAL (x);
1258 if (TARGET_H8300SX)
1260 /* Constant operands need the same number of processor
1261 states as register operands. Although we could try to
1262 use a size-based cost for !speed, the lack of
1263 of a mode makes the results very unpredictable. */
1264 *total = 0;
1265 return true;
1267 if (-4 <= n && n <= 4)
1269 switch ((int) n)
1271 case 0:
1272 *total = 0;
1273 return true;
1274 case 1:
1275 case 2:
1276 case -1:
1277 case -2:
1278 *total = 0 + (outer_code == SET);
1279 return true;
1280 case 4:
1281 case -4:
1282 if (TARGET_H8300H || TARGET_H8300S)
1283 *total = 0 + (outer_code == SET);
1284 else
1285 *total = 1;
1286 return true;
1289 *total = 1;
1290 return true;
1293 case CONST:
1294 case LABEL_REF:
1295 case SYMBOL_REF:
1296 if (TARGET_H8300SX)
1298 /* See comment for CONST_INT. */
1299 *total = 0;
1300 return true;
1302 *total = 3;
1303 return true;
1305 case CONST_DOUBLE:
1306 *total = 20;
1307 return true;
1309 case COMPARE:
1310 if (XEXP (x, 1) == const0_rtx)
1311 *total = 0;
1312 return false;
1314 case AND:
1315 if (!h8300_dst_operand (XEXP (x, 0), VOIDmode)
1316 || !h8300_src_operand (XEXP (x, 1), VOIDmode))
1317 return false;
1318 *total = COSTS_N_INSNS (h8300_and_costs (x));
1319 return true;
1321 /* We say that MOD and DIV are so expensive because otherwise we'll
1322 generate some really horrible code for division of a power of two. */
1323 case MOD:
1324 case DIV:
1325 case UMOD:
1326 case UDIV:
1327 if (TARGET_H8300SX)
1328 switch (GET_MODE (x))
1330 case QImode:
1331 case HImode:
1332 *total = COSTS_N_INSNS (!speed ? 4 : 10);
1333 return false;
1335 case SImode:
1336 *total = COSTS_N_INSNS (!speed ? 4 : 18);
1337 return false;
1339 default:
1340 break;
1342 *total = COSTS_N_INSNS (12);
1343 return true;
1345 case MULT:
1346 if (TARGET_H8300SX)
1347 switch (GET_MODE (x))
1349 case QImode:
1350 case HImode:
1351 *total = COSTS_N_INSNS (2);
1352 return false;
1354 case SImode:
1355 *total = COSTS_N_INSNS (5);
1356 return false;
1358 default:
1359 break;
1361 *total = COSTS_N_INSNS (4);
1362 return true;
1364 case ASHIFT:
1365 case ASHIFTRT:
1366 case LSHIFTRT:
1367 if (h8sx_binary_shift_operator (x, VOIDmode))
1369 *total = COSTS_N_INSNS (2);
1370 return false;
1372 else if (h8sx_unary_shift_operator (x, VOIDmode))
1374 *total = COSTS_N_INSNS (1);
1375 return false;
1377 *total = COSTS_N_INSNS (h8300_shift_costs (x));
1378 return true;
1380 case ROTATE:
1381 case ROTATERT:
1382 if (GET_MODE (x) == HImode)
1383 *total = 2;
1384 else
1385 *total = 8;
1386 return true;
1388 default:
1389 *total = COSTS_N_INSNS (1);
1390 return false;
1394 /* Documentation for the machine specific operand escapes:
1396 'E' like s but negative.
1397 'F' like t but negative.
1398 'G' constant just the negative
1399 'R' print operand as a byte:8 address if appropriate, else fall back to
1400 'X' handling.
1401 'S' print operand as a long word
1402 'T' print operand as a word
1403 'V' find the set bit, and print its number.
1404 'W' find the clear bit, and print its number.
1405 'X' print operand as a byte
1406 'Y' print either l or h depending on whether last 'Z' operand < 8 or >= 8.
1407 If this operand isn't a register, fall back to 'R' handling.
1408 'Z' print int & 7.
1409 'c' print the opcode corresponding to rtl
1410 'e' first word of 32-bit value - if reg, then least reg. if mem
1411 then least. if const then most sig word
1412 'f' second word of 32-bit value - if reg, then biggest reg. if mem
1413 then +2. if const then least sig word
1414 'j' print operand as condition code.
1415 'k' print operand as reverse condition code.
1416 'm' convert an integer operand to a size suffix (.b, .w or .l)
1417 'o' print an integer without a leading '#'
1418 's' print as low byte of 16-bit value
1419 't' print as high byte of 16-bit value
1420 'w' print as low byte of 32-bit value
1421 'x' print as 2nd byte of 32-bit value
1422 'y' print as 3rd byte of 32-bit value
1423 'z' print as msb of 32-bit value
1426 /* Return assembly language string which identifies a comparison type. */
1428 static const char *
1429 cond_string (enum rtx_code code)
1431 switch (code)
1433 case NE:
1434 return "ne";
1435 case EQ:
1436 return "eq";
1437 case GE:
1438 return "ge";
1439 case GT:
1440 return "gt";
1441 case LE:
1442 return "le";
1443 case LT:
1444 return "lt";
1445 case GEU:
1446 return "hs";
1447 case GTU:
1448 return "hi";
1449 case LEU:
1450 return "ls";
1451 case LTU:
1452 return "lo";
1453 default:
1454 gcc_unreachable ();
1458 /* Print operand X using operand code CODE to assembly language output file
1459 FILE. */
1461 static void
1462 h8300_print_operand (FILE *file, rtx x, int code)
1464 /* This is used for communication between codes V,W,Z and Y. */
1465 static int bitint;
1467 switch (code)
1469 case 'C':
1470 if (h8300_constant_length (x) == 2)
1471 fprintf (file, ":16");
1472 else
1473 fprintf (file, ":32");
1474 return;
1475 case 'E':
1476 switch (GET_CODE (x))
1478 case REG:
1479 fprintf (file, "%sl", names_big[REGNO (x)]);
1480 break;
1481 case CONST_INT:
1482 fprintf (file, "#%ld", (-INTVAL (x)) & 0xff);
1483 break;
1484 default:
1485 gcc_unreachable ();
1487 break;
1488 case 'F':
1489 switch (GET_CODE (x))
1491 case REG:
1492 fprintf (file, "%sh", names_big[REGNO (x)]);
1493 break;
1494 case CONST_INT:
1495 fprintf (file, "#%ld", ((-INTVAL (x)) & 0xff00) >> 8);
1496 break;
1497 default:
1498 gcc_unreachable ();
1500 break;
1501 case 'G':
1502 gcc_assert (GET_CODE (x) == CONST_INT);
1503 fprintf (file, "#%ld", 0xff & (-INTVAL (x)));
1504 break;
1505 case 'S':
1506 if (GET_CODE (x) == REG)
1507 fprintf (file, "%s", names_extended[REGNO (x)]);
1508 else
1509 goto def;
1510 break;
1511 case 'T':
1512 if (GET_CODE (x) == REG)
1513 fprintf (file, "%s", names_big[REGNO (x)]);
1514 else
1515 goto def;
1516 break;
1517 case 'V':
1518 bitint = (INTVAL (x) & 0xffff);
1519 if ((exact_log2 ((bitint >> 8) & 0xff)) == -1)
1520 bitint = exact_log2 (bitint & 0xff);
1521 else
1522 bitint = exact_log2 ((bitint >> 8) & 0xff);
1523 gcc_assert (bitint >= 0);
1524 fprintf (file, "#%d", bitint);
1525 break;
1526 case 'W':
1527 bitint = ((~INTVAL (x)) & 0xffff);
1528 if ((exact_log2 ((bitint >> 8) & 0xff)) == -1 )
1529 bitint = exact_log2 (bitint & 0xff);
1530 else
1531 bitint = (exact_log2 ((bitint >> 8) & 0xff));
1532 gcc_assert (bitint >= 0);
1533 fprintf (file, "#%d", bitint);
1534 break;
1535 case 'R':
1536 case 'X':
1537 if (GET_CODE (x) == REG)
1538 fprintf (file, "%s", byte_reg (x, 0));
1539 else
1540 goto def;
1541 break;
1542 case 'Y':
1543 gcc_assert (bitint >= 0);
1544 if (GET_CODE (x) == REG)
1545 fprintf (file, "%s%c", names_big[REGNO (x)], bitint > 7 ? 'h' : 'l');
1546 else
1547 h8300_print_operand (file, x, 'R');
1548 bitint = -1;
1549 break;
1550 case 'Z':
1551 bitint = INTVAL (x);
1552 fprintf (file, "#%d", bitint & 7);
1553 break;
1554 case 'c':
1555 switch (GET_CODE (x))
1557 case IOR:
1558 fprintf (file, "or");
1559 break;
1560 case XOR:
1561 fprintf (file, "xor");
1562 break;
1563 case AND:
1564 fprintf (file, "and");
1565 break;
1566 default:
1567 break;
1569 break;
1570 case 'e':
1571 switch (GET_CODE (x))
1573 case REG:
1574 if (TARGET_H8300)
1575 fprintf (file, "%s", names_big[REGNO (x)]);
1576 else
1577 fprintf (file, "%s", names_upper_extended[REGNO (x)]);
1578 break;
1579 case MEM:
1580 h8300_print_operand (file, x, 0);
1581 break;
1582 case CONST_INT:
1583 fprintf (file, "#%ld", ((INTVAL (x) >> 16) & 0xffff));
1584 break;
1585 case CONST_DOUBLE:
1587 long val;
1588 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), val);
1589 fprintf (file, "#%ld", ((val >> 16) & 0xffff));
1590 break;
1592 default:
1593 gcc_unreachable ();
1594 break;
1596 break;
1597 case 'f':
1598 switch (GET_CODE (x))
1600 case REG:
1601 if (TARGET_H8300)
1602 fprintf (file, "%s", names_big[REGNO (x) + 1]);
1603 else
1604 fprintf (file, "%s", names_big[REGNO (x)]);
1605 break;
1606 case MEM:
1607 x = adjust_address (x, HImode, 2);
1608 h8300_print_operand (file, x, 0);
1609 break;
1610 case CONST_INT:
1611 fprintf (file, "#%ld", INTVAL (x) & 0xffff);
1612 break;
1613 case CONST_DOUBLE:
1615 long val;
1616 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), val);
1617 fprintf (file, "#%ld", (val & 0xffff));
1618 break;
1620 default:
1621 gcc_unreachable ();
1623 break;
1624 case 'j':
1625 fputs (cond_string (GET_CODE (x)), file);
1626 break;
1627 case 'k':
1628 fputs (cond_string (reverse_condition (GET_CODE (x))), file);
1629 break;
1630 case 'm':
1631 gcc_assert (GET_CODE (x) == CONST_INT);
1632 switch (INTVAL (x))
1634 case 1:
1635 fputs (".b", file);
1636 break;
1638 case 2:
1639 fputs (".w", file);
1640 break;
1642 case 4:
1643 fputs (".l", file);
1644 break;
1646 default:
1647 gcc_unreachable ();
1649 break;
1650 case 'o':
1651 h8300_print_operand_address (file, VOIDmode, x);
1652 break;
1653 case 's':
1654 if (GET_CODE (x) == CONST_INT)
1655 fprintf (file, "#%ld", (INTVAL (x)) & 0xff);
1656 else
1657 fprintf (file, "%s", byte_reg (x, 0));
1658 break;
1659 case 't':
1660 if (GET_CODE (x) == CONST_INT)
1661 fprintf (file, "#%ld", (INTVAL (x) >> 8) & 0xff);
1662 else
1663 fprintf (file, "%s", byte_reg (x, 1));
1664 break;
1665 case 'w':
1666 if (GET_CODE (x) == CONST_INT)
1667 fprintf (file, "#%ld", INTVAL (x) & 0xff);
1668 else
1669 fprintf (file, "%s",
1670 byte_reg (x, TARGET_H8300 ? 2 : 0));
1671 break;
1672 case 'x':
1673 if (GET_CODE (x) == CONST_INT)
1674 fprintf (file, "#%ld", (INTVAL (x) >> 8) & 0xff);
1675 else
1676 fprintf (file, "%s",
1677 byte_reg (x, TARGET_H8300 ? 3 : 1));
1678 break;
1679 case 'y':
1680 if (GET_CODE (x) == CONST_INT)
1681 fprintf (file, "#%ld", (INTVAL (x) >> 16) & 0xff);
1682 else
1683 fprintf (file, "%s", byte_reg (x, 0));
1684 break;
1685 case 'z':
1686 if (GET_CODE (x) == CONST_INT)
1687 fprintf (file, "#%ld", (INTVAL (x) >> 24) & 0xff);
1688 else
1689 fprintf (file, "%s", byte_reg (x, 1));
1690 break;
1692 default:
1693 def:
1694 switch (GET_CODE (x))
1696 case REG:
1697 switch (GET_MODE (x))
1699 case QImode:
1700 #if 0 /* Is it asm ("mov.b %0,r2l", ...) */
1701 fprintf (file, "%s", byte_reg (x, 0));
1702 #else /* ... or is it asm ("mov.b %0l,r2l", ...) */
1703 fprintf (file, "%s", names_big[REGNO (x)]);
1704 #endif
1705 break;
1706 case HImode:
1707 fprintf (file, "%s", names_big[REGNO (x)]);
1708 break;
1709 case SImode:
1710 case SFmode:
1711 fprintf (file, "%s", names_extended[REGNO (x)]);
1712 break;
1713 default:
1714 gcc_unreachable ();
1716 break;
1718 case MEM:
1720 rtx addr = XEXP (x, 0);
1722 fprintf (file, "@");
1723 output_address (GET_MODE (x), addr);
1725 /* Add a length suffix to constant addresses. Although this
1726 is often unnecessary, it helps to avoid ambiguity in the
1727 syntax of mova. If we wrote an insn like:
1729 mova/w.l @(1,@foo.b),er0
1731 then .b would be considered part of the symbol name.
1732 Adding a length after foo will avoid this. */
1733 if (CONSTANT_P (addr))
1734 switch (code)
1736 case 'R':
1737 /* Used for mov.b and bit operations. */
1738 if (h8300_eightbit_constant_address_p (addr))
1740 fprintf (file, ":8");
1741 break;
1744 /* FALLTHRU */
1746 /* We should not get here if we are processing bit
1747 operations on H8/300 or H8/300H because 'U'
1748 constraint does not allow bit operations on the
1749 tiny area on these machines. */
1751 case 'X':
1752 case 'T':
1753 case 'S':
1754 if (h8300_constant_length (addr) == 2)
1755 fprintf (file, ":16");
1756 else
1757 fprintf (file, ":32");
1758 break;
1759 default:
1760 break;
1763 break;
1765 case CONST_INT:
1766 case SYMBOL_REF:
1767 case CONST:
1768 case LABEL_REF:
1769 fprintf (file, "#");
1770 h8300_print_operand_address (file, VOIDmode, x);
1771 break;
1772 case CONST_DOUBLE:
1774 long val;
1775 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), val);
1776 fprintf (file, "#%ld", val);
1777 break;
1779 default:
1780 break;
1785 /* Implements TARGET_PRINT_OPERAND_PUNCT_VALID_P. */
1787 static bool
1788 h8300_print_operand_punct_valid_p (unsigned char code)
1790 return (code == '#');
1793 /* Output assembly language output for the address ADDR to FILE. */
1795 static void
1796 h8300_print_operand_address (FILE *file, machine_mode mode, rtx addr)
1798 rtx index;
1799 int size;
1801 switch (GET_CODE (addr))
1803 case REG:
1804 fprintf (file, "%s", h8_reg_names[REGNO (addr)]);
1805 break;
1807 case PRE_DEC:
1808 fprintf (file, "-%s", h8_reg_names[REGNO (XEXP (addr, 0))]);
1809 break;
1811 case POST_INC:
1812 fprintf (file, "%s+", h8_reg_names[REGNO (XEXP (addr, 0))]);
1813 break;
1815 case PRE_INC:
1816 fprintf (file, "+%s", h8_reg_names[REGNO (XEXP (addr, 0))]);
1817 break;
1819 case POST_DEC:
1820 fprintf (file, "%s-", h8_reg_names[REGNO (XEXP (addr, 0))]);
1821 break;
1823 case PLUS:
1824 fprintf (file, "(");
1826 index = h8300_get_index (XEXP (addr, 0), VOIDmode, &size);
1827 if (GET_CODE (index) == REG)
1829 /* reg,foo */
1830 h8300_print_operand_address (file, mode, XEXP (addr, 1));
1831 fprintf (file, ",");
1832 switch (size)
1834 case 0:
1835 h8300_print_operand_address (file, mode, index);
1836 break;
1838 case 1:
1839 h8300_print_operand (file, index, 'X');
1840 fputs (".b", file);
1841 break;
1843 case 2:
1844 h8300_print_operand (file, index, 'T');
1845 fputs (".w", file);
1846 break;
1848 case 4:
1849 h8300_print_operand (file, index, 'S');
1850 fputs (".l", file);
1851 break;
1853 /* h8300_print_operand_address (file, XEXP (addr, 0)); */
1855 else
1857 /* foo+k */
1858 h8300_print_operand_address (file, mode, XEXP (addr, 0));
1859 fprintf (file, "+");
1860 h8300_print_operand_address (file, mode, XEXP (addr, 1));
1862 fprintf (file, ")");
1863 break;
1865 case CONST_INT:
1867 /* Since the H8/300 only has 16-bit pointers, negative values are also
1868 those >= 32768. This happens for example with pointer minus a
1869 constant. We don't want to turn (char *p - 2) into
1870 (char *p + 65534) because loop unrolling can build upon this
1871 (IE: char *p + 131068). */
1872 int n = INTVAL (addr);
1873 if (TARGET_H8300)
1874 n = (int) (short) n;
1875 fprintf (file, "%d", n);
1876 break;
1879 default:
1880 output_addr_const (file, addr);
1881 break;
1885 /* Output all insn addresses and their sizes into the assembly language
1886 output file. This is helpful for debugging whether the length attributes
1887 in the md file are correct. This is not meant to be a user selectable
1888 option. */
1890 void
1891 final_prescan_insn (rtx_insn *insn, rtx *operand ATTRIBUTE_UNUSED,
1892 int num_operands ATTRIBUTE_UNUSED)
1894 /* This holds the last insn address. */
1895 static int last_insn_address = 0;
1897 const int uid = INSN_UID (insn);
1899 if (TARGET_ADDRESSES)
1901 fprintf (asm_out_file, "; 0x%x %d\n", INSN_ADDRESSES (uid),
1902 INSN_ADDRESSES (uid) - last_insn_address);
1903 last_insn_address = INSN_ADDRESSES (uid);
1907 /* Prepare for an SI sized move. */
1910 h8300_expand_movsi (rtx operands[])
1912 rtx src = operands[1];
1913 rtx dst = operands[0];
1914 if (!reload_in_progress && !reload_completed)
1916 if (!register_operand (dst, GET_MODE (dst)))
1918 rtx tmp = gen_reg_rtx (GET_MODE (dst));
1919 emit_move_insn (tmp, src);
1920 operands[1] = tmp;
1923 return 0;
1926 /* Given FROM and TO register numbers, say whether this elimination is allowed.
1927 Frame pointer elimination is automatically handled.
1929 For the h8300, if frame pointer elimination is being done, we would like to
1930 convert ap and rp into sp, not fp.
1932 All other eliminations are valid. */
1934 static bool
1935 h8300_can_eliminate (const int from ATTRIBUTE_UNUSED, const int to)
1937 return (to == STACK_POINTER_REGNUM ? ! frame_pointer_needed : true);
1940 /* Conditionally modify register usage based on target flags. */
1942 static void
1943 h8300_conditional_register_usage (void)
1945 if (!TARGET_MAC)
1946 fixed_regs[MAC_REG] = call_used_regs[MAC_REG] = 1;
1949 /* Function for INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET).
1950 Define the offset between two registers, one to be eliminated, and
1951 the other its replacement, at the start of a routine. */
1954 h8300_initial_elimination_offset (int from, int to)
1956 /* The number of bytes that the return address takes on the stack. */
1957 int pc_size = POINTER_SIZE / BITS_PER_UNIT;
1959 /* The number of bytes that the saved frame pointer takes on the stack. */
1960 int fp_size = frame_pointer_needed * UNITS_PER_WORD;
1962 /* The number of bytes that the saved registers, excluding the frame
1963 pointer, take on the stack. */
1964 int saved_regs_size = 0;
1966 /* The number of bytes that the locals takes on the stack. */
1967 int frame_size = round_frame_size (get_frame_size ());
1969 int regno;
1971 for (regno = 0; regno <= HARD_FRAME_POINTER_REGNUM; regno++)
1972 if (WORD_REG_USED (regno))
1973 saved_regs_size += UNITS_PER_WORD;
1975 /* Adjust saved_regs_size because the above loop took the frame
1976 pointer int account. */
1977 saved_regs_size -= fp_size;
1979 switch (to)
1981 case HARD_FRAME_POINTER_REGNUM:
1982 switch (from)
1984 case ARG_POINTER_REGNUM:
1985 return pc_size + fp_size;
1986 case RETURN_ADDRESS_POINTER_REGNUM:
1987 return fp_size;
1988 case FRAME_POINTER_REGNUM:
1989 return -saved_regs_size;
1990 default:
1991 gcc_unreachable ();
1993 break;
1994 case STACK_POINTER_REGNUM:
1995 switch (from)
1997 case ARG_POINTER_REGNUM:
1998 return pc_size + saved_regs_size + frame_size;
1999 case RETURN_ADDRESS_POINTER_REGNUM:
2000 return saved_regs_size + frame_size;
2001 case FRAME_POINTER_REGNUM:
2002 return frame_size;
2003 default:
2004 gcc_unreachable ();
2006 break;
2007 default:
2008 gcc_unreachable ();
2010 gcc_unreachable ();
2013 /* Worker function for RETURN_ADDR_RTX. */
2016 h8300_return_addr_rtx (int count, rtx frame)
2018 rtx ret;
2020 if (count == 0)
2021 ret = gen_rtx_MEM (Pmode,
2022 gen_rtx_REG (Pmode, RETURN_ADDRESS_POINTER_REGNUM));
2023 else if (flag_omit_frame_pointer)
2024 return (rtx) 0;
2025 else
2026 ret = gen_rtx_MEM (Pmode,
2027 memory_address (Pmode,
2028 plus_constant (Pmode, frame,
2029 UNITS_PER_WORD)));
2030 set_mem_alias_set (ret, get_frame_alias_set ());
2031 return ret;
2034 /* Update the condition code from the insn. */
2036 void
2037 notice_update_cc (rtx body, rtx_insn *insn)
2039 rtx set;
2041 switch (get_attr_cc (insn))
2043 case CC_NONE:
2044 /* Insn does not affect CC at all. */
2045 break;
2047 case CC_NONE_0HIT:
2048 /* Insn does not change CC, but the 0'th operand has been changed. */
2049 if (cc_status.value1 != 0
2050 && reg_overlap_mentioned_p (recog_data.operand[0], cc_status.value1))
2051 cc_status.value1 = 0;
2052 if (cc_status.value2 != 0
2053 && reg_overlap_mentioned_p (recog_data.operand[0], cc_status.value2))
2054 cc_status.value2 = 0;
2055 break;
2057 case CC_SET_ZN:
2058 /* Insn sets the Z,N flags of CC to recog_data.operand[0].
2059 The V flag is unusable. The C flag may or may not be known but
2060 that's ok because alter_cond will change tests to use EQ/NE. */
2061 CC_STATUS_INIT;
2062 cc_status.flags |= CC_OVERFLOW_UNUSABLE | CC_NO_CARRY;
2063 set = single_set (insn);
2064 cc_status.value1 = SET_SRC (set);
2065 if (SET_DEST (set) != cc0_rtx)
2066 cc_status.value2 = SET_DEST (set);
2067 break;
2069 case CC_SET_ZNV:
2070 /* Insn sets the Z,N,V flags of CC to recog_data.operand[0].
2071 The C flag may or may not be known but that's ok because
2072 alter_cond will change tests to use EQ/NE. */
2073 CC_STATUS_INIT;
2074 cc_status.flags |= CC_NO_CARRY;
2075 set = single_set (insn);
2076 cc_status.value1 = SET_SRC (set);
2077 if (SET_DEST (set) != cc0_rtx)
2079 /* If the destination is STRICT_LOW_PART, strip off
2080 STRICT_LOW_PART. */
2081 if (GET_CODE (SET_DEST (set)) == STRICT_LOW_PART)
2082 cc_status.value2 = XEXP (SET_DEST (set), 0);
2083 else
2084 cc_status.value2 = SET_DEST (set);
2086 break;
2088 case CC_COMPARE:
2089 /* The insn is a compare instruction. */
2090 CC_STATUS_INIT;
2091 cc_status.value1 = SET_SRC (body);
2092 break;
2094 case CC_CLOBBER:
2095 /* Insn doesn't leave CC in a usable state. */
2096 CC_STATUS_INIT;
2097 break;
2101 /* Given that X occurs in an address of the form (plus X constant),
2102 return the part of X that is expected to be a register. There are
2103 four kinds of addressing mode to recognize:
2105 @(dd,Rn)
2106 @(dd,RnL.b)
2107 @(dd,Rn.w)
2108 @(dd,ERn.l)
2110 If SIZE is nonnull, and the address is one of the last three forms,
2111 set *SIZE to the index multiplication factor. Set it to 0 for
2112 plain @(dd,Rn) addresses.
2114 MODE is the mode of the value being accessed. It can be VOIDmode
2115 if the address is known to be valid, but its mode is unknown. */
2117 static rtx
2118 h8300_get_index (rtx x, machine_mode mode, int *size)
2120 int dummy, factor;
2122 if (size == 0)
2123 size = &dummy;
2125 factor = (mode == VOIDmode ? 0 : GET_MODE_SIZE (mode));
2126 if (TARGET_H8300SX
2127 && factor <= 4
2128 && (mode == VOIDmode
2129 || GET_MODE_CLASS (mode) == MODE_INT
2130 || GET_MODE_CLASS (mode) == MODE_FLOAT))
2132 if (factor <= 1 && GET_CODE (x) == ZERO_EXTEND)
2134 /* When accessing byte-sized values, the index can be
2135 a zero-extended QImode or HImode register. */
2136 *size = GET_MODE_SIZE (GET_MODE (XEXP (x, 0)));
2137 return XEXP (x, 0);
2139 else
2141 /* We're looking for addresses of the form:
2143 (mult X I)
2144 or (mult (zero_extend X) I)
2146 where I is the size of the operand being accessed.
2147 The canonical form of the second expression is:
2149 (and (mult (subreg X) I) J)
2151 where J == GET_MODE_MASK (GET_MODE (X)) * I. */
2152 rtx index;
2154 if (GET_CODE (x) == AND
2155 && GET_CODE (XEXP (x, 1)) == CONST_INT
2156 && (factor == 0
2157 || INTVAL (XEXP (x, 1)) == 0xff * factor
2158 || INTVAL (XEXP (x, 1)) == 0xffff * factor))
2160 index = XEXP (x, 0);
2161 *size = (INTVAL (XEXP (x, 1)) >= 0xffff ? 2 : 1);
2163 else
2165 index = x;
2166 *size = 4;
2169 if (GET_CODE (index) == MULT
2170 && GET_CODE (XEXP (index, 1)) == CONST_INT
2171 && (factor == 0 || factor == INTVAL (XEXP (index, 1))))
2172 return XEXP (index, 0);
2175 *size = 0;
2176 return x;
2179 /* Worker function for TARGET_MODE_DEPENDENT_ADDRESS_P.
2181 On the H8/300, the predecrement and postincrement address depend thus
2182 (the amount of decrement or increment being the length of the operand). */
2184 static bool
2185 h8300_mode_dependent_address_p (const_rtx addr,
2186 addr_space_t as ATTRIBUTE_UNUSED)
2188 if (GET_CODE (addr) == PLUS
2189 && h8300_get_index (XEXP (addr, 0), VOIDmode, 0) != XEXP (addr, 0))
2190 return true;
2192 return false;
2195 static const h8300_length_table addb_length_table =
2197 /* #xx Rs @aa @Rs @xx */
2198 { 2, 2, 4, 4, 4 }, /* add.b xx,Rd */
2199 { 4, 4, 4, 4, 6 }, /* add.b xx,@aa */
2200 { 4, 4, 4, 4, 6 }, /* add.b xx,@Rd */
2201 { 6, 4, 4, 4, 6 } /* add.b xx,@xx */
2204 static const h8300_length_table addw_length_table =
2206 /* #xx Rs @aa @Rs @xx */
2207 { 2, 2, 4, 4, 4 }, /* add.w xx,Rd */
2208 { 4, 4, 4, 4, 6 }, /* add.w xx,@aa */
2209 { 4, 4, 4, 4, 6 }, /* add.w xx,@Rd */
2210 { 4, 4, 4, 4, 6 } /* add.w xx,@xx */
2213 static const h8300_length_table addl_length_table =
2215 /* #xx Rs @aa @Rs @xx */
2216 { 2, 2, 4, 4, 4 }, /* add.l xx,Rd */
2217 { 4, 4, 6, 6, 6 }, /* add.l xx,@aa */
2218 { 4, 4, 6, 6, 6 }, /* add.l xx,@Rd */
2219 { 4, 4, 6, 6, 6 } /* add.l xx,@xx */
2222 #define logicb_length_table addb_length_table
2223 #define logicw_length_table addw_length_table
2225 static const h8300_length_table logicl_length_table =
2227 /* #xx Rs @aa @Rs @xx */
2228 { 2, 4, 4, 4, 4 }, /* and.l xx,Rd */
2229 { 4, 4, 6, 6, 6 }, /* and.l xx,@aa */
2230 { 4, 4, 6, 6, 6 }, /* and.l xx,@Rd */
2231 { 4, 4, 6, 6, 6 } /* and.l xx,@xx */
2234 static const h8300_length_table movb_length_table =
2236 /* #xx Rs @aa @Rs @xx */
2237 { 2, 2, 2, 2, 4 }, /* mov.b xx,Rd */
2238 { 4, 2, 4, 4, 4 }, /* mov.b xx,@aa */
2239 { 4, 2, 4, 4, 4 }, /* mov.b xx,@Rd */
2240 { 4, 4, 4, 4, 4 } /* mov.b xx,@xx */
2243 #define movw_length_table movb_length_table
2245 static const h8300_length_table movl_length_table =
2247 /* #xx Rs @aa @Rs @xx */
2248 { 2, 2, 4, 4, 4 }, /* mov.l xx,Rd */
2249 { 4, 4, 4, 4, 4 }, /* mov.l xx,@aa */
2250 { 4, 4, 4, 4, 4 }, /* mov.l xx,@Rd */
2251 { 4, 4, 4, 4, 4 } /* mov.l xx,@xx */
2254 /* Return the size of the given address or displacement constant. */
2256 static unsigned int
2257 h8300_constant_length (rtx constant)
2259 /* Check for (@d:16,Reg). */
2260 if (GET_CODE (constant) == CONST_INT
2261 && IN_RANGE (INTVAL (constant), -0x8000, 0x7fff))
2262 return 2;
2264 /* Check for (@d:16,Reg) in cases where the displacement is
2265 an absolute address. */
2266 if (Pmode == HImode || h8300_tiny_constant_address_p (constant))
2267 return 2;
2269 return 4;
2272 /* Return the size of a displacement field in address ADDR, which should
2273 have the form (plus X constant). SIZE is the number of bytes being
2274 accessed. */
2276 static unsigned int
2277 h8300_displacement_length (rtx addr, int size)
2279 rtx offset;
2281 offset = XEXP (addr, 1);
2283 /* Check for @(d:2,Reg). */
2284 if (register_operand (XEXP (addr, 0), VOIDmode)
2285 && GET_CODE (offset) == CONST_INT
2286 && (INTVAL (offset) == size
2287 || INTVAL (offset) == size * 2
2288 || INTVAL (offset) == size * 3))
2289 return 0;
2291 return h8300_constant_length (offset);
2294 /* Store the class of operand OP in *OPCLASS and return the length of any
2295 extra operand fields. SIZE is the number of bytes in OP. OPCLASS
2296 can be null if only the length is needed. */
2298 static unsigned int
2299 h8300_classify_operand (rtx op, int size, enum h8300_operand_class *opclass)
2301 enum h8300_operand_class dummy;
2303 if (opclass == 0)
2304 opclass = &dummy;
2306 if (CONSTANT_P (op))
2308 *opclass = H8OP_IMMEDIATE;
2310 /* Byte-sized immediates are stored in the opcode fields. */
2311 if (size == 1)
2312 return 0;
2314 /* If this is a 32-bit instruction, see whether the constant
2315 will fit into a 16-bit immediate field. */
2316 if (TARGET_H8300SX
2317 && size == 4
2318 && GET_CODE (op) == CONST_INT
2319 && IN_RANGE (INTVAL (op), 0, 0xffff))
2320 return 2;
2322 return size;
2324 else if (GET_CODE (op) == MEM)
2326 op = XEXP (op, 0);
2327 if (CONSTANT_P (op))
2329 *opclass = H8OP_MEM_ABSOLUTE;
2330 return h8300_constant_length (op);
2332 else if (GET_CODE (op) == PLUS && CONSTANT_P (XEXP (op, 1)))
2334 *opclass = H8OP_MEM_COMPLEX;
2335 return h8300_displacement_length (op, size);
2337 else if (GET_RTX_CLASS (GET_CODE (op)) == RTX_AUTOINC)
2339 *opclass = H8OP_MEM_COMPLEX;
2340 return 0;
2342 else if (register_operand (op, VOIDmode))
2344 *opclass = H8OP_MEM_BASE;
2345 return 0;
2348 gcc_assert (register_operand (op, VOIDmode));
2349 *opclass = H8OP_REGISTER;
2350 return 0;
2353 /* Return the length of the instruction described by TABLE given that
2354 its operands are OP1 and OP2. OP1 must be an h8300_dst_operand
2355 and OP2 must be an h8300_src_operand. */
2357 static unsigned int
2358 h8300_length_from_table (rtx op1, rtx op2, const h8300_length_table *table)
2360 enum h8300_operand_class op1_class, op2_class;
2361 unsigned int size, immediate_length;
2363 size = GET_MODE_SIZE (GET_MODE (op1));
2364 immediate_length = (h8300_classify_operand (op1, size, &op1_class)
2365 + h8300_classify_operand (op2, size, &op2_class));
2366 return immediate_length + (*table)[op1_class - 1][op2_class];
2369 /* Return the length of a unary instruction such as neg or not given that
2370 its operand is OP. */
2372 unsigned int
2373 h8300_unary_length (rtx op)
2375 enum h8300_operand_class opclass;
2376 unsigned int size, operand_length;
2378 size = GET_MODE_SIZE (GET_MODE (op));
2379 operand_length = h8300_classify_operand (op, size, &opclass);
2380 switch (opclass)
2382 case H8OP_REGISTER:
2383 return 2;
2385 case H8OP_MEM_BASE:
2386 return (size == 4 ? 6 : 4);
2388 case H8OP_MEM_ABSOLUTE:
2389 return operand_length + (size == 4 ? 6 : 4);
2391 case H8OP_MEM_COMPLEX:
2392 return operand_length + 6;
2394 default:
2395 gcc_unreachable ();
2399 /* Likewise short immediate instructions such as add.w #xx:3,OP. */
2401 static unsigned int
2402 h8300_short_immediate_length (rtx op)
2404 enum h8300_operand_class opclass;
2405 unsigned int size, operand_length;
2407 size = GET_MODE_SIZE (GET_MODE (op));
2408 operand_length = h8300_classify_operand (op, size, &opclass);
2410 switch (opclass)
2412 case H8OP_REGISTER:
2413 return 2;
2415 case H8OP_MEM_BASE:
2416 case H8OP_MEM_ABSOLUTE:
2417 case H8OP_MEM_COMPLEX:
2418 return 4 + operand_length;
2420 default:
2421 gcc_unreachable ();
2425 /* Likewise bitfield load and store instructions. */
2427 static unsigned int
2428 h8300_bitfield_length (rtx op, rtx op2)
2430 enum h8300_operand_class opclass;
2431 unsigned int size, operand_length;
2433 if (GET_CODE (op) == REG)
2434 op = op2;
2435 gcc_assert (GET_CODE (op) != REG);
2437 size = GET_MODE_SIZE (GET_MODE (op));
2438 operand_length = h8300_classify_operand (op, size, &opclass);
2440 switch (opclass)
2442 case H8OP_MEM_BASE:
2443 case H8OP_MEM_ABSOLUTE:
2444 case H8OP_MEM_COMPLEX:
2445 return 4 + operand_length;
2447 default:
2448 gcc_unreachable ();
2452 /* Calculate the length of general binary instruction INSN using TABLE. */
2454 static unsigned int
2455 h8300_binary_length (rtx_insn *insn, const h8300_length_table *table)
2457 rtx set;
2459 set = single_set (insn);
2460 gcc_assert (set);
2462 if (BINARY_P (SET_SRC (set)))
2463 return h8300_length_from_table (XEXP (SET_SRC (set), 0),
2464 XEXP (SET_SRC (set), 1), table);
2465 else
2467 gcc_assert (GET_RTX_CLASS (GET_CODE (SET_SRC (set))) == RTX_TERNARY);
2468 return h8300_length_from_table (XEXP (XEXP (SET_SRC (set), 1), 0),
2469 XEXP (XEXP (SET_SRC (set), 1), 1),
2470 table);
2474 /* Subroutine of h8300_move_length. Return true if OP is 1- or 2-byte
2475 memory reference and either (1) it has the form @(d:16,Rn) or
2476 (2) its address has the code given by INC_CODE. */
2478 static bool
2479 h8300_short_move_mem_p (rtx op, enum rtx_code inc_code)
2481 rtx addr;
2482 unsigned int size;
2484 if (GET_CODE (op) != MEM)
2485 return false;
2487 addr = XEXP (op, 0);
2488 size = GET_MODE_SIZE (GET_MODE (op));
2489 if (size != 1 && size != 2)
2490 return false;
2492 return (GET_CODE (addr) == inc_code
2493 || (GET_CODE (addr) == PLUS
2494 && GET_CODE (XEXP (addr, 0)) == REG
2495 && h8300_displacement_length (addr, size) == 2));
2498 /* Calculate the length of move instruction INSN using the given length
2499 table. Although the tables are correct for most cases, there is some
2500 irregularity in the length of mov.b and mov.w. The following forms:
2502 mov @ERs+, Rd
2503 mov @(d:16,ERs), Rd
2504 mov Rs, @-ERd
2505 mov Rs, @(d:16,ERd)
2507 are two bytes shorter than most other "mov Rs, @complex" or
2508 "mov @complex,Rd" combinations. */
2510 static unsigned int
2511 h8300_move_length (rtx *operands, const h8300_length_table *table)
2513 unsigned int size;
2515 size = h8300_length_from_table (operands[0], operands[1], table);
2516 if (REG_P (operands[0]) && h8300_short_move_mem_p (operands[1], POST_INC))
2517 size -= 2;
2518 if (REG_P (operands[1]) && h8300_short_move_mem_p (operands[0], PRE_DEC))
2519 size -= 2;
2520 return size;
2523 /* Return the length of a mova instruction with the given operands.
2524 DEST is the register destination, SRC is the source address and
2525 OFFSET is the 16-bit or 32-bit displacement. */
2527 static unsigned int
2528 h8300_mova_length (rtx dest, rtx src, rtx offset)
2530 unsigned int size;
2532 size = (2
2533 + h8300_constant_length (offset)
2534 + h8300_classify_operand (src, GET_MODE_SIZE (GET_MODE (src)), 0));
2535 if (!REG_P (dest) || !REG_P (src) || REGNO (src) != REGNO (dest))
2536 size += 2;
2537 return size;
2540 /* Compute the length of INSN based on its length_table attribute.
2541 OPERANDS is the array of its operands. */
2543 unsigned int
2544 h8300_insn_length_from_table (rtx_insn *insn, rtx * operands)
2546 switch (get_attr_length_table (insn))
2548 case LENGTH_TABLE_NONE:
2549 gcc_unreachable ();
2551 case LENGTH_TABLE_ADDB:
2552 return h8300_binary_length (insn, &addb_length_table);
2554 case LENGTH_TABLE_ADDW:
2555 return h8300_binary_length (insn, &addw_length_table);
2557 case LENGTH_TABLE_ADDL:
2558 return h8300_binary_length (insn, &addl_length_table);
2560 case LENGTH_TABLE_LOGICB:
2561 return h8300_binary_length (insn, &logicb_length_table);
2563 case LENGTH_TABLE_MOVB:
2564 return h8300_move_length (operands, &movb_length_table);
2566 case LENGTH_TABLE_MOVW:
2567 return h8300_move_length (operands, &movw_length_table);
2569 case LENGTH_TABLE_MOVL:
2570 return h8300_move_length (operands, &movl_length_table);
2572 case LENGTH_TABLE_MOVA:
2573 return h8300_mova_length (operands[0], operands[1], operands[2]);
2575 case LENGTH_TABLE_MOVA_ZERO:
2576 return h8300_mova_length (operands[0], operands[1], const0_rtx);
2578 case LENGTH_TABLE_UNARY:
2579 return h8300_unary_length (operands[0]);
2581 case LENGTH_TABLE_MOV_IMM4:
2582 return 2 + h8300_classify_operand (operands[0], 0, 0);
2584 case LENGTH_TABLE_SHORT_IMMEDIATE:
2585 return h8300_short_immediate_length (operands[0]);
2587 case LENGTH_TABLE_BITFIELD:
2588 return h8300_bitfield_length (operands[0], operands[1]);
2590 case LENGTH_TABLE_BITBRANCH:
2591 return h8300_bitfield_length (operands[1], operands[2]) - 2;
2593 default:
2594 gcc_unreachable ();
2598 /* Return true if LHS and RHS are memory references that can be mapped
2599 to the same h8sx assembly operand. LHS appears as the destination of
2600 an instruction and RHS appears as a source.
2602 Three cases are allowed:
2604 - RHS is @+Rn or @-Rn, LHS is @Rn
2605 - RHS is @Rn, LHS is @Rn+ or @Rn-
2606 - RHS and LHS have the same address and neither has side effects. */
2608 bool
2609 h8sx_mergeable_memrefs_p (rtx lhs, rtx rhs)
2611 if (GET_CODE (rhs) == MEM && GET_CODE (lhs) == MEM)
2613 rhs = XEXP (rhs, 0);
2614 lhs = XEXP (lhs, 0);
2616 if (GET_CODE (rhs) == PRE_INC || GET_CODE (rhs) == PRE_DEC)
2617 return rtx_equal_p (XEXP (rhs, 0), lhs);
2619 if (GET_CODE (lhs) == POST_INC || GET_CODE (lhs) == POST_DEC)
2620 return rtx_equal_p (rhs, XEXP (lhs, 0));
2622 if (rtx_equal_p (rhs, lhs))
2623 return true;
2625 return false;
2628 /* Return true if OPERANDS[1] can be mapped to the same assembly
2629 operand as OPERANDS[0]. */
2631 bool
2632 h8300_operands_match_p (rtx *operands)
2634 if (register_operand (operands[0], VOIDmode)
2635 && register_operand (operands[1], VOIDmode))
2636 return true;
2638 if (h8sx_mergeable_memrefs_p (operands[0], operands[1]))
2639 return true;
2641 return false;
2644 /* Try using movmd to move LENGTH bytes from memory region SRC to memory
2645 region DEST. The two regions do not overlap and have the common
2646 alignment given by ALIGNMENT. Return true on success.
2648 Using movmd for variable-length moves seems to involve some
2649 complex trade-offs. For instance:
2651 - Preparing for a movmd instruction is similar to preparing
2652 for a memcpy. The main difference is that the arguments
2653 are moved into er4, er5 and er6 rather than er0, er1 and er2.
2655 - Since movmd clobbers the frame pointer, we need to save
2656 and restore it somehow when frame_pointer_needed. This can
2657 sometimes make movmd sequences longer than calls to memcpy().
2659 - The counter register is 16 bits, so the instruction is only
2660 suitable for variable-length moves when sizeof (size_t) == 2.
2661 That's only true in normal mode.
2663 - We will often lack static alignment information. Falling back
2664 on movmd.b would likely be slower than calling memcpy(), at least
2665 for big moves.
2667 This function therefore only uses movmd when the length is a
2668 known constant, and only then if -fomit-frame-pointer is in
2669 effect or if we're not optimizing for size.
2671 At the moment the function uses movmd for all in-range constants,
2672 but it might be better to fall back on memcpy() for large moves
2673 if ALIGNMENT == 1. */
2675 bool
2676 h8sx_emit_movmd (rtx dest, rtx src, rtx length,
2677 HOST_WIDE_INT alignment)
2679 if (!flag_omit_frame_pointer && optimize_size)
2680 return false;
2682 if (GET_CODE (length) == CONST_INT)
2684 rtx dest_reg, src_reg, first_dest, first_src;
2685 HOST_WIDE_INT n;
2686 int factor;
2688 /* Use movmd.l if the alignment allows it, otherwise fall back
2689 on movmd.b. */
2690 factor = (alignment >= 2 ? 4 : 1);
2692 /* Make sure the length is within range. We can handle counter
2693 values up to 65536, although HImode truncation will make
2694 the count appear negative in rtl dumps. */
2695 n = INTVAL (length);
2696 if (n <= 0 || n / factor > 65536)
2697 return false;
2699 /* Create temporary registers for the source and destination
2700 pointers. Initialize them to the start of each region. */
2701 dest_reg = copy_addr_to_reg (XEXP (dest, 0));
2702 src_reg = copy_addr_to_reg (XEXP (src, 0));
2704 /* Create references to the movmd source and destination blocks. */
2705 first_dest = replace_equiv_address (dest, dest_reg);
2706 first_src = replace_equiv_address (src, src_reg);
2708 set_mem_size (first_dest, n & -factor);
2709 set_mem_size (first_src, n & -factor);
2711 length = copy_to_mode_reg (HImode, gen_int_mode (n / factor, HImode));
2712 emit_insn (gen_movmd (first_dest, first_src, length, GEN_INT (factor)));
2714 if ((n & -factor) != n)
2716 /* Move SRC and DEST past the region we just copied.
2717 This is done to update the memory attributes. */
2718 dest = adjust_address (dest, BLKmode, n & -factor);
2719 src = adjust_address (src, BLKmode, n & -factor);
2721 /* Replace the addresses with the source and destination
2722 registers, which movmd has left with the right values. */
2723 dest = replace_equiv_address (dest, dest_reg);
2724 src = replace_equiv_address (src, src_reg);
2726 /* Mop up the left-over bytes. */
2727 if (n & 2)
2728 emit_move_insn (adjust_address (dest, HImode, 0),
2729 adjust_address (src, HImode, 0));
2730 if (n & 1)
2731 emit_move_insn (adjust_address (dest, QImode, n & 2),
2732 adjust_address (src, QImode, n & 2));
2734 return true;
2736 return false;
2739 /* Move ADDR into er6 after pushing its old value onto the stack. */
2741 void
2742 h8300_swap_into_er6 (rtx addr)
2744 rtx insn = push (HARD_FRAME_POINTER_REGNUM, false);
2745 if (frame_pointer_needed)
2746 add_reg_note (insn, REG_CFA_DEF_CFA,
2747 plus_constant (Pmode, gen_rtx_MEM (Pmode, stack_pointer_rtx),
2748 2 * UNITS_PER_WORD));
2749 else
2750 add_reg_note (insn, REG_CFA_ADJUST_CFA,
2751 gen_rtx_SET (stack_pointer_rtx,
2752 plus_constant (Pmode, stack_pointer_rtx, 4)));
2754 emit_move_insn (hard_frame_pointer_rtx, addr);
2755 if (REGNO (addr) == SP_REG)
2756 emit_move_insn (hard_frame_pointer_rtx,
2757 plus_constant (Pmode, hard_frame_pointer_rtx,
2758 GET_MODE_SIZE (word_mode)));
2761 /* Move the current value of er6 into ADDR and pop its old value
2762 from the stack. */
2764 void
2765 h8300_swap_out_of_er6 (rtx addr)
2767 rtx insn;
2769 if (REGNO (addr) != SP_REG)
2770 emit_move_insn (addr, hard_frame_pointer_rtx);
2772 insn = pop (HARD_FRAME_POINTER_REGNUM);
2773 if (frame_pointer_needed)
2774 add_reg_note (insn, REG_CFA_DEF_CFA,
2775 plus_constant (Pmode, hard_frame_pointer_rtx,
2776 2 * UNITS_PER_WORD));
2777 else
2778 add_reg_note (insn, REG_CFA_ADJUST_CFA,
2779 gen_rtx_SET (stack_pointer_rtx,
2780 plus_constant (Pmode, stack_pointer_rtx, -4)));
2783 /* Return the length of mov instruction. */
2785 unsigned int
2786 compute_mov_length (rtx *operands)
2788 /* If the mov instruction involves a memory operand, we compute the
2789 length, assuming the largest addressing mode is used, and then
2790 adjust later in the function. Otherwise, we compute and return
2791 the exact length in one step. */
2792 machine_mode mode = GET_MODE (operands[0]);
2793 rtx dest = operands[0];
2794 rtx src = operands[1];
2795 rtx addr;
2797 if (GET_CODE (src) == MEM)
2798 addr = XEXP (src, 0);
2799 else if (GET_CODE (dest) == MEM)
2800 addr = XEXP (dest, 0);
2801 else
2802 addr = NULL_RTX;
2804 if (TARGET_H8300)
2806 unsigned int base_length;
2808 switch (mode)
2810 case QImode:
2811 if (addr == NULL_RTX)
2812 return 2;
2814 /* The eightbit addressing is available only in QImode, so
2815 go ahead and take care of it. */
2816 if (h8300_eightbit_constant_address_p (addr))
2817 return 2;
2819 base_length = 4;
2820 break;
2822 case HImode:
2823 if (addr == NULL_RTX)
2825 if (REG_P (src))
2826 return 2;
2828 if (src == const0_rtx)
2829 return 2;
2831 return 4;
2834 base_length = 4;
2835 break;
2837 case SImode:
2838 if (addr == NULL_RTX)
2840 if (REG_P (src))
2841 return 4;
2843 if (GET_CODE (src) == CONST_INT)
2845 if (src == const0_rtx)
2846 return 4;
2848 if ((INTVAL (src) & 0xffff) == 0)
2849 return 6;
2851 if ((INTVAL (src) & 0xffff) == 0)
2852 return 6;
2854 if ((INTVAL (src) & 0xffff)
2855 == ((INTVAL (src) >> 16) & 0xffff))
2856 return 6;
2858 return 8;
2861 base_length = 8;
2862 break;
2864 case SFmode:
2865 if (addr == NULL_RTX)
2867 if (REG_P (src))
2868 return 4;
2870 if (satisfies_constraint_G (src))
2871 return 4;
2873 return 8;
2876 base_length = 8;
2877 break;
2879 default:
2880 gcc_unreachable ();
2883 /* Adjust the length based on the addressing mode used.
2884 Specifically, we subtract the difference between the actual
2885 length and the longest one, which is @(d:16,Rs). For SImode
2886 and SFmode, we double the adjustment because two mov.w are
2887 used to do the job. */
2889 /* @Rs+ and @-Rd are 2 bytes shorter than the longest. */
2890 if (GET_CODE (addr) == PRE_DEC
2891 || GET_CODE (addr) == POST_INC)
2893 if (mode == QImode || mode == HImode)
2894 return base_length - 2;
2895 else
2896 /* In SImode and SFmode, we use two mov.w instructions, so
2897 double the adjustment. */
2898 return base_length - 4;
2901 /* @Rs and @Rd are 2 bytes shorter than the longest. Note that
2902 in SImode and SFmode, the second mov.w involves an address
2903 with displacement, namely @(2,Rs) or @(2,Rd), so we subtract
2904 only 2 bytes. */
2905 if (GET_CODE (addr) == REG)
2906 return base_length - 2;
2908 return base_length;
2910 else
2912 unsigned int base_length;
2914 switch (mode)
2916 case QImode:
2917 if (addr == NULL_RTX)
2918 return 2;
2920 /* The eightbit addressing is available only in QImode, so
2921 go ahead and take care of it. */
2922 if (h8300_eightbit_constant_address_p (addr))
2923 return 2;
2925 base_length = 8;
2926 break;
2928 case HImode:
2929 if (addr == NULL_RTX)
2931 if (REG_P (src))
2932 return 2;
2934 if (src == const0_rtx)
2935 return 2;
2937 return 4;
2940 base_length = 8;
2941 break;
2943 case SImode:
2944 if (addr == NULL_RTX)
2946 if (REG_P (src))
2948 if (REGNO (src) == MAC_REG || REGNO (dest) == MAC_REG)
2949 return 4;
2950 else
2951 return 2;
2954 if (GET_CODE (src) == CONST_INT)
2956 int val = INTVAL (src);
2958 if (val == 0)
2959 return 2;
2961 if (val == (val & 0x00ff) || val == (val & 0xff00))
2962 return 4;
2964 switch (val & 0xffffffff)
2966 case 0xffffffff:
2967 case 0xfffffffe:
2968 case 0xfffffffc:
2969 case 0x0000ffff:
2970 case 0x0000fffe:
2971 case 0xffff0000:
2972 case 0xfffe0000:
2973 case 0x00010000:
2974 case 0x00020000:
2975 return 4;
2978 return 6;
2981 base_length = 10;
2982 break;
2984 case SFmode:
2985 if (addr == NULL_RTX)
2987 if (REG_P (src))
2988 return 2;
2990 if (satisfies_constraint_G (src))
2991 return 2;
2993 return 6;
2996 base_length = 10;
2997 break;
2999 default:
3000 gcc_unreachable ();
3003 /* Adjust the length based on the addressing mode used.
3004 Specifically, we subtract the difference between the actual
3005 length and the longest one, which is @(d:24,ERs). */
3007 /* @ERs+ and @-ERd are 6 bytes shorter than the longest. */
3008 if (GET_CODE (addr) == PRE_DEC
3009 || GET_CODE (addr) == POST_INC)
3010 return base_length - 6;
3012 /* @ERs and @ERd are 6 bytes shorter than the longest. */
3013 if (GET_CODE (addr) == REG)
3014 return base_length - 6;
3016 /* @(d:16,ERs) and @(d:16,ERd) are 4 bytes shorter than the
3017 longest. */
3018 if (GET_CODE (addr) == PLUS
3019 && GET_CODE (XEXP (addr, 0)) == REG
3020 && GET_CODE (XEXP (addr, 1)) == CONST_INT
3021 && INTVAL (XEXP (addr, 1)) > -32768
3022 && INTVAL (XEXP (addr, 1)) < 32767)
3023 return base_length - 4;
3025 /* @aa:16 is 4 bytes shorter than the longest. */
3026 if (h8300_tiny_constant_address_p (addr))
3027 return base_length - 4;
3029 /* @aa:24 is 2 bytes shorter than the longest. */
3030 if (CONSTANT_P (addr))
3031 return base_length - 2;
3033 return base_length;
3037 /* Output an addition insn. */
3039 const char *
3040 output_plussi (rtx *operands)
3042 machine_mode mode = GET_MODE (operands[0]);
3044 gcc_assert (mode == SImode);
3046 if (TARGET_H8300)
3048 if (GET_CODE (operands[2]) == REG)
3049 return "add.w\t%f2,%f0\n\taddx\t%y2,%y0\n\taddx\t%z2,%z0";
3051 if (GET_CODE (operands[2]) == CONST_INT)
3053 HOST_WIDE_INT n = INTVAL (operands[2]);
3055 if ((n & 0xffffff) == 0)
3056 return "add\t%z2,%z0";
3057 if ((n & 0xffff) == 0)
3058 return "add\t%y2,%y0\n\taddx\t%z2,%z0";
3059 if ((n & 0xff) == 0)
3060 return "add\t%x2,%x0\n\taddx\t%y2,%y0\n\taddx\t%z2,%z0";
3063 return "add\t%w2,%w0\n\taddx\t%x2,%x0\n\taddx\t%y2,%y0\n\taddx\t%z2,%z0";
3065 else
3067 if (GET_CODE (operands[2]) == CONST_INT
3068 && register_operand (operands[1], VOIDmode))
3070 HOST_WIDE_INT intval = INTVAL (operands[2]);
3072 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
3073 return "add.l\t%S2,%S0";
3074 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
3075 return "sub.l\t%G2,%S0";
3077 /* See if we can finish with 2 bytes. */
3079 switch ((unsigned int) intval & 0xffffffff)
3081 case 0x00000001:
3082 case 0x00000002:
3083 case 0x00000004:
3084 return "adds\t%2,%S0";
3086 case 0xffffffff:
3087 case 0xfffffffe:
3088 case 0xfffffffc:
3089 return "subs\t%G2,%S0";
3091 case 0x00010000:
3092 case 0x00020000:
3093 operands[2] = GEN_INT (intval >> 16);
3094 return "inc.w\t%2,%e0";
3096 case 0xffff0000:
3097 case 0xfffe0000:
3098 operands[2] = GEN_INT (intval >> 16);
3099 return "dec.w\t%G2,%e0";
3102 /* See if we can finish with 4 bytes. */
3103 if ((intval & 0xffff) == 0)
3105 operands[2] = GEN_INT (intval >> 16);
3106 return "add.w\t%2,%e0";
3110 if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0)
3112 operands[2] = GEN_INT (-INTVAL (operands[2]));
3113 return "sub.l\t%S2,%S0";
3115 return "add.l\t%S2,%S0";
3119 /* ??? It would be much easier to add the h8sx stuff if a single function
3120 classified the addition as either inc/dec, adds/subs, add.w or add.l. */
3121 /* Compute the length of an addition insn. */
3123 unsigned int
3124 compute_plussi_length (rtx *operands)
3126 machine_mode mode = GET_MODE (operands[0]);
3128 gcc_assert (mode == SImode);
3130 if (TARGET_H8300)
3132 if (GET_CODE (operands[2]) == REG)
3133 return 6;
3135 if (GET_CODE (operands[2]) == CONST_INT)
3137 HOST_WIDE_INT n = INTVAL (operands[2]);
3139 if ((n & 0xffffff) == 0)
3140 return 2;
3141 if ((n & 0xffff) == 0)
3142 return 4;
3143 if ((n & 0xff) == 0)
3144 return 6;
3147 return 8;
3149 else
3151 if (GET_CODE (operands[2]) == CONST_INT
3152 && register_operand (operands[1], VOIDmode))
3154 HOST_WIDE_INT intval = INTVAL (operands[2]);
3156 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
3157 return 2;
3158 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
3159 return 2;
3161 /* See if we can finish with 2 bytes. */
3163 switch ((unsigned int) intval & 0xffffffff)
3165 case 0x00000001:
3166 case 0x00000002:
3167 case 0x00000004:
3168 return 2;
3170 case 0xffffffff:
3171 case 0xfffffffe:
3172 case 0xfffffffc:
3173 return 2;
3175 case 0x00010000:
3176 case 0x00020000:
3177 return 2;
3179 case 0xffff0000:
3180 case 0xfffe0000:
3181 return 2;
3184 /* See if we can finish with 4 bytes. */
3185 if ((intval & 0xffff) == 0)
3186 return 4;
3189 if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) < 0)
3190 return h8300_length_from_table (operands[0],
3191 GEN_INT (-INTVAL (operands[2])),
3192 &addl_length_table);
3193 else
3194 return h8300_length_from_table (operands[0], operands[2],
3195 &addl_length_table);
3196 return 6;
3200 /* Compute which flag bits are valid after an addition insn. */
3202 enum attr_cc
3203 compute_plussi_cc (rtx *operands)
3205 machine_mode mode = GET_MODE (operands[0]);
3207 gcc_assert (mode == SImode);
3209 if (TARGET_H8300)
3211 return CC_CLOBBER;
3213 else
3215 if (GET_CODE (operands[2]) == CONST_INT
3216 && register_operand (operands[1], VOIDmode))
3218 HOST_WIDE_INT intval = INTVAL (operands[2]);
3220 if (TARGET_H8300SX && (intval >= 1 && intval <= 7))
3221 return CC_SET_ZN;
3222 if (TARGET_H8300SX && (intval >= -7 && intval <= -1))
3223 return CC_SET_ZN;
3225 /* See if we can finish with 2 bytes. */
3227 switch ((unsigned int) intval & 0xffffffff)
3229 case 0x00000001:
3230 case 0x00000002:
3231 case 0x00000004:
3232 return CC_NONE_0HIT;
3234 case 0xffffffff:
3235 case 0xfffffffe:
3236 case 0xfffffffc:
3237 return CC_NONE_0HIT;
3239 case 0x00010000:
3240 case 0x00020000:
3241 return CC_CLOBBER;
3243 case 0xffff0000:
3244 case 0xfffe0000:
3245 return CC_CLOBBER;
3248 /* See if we can finish with 4 bytes. */
3249 if ((intval & 0xffff) == 0)
3250 return CC_CLOBBER;
3253 return CC_SET_ZN;
3257 /* Output a logical insn. */
3259 const char *
3260 output_logical_op (machine_mode mode, rtx *operands)
3262 /* Figure out the logical op that we need to perform. */
3263 enum rtx_code code = GET_CODE (operands[3]);
3264 /* Pretend that every byte is affected if both operands are registers. */
3265 const unsigned HOST_WIDE_INT intval =
3266 (unsigned HOST_WIDE_INT) ((GET_CODE (operands[2]) == CONST_INT)
3267 /* Always use the full instruction if the
3268 first operand is in memory. It is better
3269 to use define_splits to generate the shorter
3270 sequence where valid. */
3271 && register_operand (operands[1], VOIDmode)
3272 ? INTVAL (operands[2]) : 0x55555555);
3273 /* The determinant of the algorithm. If we perform an AND, 0
3274 affects a bit. Otherwise, 1 affects a bit. */
3275 const unsigned HOST_WIDE_INT det = (code != AND) ? intval : ~intval;
3276 /* Break up DET into pieces. */
3277 const unsigned HOST_WIDE_INT b0 = (det >> 0) & 0xff;
3278 const unsigned HOST_WIDE_INT b1 = (det >> 8) & 0xff;
3279 const unsigned HOST_WIDE_INT b2 = (det >> 16) & 0xff;
3280 const unsigned HOST_WIDE_INT b3 = (det >> 24) & 0xff;
3281 const unsigned HOST_WIDE_INT w0 = (det >> 0) & 0xffff;
3282 const unsigned HOST_WIDE_INT w1 = (det >> 16) & 0xffff;
3283 int lower_half_easy_p = 0;
3284 int upper_half_easy_p = 0;
3285 /* The name of an insn. */
3286 const char *opname;
3287 char insn_buf[100];
3289 switch (code)
3291 case AND:
3292 opname = "and";
3293 break;
3294 case IOR:
3295 opname = "or";
3296 break;
3297 case XOR:
3298 opname = "xor";
3299 break;
3300 default:
3301 gcc_unreachable ();
3304 switch (mode)
3306 case HImode:
3307 /* First, see if we can finish with one insn. */
3308 if ((TARGET_H8300H || TARGET_H8300S)
3309 && b0 != 0
3310 && b1 != 0)
3312 sprintf (insn_buf, "%s.w\t%%T2,%%T0", opname);
3313 output_asm_insn (insn_buf, operands);
3315 else
3317 /* Take care of the lower byte. */
3318 if (b0 != 0)
3320 sprintf (insn_buf, "%s\t%%s2,%%s0", opname);
3321 output_asm_insn (insn_buf, operands);
3323 /* Take care of the upper byte. */
3324 if (b1 != 0)
3326 sprintf (insn_buf, "%s\t%%t2,%%t0", opname);
3327 output_asm_insn (insn_buf, operands);
3330 break;
3331 case SImode:
3332 if (TARGET_H8300H || TARGET_H8300S)
3334 /* Determine if the lower half can be taken care of in no more
3335 than two bytes. */
3336 lower_half_easy_p = (b0 == 0
3337 || b1 == 0
3338 || (code != IOR && w0 == 0xffff));
3340 /* Determine if the upper half can be taken care of in no more
3341 than two bytes. */
3342 upper_half_easy_p = ((code != IOR && w1 == 0xffff)
3343 || (code == AND && w1 == 0xff00));
3346 /* Check if doing everything with one insn is no worse than
3347 using multiple insns. */
3348 if ((TARGET_H8300H || TARGET_H8300S)
3349 && w0 != 0 && w1 != 0
3350 && !(lower_half_easy_p && upper_half_easy_p)
3351 && !(code == IOR && w1 == 0xffff
3352 && (w0 & 0x8000) != 0 && lower_half_easy_p))
3354 sprintf (insn_buf, "%s.l\t%%S2,%%S0", opname);
3355 output_asm_insn (insn_buf, operands);
3357 else
3359 /* Take care of the lower and upper words individually. For
3360 each word, we try different methods in the order of
3362 1) the special insn (in case of AND or XOR),
3363 2) the word-wise insn, and
3364 3) The byte-wise insn. */
3365 if (w0 == 0xffff
3366 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3367 output_asm_insn ((code == AND)
3368 ? "sub.w\t%f0,%f0" : "not.w\t%f0",
3369 operands);
3370 else if ((TARGET_H8300H || TARGET_H8300S)
3371 && (b0 != 0)
3372 && (b1 != 0))
3374 sprintf (insn_buf, "%s.w\t%%f2,%%f0", opname);
3375 output_asm_insn (insn_buf, operands);
3377 else
3379 if (b0 != 0)
3381 sprintf (insn_buf, "%s\t%%w2,%%w0", opname);
3382 output_asm_insn (insn_buf, operands);
3384 if (b1 != 0)
3386 sprintf (insn_buf, "%s\t%%x2,%%x0", opname);
3387 output_asm_insn (insn_buf, operands);
3391 if ((w1 == 0xffff)
3392 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3393 output_asm_insn ((code == AND)
3394 ? "sub.w\t%e0,%e0" : "not.w\t%e0",
3395 operands);
3396 else if ((TARGET_H8300H || TARGET_H8300S)
3397 && code == IOR
3398 && w1 == 0xffff
3399 && (w0 & 0x8000) != 0)
3401 output_asm_insn ("exts.l\t%S0", operands);
3403 else if ((TARGET_H8300H || TARGET_H8300S)
3404 && code == AND
3405 && w1 == 0xff00)
3407 output_asm_insn ("extu.w\t%e0", operands);
3409 else if (TARGET_H8300H || TARGET_H8300S)
3411 if (w1 != 0)
3413 sprintf (insn_buf, "%s.w\t%%e2,%%e0", opname);
3414 output_asm_insn (insn_buf, operands);
3417 else
3419 if (b2 != 0)
3421 sprintf (insn_buf, "%s\t%%y2,%%y0", opname);
3422 output_asm_insn (insn_buf, operands);
3424 if (b3 != 0)
3426 sprintf (insn_buf, "%s\t%%z2,%%z0", opname);
3427 output_asm_insn (insn_buf, operands);
3431 break;
3432 default:
3433 gcc_unreachable ();
3435 return "";
3438 /* Compute the length of a logical insn. */
3440 unsigned int
3441 compute_logical_op_length (machine_mode mode, rtx *operands)
3443 /* Figure out the logical op that we need to perform. */
3444 enum rtx_code code = GET_CODE (operands[3]);
3445 /* Pretend that every byte is affected if both operands are registers. */
3446 const unsigned HOST_WIDE_INT intval =
3447 (unsigned HOST_WIDE_INT) ((GET_CODE (operands[2]) == CONST_INT)
3448 /* Always use the full instruction if the
3449 first operand is in memory. It is better
3450 to use define_splits to generate the shorter
3451 sequence where valid. */
3452 && register_operand (operands[1], VOIDmode)
3453 ? INTVAL (operands[2]) : 0x55555555);
3454 /* The determinant of the algorithm. If we perform an AND, 0
3455 affects a bit. Otherwise, 1 affects a bit. */
3456 const unsigned HOST_WIDE_INT det = (code != AND) ? intval : ~intval;
3457 /* Break up DET into pieces. */
3458 const unsigned HOST_WIDE_INT b0 = (det >> 0) & 0xff;
3459 const unsigned HOST_WIDE_INT b1 = (det >> 8) & 0xff;
3460 const unsigned HOST_WIDE_INT b2 = (det >> 16) & 0xff;
3461 const unsigned HOST_WIDE_INT b3 = (det >> 24) & 0xff;
3462 const unsigned HOST_WIDE_INT w0 = (det >> 0) & 0xffff;
3463 const unsigned HOST_WIDE_INT w1 = (det >> 16) & 0xffff;
3464 int lower_half_easy_p = 0;
3465 int upper_half_easy_p = 0;
3466 /* Insn length. */
3467 unsigned int length = 0;
3469 switch (mode)
3471 case HImode:
3472 /* First, see if we can finish with one insn. */
3473 if ((TARGET_H8300H || TARGET_H8300S)
3474 && b0 != 0
3475 && b1 != 0)
3477 length = h8300_length_from_table (operands[1], operands[2],
3478 &logicw_length_table);
3480 else
3482 /* Take care of the lower byte. */
3483 if (b0 != 0)
3484 length += 2;
3486 /* Take care of the upper byte. */
3487 if (b1 != 0)
3488 length += 2;
3490 break;
3491 case SImode:
3492 if (TARGET_H8300H || TARGET_H8300S)
3494 /* Determine if the lower half can be taken care of in no more
3495 than two bytes. */
3496 lower_half_easy_p = (b0 == 0
3497 || b1 == 0
3498 || (code != IOR && w0 == 0xffff));
3500 /* Determine if the upper half can be taken care of in no more
3501 than two bytes. */
3502 upper_half_easy_p = ((code != IOR && w1 == 0xffff)
3503 || (code == AND && w1 == 0xff00));
3506 /* Check if doing everything with one insn is no worse than
3507 using multiple insns. */
3508 if ((TARGET_H8300H || TARGET_H8300S)
3509 && w0 != 0 && w1 != 0
3510 && !(lower_half_easy_p && upper_half_easy_p)
3511 && !(code == IOR && w1 == 0xffff
3512 && (w0 & 0x8000) != 0 && lower_half_easy_p))
3514 length = h8300_length_from_table (operands[1], operands[2],
3515 &logicl_length_table);
3517 else
3519 /* Take care of the lower and upper words individually. For
3520 each word, we try different methods in the order of
3522 1) the special insn (in case of AND or XOR),
3523 2) the word-wise insn, and
3524 3) The byte-wise insn. */
3525 if (w0 == 0xffff
3526 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3528 length += 2;
3530 else if ((TARGET_H8300H || TARGET_H8300S)
3531 && (b0 != 0)
3532 && (b1 != 0))
3534 length += 4;
3536 else
3538 if (b0 != 0)
3539 length += 2;
3541 if (b1 != 0)
3542 length += 2;
3545 if (w1 == 0xffff
3546 && (TARGET_H8300 ? (code == AND) : (code != IOR)))
3548 length += 2;
3550 else if ((TARGET_H8300H || TARGET_H8300S)
3551 && code == IOR
3552 && w1 == 0xffff
3553 && (w0 & 0x8000) != 0)
3555 length += 2;
3557 else if ((TARGET_H8300H || TARGET_H8300S)
3558 && code == AND
3559 && w1 == 0xff00)
3561 length += 2;
3563 else if (TARGET_H8300H || TARGET_H8300S)
3565 if (w1 != 0)
3566 length += 4;
3568 else
3570 if (b2 != 0)
3571 length += 2;
3573 if (b3 != 0)
3574 length += 2;
3577 break;
3578 default:
3579 gcc_unreachable ();
3581 return length;
3584 /* Compute which flag bits are valid after a logical insn. */
3586 enum attr_cc
3587 compute_logical_op_cc (machine_mode mode, rtx *operands)
3589 /* Figure out the logical op that we need to perform. */
3590 enum rtx_code code = GET_CODE (operands[3]);
3591 /* Pretend that every byte is affected if both operands are registers. */
3592 const unsigned HOST_WIDE_INT intval =
3593 (unsigned HOST_WIDE_INT) ((GET_CODE (operands[2]) == CONST_INT)
3594 /* Always use the full instruction if the
3595 first operand is in memory. It is better
3596 to use define_splits to generate the shorter
3597 sequence where valid. */
3598 && register_operand (operands[1], VOIDmode)
3599 ? INTVAL (operands[2]) : 0x55555555);
3600 /* The determinant of the algorithm. If we perform an AND, 0
3601 affects a bit. Otherwise, 1 affects a bit. */
3602 const unsigned HOST_WIDE_INT det = (code != AND) ? intval : ~intval;
3603 /* Break up DET into pieces. */
3604 const unsigned HOST_WIDE_INT b0 = (det >> 0) & 0xff;
3605 const unsigned HOST_WIDE_INT b1 = (det >> 8) & 0xff;
3606 const unsigned HOST_WIDE_INT w0 = (det >> 0) & 0xffff;
3607 const unsigned HOST_WIDE_INT w1 = (det >> 16) & 0xffff;
3608 int lower_half_easy_p = 0;
3609 int upper_half_easy_p = 0;
3610 /* Condition code. */
3611 enum attr_cc cc = CC_CLOBBER;
3613 switch (mode)
3615 case HImode:
3616 /* First, see if we can finish with one insn. */
3617 if ((TARGET_H8300H || TARGET_H8300S)
3618 && b0 != 0
3619 && b1 != 0)
3621 cc = CC_SET_ZNV;
3623 break;
3624 case SImode:
3625 if (TARGET_H8300H || TARGET_H8300S)
3627 /* Determine if the lower half can be taken care of in no more
3628 than two bytes. */
3629 lower_half_easy_p = (b0 == 0
3630 || b1 == 0
3631 || (code != IOR && w0 == 0xffff));
3633 /* Determine if the upper half can be taken care of in no more
3634 than two bytes. */
3635 upper_half_easy_p = ((code != IOR && w1 == 0xffff)
3636 || (code == AND && w1 == 0xff00));
3639 /* Check if doing everything with one insn is no worse than
3640 using multiple insns. */
3641 if ((TARGET_H8300H || TARGET_H8300S)
3642 && w0 != 0 && w1 != 0
3643 && !(lower_half_easy_p && upper_half_easy_p)
3644 && !(code == IOR && w1 == 0xffff
3645 && (w0 & 0x8000) != 0 && lower_half_easy_p))
3647 cc = CC_SET_ZNV;
3649 else
3651 if ((TARGET_H8300H || TARGET_H8300S)
3652 && code == IOR
3653 && w1 == 0xffff
3654 && (w0 & 0x8000) != 0)
3656 cc = CC_SET_ZNV;
3659 break;
3660 default:
3661 gcc_unreachable ();
3663 return cc;
3666 /* Expand a conditional branch. */
3668 void
3669 h8300_expand_branch (rtx operands[])
3671 enum rtx_code code = GET_CODE (operands[0]);
3672 rtx op0 = operands[1];
3673 rtx op1 = operands[2];
3674 rtx label = operands[3];
3675 rtx tmp;
3677 tmp = gen_rtx_COMPARE (VOIDmode, op0, op1);
3678 emit_insn (gen_rtx_SET (cc0_rtx, tmp));
3680 tmp = gen_rtx_fmt_ee (code, VOIDmode, cc0_rtx, const0_rtx);
3681 tmp = gen_rtx_IF_THEN_ELSE (VOIDmode, tmp,
3682 gen_rtx_LABEL_REF (VOIDmode, label),
3683 pc_rtx);
3684 emit_jump_insn (gen_rtx_SET (pc_rtx, tmp));
3688 /* Expand a conditional store. */
3690 void
3691 h8300_expand_store (rtx operands[])
3693 rtx dest = operands[0];
3694 enum rtx_code code = GET_CODE (operands[1]);
3695 rtx op0 = operands[2];
3696 rtx op1 = operands[3];
3697 rtx tmp;
3699 tmp = gen_rtx_COMPARE (VOIDmode, op0, op1);
3700 emit_insn (gen_rtx_SET (cc0_rtx, tmp));
3702 tmp = gen_rtx_fmt_ee (code, GET_MODE (dest), cc0_rtx, const0_rtx);
3703 emit_insn (gen_rtx_SET (dest, tmp));
3706 /* Shifts.
3708 We devote a fair bit of code to getting efficient shifts since we
3709 can only shift one bit at a time on the H8/300 and H8/300H and only
3710 one or two bits at a time on the H8S.
3712 All shift code falls into one of the following ways of
3713 implementation:
3715 o SHIFT_INLINE: Emit straight line code for the shift; this is used
3716 when a straight line shift is about the same size or smaller than
3717 a loop.
3719 o SHIFT_ROT_AND: Rotate the value the opposite direction, then mask
3720 off the bits we don't need. This is used when only a few of the
3721 bits in the original value will survive in the shifted value.
3723 o SHIFT_SPECIAL: Often it's possible to move a byte or a word to
3724 simulate a shift by 8, 16, or 24 bits. Once moved, a few inline
3725 shifts can be added if the shift count is slightly more than 8 or
3726 16. This case also includes other oddballs that are not worth
3727 explaining here.
3729 o SHIFT_LOOP: Emit a loop using one (or two on H8S) bit shifts.
3731 For each shift count, we try to use code that has no trade-off
3732 between code size and speed whenever possible.
3734 If the trade-off is unavoidable, we try to be reasonable.
3735 Specifically, the fastest version is one instruction longer than
3736 the shortest version, we take the fastest version. We also provide
3737 the use a way to switch back to the shortest version with -Os.
3739 For the details of the shift algorithms for various shift counts,
3740 refer to shift_alg_[qhs]i. */
3742 /* Classify a shift with the given mode and code. OP is the shift amount. */
3744 enum h8sx_shift_type
3745 h8sx_classify_shift (machine_mode mode, enum rtx_code code, rtx op)
3747 if (!TARGET_H8300SX)
3748 return H8SX_SHIFT_NONE;
3750 switch (code)
3752 case ASHIFT:
3753 case LSHIFTRT:
3754 /* Check for variable shifts (shll Rs,Rd and shlr Rs,Rd). */
3755 if (GET_CODE (op) != CONST_INT)
3756 return H8SX_SHIFT_BINARY;
3758 /* Reject out-of-range shift amounts. */
3759 if (INTVAL (op) <= 0 || INTVAL (op) >= GET_MODE_BITSIZE (mode))
3760 return H8SX_SHIFT_NONE;
3762 /* Power-of-2 shifts are effectively unary operations. */
3763 if (exact_log2 (INTVAL (op)) >= 0)
3764 return H8SX_SHIFT_UNARY;
3766 return H8SX_SHIFT_BINARY;
3768 case ASHIFTRT:
3769 if (op == const1_rtx || op == const2_rtx)
3770 return H8SX_SHIFT_UNARY;
3771 return H8SX_SHIFT_NONE;
3773 case ROTATE:
3774 if (GET_CODE (op) == CONST_INT
3775 && (INTVAL (op) == 1
3776 || INTVAL (op) == 2
3777 || INTVAL (op) == GET_MODE_BITSIZE (mode) - 2
3778 || INTVAL (op) == GET_MODE_BITSIZE (mode) - 1))
3779 return H8SX_SHIFT_UNARY;
3780 return H8SX_SHIFT_NONE;
3782 default:
3783 return H8SX_SHIFT_NONE;
3787 /* Return the asm template for a single h8sx shift instruction.
3788 OPERANDS[0] and OPERANDS[1] are the destination, OPERANDS[2]
3789 is the source and OPERANDS[3] is the shift. SUFFIX is the
3790 size suffix ('b', 'w' or 'l') and OPTYPE is the h8300_print_operand
3791 prefix for the destination operand. */
3793 const char *
3794 output_h8sx_shift (rtx *operands, int suffix, int optype)
3796 static char buffer[16];
3797 const char *stem;
3799 switch (GET_CODE (operands[3]))
3801 case ASHIFT:
3802 stem = "shll";
3803 break;
3805 case ASHIFTRT:
3806 stem = "shar";
3807 break;
3809 case LSHIFTRT:
3810 stem = "shlr";
3811 break;
3813 case ROTATE:
3814 stem = "rotl";
3815 if (INTVAL (operands[2]) > 2)
3817 /* This is really a right rotate. */
3818 operands[2] = GEN_INT (GET_MODE_BITSIZE (GET_MODE (operands[0]))
3819 - INTVAL (operands[2]));
3820 stem = "rotr";
3822 break;
3824 default:
3825 gcc_unreachable ();
3827 if (operands[2] == const1_rtx)
3828 sprintf (buffer, "%s.%c\t%%%c0", stem, suffix, optype);
3829 else
3830 sprintf (buffer, "%s.%c\t%%X2,%%%c0", stem, suffix, optype);
3831 return buffer;
3834 /* Emit code to do shifts. */
3836 bool
3837 expand_a_shift (machine_mode mode, enum rtx_code code, rtx operands[])
3839 switch (h8sx_classify_shift (mode, code, operands[2]))
3841 case H8SX_SHIFT_BINARY:
3842 operands[1] = force_reg (mode, operands[1]);
3843 return false;
3845 case H8SX_SHIFT_UNARY:
3846 return false;
3848 case H8SX_SHIFT_NONE:
3849 break;
3852 emit_move_insn (copy_rtx (operands[0]), operands[1]);
3854 /* Need a loop to get all the bits we want - we generate the
3855 code at emit time, but need to allocate a scratch reg now. */
3857 emit_insn (gen_rtx_PARALLEL
3858 (VOIDmode,
3859 gen_rtvec (2,
3860 gen_rtx_SET (copy_rtx (operands[0]),
3861 gen_rtx_fmt_ee (code, mode,
3862 copy_rtx (operands[0]), operands[2])),
3863 gen_rtx_CLOBBER (VOIDmode,
3864 gen_rtx_SCRATCH (QImode)))));
3865 return true;
3868 /* Symbols of the various modes which can be used as indices. */
3870 enum shift_mode
3872 QIshift, HIshift, SIshift
3875 /* For single bit shift insns, record assembler and what bits of the
3876 condition code are valid afterwards (represented as various CC_FOO
3877 bits, 0 means CC isn't left in a usable state). */
3879 struct shift_insn
3881 const char *const assembler;
3882 const enum attr_cc cc_valid;
3885 /* Assembler instruction shift table.
3887 These tables are used to look up the basic shifts.
3888 They are indexed by cpu, shift_type, and mode. */
3890 static const struct shift_insn shift_one[2][3][3] =
3892 /* H8/300 */
3894 /* SHIFT_ASHIFT */
3896 { "shll\t%X0", CC_SET_ZNV },
3897 { "add.w\t%T0,%T0", CC_SET_ZN },
3898 { "add.w\t%f0,%f0\n\taddx\t%y0,%y0\n\taddx\t%z0,%z0", CC_CLOBBER }
3900 /* SHIFT_LSHIFTRT */
3902 { "shlr\t%X0", CC_SET_ZNV },
3903 { "shlr\t%t0\n\trotxr\t%s0", CC_CLOBBER },
3904 { "shlr\t%z0\n\trotxr\t%y0\n\trotxr\t%x0\n\trotxr\t%w0", CC_CLOBBER }
3906 /* SHIFT_ASHIFTRT */
3908 { "shar\t%X0", CC_SET_ZNV },
3909 { "shar\t%t0\n\trotxr\t%s0", CC_CLOBBER },
3910 { "shar\t%z0\n\trotxr\t%y0\n\trotxr\t%x0\n\trotxr\t%w0", CC_CLOBBER }
3913 /* H8/300H */
3915 /* SHIFT_ASHIFT */
3917 { "shll.b\t%X0", CC_SET_ZNV },
3918 { "shll.w\t%T0", CC_SET_ZNV },
3919 { "shll.l\t%S0", CC_SET_ZNV }
3921 /* SHIFT_LSHIFTRT */
3923 { "shlr.b\t%X0", CC_SET_ZNV },
3924 { "shlr.w\t%T0", CC_SET_ZNV },
3925 { "shlr.l\t%S0", CC_SET_ZNV }
3927 /* SHIFT_ASHIFTRT */
3929 { "shar.b\t%X0", CC_SET_ZNV },
3930 { "shar.w\t%T0", CC_SET_ZNV },
3931 { "shar.l\t%S0", CC_SET_ZNV }
3936 static const struct shift_insn shift_two[3][3] =
3938 /* SHIFT_ASHIFT */
3940 { "shll.b\t#2,%X0", CC_SET_ZNV },
3941 { "shll.w\t#2,%T0", CC_SET_ZNV },
3942 { "shll.l\t#2,%S0", CC_SET_ZNV }
3944 /* SHIFT_LSHIFTRT */
3946 { "shlr.b\t#2,%X0", CC_SET_ZNV },
3947 { "shlr.w\t#2,%T0", CC_SET_ZNV },
3948 { "shlr.l\t#2,%S0", CC_SET_ZNV }
3950 /* SHIFT_ASHIFTRT */
3952 { "shar.b\t#2,%X0", CC_SET_ZNV },
3953 { "shar.w\t#2,%T0", CC_SET_ZNV },
3954 { "shar.l\t#2,%S0", CC_SET_ZNV }
3958 /* Rotates are organized by which shift they'll be used in implementing.
3959 There's no need to record whether the cc is valid afterwards because
3960 it is the AND insn that will decide this. */
3962 static const char *const rotate_one[2][3][3] =
3964 /* H8/300 */
3966 /* SHIFT_ASHIFT */
3968 "rotr\t%X0",
3969 "shlr\t%t0\n\trotxr\t%s0\n\tbst\t#7,%t0",
3972 /* SHIFT_LSHIFTRT */
3974 "rotl\t%X0",
3975 "shll\t%s0\n\trotxl\t%t0\n\tbst\t#0,%s0",
3978 /* SHIFT_ASHIFTRT */
3980 "rotl\t%X0",
3981 "shll\t%s0\n\trotxl\t%t0\n\tbst\t#0,%s0",
3985 /* H8/300H */
3987 /* SHIFT_ASHIFT */
3989 "rotr.b\t%X0",
3990 "rotr.w\t%T0",
3991 "rotr.l\t%S0"
3993 /* SHIFT_LSHIFTRT */
3995 "rotl.b\t%X0",
3996 "rotl.w\t%T0",
3997 "rotl.l\t%S0"
3999 /* SHIFT_ASHIFTRT */
4001 "rotl.b\t%X0",
4002 "rotl.w\t%T0",
4003 "rotl.l\t%S0"
4008 static const char *const rotate_two[3][3] =
4010 /* SHIFT_ASHIFT */
4012 "rotr.b\t#2,%X0",
4013 "rotr.w\t#2,%T0",
4014 "rotr.l\t#2,%S0"
4016 /* SHIFT_LSHIFTRT */
4018 "rotl.b\t#2,%X0",
4019 "rotl.w\t#2,%T0",
4020 "rotl.l\t#2,%S0"
4022 /* SHIFT_ASHIFTRT */
4024 "rotl.b\t#2,%X0",
4025 "rotl.w\t#2,%T0",
4026 "rotl.l\t#2,%S0"
4030 struct shift_info {
4031 /* Shift algorithm. */
4032 enum shift_alg alg;
4034 /* The number of bits to be shifted by shift1 and shift2. Valid
4035 when ALG is SHIFT_SPECIAL. */
4036 unsigned int remainder;
4038 /* Special insn for a shift. Valid when ALG is SHIFT_SPECIAL. */
4039 const char *special;
4041 /* Insn for a one-bit shift. Valid when ALG is either SHIFT_INLINE
4042 or SHIFT_SPECIAL, and REMAINDER is nonzero. */
4043 const char *shift1;
4045 /* Insn for a two-bit shift. Valid when ALG is either SHIFT_INLINE
4046 or SHIFT_SPECIAL, and REMAINDER is nonzero. */
4047 const char *shift2;
4049 /* CC status for SHIFT_INLINE. */
4050 enum attr_cc cc_inline;
4052 /* CC status for SHIFT_SPECIAL. */
4053 enum attr_cc cc_special;
4056 static void get_shift_alg (enum shift_type,
4057 enum shift_mode, unsigned int,
4058 struct shift_info *);
4060 /* Given SHIFT_TYPE, SHIFT_MODE, and shift count COUNT, determine the
4061 best algorithm for doing the shift. The assembler code is stored
4062 in the pointers in INFO. We achieve the maximum efficiency in most
4063 cases when !TARGET_H8300. In case of TARGET_H8300, shifts in
4064 SImode in particular have a lot of room to optimize.
4066 We first determine the strategy of the shift algorithm by a table
4067 lookup. If that tells us to use a hand crafted assembly code, we
4068 go into the big switch statement to find what that is. Otherwise,
4069 we resort to a generic way, such as inlining. In either case, the
4070 result is returned through INFO. */
4072 static void
4073 get_shift_alg (enum shift_type shift_type, enum shift_mode shift_mode,
4074 unsigned int count, struct shift_info *info)
4076 enum h8_cpu cpu;
4078 /* Find the target CPU. */
4079 if (TARGET_H8300)
4080 cpu = H8_300;
4081 else if (TARGET_H8300S)
4082 cpu = H8_S;
4083 else
4084 cpu = H8_300H;
4086 /* Find the shift algorithm. */
4087 info->alg = SHIFT_LOOP;
4088 switch (shift_mode)
4090 case QIshift:
4091 if (count < GET_MODE_BITSIZE (QImode))
4092 info->alg = shift_alg_qi[cpu][shift_type][count];
4093 break;
4095 case HIshift:
4096 if (count < GET_MODE_BITSIZE (HImode))
4097 info->alg = shift_alg_hi[cpu][shift_type][count];
4098 break;
4100 case SIshift:
4101 if (count < GET_MODE_BITSIZE (SImode))
4102 info->alg = shift_alg_si[cpu][shift_type][count];
4103 break;
4105 default:
4106 gcc_unreachable ();
4109 /* Fill in INFO. Return unless we have SHIFT_SPECIAL. */
4110 switch (info->alg)
4112 case SHIFT_INLINE:
4113 info->remainder = count;
4114 /* Fall through. */
4116 case SHIFT_LOOP:
4117 /* It is up to the caller to know that looping clobbers cc. */
4118 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
4119 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4120 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid;
4121 goto end;
4123 case SHIFT_ROT_AND:
4124 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode];
4125 info->shift2 = rotate_two[shift_type][shift_mode];
4126 info->cc_inline = CC_CLOBBER;
4127 goto end;
4129 case SHIFT_SPECIAL:
4130 /* REMAINDER is 0 for most cases, so initialize it to 0. */
4131 info->remainder = 0;
4132 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
4133 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4134 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid;
4135 info->cc_special = CC_CLOBBER;
4136 break;
4139 /* Here we only deal with SHIFT_SPECIAL. */
4140 switch (shift_mode)
4142 case QIshift:
4143 /* For ASHIFTRT by 7 bits, the sign bit is simply replicated
4144 through the entire value. */
4145 gcc_assert (shift_type == SHIFT_ASHIFTRT && count == 7);
4146 info->special = "shll\t%X0\n\tsubx\t%X0,%X0";
4147 goto end;
4149 case HIshift:
4150 if (count == 7)
4152 switch (shift_type)
4154 case SHIFT_ASHIFT:
4155 if (TARGET_H8300)
4156 info->special = "shar.b\t%t0\n\tmov.b\t%s0,%t0\n\trotxr.b\t%t0\n\trotr.b\t%s0\n\tand.b\t#0x80,%s0";
4157 else
4158 info->special = "shar.b\t%t0\n\tmov.b\t%s0,%t0\n\trotxr.w\t%T0\n\tand.b\t#0x80,%s0";
4159 goto end;
4160 case SHIFT_LSHIFTRT:
4161 if (TARGET_H8300)
4162 info->special = "shal.b\t%s0\n\tmov.b\t%t0,%s0\n\trotxl.b\t%s0\n\trotl.b\t%t0\n\tand.b\t#0x01,%t0";
4163 else
4164 info->special = "shal.b\t%s0\n\tmov.b\t%t0,%s0\n\trotxl.w\t%T0\n\tand.b\t#0x01,%t0";
4165 goto end;
4166 case SHIFT_ASHIFTRT:
4167 info->special = "shal.b\t%s0\n\tmov.b\t%t0,%s0\n\trotxl.b\t%s0\n\tsubx\t%t0,%t0";
4168 goto end;
4171 else if ((8 <= count && count <= 13)
4172 || (TARGET_H8300S && count == 14))
4174 info->remainder = count - 8;
4176 switch (shift_type)
4178 case SHIFT_ASHIFT:
4179 info->special = "mov.b\t%s0,%t0\n\tsub.b\t%s0,%s0";
4180 goto end;
4181 case SHIFT_LSHIFTRT:
4182 if (TARGET_H8300)
4184 info->special = "mov.b\t%t0,%s0\n\tsub.b\t%t0,%t0";
4185 info->shift1 = "shlr.b\t%s0";
4186 info->cc_inline = CC_SET_ZNV;
4188 else
4190 info->special = "mov.b\t%t0,%s0\n\textu.w\t%T0";
4191 info->cc_special = CC_SET_ZNV;
4193 goto end;
4194 case SHIFT_ASHIFTRT:
4195 if (TARGET_H8300)
4197 info->special = "mov.b\t%t0,%s0\n\tbld\t#7,%s0\n\tsubx\t%t0,%t0";
4198 info->shift1 = "shar.b\t%s0";
4200 else
4202 info->special = "mov.b\t%t0,%s0\n\texts.w\t%T0";
4203 info->cc_special = CC_SET_ZNV;
4205 goto end;
4208 else if (count == 14)
4210 switch (shift_type)
4212 case SHIFT_ASHIFT:
4213 if (TARGET_H8300)
4214 info->special = "mov.b\t%s0,%t0\n\trotr.b\t%t0\n\trotr.b\t%t0\n\tand.b\t#0xC0,%t0\n\tsub.b\t%s0,%s0";
4215 goto end;
4216 case SHIFT_LSHIFTRT:
4217 if (TARGET_H8300)
4218 info->special = "mov.b\t%t0,%s0\n\trotl.b\t%s0\n\trotl.b\t%s0\n\tand.b\t#3,%s0\n\tsub.b\t%t0,%t0";
4219 goto end;
4220 case SHIFT_ASHIFTRT:
4221 if (TARGET_H8300)
4222 info->special = "mov.b\t%t0,%s0\n\tshll.b\t%s0\n\tsubx.b\t%t0,%t0\n\tshll.b\t%s0\n\tmov.b\t%t0,%s0\n\tbst.b\t#0,%s0";
4223 else if (TARGET_H8300H)
4225 info->special = "shll.b\t%t0\n\tsubx.b\t%s0,%s0\n\tshll.b\t%t0\n\trotxl.b\t%s0\n\texts.w\t%T0";
4226 info->cc_special = CC_SET_ZNV;
4228 else /* TARGET_H8300S */
4229 gcc_unreachable ();
4230 goto end;
4233 else if (count == 15)
4235 switch (shift_type)
4237 case SHIFT_ASHIFT:
4238 info->special = "bld\t#0,%s0\n\txor\t%s0,%s0\n\txor\t%t0,%t0\n\tbst\t#7,%t0";
4239 goto end;
4240 case SHIFT_LSHIFTRT:
4241 info->special = "bld\t#7,%t0\n\txor\t%s0,%s0\n\txor\t%t0,%t0\n\tbst\t#0,%s0";
4242 goto end;
4243 case SHIFT_ASHIFTRT:
4244 info->special = "shll\t%t0\n\tsubx\t%t0,%t0\n\tmov.b\t%t0,%s0";
4245 goto end;
4248 gcc_unreachable ();
4250 case SIshift:
4251 if (TARGET_H8300 && 8 <= count && count <= 9)
4253 info->remainder = count - 8;
4255 switch (shift_type)
4257 case SHIFT_ASHIFT:
4258 info->special = "mov.b\t%y0,%z0\n\tmov.b\t%x0,%y0\n\tmov.b\t%w0,%x0\n\tsub.b\t%w0,%w0";
4259 goto end;
4260 case SHIFT_LSHIFTRT:
4261 info->special = "mov.b\t%x0,%w0\n\tmov.b\t%y0,%x0\n\tmov.b\t%z0,%y0\n\tsub.b\t%z0,%z0";
4262 info->shift1 = "shlr\t%y0\n\trotxr\t%x0\n\trotxr\t%w0";
4263 goto end;
4264 case SHIFT_ASHIFTRT:
4265 info->special = "mov.b\t%x0,%w0\n\tmov.b\t%y0,%x0\n\tmov.b\t%z0,%y0\n\tshll\t%z0\n\tsubx\t%z0,%z0";
4266 goto end;
4269 else if (count == 8 && !TARGET_H8300)
4271 switch (shift_type)
4273 case SHIFT_ASHIFT:
4274 info->special = "mov.w\t%e0,%f4\n\tmov.b\t%s4,%t4\n\tmov.b\t%t0,%s4\n\tmov.b\t%s0,%t0\n\tsub.b\t%s0,%s0\n\tmov.w\t%f4,%e0";
4275 goto end;
4276 case SHIFT_LSHIFTRT:
4277 info->special = "mov.w\t%e0,%f4\n\tmov.b\t%t0,%s0\n\tmov.b\t%s4,%t0\n\tmov.b\t%t4,%s4\n\textu.w\t%f4\n\tmov.w\t%f4,%e0";
4278 goto end;
4279 case SHIFT_ASHIFTRT:
4280 info->special = "mov.w\t%e0,%f4\n\tmov.b\t%t0,%s0\n\tmov.b\t%s4,%t0\n\tmov.b\t%t4,%s4\n\texts.w\t%f4\n\tmov.w\t%f4,%e0";
4281 goto end;
4284 else if (count == 15 && TARGET_H8300)
4286 switch (shift_type)
4288 case SHIFT_ASHIFT:
4289 gcc_unreachable ();
4290 case SHIFT_LSHIFTRT:
4291 info->special = "bld\t#7,%z0\n\tmov.w\t%e0,%f0\n\txor\t%y0,%y0\n\txor\t%z0,%z0\n\trotxl\t%w0\n\trotxl\t%x0\n\trotxl\t%y0";
4292 goto end;
4293 case SHIFT_ASHIFTRT:
4294 info->special = "bld\t#7,%z0\n\tmov.w\t%e0,%f0\n\trotxl\t%w0\n\trotxl\t%x0\n\tsubx\t%y0,%y0\n\tsubx\t%z0,%z0";
4295 goto end;
4298 else if (count == 15 && !TARGET_H8300)
4300 switch (shift_type)
4302 case SHIFT_ASHIFT:
4303 info->special = "shlr.w\t%e0\n\tmov.w\t%f0,%e0\n\txor.w\t%f0,%f0\n\trotxr.l\t%S0";
4304 info->cc_special = CC_SET_ZNV;
4305 goto end;
4306 case SHIFT_LSHIFTRT:
4307 info->special = "shll.w\t%f0\n\tmov.w\t%e0,%f0\n\txor.w\t%e0,%e0\n\trotxl.l\t%S0";
4308 info->cc_special = CC_SET_ZNV;
4309 goto end;
4310 case SHIFT_ASHIFTRT:
4311 gcc_unreachable ();
4314 else if ((TARGET_H8300 && 16 <= count && count <= 20)
4315 || (TARGET_H8300H && 16 <= count && count <= 19)
4316 || (TARGET_H8300S && 16 <= count && count <= 21))
4318 info->remainder = count - 16;
4320 switch (shift_type)
4322 case SHIFT_ASHIFT:
4323 info->special = "mov.w\t%f0,%e0\n\tsub.w\t%f0,%f0";
4324 if (TARGET_H8300)
4325 info->shift1 = "add.w\t%e0,%e0";
4326 goto end;
4327 case SHIFT_LSHIFTRT:
4328 if (TARGET_H8300)
4330 info->special = "mov.w\t%e0,%f0\n\tsub.w\t%e0,%e0";
4331 info->shift1 = "shlr\t%x0\n\trotxr\t%w0";
4333 else
4335 info->special = "mov.w\t%e0,%f0\n\textu.l\t%S0";
4336 info->cc_special = CC_SET_ZNV;
4338 goto end;
4339 case SHIFT_ASHIFTRT:
4340 if (TARGET_H8300)
4342 info->special = "mov.w\t%e0,%f0\n\tshll\t%z0\n\tsubx\t%z0,%z0\n\tmov.b\t%z0,%y0";
4343 info->shift1 = "shar\t%x0\n\trotxr\t%w0";
4345 else
4347 info->special = "mov.w\t%e0,%f0\n\texts.l\t%S0";
4348 info->cc_special = CC_SET_ZNV;
4350 goto end;
4353 else if (TARGET_H8300 && 24 <= count && count <= 28)
4355 info->remainder = count - 24;
4357 switch (shift_type)
4359 case SHIFT_ASHIFT:
4360 info->special = "mov.b\t%w0,%z0\n\tsub.b\t%y0,%y0\n\tsub.w\t%f0,%f0";
4361 info->shift1 = "shll.b\t%z0";
4362 info->cc_inline = CC_SET_ZNV;
4363 goto end;
4364 case SHIFT_LSHIFTRT:
4365 info->special = "mov.b\t%z0,%w0\n\tsub.b\t%x0,%x0\n\tsub.w\t%e0,%e0";
4366 info->shift1 = "shlr.b\t%w0";
4367 info->cc_inline = CC_SET_ZNV;
4368 goto end;
4369 case SHIFT_ASHIFTRT:
4370 info->special = "mov.b\t%z0,%w0\n\tbld\t#7,%w0\n\tsubx\t%x0,%x0\n\tsubx\t%y0,%y0\n\tsubx\t%z0,%z0";
4371 info->shift1 = "shar.b\t%w0";
4372 info->cc_inline = CC_SET_ZNV;
4373 goto end;
4376 else if ((TARGET_H8300H && count == 24)
4377 || (TARGET_H8300S && 24 <= count && count <= 25))
4379 info->remainder = count - 24;
4381 switch (shift_type)
4383 case SHIFT_ASHIFT:
4384 info->special = "mov.b\t%s0,%t0\n\tsub.b\t%s0,%s0\n\tmov.w\t%f0,%e0\n\tsub.w\t%f0,%f0";
4385 goto end;
4386 case SHIFT_LSHIFTRT:
4387 info->special = "mov.w\t%e0,%f0\n\tmov.b\t%t0,%s0\n\textu.w\t%f0\n\textu.l\t%S0";
4388 info->cc_special = CC_SET_ZNV;
4389 goto end;
4390 case SHIFT_ASHIFTRT:
4391 info->special = "mov.w\t%e0,%f0\n\tmov.b\t%t0,%s0\n\texts.w\t%f0\n\texts.l\t%S0";
4392 info->cc_special = CC_SET_ZNV;
4393 goto end;
4396 else if (!TARGET_H8300 && count == 28)
4398 switch (shift_type)
4400 case SHIFT_ASHIFT:
4401 if (TARGET_H8300H)
4402 info->special = "sub.w\t%e0,%e0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\tsub.w\t%f0,%f0";
4403 else
4404 info->special = "sub.w\t%e0,%e0\n\trotr.l\t#2,%S0\n\trotr.l\t#2,%S0\n\tsub.w\t%f0,%f0";
4405 goto end;
4406 case SHIFT_LSHIFTRT:
4407 if (TARGET_H8300H)
4409 info->special = "sub.w\t%f0,%f0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\textu.l\t%S0";
4410 info->cc_special = CC_SET_ZNV;
4412 else
4413 info->special = "sub.w\t%f0,%f0\n\trotl.l\t#2,%S0\n\trotl.l\t#2,%S0\n\textu.l\t%S0";
4414 goto end;
4415 case SHIFT_ASHIFTRT:
4416 gcc_unreachable ();
4419 else if (!TARGET_H8300 && count == 29)
4421 switch (shift_type)
4423 case SHIFT_ASHIFT:
4424 if (TARGET_H8300H)
4425 info->special = "sub.w\t%e0,%e0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\tsub.w\t%f0,%f0";
4426 else
4427 info->special = "sub.w\t%e0,%e0\n\trotr.l\t#2,%S0\n\trotr.l\t%S0\n\tsub.w\t%f0,%f0";
4428 goto end;
4429 case SHIFT_LSHIFTRT:
4430 if (TARGET_H8300H)
4432 info->special = "sub.w\t%f0,%f0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\textu.l\t%S0";
4433 info->cc_special = CC_SET_ZNV;
4435 else
4437 info->special = "sub.w\t%f0,%f0\n\trotl.l\t#2,%S0\n\trotl.l\t%S0\n\textu.l\t%S0";
4438 info->cc_special = CC_SET_ZNV;
4440 goto end;
4441 case SHIFT_ASHIFTRT:
4442 gcc_unreachable ();
4445 else if (!TARGET_H8300 && count == 30)
4447 switch (shift_type)
4449 case SHIFT_ASHIFT:
4450 if (TARGET_H8300H)
4451 info->special = "sub.w\t%e0,%e0\n\trotr.l\t%S0\n\trotr.l\t%S0\n\tsub.w\t%f0,%f0";
4452 else
4453 info->special = "sub.w\t%e0,%e0\n\trotr.l\t#2,%S0\n\tsub.w\t%f0,%f0";
4454 goto end;
4455 case SHIFT_LSHIFTRT:
4456 if (TARGET_H8300H)
4457 info->special = "sub.w\t%f0,%f0\n\trotl.l\t%S0\n\trotl.l\t%S0\n\textu.l\t%S0";
4458 else
4459 info->special = "sub.w\t%f0,%f0\n\trotl.l\t#2,%S0\n\textu.l\t%S0";
4460 goto end;
4461 case SHIFT_ASHIFTRT:
4462 gcc_unreachable ();
4465 else if (count == 31)
4467 if (TARGET_H8300)
4469 switch (shift_type)
4471 case SHIFT_ASHIFT:
4472 info->special = "sub.w\t%e0,%e0\n\tshlr\t%w0\n\tmov.w\t%e0,%f0\n\trotxr\t%z0";
4473 goto end;
4474 case SHIFT_LSHIFTRT:
4475 info->special = "sub.w\t%f0,%f0\n\tshll\t%z0\n\tmov.w\t%f0,%e0\n\trotxl\t%w0";
4476 goto end;
4477 case SHIFT_ASHIFTRT:
4478 info->special = "shll\t%z0\n\tsubx\t%w0,%w0\n\tmov.b\t%w0,%x0\n\tmov.w\t%f0,%e0";
4479 goto end;
4482 else
4484 switch (shift_type)
4486 case SHIFT_ASHIFT:
4487 info->special = "shlr.l\t%S0\n\txor.l\t%S0,%S0\n\trotxr.l\t%S0";
4488 info->cc_special = CC_SET_ZNV;
4489 goto end;
4490 case SHIFT_LSHIFTRT:
4491 info->special = "shll.l\t%S0\n\txor.l\t%S0,%S0\n\trotxl.l\t%S0";
4492 info->cc_special = CC_SET_ZNV;
4493 goto end;
4494 case SHIFT_ASHIFTRT:
4495 info->special = "shll\t%e0\n\tsubx\t%w0,%w0\n\texts.w\t%T0\n\texts.l\t%S0";
4496 info->cc_special = CC_SET_ZNV;
4497 goto end;
4501 gcc_unreachable ();
4503 default:
4504 gcc_unreachable ();
4507 end:
4508 if (!TARGET_H8300S)
4509 info->shift2 = NULL;
4512 /* Given COUNT and MODE of a shift, return 1 if a scratch reg may be
4513 needed for some shift with COUNT and MODE. Return 0 otherwise. */
4516 h8300_shift_needs_scratch_p (int count, machine_mode mode)
4518 enum h8_cpu cpu;
4519 int a, lr, ar;
4521 if (GET_MODE_BITSIZE (mode) <= count)
4522 return 1;
4524 /* Find out the target CPU. */
4525 if (TARGET_H8300)
4526 cpu = H8_300;
4527 else if (TARGET_H8300S)
4528 cpu = H8_S;
4529 else
4530 cpu = H8_300H;
4532 /* Find the shift algorithm. */
4533 switch (mode)
4535 case QImode:
4536 a = shift_alg_qi[cpu][SHIFT_ASHIFT][count];
4537 lr = shift_alg_qi[cpu][SHIFT_LSHIFTRT][count];
4538 ar = shift_alg_qi[cpu][SHIFT_ASHIFTRT][count];
4539 break;
4541 case HImode:
4542 a = shift_alg_hi[cpu][SHIFT_ASHIFT][count];
4543 lr = shift_alg_hi[cpu][SHIFT_LSHIFTRT][count];
4544 ar = shift_alg_hi[cpu][SHIFT_ASHIFTRT][count];
4545 break;
4547 case SImode:
4548 a = shift_alg_si[cpu][SHIFT_ASHIFT][count];
4549 lr = shift_alg_si[cpu][SHIFT_LSHIFTRT][count];
4550 ar = shift_alg_si[cpu][SHIFT_ASHIFTRT][count];
4551 break;
4553 default:
4554 gcc_unreachable ();
4557 /* On H8/300H, count == 8 uses a scratch register. */
4558 return (a == SHIFT_LOOP || lr == SHIFT_LOOP || ar == SHIFT_LOOP
4559 || (TARGET_H8300H && mode == SImode && count == 8));
4562 /* Output the assembler code for doing shifts. */
4564 const char *
4565 output_a_shift (rtx *operands)
4567 static int loopend_lab;
4568 rtx shift = operands[3];
4569 machine_mode mode = GET_MODE (shift);
4570 enum rtx_code code = GET_CODE (shift);
4571 enum shift_type shift_type;
4572 enum shift_mode shift_mode;
4573 struct shift_info info;
4574 int n;
4576 loopend_lab++;
4578 switch (mode)
4580 case QImode:
4581 shift_mode = QIshift;
4582 break;
4583 case HImode:
4584 shift_mode = HIshift;
4585 break;
4586 case SImode:
4587 shift_mode = SIshift;
4588 break;
4589 default:
4590 gcc_unreachable ();
4593 switch (code)
4595 case ASHIFTRT:
4596 shift_type = SHIFT_ASHIFTRT;
4597 break;
4598 case LSHIFTRT:
4599 shift_type = SHIFT_LSHIFTRT;
4600 break;
4601 case ASHIFT:
4602 shift_type = SHIFT_ASHIFT;
4603 break;
4604 default:
4605 gcc_unreachable ();
4608 /* This case must be taken care of by one of the two splitters
4609 that convert a variable shift into a loop. */
4610 gcc_assert (GET_CODE (operands[2]) == CONST_INT);
4612 n = INTVAL (operands[2]);
4614 /* If the count is negative, make it 0. */
4615 if (n < 0)
4616 n = 0;
4617 /* If the count is too big, truncate it.
4618 ANSI says shifts of GET_MODE_BITSIZE are undefined - we choose to
4619 do the intuitive thing. */
4620 else if ((unsigned int) n > GET_MODE_BITSIZE (mode))
4621 n = GET_MODE_BITSIZE (mode);
4623 get_shift_alg (shift_type, shift_mode, n, &info);
4625 switch (info.alg)
4627 case SHIFT_SPECIAL:
4628 output_asm_insn (info.special, operands);
4629 /* Fall through. */
4631 case SHIFT_INLINE:
4632 n = info.remainder;
4634 /* Emit two bit shifts first. */
4635 if (info.shift2 != NULL)
4637 for (; n > 1; n -= 2)
4638 output_asm_insn (info.shift2, operands);
4641 /* Now emit one bit shifts for any residual. */
4642 for (; n > 0; n--)
4643 output_asm_insn (info.shift1, operands);
4644 return "";
4646 case SHIFT_ROT_AND:
4648 int m = GET_MODE_BITSIZE (mode) - n;
4649 const int mask = (shift_type == SHIFT_ASHIFT
4650 ? ((1 << m) - 1) << n
4651 : (1 << m) - 1);
4652 char insn_buf[200];
4654 /* Not all possibilities of rotate are supported. They shouldn't
4655 be generated, but let's watch for 'em. */
4656 gcc_assert (info.shift1);
4658 /* Emit two bit rotates first. */
4659 if (info.shift2 != NULL)
4661 for (; m > 1; m -= 2)
4662 output_asm_insn (info.shift2, operands);
4665 /* Now single bit rotates for any residual. */
4666 for (; m > 0; m--)
4667 output_asm_insn (info.shift1, operands);
4669 /* Now mask off the high bits. */
4670 switch (mode)
4672 case QImode:
4673 sprintf (insn_buf, "and\t#%d,%%X0", mask);
4674 break;
4676 case HImode:
4677 gcc_assert (TARGET_H8300H || TARGET_H8300S);
4678 sprintf (insn_buf, "and.w\t#%d,%%T0", mask);
4679 break;
4681 default:
4682 gcc_unreachable ();
4685 output_asm_insn (insn_buf, operands);
4686 return "";
4689 case SHIFT_LOOP:
4690 /* A loop to shift by a "large" constant value.
4691 If we have shift-by-2 insns, use them. */
4692 if (info.shift2 != NULL)
4694 fprintf (asm_out_file, "\tmov.b #%d,%sl\n", n / 2,
4695 names_big[REGNO (operands[4])]);
4696 fprintf (asm_out_file, ".Llt%d:\n", loopend_lab);
4697 output_asm_insn (info.shift2, operands);
4698 output_asm_insn ("add #0xff,%X4", operands);
4699 fprintf (asm_out_file, "\tbne .Llt%d\n", loopend_lab);
4700 if (n % 2)
4701 output_asm_insn (info.shift1, operands);
4703 else
4705 fprintf (asm_out_file, "\tmov.b #%d,%sl\n", n,
4706 names_big[REGNO (operands[4])]);
4707 fprintf (asm_out_file, ".Llt%d:\n", loopend_lab);
4708 output_asm_insn (info.shift1, operands);
4709 output_asm_insn ("add #0xff,%X4", operands);
4710 fprintf (asm_out_file, "\tbne .Llt%d\n", loopend_lab);
4712 return "";
4714 default:
4715 gcc_unreachable ();
4719 /* Count the number of assembly instructions in a string TEMPL. */
4721 static unsigned int
4722 h8300_asm_insn_count (const char *templ)
4724 unsigned int count = 1;
4726 for (; *templ; templ++)
4727 if (*templ == '\n')
4728 count++;
4730 return count;
4733 /* Compute the length of a shift insn. */
4735 unsigned int
4736 compute_a_shift_length (rtx insn ATTRIBUTE_UNUSED, rtx *operands)
4738 rtx shift = operands[3];
4739 machine_mode mode = GET_MODE (shift);
4740 enum rtx_code code = GET_CODE (shift);
4741 enum shift_type shift_type;
4742 enum shift_mode shift_mode;
4743 struct shift_info info;
4744 unsigned int wlength = 0;
4746 switch (mode)
4748 case QImode:
4749 shift_mode = QIshift;
4750 break;
4751 case HImode:
4752 shift_mode = HIshift;
4753 break;
4754 case SImode:
4755 shift_mode = SIshift;
4756 break;
4757 default:
4758 gcc_unreachable ();
4761 switch (code)
4763 case ASHIFTRT:
4764 shift_type = SHIFT_ASHIFTRT;
4765 break;
4766 case LSHIFTRT:
4767 shift_type = SHIFT_LSHIFTRT;
4768 break;
4769 case ASHIFT:
4770 shift_type = SHIFT_ASHIFT;
4771 break;
4772 default:
4773 gcc_unreachable ();
4776 if (GET_CODE (operands[2]) != CONST_INT)
4778 /* Get the assembler code to do one shift. */
4779 get_shift_alg (shift_type, shift_mode, 1, &info);
4781 return (4 + h8300_asm_insn_count (info.shift1)) * 2;
4783 else
4785 int n = INTVAL (operands[2]);
4787 /* If the count is negative, make it 0. */
4788 if (n < 0)
4789 n = 0;
4790 /* If the count is too big, truncate it.
4791 ANSI says shifts of GET_MODE_BITSIZE are undefined - we choose to
4792 do the intuitive thing. */
4793 else if ((unsigned int) n > GET_MODE_BITSIZE (mode))
4794 n = GET_MODE_BITSIZE (mode);
4796 get_shift_alg (shift_type, shift_mode, n, &info);
4798 switch (info.alg)
4800 case SHIFT_SPECIAL:
4801 wlength += h8300_asm_insn_count (info.special);
4803 /* Every assembly instruction used in SHIFT_SPECIAL case
4804 takes 2 bytes except xor.l, which takes 4 bytes, so if we
4805 see xor.l, we just pretend that xor.l counts as two insns
4806 so that the insn length will be computed correctly. */
4807 if (strstr (info.special, "xor.l") != NULL)
4808 wlength++;
4810 /* Fall through. */
4812 case SHIFT_INLINE:
4813 n = info.remainder;
4815 if (info.shift2 != NULL)
4817 wlength += h8300_asm_insn_count (info.shift2) * (n / 2);
4818 n = n % 2;
4821 wlength += h8300_asm_insn_count (info.shift1) * n;
4823 return 2 * wlength;
4825 case SHIFT_ROT_AND:
4827 int m = GET_MODE_BITSIZE (mode) - n;
4829 /* Not all possibilities of rotate are supported. They shouldn't
4830 be generated, but let's watch for 'em. */
4831 gcc_assert (info.shift1);
4833 if (info.shift2 != NULL)
4835 wlength += h8300_asm_insn_count (info.shift2) * (m / 2);
4836 m = m % 2;
4839 wlength += h8300_asm_insn_count (info.shift1) * m;
4841 /* Now mask off the high bits. */
4842 switch (mode)
4844 case QImode:
4845 wlength += 1;
4846 break;
4847 case HImode:
4848 wlength += 2;
4849 break;
4850 case SImode:
4851 gcc_assert (!TARGET_H8300);
4852 wlength += 3;
4853 break;
4854 default:
4855 gcc_unreachable ();
4857 return 2 * wlength;
4860 case SHIFT_LOOP:
4861 /* A loop to shift by a "large" constant value.
4862 If we have shift-by-2 insns, use them. */
4863 if (info.shift2 != NULL)
4865 wlength += 3 + h8300_asm_insn_count (info.shift2);
4866 if (n % 2)
4867 wlength += h8300_asm_insn_count (info.shift1);
4869 else
4871 wlength += 3 + h8300_asm_insn_count (info.shift1);
4873 return 2 * wlength;
4875 default:
4876 gcc_unreachable ();
4881 /* Compute which flag bits are valid after a shift insn. */
4883 enum attr_cc
4884 compute_a_shift_cc (rtx insn ATTRIBUTE_UNUSED, rtx *operands)
4886 rtx shift = operands[3];
4887 machine_mode mode = GET_MODE (shift);
4888 enum rtx_code code = GET_CODE (shift);
4889 enum shift_type shift_type;
4890 enum shift_mode shift_mode;
4891 struct shift_info info;
4892 int n;
4894 switch (mode)
4896 case QImode:
4897 shift_mode = QIshift;
4898 break;
4899 case HImode:
4900 shift_mode = HIshift;
4901 break;
4902 case SImode:
4903 shift_mode = SIshift;
4904 break;
4905 default:
4906 gcc_unreachable ();
4909 switch (code)
4911 case ASHIFTRT:
4912 shift_type = SHIFT_ASHIFTRT;
4913 break;
4914 case LSHIFTRT:
4915 shift_type = SHIFT_LSHIFTRT;
4916 break;
4917 case ASHIFT:
4918 shift_type = SHIFT_ASHIFT;
4919 break;
4920 default:
4921 gcc_unreachable ();
4924 /* This case must be taken care of by one of the two splitters
4925 that convert a variable shift into a loop. */
4926 gcc_assert (GET_CODE (operands[2]) == CONST_INT);
4928 n = INTVAL (operands[2]);
4930 /* If the count is negative, make it 0. */
4931 if (n < 0)
4932 n = 0;
4933 /* If the count is too big, truncate it.
4934 ANSI says shifts of GET_MODE_BITSIZE are undefined - we choose to
4935 do the intuitive thing. */
4936 else if ((unsigned int) n > GET_MODE_BITSIZE (mode))
4937 n = GET_MODE_BITSIZE (mode);
4939 get_shift_alg (shift_type, shift_mode, n, &info);
4941 switch (info.alg)
4943 case SHIFT_SPECIAL:
4944 if (info.remainder == 0)
4945 return info.cc_special;
4947 /* Fall through. */
4949 case SHIFT_INLINE:
4950 return info.cc_inline;
4952 case SHIFT_ROT_AND:
4953 /* This case always ends with an and instruction. */
4954 return CC_SET_ZNV;
4956 case SHIFT_LOOP:
4957 /* A loop to shift by a "large" constant value.
4958 If we have shift-by-2 insns, use them. */
4959 if (info.shift2 != NULL)
4961 if (n % 2)
4962 return info.cc_inline;
4964 return CC_CLOBBER;
4966 default:
4967 gcc_unreachable ();
4971 /* A rotation by a non-constant will cause a loop to be generated, in
4972 which a rotation by one bit is used. A rotation by a constant,
4973 including the one in the loop, will be taken care of by
4974 output_a_rotate () at the insn emit time. */
4977 expand_a_rotate (rtx operands[])
4979 rtx dst = operands[0];
4980 rtx src = operands[1];
4981 rtx rotate_amount = operands[2];
4982 machine_mode mode = GET_MODE (dst);
4984 if (h8sx_classify_shift (mode, ROTATE, rotate_amount) == H8SX_SHIFT_UNARY)
4985 return false;
4987 /* We rotate in place. */
4988 emit_move_insn (dst, src);
4990 if (GET_CODE (rotate_amount) != CONST_INT)
4992 rtx counter = gen_reg_rtx (QImode);
4993 rtx_code_label *start_label = gen_label_rtx ();
4994 rtx_code_label *end_label = gen_label_rtx ();
4996 /* If the rotate amount is less than or equal to 0,
4997 we go out of the loop. */
4998 emit_cmp_and_jump_insns (rotate_amount, const0_rtx, LE, NULL_RTX,
4999 QImode, 0, end_label);
5001 /* Initialize the loop counter. */
5002 emit_move_insn (counter, rotate_amount);
5004 emit_label (start_label);
5006 /* Rotate by one bit. */
5007 switch (mode)
5009 case QImode:
5010 emit_insn (gen_rotlqi3_1 (dst, dst, const1_rtx));
5011 break;
5012 case HImode:
5013 emit_insn (gen_rotlhi3_1 (dst, dst, const1_rtx));
5014 break;
5015 case SImode:
5016 emit_insn (gen_rotlsi3_1 (dst, dst, const1_rtx));
5017 break;
5018 default:
5019 gcc_unreachable ();
5022 /* Decrement the counter by 1. */
5023 emit_insn (gen_addqi3 (counter, counter, constm1_rtx));
5025 /* If the loop counter is nonzero, we go back to the beginning
5026 of the loop. */
5027 emit_cmp_and_jump_insns (counter, const0_rtx, NE, NULL_RTX, QImode, 1,
5028 start_label);
5030 emit_label (end_label);
5032 else
5034 /* Rotate by AMOUNT bits. */
5035 switch (mode)
5037 case QImode:
5038 emit_insn (gen_rotlqi3_1 (dst, dst, rotate_amount));
5039 break;
5040 case HImode:
5041 emit_insn (gen_rotlhi3_1 (dst, dst, rotate_amount));
5042 break;
5043 case SImode:
5044 emit_insn (gen_rotlsi3_1 (dst, dst, rotate_amount));
5045 break;
5046 default:
5047 gcc_unreachable ();
5051 return 1;
5054 /* Output a rotate insn. */
5056 const char *
5057 output_a_rotate (enum rtx_code code, rtx *operands)
5059 rtx dst = operands[0];
5060 rtx rotate_amount = operands[2];
5061 enum shift_mode rotate_mode;
5062 enum shift_type rotate_type;
5063 const char *insn_buf;
5064 int bits;
5065 int amount;
5066 machine_mode mode = GET_MODE (dst);
5068 gcc_assert (GET_CODE (rotate_amount) == CONST_INT);
5070 switch (mode)
5072 case QImode:
5073 rotate_mode = QIshift;
5074 break;
5075 case HImode:
5076 rotate_mode = HIshift;
5077 break;
5078 case SImode:
5079 rotate_mode = SIshift;
5080 break;
5081 default:
5082 gcc_unreachable ();
5085 switch (code)
5087 case ROTATERT:
5088 rotate_type = SHIFT_ASHIFT;
5089 break;
5090 case ROTATE:
5091 rotate_type = SHIFT_LSHIFTRT;
5092 break;
5093 default:
5094 gcc_unreachable ();
5097 amount = INTVAL (rotate_amount);
5099 /* Clean up AMOUNT. */
5100 if (amount < 0)
5101 amount = 0;
5102 if ((unsigned int) amount > GET_MODE_BITSIZE (mode))
5103 amount = GET_MODE_BITSIZE (mode);
5105 /* Determine the faster direction. After this phase, amount will be
5106 at most a half of GET_MODE_BITSIZE (mode). */
5107 if ((unsigned int) amount > GET_MODE_BITSIZE (mode) / (unsigned) 2)
5109 /* Flip the direction. */
5110 amount = GET_MODE_BITSIZE (mode) - amount;
5111 rotate_type =
5112 (rotate_type == SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
5115 /* See if a byte swap (in HImode) or a word swap (in SImode) can
5116 boost up the rotation. */
5117 if ((mode == HImode && TARGET_H8300 && amount >= 5)
5118 || (mode == HImode && TARGET_H8300H && amount >= 6)
5119 || (mode == HImode && TARGET_H8300S && amount == 8)
5120 || (mode == SImode && TARGET_H8300H && amount >= 10)
5121 || (mode == SImode && TARGET_H8300S && amount >= 13))
5123 switch (mode)
5125 case HImode:
5126 /* This code works on any family. */
5127 insn_buf = "xor.b\t%s0,%t0\n\txor.b\t%t0,%s0\n\txor.b\t%s0,%t0";
5128 output_asm_insn (insn_buf, operands);
5129 break;
5131 case SImode:
5132 /* This code works on the H8/300H and H8S. */
5133 insn_buf = "xor.w\t%e0,%f0\n\txor.w\t%f0,%e0\n\txor.w\t%e0,%f0";
5134 output_asm_insn (insn_buf, operands);
5135 break;
5137 default:
5138 gcc_unreachable ();
5141 /* Adjust AMOUNT and flip the direction. */
5142 amount = GET_MODE_BITSIZE (mode) / 2 - amount;
5143 rotate_type =
5144 (rotate_type == SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
5147 /* Output rotate insns. */
5148 for (bits = TARGET_H8300S ? 2 : 1; bits > 0; bits /= 2)
5150 if (bits == 2)
5151 insn_buf = rotate_two[rotate_type][rotate_mode];
5152 else
5153 insn_buf = rotate_one[cpu_type][rotate_type][rotate_mode];
5155 for (; amount >= bits; amount -= bits)
5156 output_asm_insn (insn_buf, operands);
5159 return "";
5162 /* Compute the length of a rotate insn. */
5164 unsigned int
5165 compute_a_rotate_length (rtx *operands)
5167 rtx src = operands[1];
5168 rtx amount_rtx = operands[2];
5169 machine_mode mode = GET_MODE (src);
5170 int amount;
5171 unsigned int length = 0;
5173 gcc_assert (GET_CODE (amount_rtx) == CONST_INT);
5175 amount = INTVAL (amount_rtx);
5177 /* Clean up AMOUNT. */
5178 if (amount < 0)
5179 amount = 0;
5180 if ((unsigned int) amount > GET_MODE_BITSIZE (mode))
5181 amount = GET_MODE_BITSIZE (mode);
5183 /* Determine the faster direction. After this phase, amount
5184 will be at most a half of GET_MODE_BITSIZE (mode). */
5185 if ((unsigned int) amount > GET_MODE_BITSIZE (mode) / (unsigned) 2)
5186 /* Flip the direction. */
5187 amount = GET_MODE_BITSIZE (mode) - amount;
5189 /* See if a byte swap (in HImode) or a word swap (in SImode) can
5190 boost up the rotation. */
5191 if ((mode == HImode && TARGET_H8300 && amount >= 5)
5192 || (mode == HImode && TARGET_H8300H && amount >= 6)
5193 || (mode == HImode && TARGET_H8300S && amount == 8)
5194 || (mode == SImode && TARGET_H8300H && amount >= 10)
5195 || (mode == SImode && TARGET_H8300S && amount >= 13))
5197 /* Adjust AMOUNT and flip the direction. */
5198 amount = GET_MODE_BITSIZE (mode) / 2 - amount;
5199 length += 6;
5202 /* We use 2-bit rotations on the H8S. */
5203 if (TARGET_H8300S)
5204 amount = amount / 2 + amount % 2;
5206 /* The H8/300 uses three insns to rotate one bit, taking 6
5207 length. */
5208 length += amount * ((TARGET_H8300 && mode == HImode) ? 6 : 2);
5210 return length;
5213 /* Fix the operands of a gen_xxx so that it could become a bit
5214 operating insn. */
5217 fix_bit_operand (rtx *operands, enum rtx_code code)
5219 /* The bit_operand predicate accepts any memory during RTL generation, but
5220 only 'U' memory afterwards, so if this is a MEM operand, we must force
5221 it to be valid for 'U' by reloading the address. */
5223 if (code == AND
5224 ? single_zero_operand (operands[2], QImode)
5225 : single_one_operand (operands[2], QImode))
5227 /* OK to have a memory dest. */
5228 if (GET_CODE (operands[0]) == MEM
5229 && !satisfies_constraint_U (operands[0]))
5231 rtx mem = gen_rtx_MEM (GET_MODE (operands[0]),
5232 copy_to_mode_reg (Pmode,
5233 XEXP (operands[0], 0)));
5234 MEM_COPY_ATTRIBUTES (mem, operands[0]);
5235 operands[0] = mem;
5238 if (GET_CODE (operands[1]) == MEM
5239 && !satisfies_constraint_U (operands[1]))
5241 rtx mem = gen_rtx_MEM (GET_MODE (operands[1]),
5242 copy_to_mode_reg (Pmode,
5243 XEXP (operands[1], 0)));
5244 MEM_COPY_ATTRIBUTES (mem, operands[0]);
5245 operands[1] = mem;
5247 return 0;
5250 /* Dest and src op must be register. */
5252 operands[1] = force_reg (QImode, operands[1]);
5254 rtx res = gen_reg_rtx (QImode);
5255 switch (code)
5257 case AND:
5258 emit_insn (gen_andqi3_1 (res, operands[1], operands[2]));
5259 break;
5260 case IOR:
5261 emit_insn (gen_iorqi3_1 (res, operands[1], operands[2]));
5262 break;
5263 case XOR:
5264 emit_insn (gen_xorqi3_1 (res, operands[1], operands[2]));
5265 break;
5266 default:
5267 gcc_unreachable ();
5269 emit_insn (gen_movqi (operands[0], res));
5271 return 1;
5274 /* Return nonzero if FUNC is an interrupt function as specified
5275 by the "interrupt" attribute. */
5277 static int
5278 h8300_interrupt_function_p (tree func)
5280 tree a;
5282 if (TREE_CODE (func) != FUNCTION_DECL)
5283 return 0;
5285 a = lookup_attribute ("interrupt_handler", DECL_ATTRIBUTES (func));
5286 return a != NULL_TREE;
5289 /* Return nonzero if FUNC is a saveall function as specified by the
5290 "saveall" attribute. */
5292 static int
5293 h8300_saveall_function_p (tree func)
5295 tree a;
5297 if (TREE_CODE (func) != FUNCTION_DECL)
5298 return 0;
5300 a = lookup_attribute ("saveall", DECL_ATTRIBUTES (func));
5301 return a != NULL_TREE;
5304 /* Return nonzero if FUNC is an OS_Task function as specified
5305 by the "OS_Task" attribute. */
5307 static int
5308 h8300_os_task_function_p (tree func)
5310 tree a;
5312 if (TREE_CODE (func) != FUNCTION_DECL)
5313 return 0;
5315 a = lookup_attribute ("OS_Task", DECL_ATTRIBUTES (func));
5316 return a != NULL_TREE;
5319 /* Return nonzero if FUNC is a monitor function as specified
5320 by the "monitor" attribute. */
5322 static int
5323 h8300_monitor_function_p (tree func)
5325 tree a;
5327 if (TREE_CODE (func) != FUNCTION_DECL)
5328 return 0;
5330 a = lookup_attribute ("monitor", DECL_ATTRIBUTES (func));
5331 return a != NULL_TREE;
5334 /* Return nonzero if FUNC is a function that should be called
5335 through the function vector. */
5338 h8300_funcvec_function_p (tree func)
5340 tree a;
5342 if (TREE_CODE (func) != FUNCTION_DECL)
5343 return 0;
5345 a = lookup_attribute ("function_vector", DECL_ATTRIBUTES (func));
5346 return a != NULL_TREE;
5349 /* Return nonzero if DECL is a variable that's in the eight bit
5350 data area. */
5353 h8300_eightbit_data_p (tree decl)
5355 tree a;
5357 if (TREE_CODE (decl) != VAR_DECL)
5358 return 0;
5360 a = lookup_attribute ("eightbit_data", DECL_ATTRIBUTES (decl));
5361 return a != NULL_TREE;
5364 /* Return nonzero if DECL is a variable that's in the tiny
5365 data area. */
5368 h8300_tiny_data_p (tree decl)
5370 tree a;
5372 if (TREE_CODE (decl) != VAR_DECL)
5373 return 0;
5375 a = lookup_attribute ("tiny_data", DECL_ATTRIBUTES (decl));
5376 return a != NULL_TREE;
5379 /* Generate an 'interrupt_handler' attribute for decls. We convert
5380 all the pragmas to corresponding attributes. */
5382 static void
5383 h8300_insert_attributes (tree node, tree *attributes)
5385 if (TREE_CODE (node) == FUNCTION_DECL)
5387 if (pragma_interrupt)
5389 pragma_interrupt = 0;
5391 /* Add an 'interrupt_handler' attribute. */
5392 *attributes = tree_cons (get_identifier ("interrupt_handler"),
5393 NULL, *attributes);
5396 if (pragma_saveall)
5398 pragma_saveall = 0;
5400 /* Add an 'saveall' attribute. */
5401 *attributes = tree_cons (get_identifier ("saveall"),
5402 NULL, *attributes);
5407 /* Supported attributes:
5409 interrupt_handler: output a prologue and epilogue suitable for an
5410 interrupt handler.
5412 saveall: output a prologue and epilogue that saves and restores
5413 all registers except the stack pointer.
5415 function_vector: This function should be called through the
5416 function vector.
5418 eightbit_data: This variable lives in the 8-bit data area and can
5419 be referenced with 8-bit absolute memory addresses.
5421 tiny_data: This variable lives in the tiny data area and can be
5422 referenced with 16-bit absolute memory references. */
5424 static const struct attribute_spec h8300_attribute_table[] =
5426 /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
5427 affects_type_identity } */
5428 { "interrupt_handler", 0, 0, true, false, false,
5429 h8300_handle_fndecl_attribute, false },
5430 { "saveall", 0, 0, true, false, false,
5431 h8300_handle_fndecl_attribute, false },
5432 { "OS_Task", 0, 0, true, false, false,
5433 h8300_handle_fndecl_attribute, false },
5434 { "monitor", 0, 0, true, false, false,
5435 h8300_handle_fndecl_attribute, false },
5436 { "function_vector", 0, 0, true, false, false,
5437 h8300_handle_fndecl_attribute, false },
5438 { "eightbit_data", 0, 0, true, false, false,
5439 h8300_handle_eightbit_data_attribute, false },
5440 { "tiny_data", 0, 0, true, false, false,
5441 h8300_handle_tiny_data_attribute, false },
5442 { NULL, 0, 0, false, false, false, NULL, false }
5446 /* Handle an attribute requiring a FUNCTION_DECL; arguments as in
5447 struct attribute_spec.handler. */
5448 static tree
5449 h8300_handle_fndecl_attribute (tree *node, tree name,
5450 tree args ATTRIBUTE_UNUSED,
5451 int flags ATTRIBUTE_UNUSED,
5452 bool *no_add_attrs)
5454 if (TREE_CODE (*node) != FUNCTION_DECL)
5456 warning (OPT_Wattributes, "%qE attribute only applies to functions",
5457 name);
5458 *no_add_attrs = true;
5461 return NULL_TREE;
5464 /* Handle an "eightbit_data" attribute; arguments as in
5465 struct attribute_spec.handler. */
5466 static tree
5467 h8300_handle_eightbit_data_attribute (tree *node, tree name,
5468 tree args ATTRIBUTE_UNUSED,
5469 int flags ATTRIBUTE_UNUSED,
5470 bool *no_add_attrs)
5472 tree decl = *node;
5474 if (TREE_STATIC (decl) || DECL_EXTERNAL (decl))
5476 set_decl_section_name (decl, ".eight");
5478 else
5480 warning (OPT_Wattributes, "%qE attribute ignored",
5481 name);
5482 *no_add_attrs = true;
5485 return NULL_TREE;
5488 /* Handle an "tiny_data" attribute; arguments as in
5489 struct attribute_spec.handler. */
5490 static tree
5491 h8300_handle_tiny_data_attribute (tree *node, tree name,
5492 tree args ATTRIBUTE_UNUSED,
5493 int flags ATTRIBUTE_UNUSED,
5494 bool *no_add_attrs)
5496 tree decl = *node;
5498 if (TREE_STATIC (decl) || DECL_EXTERNAL (decl))
5500 set_decl_section_name (decl, ".tiny");
5502 else
5504 warning (OPT_Wattributes, "%qE attribute ignored",
5505 name);
5506 *no_add_attrs = true;
5509 return NULL_TREE;
5512 /* Mark function vectors, and various small data objects. */
5514 static void
5515 h8300_encode_section_info (tree decl, rtx rtl, int first)
5517 int extra_flags = 0;
5519 default_encode_section_info (decl, rtl, first);
5521 if (TREE_CODE (decl) == FUNCTION_DECL
5522 && h8300_funcvec_function_p (decl))
5523 extra_flags = SYMBOL_FLAG_FUNCVEC_FUNCTION;
5524 else if (TREE_CODE (decl) == VAR_DECL
5525 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl)))
5527 if (h8300_eightbit_data_p (decl))
5528 extra_flags = SYMBOL_FLAG_EIGHTBIT_DATA;
5529 else if (first && h8300_tiny_data_p (decl))
5530 extra_flags = SYMBOL_FLAG_TINY_DATA;
5533 if (extra_flags)
5534 SYMBOL_REF_FLAGS (XEXP (rtl, 0)) |= extra_flags;
5537 /* Output a single-bit extraction. */
5539 const char *
5540 output_simode_bld (int bild, rtx operands[])
5542 if (TARGET_H8300)
5544 /* Clear the destination register. */
5545 output_asm_insn ("sub.w\t%e0,%e0\n\tsub.w\t%f0,%f0", operands);
5547 /* Now output the bit load or bit inverse load, and store it in
5548 the destination. */
5549 if (bild)
5550 output_asm_insn ("bild\t%Z2,%Y1", operands);
5551 else
5552 output_asm_insn ("bld\t%Z2,%Y1", operands);
5554 output_asm_insn ("bst\t#0,%w0", operands);
5556 else
5558 /* Determine if we can clear the destination first. */
5559 int clear_first = (REG_P (operands[0]) && REG_P (operands[1])
5560 && REGNO (operands[0]) != REGNO (operands[1]));
5562 if (clear_first)
5563 output_asm_insn ("sub.l\t%S0,%S0", operands);
5565 /* Output the bit load or bit inverse load. */
5566 if (bild)
5567 output_asm_insn ("bild\t%Z2,%Y1", operands);
5568 else
5569 output_asm_insn ("bld\t%Z2,%Y1", operands);
5571 if (!clear_first)
5572 output_asm_insn ("xor.l\t%S0,%S0", operands);
5574 /* Perform the bit store. */
5575 output_asm_insn ("rotxl.l\t%S0", operands);
5578 /* All done. */
5579 return "";
5582 /* Delayed-branch scheduling is more effective if we have some idea
5583 how long each instruction will be. Use a shorten_branches pass
5584 to get an initial estimate. */
5586 static void
5587 h8300_reorg (void)
5589 if (flag_delayed_branch)
5590 shorten_branches (get_insns ());
5593 #ifndef OBJECT_FORMAT_ELF
5594 static void
5595 h8300_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED,
5596 tree decl)
5598 /* ??? Perhaps we should be using default_coff_asm_named_section. */
5599 fprintf (asm_out_file, "\t.section %s\n", name);
5601 #endif /* ! OBJECT_FORMAT_ELF */
5603 /* Nonzero if X is a constant address suitable as an 8-bit absolute,
5604 which is a special case of the 'R' operand. */
5607 h8300_eightbit_constant_address_p (rtx x)
5609 /* The ranges of the 8-bit area. */
5610 const unsigned HOST_WIDE_INT n1 = trunc_int_for_mode (0xff00, HImode);
5611 const unsigned HOST_WIDE_INT n2 = trunc_int_for_mode (0xffff, HImode);
5612 const unsigned HOST_WIDE_INT h1 = trunc_int_for_mode (0x00ffff00, SImode);
5613 const unsigned HOST_WIDE_INT h2 = trunc_int_for_mode (0x00ffffff, SImode);
5614 const unsigned HOST_WIDE_INT s1 = trunc_int_for_mode (0xffffff00, SImode);
5615 const unsigned HOST_WIDE_INT s2 = trunc_int_for_mode (0xffffffff, SImode);
5617 unsigned HOST_WIDE_INT addr;
5619 /* We accept symbols declared with eightbit_data. */
5620 if (GET_CODE (x) == SYMBOL_REF)
5621 return (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_EIGHTBIT_DATA) != 0;
5623 if (GET_CODE (x) == CONST
5624 && GET_CODE (XEXP (x, 0)) == PLUS
5625 && GET_CODE (XEXP (XEXP (x, 0), 0)) == SYMBOL_REF
5626 && (SYMBOL_REF_FLAGS (XEXP (XEXP (x, 0), 0)) & SYMBOL_FLAG_EIGHTBIT_DATA) != 0)
5627 return 1;
5629 if (GET_CODE (x) != CONST_INT)
5630 return 0;
5632 addr = INTVAL (x);
5634 return (0
5635 || ((TARGET_H8300 || TARGET_NORMAL_MODE) && IN_RANGE (addr, n1, n2))
5636 || (TARGET_H8300H && IN_RANGE (addr, h1, h2))
5637 || (TARGET_H8300S && IN_RANGE (addr, s1, s2)));
5640 /* Nonzero if X is a constant address suitable as an 16-bit absolute
5641 on H8/300H and H8S. */
5644 h8300_tiny_constant_address_p (rtx x)
5646 /* The ranges of the 16-bit area. */
5647 const unsigned HOST_WIDE_INT h1 = trunc_int_for_mode (0x00000000, SImode);
5648 const unsigned HOST_WIDE_INT h2 = trunc_int_for_mode (0x00007fff, SImode);
5649 const unsigned HOST_WIDE_INT h3 = trunc_int_for_mode (0x00ff8000, SImode);
5650 const unsigned HOST_WIDE_INT h4 = trunc_int_for_mode (0x00ffffff, SImode);
5651 const unsigned HOST_WIDE_INT s1 = trunc_int_for_mode (0x00000000, SImode);
5652 const unsigned HOST_WIDE_INT s2 = trunc_int_for_mode (0x00007fff, SImode);
5653 const unsigned HOST_WIDE_INT s3 = trunc_int_for_mode (0xffff8000, SImode);
5654 const unsigned HOST_WIDE_INT s4 = trunc_int_for_mode (0xffffffff, SImode);
5656 unsigned HOST_WIDE_INT addr;
5658 switch (GET_CODE (x))
5660 case SYMBOL_REF:
5661 /* In the normal mode, any symbol fits in the 16-bit absolute
5662 address range. We also accept symbols declared with
5663 tiny_data. */
5664 return (TARGET_NORMAL_MODE
5665 || (SYMBOL_REF_FLAGS (x) & SYMBOL_FLAG_TINY_DATA) != 0);
5667 case CONST_INT:
5668 addr = INTVAL (x);
5669 return (TARGET_NORMAL_MODE
5670 || (TARGET_H8300H
5671 && (IN_RANGE (addr, h1, h2) || IN_RANGE (addr, h3, h4)))
5672 || (TARGET_H8300S
5673 && (IN_RANGE (addr, s1, s2) || IN_RANGE (addr, s3, s4))));
5675 case CONST:
5676 return TARGET_NORMAL_MODE;
5678 default:
5679 return 0;
5684 /* Return nonzero if ADDR1 and ADDR2 point to consecutive memory
5685 locations that can be accessed as a 16-bit word. */
5688 byte_accesses_mergeable_p (rtx addr1, rtx addr2)
5690 HOST_WIDE_INT offset1, offset2;
5691 rtx reg1, reg2;
5693 if (REG_P (addr1))
5695 reg1 = addr1;
5696 offset1 = 0;
5698 else if (GET_CODE (addr1) == PLUS
5699 && REG_P (XEXP (addr1, 0))
5700 && GET_CODE (XEXP (addr1, 1)) == CONST_INT)
5702 reg1 = XEXP (addr1, 0);
5703 offset1 = INTVAL (XEXP (addr1, 1));
5705 else
5706 return 0;
5708 if (REG_P (addr2))
5710 reg2 = addr2;
5711 offset2 = 0;
5713 else if (GET_CODE (addr2) == PLUS
5714 && REG_P (XEXP (addr2, 0))
5715 && GET_CODE (XEXP (addr2, 1)) == CONST_INT)
5717 reg2 = XEXP (addr2, 0);
5718 offset2 = INTVAL (XEXP (addr2, 1));
5720 else
5721 return 0;
5723 if (((reg1 == stack_pointer_rtx && reg2 == stack_pointer_rtx)
5724 || (reg1 == frame_pointer_rtx && reg2 == frame_pointer_rtx))
5725 && offset1 % 2 == 0
5726 && offset1 + 1 == offset2)
5727 return 1;
5729 return 0;
5732 /* Return nonzero if we have the same comparison insn as I3 two insns
5733 before I3. I3 is assumed to be a comparison insn. */
5736 same_cmp_preceding_p (rtx_insn *i3)
5738 rtx_insn *i1, *i2;
5740 /* Make sure we have a sequence of three insns. */
5741 i2 = prev_nonnote_insn (i3);
5742 if (i2 == NULL)
5743 return 0;
5744 i1 = prev_nonnote_insn (i2);
5745 if (i1 == NULL)
5746 return 0;
5748 return (INSN_P (i1) && rtx_equal_p (PATTERN (i1), PATTERN (i3))
5749 && any_condjump_p (i2) && onlyjump_p (i2));
5752 /* Return nonzero if we have the same comparison insn as I1 two insns
5753 after I1. I1 is assumed to be a comparison insn. */
5756 same_cmp_following_p (rtx_insn *i1)
5758 rtx_insn *i2, *i3;
5760 /* Make sure we have a sequence of three insns. */
5761 i2 = next_nonnote_insn (i1);
5762 if (i2 == NULL)
5763 return 0;
5764 i3 = next_nonnote_insn (i2);
5765 if (i3 == NULL)
5766 return 0;
5768 return (INSN_P (i3) && rtx_equal_p (PATTERN (i1), PATTERN (i3))
5769 && any_condjump_p (i2) && onlyjump_p (i2));
5772 /* Return nonzero if OPERANDS are valid for stm (or ldm) that pushes
5773 (or pops) N registers. OPERANDS are assumed to be an array of
5774 registers. */
5777 h8300_regs_ok_for_stm (int n, rtx operands[])
5779 switch (n)
5781 case 2:
5782 return ((REGNO (operands[0]) == 0 && REGNO (operands[1]) == 1)
5783 || (REGNO (operands[0]) == 2 && REGNO (operands[1]) == 3)
5784 || (REGNO (operands[0]) == 4 && REGNO (operands[1]) == 5));
5785 case 3:
5786 return ((REGNO (operands[0]) == 0
5787 && REGNO (operands[1]) == 1
5788 && REGNO (operands[2]) == 2)
5789 || (REGNO (operands[0]) == 4
5790 && REGNO (operands[1]) == 5
5791 && REGNO (operands[2]) == 6));
5793 case 4:
5794 return (REGNO (operands[0]) == 0
5795 && REGNO (operands[1]) == 1
5796 && REGNO (operands[2]) == 2
5797 && REGNO (operands[3]) == 3);
5798 default:
5799 gcc_unreachable ();
5803 /* Return nonzero if register OLD_REG can be renamed to register NEW_REG. */
5806 h8300_hard_regno_rename_ok (unsigned int old_reg ATTRIBUTE_UNUSED,
5807 unsigned int new_reg)
5809 /* Interrupt functions can only use registers that have already been
5810 saved by the prologue, even if they would normally be
5811 call-clobbered. */
5813 if (h8300_current_function_interrupt_function_p ()
5814 && !df_regs_ever_live_p (new_reg))
5815 return 0;
5817 return 1;
5820 /* Returns true if register REGNO is safe to be allocated as a scratch
5821 register in the current function. */
5823 static bool
5824 h8300_hard_regno_scratch_ok (unsigned int regno)
5826 if (h8300_current_function_interrupt_function_p ()
5827 && ! WORD_REG_USED (regno))
5828 return false;
5830 return true;
5834 /* Return nonzero if X is a REG or SUBREG suitable as a base register. */
5836 static int
5837 h8300_rtx_ok_for_base_p (rtx x, int strict)
5839 /* Strip off SUBREG if any. */
5840 if (GET_CODE (x) == SUBREG)
5841 x = SUBREG_REG (x);
5843 return (REG_P (x)
5844 && (strict
5845 ? REG_OK_FOR_BASE_STRICT_P (x)
5846 : REG_OK_FOR_BASE_NONSTRICT_P (x)));
5849 /* Return nozero if X is a legitimate address. On the H8/300, a
5850 legitimate address has the form REG, REG+CONSTANT_ADDRESS or
5851 CONSTANT_ADDRESS. */
5853 static bool
5854 h8300_legitimate_address_p (machine_mode mode, rtx x, bool strict)
5856 /* The register indirect addresses like @er0 is always valid. */
5857 if (h8300_rtx_ok_for_base_p (x, strict))
5858 return 1;
5860 if (CONSTANT_ADDRESS_P (x))
5861 return 1;
5863 if (TARGET_H8300SX
5864 && ( GET_CODE (x) == PRE_INC
5865 || GET_CODE (x) == PRE_DEC
5866 || GET_CODE (x) == POST_INC
5867 || GET_CODE (x) == POST_DEC)
5868 && h8300_rtx_ok_for_base_p (XEXP (x, 0), strict))
5869 return 1;
5871 if (GET_CODE (x) == PLUS
5872 && CONSTANT_ADDRESS_P (XEXP (x, 1))
5873 && h8300_rtx_ok_for_base_p (h8300_get_index (XEXP (x, 0),
5874 mode, 0), strict))
5875 return 1;
5877 return 0;
5880 /* Worker function for HARD_REGNO_NREGS.
5882 We pretend the MAC register is 32bits -- we don't have any data
5883 types on the H8 series to handle more than 32bits. */
5886 h8300_hard_regno_nregs (int regno ATTRIBUTE_UNUSED, machine_mode mode)
5888 return (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
5891 /* Worker function for HARD_REGNO_MODE_OK. */
5894 h8300_hard_regno_mode_ok (int regno, machine_mode mode)
5896 if (TARGET_H8300)
5897 /* If an even reg, then anything goes. Otherwise the mode must be
5898 QI or HI. */
5899 return ((regno & 1) == 0) || (mode == HImode) || (mode == QImode);
5900 else
5901 /* MAC register can only be of SImode. Otherwise, anything
5902 goes. */
5903 return regno == MAC_REG ? mode == SImode : 1;
5906 /* Helper function for the move patterns. Make sure a move is legitimate. */
5908 bool
5909 h8300_move_ok (rtx dest, rtx src)
5911 rtx addr, other;
5913 /* Validate that at least one operand is a register. */
5914 if (MEM_P (dest))
5916 if (MEM_P (src) || CONSTANT_P (src))
5917 return false;
5918 addr = XEXP (dest, 0);
5919 other = src;
5921 else if (MEM_P (src))
5923 addr = XEXP (src, 0);
5924 other = dest;
5926 else
5927 return true;
5929 /* Validate that auto-inc doesn't affect OTHER. */
5930 if (GET_RTX_CLASS (GET_CODE (addr)) != RTX_AUTOINC)
5931 return true;
5932 addr = XEXP (addr, 0);
5934 if (addr == stack_pointer_rtx)
5935 return register_no_sp_elim_operand (other, VOIDmode);
5936 else
5937 return !reg_overlap_mentioned_p(other, addr);
5940 /* Perform target dependent optabs initialization. */
5941 static void
5942 h8300_init_libfuncs (void)
5944 set_optab_libfunc (smul_optab, HImode, "__mulhi3");
5945 set_optab_libfunc (sdiv_optab, HImode, "__divhi3");
5946 set_optab_libfunc (udiv_optab, HImode, "__udivhi3");
5947 set_optab_libfunc (smod_optab, HImode, "__modhi3");
5948 set_optab_libfunc (umod_optab, HImode, "__umodhi3");
5951 /* Worker function for TARGET_FUNCTION_VALUE.
5953 On the H8 the return value is in R0/R1. */
5955 static rtx
5956 h8300_function_value (const_tree ret_type,
5957 const_tree fn_decl_or_type ATTRIBUTE_UNUSED,
5958 bool outgoing ATTRIBUTE_UNUSED)
5960 return gen_rtx_REG (TYPE_MODE (ret_type), R0_REG);
5963 /* Worker function for TARGET_LIBCALL_VALUE.
5965 On the H8 the return value is in R0/R1. */
5967 static rtx
5968 h8300_libcall_value (machine_mode mode, const_rtx fun ATTRIBUTE_UNUSED)
5970 return gen_rtx_REG (mode, R0_REG);
5973 /* Worker function for TARGET_FUNCTION_VALUE_REGNO_P.
5975 On the H8, R0 is the only register thus used. */
5977 static bool
5978 h8300_function_value_regno_p (const unsigned int regno)
5980 return (regno == R0_REG);
5983 /* Worker function for TARGET_RETURN_IN_MEMORY. */
5985 static bool
5986 h8300_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED)
5988 return (TYPE_MODE (type) == BLKmode
5989 || GET_MODE_SIZE (TYPE_MODE (type)) > (TARGET_H8300 ? 4 : 8));
5992 /* We emit the entire trampoline here. Depending on the pointer size,
5993 we use a different trampoline.
5995 Pmode == HImode
5996 vvvv context
5997 1 0000 7903xxxx mov.w #0x1234,r3
5998 2 0004 5A00xxxx jmp @0x1234
5999 ^^^^ function
6001 Pmode == SImode
6002 vvvvvvvv context
6003 2 0000 7A03xxxxxxxx mov.l #0x12345678,er3
6004 3 0006 5Axxxxxx jmp @0x123456
6005 ^^^^^^ function
6008 static void
6009 h8300_trampoline_init (rtx m_tramp, tree fndecl, rtx cxt)
6011 rtx fnaddr = XEXP (DECL_RTL (fndecl), 0);
6012 rtx mem;
6014 if (Pmode == HImode)
6016 mem = adjust_address (m_tramp, HImode, 0);
6017 emit_move_insn (mem, GEN_INT (0x7903));
6018 mem = adjust_address (m_tramp, Pmode, 2);
6019 emit_move_insn (mem, cxt);
6020 mem = adjust_address (m_tramp, HImode, 4);
6021 emit_move_insn (mem, GEN_INT (0x5a00));
6022 mem = adjust_address (m_tramp, Pmode, 6);
6023 emit_move_insn (mem, fnaddr);
6025 else
6027 rtx tem;
6029 mem = adjust_address (m_tramp, HImode, 0);
6030 emit_move_insn (mem, GEN_INT (0x7a03));
6031 mem = adjust_address (m_tramp, Pmode, 2);
6032 emit_move_insn (mem, cxt);
6034 tem = copy_to_reg (fnaddr);
6035 emit_insn (gen_andsi3 (tem, tem, GEN_INT (0x00ffffff)));
6036 emit_insn (gen_iorsi3 (tem, tem, GEN_INT (0x5a000000)));
6037 mem = adjust_address (m_tramp, SImode, 6);
6038 emit_move_insn (mem, tem);
6042 /* Initialize the GCC target structure. */
6043 #undef TARGET_ATTRIBUTE_TABLE
6044 #define TARGET_ATTRIBUTE_TABLE h8300_attribute_table
6046 #undef TARGET_ASM_ALIGNED_HI_OP
6047 #define TARGET_ASM_ALIGNED_HI_OP "\t.word\t"
6049 #undef TARGET_ASM_FILE_START
6050 #define TARGET_ASM_FILE_START h8300_file_start
6051 #undef TARGET_ASM_FILE_START_FILE_DIRECTIVE
6052 #define TARGET_ASM_FILE_START_FILE_DIRECTIVE true
6054 #undef TARGET_ASM_FILE_END
6055 #define TARGET_ASM_FILE_END h8300_file_end
6057 #undef TARGET_PRINT_OPERAND
6058 #define TARGET_PRINT_OPERAND h8300_print_operand
6059 #undef TARGET_PRINT_OPERAND_ADDRESS
6060 #define TARGET_PRINT_OPERAND_ADDRESS h8300_print_operand_address
6061 #undef TARGET_PRINT_OPERAND_PUNCT_VALID_P
6062 #define TARGET_PRINT_OPERAND_PUNCT_VALID_P h8300_print_operand_punct_valid_p
6064 #undef TARGET_ENCODE_SECTION_INFO
6065 #define TARGET_ENCODE_SECTION_INFO h8300_encode_section_info
6067 #undef TARGET_INSERT_ATTRIBUTES
6068 #define TARGET_INSERT_ATTRIBUTES h8300_insert_attributes
6070 #undef TARGET_REGISTER_MOVE_COST
6071 #define TARGET_REGISTER_MOVE_COST h8300_register_move_cost
6073 #undef TARGET_RTX_COSTS
6074 #define TARGET_RTX_COSTS h8300_rtx_costs
6076 #undef TARGET_INIT_LIBFUNCS
6077 #define TARGET_INIT_LIBFUNCS h8300_init_libfuncs
6079 #undef TARGET_FUNCTION_VALUE
6080 #define TARGET_FUNCTION_VALUE h8300_function_value
6082 #undef TARGET_LIBCALL_VALUE
6083 #define TARGET_LIBCALL_VALUE h8300_libcall_value
6085 #undef TARGET_FUNCTION_VALUE_REGNO_P
6086 #define TARGET_FUNCTION_VALUE_REGNO_P h8300_function_value_regno_p
6088 #undef TARGET_RETURN_IN_MEMORY
6089 #define TARGET_RETURN_IN_MEMORY h8300_return_in_memory
6091 #undef TARGET_FUNCTION_ARG
6092 #define TARGET_FUNCTION_ARG h8300_function_arg
6094 #undef TARGET_FUNCTION_ARG_ADVANCE
6095 #define TARGET_FUNCTION_ARG_ADVANCE h8300_function_arg_advance
6097 #undef TARGET_MACHINE_DEPENDENT_REORG
6098 #define TARGET_MACHINE_DEPENDENT_REORG h8300_reorg
6100 #undef TARGET_HARD_REGNO_SCRATCH_OK
6101 #define TARGET_HARD_REGNO_SCRATCH_OK h8300_hard_regno_scratch_ok
6103 #undef TARGET_LRA_P
6104 #define TARGET_LRA_P hook_bool_void_false
6106 #undef TARGET_LEGITIMATE_ADDRESS_P
6107 #define TARGET_LEGITIMATE_ADDRESS_P h8300_legitimate_address_p
6109 #undef TARGET_CAN_ELIMINATE
6110 #define TARGET_CAN_ELIMINATE h8300_can_eliminate
6112 #undef TARGET_CONDITIONAL_REGISTER_USAGE
6113 #define TARGET_CONDITIONAL_REGISTER_USAGE h8300_conditional_register_usage
6115 #undef TARGET_TRAMPOLINE_INIT
6116 #define TARGET_TRAMPOLINE_INIT h8300_trampoline_init
6118 #undef TARGET_OPTION_OVERRIDE
6119 #define TARGET_OPTION_OVERRIDE h8300_option_override
6121 #undef TARGET_MODE_DEPENDENT_ADDRESS_P
6122 #define TARGET_MODE_DEPENDENT_ADDRESS_P h8300_mode_dependent_address_p
6124 struct gcc_target targetm = TARGET_INITIALIZER;