OSDN Git Service

* config/sh/sh.md (umulhisi3_i, mulhisi3_i): Fix mnemonics.
[pf3gnuchains/gcc-fork.git] / gcc / config / sh / sh.md
1 ;;- Machine description for the Hitachi SH.
2 ;;  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
3 ;;  Free Software Foundation, Inc.
4 ;;  Contributed by Steve Chamberlain (sac@cygnus.com).
5 ;;  Improved by Jim Wilson (wilson@cygnus.com).
6
7 ;; This file is part of GNU CC.
8
9 ;; GNU CC is free software; you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; any later version.
13
14 ;; GNU CC is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ;; GNU General Public License for more details.
18
19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU CC; see the file COPYING.  If not, write to
21 ;; the Free Software Foundation, 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA.
23
24
25 ;; ??? Should prepend a * to all pattern names which are not used.
26 ;; This will make the compiler smaller, and rebuilds after changes faster.
27
28 ;; ??? Should be enhanced to include support for many more GNU superoptimizer
29 ;; sequences.  Especially the sequences for arithmetic right shifts.
30
31 ;; ??? Should check all DImode patterns for consistency and usefulness.
32
33 ;; ??? The MAC.W and MAC.L instructions are not supported.  There is no
34 ;; way to generate them.
35
36 ;; ??? The cmp/str instruction is not supported.  Perhaps it can be used
37 ;; for a str* inline function.
38
39 ;; BSR is not generated by the compiler proper, but when relaxing, it
40 ;; generates .uses pseudo-ops that allow linker relaxation to create
41 ;; BSR.  This is actually implemented in bfd/{coff,elf32}-sh.c
42
43 ;; Special constraints for SH machine description:
44 ;;
45 ;;    t -- T
46 ;;    x -- mac
47 ;;    l -- pr
48 ;;    z -- r0
49 ;;
50 ;; Special formats used for outputting SH instructions:
51 ;;
52 ;;   %.  --  print a .s if insn needs delay slot
53 ;;   %@  --  print rte/rts if is/isn't an interrupt function
54 ;;   %#  --  output a nop if there is nothing to put in the delay slot
55 ;;   %O  --  print a constant without the #
56 ;;   %R  --  print the lsw reg of a double
57 ;;   %S  --  print the msw reg of a double
58 ;;   %T  --  print next word of a double REG or MEM
59 ;;
60 ;; Special predicates:
61 ;;
62 ;;  arith_operand          -- operand is valid source for arithmetic op
63 ;;  arith_reg_operand      -- operand is valid register for arithmetic op
64 ;;  general_movdst_operand -- operand is valid move destination
65 ;;  general_movsrc_operand -- operand is valid move source
66 ;;  logical_operand        -- operand is valid source for logical op
67
68 ;; -------------------------------------------------------------------------
69 ;; Constants
70 ;; -------------------------------------------------------------------------
71
72 (define_constants [
73   (AP_REG       16)
74   (PR_REG       17)
75   (T_REG        18)
76   (GBR_REG      19)
77   (MACH_REG     20)
78   (MACL_REG     21)
79   (FPUL_REG     22)
80   (RAP_REG      23)
81
82   (FPSCR_REG    48)
83
84   (PIC_REG      12)
85   (FP_REG       14)
86   (SP_REG       15)
87
88   (R0_REG       0)
89   (R1_REG       1)
90   (R2_REG       2)
91   (R3_REG       3)
92   (R4_REG       4)
93   (R5_REG       5)
94   (R6_REG       6)
95
96   (DR0_REG      24)
97   (DR2_REG      26)
98   (DR4_REG      28)
99
100   (XD0_REG      40)
101
102   ;; These are used with unspec.
103   (UNSPEC_MOVA          1)
104   (UNSPEC_CASESI        2)
105   (UNSPEC_BBR           4)
106   (UNSPEC_SFUNC         5)
107   (UNSPEC_PIC           6)
108   (UNSPEC_GOT           7)
109   (UNSPEC_GOTOFF        8)
110   (UNSPEC_PLT           9)
111   (UNSPEC_CALLER        10)
112   (UNSPEC_ICACHE        12)
113
114   ;; These are used with unspec_volatile.
115   (UNSPECV_BLOCKAGE     0)
116   (UNSPECV_ALIGN        1)
117   (UNSPECV_CONST2       2)
118   (UNSPECV_CONST4       4)
119   (UNSPECV_CONST8       6)
120   (UNSPECV_CONST_END    11)
121 ])  
122
123 ;; -------------------------------------------------------------------------
124 ;; Attributes
125 ;; -------------------------------------------------------------------------
126
127 ;; Target CPU.
128
129 (define_attr "cpu"
130  "sh1,sh2,sh3,sh3e,sh4"
131   (const (symbol_ref "sh_cpu_attr")))
132
133 (define_attr "endian" "big,little"
134  (const (if_then_else (symbol_ref "TARGET_LITTLE_ENDIAN")
135                       (const_string "little") (const_string "big"))))
136
137 ;; Indicate if the default fpu mode is single precision.
138 (define_attr "fpu_single" "yes,no"
139   (const (if_then_else (symbol_ref "TARGET_FPU_SINGLE")
140                          (const_string "yes") (const_string "no"))))
141
142 (define_attr "fmovd" "yes,no"
143   (const (if_then_else (symbol_ref "TARGET_FMOVD")
144                        (const_string "yes") (const_string "no"))))
145 ;; issues/clock
146 (define_attr "issues" "1,2"
147   (const (if_then_else (symbol_ref "TARGET_SUPERSCALAR") (const_string "2") (const_string "1"))))
148
149 ;; cbranch      conditional branch instructions
150 ;; jump         unconditional jumps
151 ;; arith        ordinary arithmetic
152 ;; arith3       a compound insn that behaves similarly to a sequence of
153 ;;              three insns of type arith
154 ;; arith3b      like above, but might end with a redirected branch
155 ;; load         from memory
156 ;; load_si      Likewise, SImode variant for general register.
157 ;; store        to memory
158 ;; move         register to register
159 ;; fmove        register to register, floating point
160 ;; smpy         word precision integer multiply
161 ;; dmpy         longword or doublelongword precision integer multiply
162 ;; return       rts
163 ;; pload        load of pr reg, which can't be put into delay slot of rts
164 ;; prset        copy register to pr reg, ditto
165 ;; pstore       store of pr reg, which can't be put into delay slot of jsr
166 ;; prget        copy pr to register, ditto
167 ;; pcload       pc relative load of constant value
168 ;; pcload_si    Likewise, SImode variant for general register.
169 ;; rte          return from exception
170 ;; sfunc        special function call with known used registers
171 ;; call         function call
172 ;; fp           floating point
173 ;; fdiv         floating point divide (or square root)
174 ;; gp_fpul      move between general purpose register and fpul
175 ;; dfp_arith, dfp_cmp,dfp_conv
176 ;; dfdiv        double precision floating point divide (or square root)
177 ;; nil          no-op move, will be deleted.
178
179 (define_attr "type"
180  "cbranch,jump,jump_ind,arith,arith3,arith3b,dyn_shift,other,load,load_si,store,move,fmove,smpy,dmpy,return,pload,prset,pstore,prget,pcload,pcload_si,rte,sfunc,call,fp,fdiv,dfp_arith,dfp_cmp,dfp_conv,dfdiv,gp_fpul,nil"
181   (const_string "other"))
182
183 ;; Indicate what precision must be selected in fpscr for this insn, if any.
184
185 (define_attr "fp_mode" "single,double,none" (const_string "none"))
186
187 ; If a conditional branch destination is within -252..258 bytes away
188 ; from the instruction it can be 2 bytes long.  Something in the
189 ; range -4090..4100 bytes can be 6 bytes long.  All other conditional
190 ; branches are initially assumed to be 16 bytes long.
191 ; In machine_dependent_reorg, we split all branches that are longer than
192 ; 2 bytes.
193
194 ;; The maximum range used for SImode constant pool entries is 1018.  A final
195 ;; instruction can add 8 bytes while only being 4 bytes in size, thus we
196 ;; can have a total of 1022 bytes in the pool.  Add 4 bytes for a branch
197 ;; instruction around the pool table, 2 bytes of alignment before the table,
198 ;; and 30 bytes of alignment after the table.  That gives a maximum total
199 ;; pool size of 1058 bytes.
200 ;; Worst case code/pool content size ratio is 1:2 (using asms).
201 ;; Thus, in the worst case, there is one instruction in front of a maximum
202 ;; sized pool, and then there are 1052 bytes of pool for every 508 bytes of
203 ;; code.  For the last n bytes of code, there are 2n + 36 bytes of pool.
204 ;; If we have a forward branch, the initial table will be put after the
205 ;; unconditional branch.
206 ;;
207 ;; ??? We could do much better by keeping track of the actual pcloads within
208 ;; the branch range and in the pcload range in front of the branch range.
209
210 ;; ??? This looks ugly because genattrtab won't allow if_then_else or cond
211 ;; inside an le.
212 (define_attr "short_cbranch_p" "no,yes"
213   (cond [(ne (symbol_ref "mdep_reorg_phase <= SH_FIXUP_PCLOAD") (const_int 0))
214          (const_string "no")
215          (leu (plus (minus (match_dup 0) (pc)) (const_int 252)) (const_int 506))
216          (const_string "yes")
217          (ne (symbol_ref "NEXT_INSN (PREV_INSN (insn)) != insn") (const_int 0))
218          (const_string "no")
219          (leu (plus (minus (match_dup 0) (pc)) (const_int 252)) (const_int 508))
220          (const_string "yes")
221          ] (const_string "no")))
222
223 (define_attr "med_branch_p" "no,yes"
224   (cond [(leu (plus (minus (match_dup 0) (pc)) (const_int 990))
225               (const_int 1988))
226          (const_string "yes")
227          (ne (symbol_ref "mdep_reorg_phase <= SH_FIXUP_PCLOAD") (const_int 0))
228          (const_string "no")
229          (leu (plus (minus (match_dup 0) (pc)) (const_int 4092))
230               (const_int 8186))
231          (const_string "yes")
232          ] (const_string "no")))
233
234 (define_attr "med_cbranch_p" "no,yes"
235   (cond [(leu (plus (minus (match_dup 0) (pc)) (const_int 988))
236               (const_int 1986))
237          (const_string "yes")
238          (ne (symbol_ref "mdep_reorg_phase <= SH_FIXUP_PCLOAD") (const_int 0))
239          (const_string "no")
240          (leu (plus (minus (match_dup 0) (pc)) (const_int 4090))
241                (const_int 8184))
242          (const_string "yes")
243          ] (const_string "no")))
244
245 (define_attr "braf_branch_p" "no,yes"
246   (cond [(ne (symbol_ref "! TARGET_SH2") (const_int 0))
247          (const_string "no")
248          (leu (plus (minus (match_dup 0) (pc)) (const_int 10330))
249               (const_int 20660))
250          (const_string "yes")
251          (ne (symbol_ref "mdep_reorg_phase <= SH_FIXUP_PCLOAD") (const_int 0))
252          (const_string "no")
253          (leu (plus (minus (match_dup 0) (pc)) (const_int 32764))
254               (const_int 65530))
255          (const_string "yes")
256          ] (const_string "no")))
257
258 (define_attr "braf_cbranch_p" "no,yes"
259   (cond [(ne (symbol_ref "! TARGET_SH2") (const_int 0))
260          (const_string "no")
261          (leu (plus (minus (match_dup 0) (pc)) (const_int 10328))
262               (const_int 20658))
263          (const_string "yes")
264          (ne (symbol_ref "mdep_reorg_phase <= SH_FIXUP_PCLOAD") (const_int 0))
265          (const_string "no")
266          (leu (plus (minus (match_dup 0) (pc)) (const_int 32762))
267               (const_int 65528))
268          (const_string "yes")
269          ] (const_string "no")))
270
271 ; An unconditional jump in the range -4092..4098 can be 2 bytes long.
272 ; For wider ranges, we need a combination of a code and a data part.
273 ; If we can get a scratch register for a long range jump, the code
274 ; part can be 4 bytes long; otherwise, it must be 8 bytes long.
275 ; If the jump is in the range -32764..32770, the data part can be 2 bytes
276 ; long; otherwise, it must be 6 bytes long.
277
278 ; All other instructions are two bytes long by default.
279
280 ;; ??? This should use something like *branch_p (minus (match_dup 0) (pc)),
281 ;; but getattrtab doesn't understand this.
282 (define_attr "length" ""
283   (cond [(eq_attr "type" "cbranch")
284          (cond [(eq_attr "short_cbranch_p" "yes")
285                 (const_int 2)
286                 (eq_attr "med_cbranch_p" "yes")
287                 (const_int 6)
288                 (eq_attr "braf_cbranch_p" "yes")
289                 (const_int 12)
290 ;; ??? using pc is not computed transitively.
291                 (ne (match_dup 0) (match_dup 0))
292                 (const_int 14)
293                 (ne (symbol_ref ("flag_pic")) (const_int 0))
294                 (const_int 24)
295                 ] (const_int 16))
296          (eq_attr "type" "jump")
297          (cond [(eq_attr "med_branch_p" "yes")
298                 (const_int 2)
299                 (and (eq (symbol_ref "GET_CODE (PREV_INSN (insn))")
300                          (symbol_ref "INSN"))
301                      (eq (symbol_ref "INSN_CODE (PREV_INSN (insn))")
302                          (symbol_ref "code_for_indirect_jump_scratch")))
303                 (if_then_else (eq_attr "braf_branch_p" "yes")
304                               (const_int 6)
305                               (const_int 10))
306                 (eq_attr "braf_branch_p" "yes")
307                 (const_int 10)
308 ;; ??? using pc is not computed transitively.
309                 (ne (match_dup 0) (match_dup 0))
310                 (const_int 12)
311                 (ne (symbol_ref ("flag_pic")) (const_int 0))
312                 (const_int 22)
313                 ] (const_int 14))
314          ] (const_int 2)))
315
316 ;; (define_function_unit {name} {num-units} {n-users} {test}
317 ;;                       {ready-delay} {issue-delay} [{conflict-list}])
318
319 ;; Load and store instructions save a cycle if they are aligned on a
320 ;; four byte boundary.  Using a function unit for stores encourages
321 ;; gcc to separate load and store instructions by one instruction,
322 ;; which makes it more likely that the linker will be able to word
323 ;; align them when relaxing.
324
325 ;; Loads have a latency of two.
326 ;; However, call insns can have a delay slot, so that we want one more
327 ;; insn to be scheduled between the load of the function address and the call.
328 ;; This is equivalent to a latency of three.
329 ;; We cannot use a conflict list for this, because we need to distinguish
330 ;; between the actual call address and the function arguments.
331 ;; ADJUST_COST can only properly handle reductions of the cost, so we
332 ;; use a latency of three here.
333 ;; We only do this for SImode loads of general registers, to make the work
334 ;; for ADJUST_COST easier.
335 (define_function_unit "memory" 1 0
336   (and (eq_attr "issues" "1")
337        (eq_attr "type" "load_si,pcload_si"))
338   3 2)
339 (define_function_unit "memory" 1 0
340   (and (eq_attr "issues" "1")
341        (eq_attr "type" "load,pcload,pload,store,pstore"))
342   2 2)
343
344 (define_function_unit "int"    1 0
345   (and (eq_attr "issues" "1") (eq_attr "type" "arith3,arith3b")) 3 3)
346
347 (define_function_unit "int"    1 0
348   (and (eq_attr "issues" "1") (eq_attr "type" "dyn_shift")) 2 2)
349
350 (define_function_unit "int"    1 0
351   (and (eq_attr "issues" "1") (eq_attr "type" "!arith3,arith3b,dyn_shift")) 1 1)
352
353 ;; ??? These are approximations.
354 (define_function_unit "mpy"    1 0
355   (and (eq_attr "issues" "1") (eq_attr "type" "smpy")) 2 2)
356 (define_function_unit "mpy"    1 0
357   (and (eq_attr "issues" "1") (eq_attr "type" "dmpy")) 3 3)
358
359 (define_function_unit "fp"     1 0
360   (and (eq_attr "issues" "1") (eq_attr "type" "fp,fmove")) 2 1)
361 (define_function_unit "fp"     1 0
362   (and (eq_attr "issues" "1") (eq_attr "type" "fdiv")) 13 12)
363
364
365 ;; SH4 scheduling
366 ;; The SH4 is a dual-issue implementation, thus we have to multiply all
367 ;; costs by at least two.
368 ;; There will be single increments of the modeled that don't correspond
369 ;; to the actual target ;; whenever two insns to be issued depend one a
370 ;; single resource, and the scheduler picks to be the first one.
371 ;; If we multiplied the costs just by two, just two of these single
372 ;; increments would amount to an actual cycle.  By picking a larger
373 ;; factor, we can ameliorate the effect; However, we then have to make sure
374 ;; that only two insns are modeled as issued per actual cycle.
375 ;; Moreover, we need a way to specify the latency of insns that don't
376 ;; use an actual function unit.
377 ;; We use an 'issue' function unit to do that, and a cost factor of 10.
378
379 (define_function_unit "issue" 2 0
380   (and (eq_attr "issues" "2") (eq_attr "type" "!nil,arith3"))
381   10 10)
382
383 (define_function_unit "issue" 2 0
384   (and (eq_attr "issues" "2") (eq_attr "type" "arith3"))
385   30 30)
386
387 ;; There is no point in providing exact scheduling information about branches,
388 ;; because they are at the starts / ends of basic blocks anyways.
389
390 ;; Some insns cannot be issued before/after another insn in the same cycle,
391 ;; irrespective of the type of the other insn.
392
393 ;; default is dual-issue, but can't be paired with an insn that
394 ;; uses multiple function units.
395 (define_function_unit "single_issue"     1 0
396   (and (eq_attr "issues" "2")
397        (eq_attr "type" "!smpy,dmpy,pload,pstore,dfp_cmp,gp_fpul,call,sfunc,arith3,arith3b"))
398   1 10
399   [(eq_attr "type" "smpy,dmpy,pload,pstore,dfp_cmp,gp_fpul")])
400
401 (define_function_unit "single_issue"     1 0
402   (and (eq_attr "issues" "2")
403        (eq_attr "type" "smpy,dmpy,pload,pstore,dfp_cmp,gp_fpul"))
404   10 10
405   [(const_int 1)])
406
407 ;; arith3 insns are always pairable at the start, but not inecessarily at
408 ;; the end; however, there doesn;t seem to be a way to express that.
409 (define_function_unit "single_issue"     1 0
410   (and (eq_attr "issues" "2")
411        (eq_attr "type" "arith3"))
412   30 20
413   [(const_int 1)])
414
415 ;; arith3b insn are pairable at the end and have latency that prevents pairing
416 ;; with the following branch, but we don't want this latency be respected;
417 ;; When the following branch is immediately adjacent, we can redirect the
418 ;; internal branch, which is likly to be a larger win.
419 (define_function_unit "single_issue"     1 0
420   (and (eq_attr "issues" "2")
421        (eq_attr "type" "arith3b"))
422   20 20
423   [(const_int 1)])
424
425 ;; calls introduce a longisch delay that is likely to flush the pipelines.
426 (define_function_unit "single_issue"     1 0
427   (and (eq_attr "issues" "2")
428        (eq_attr "type" "call,sfunc"))
429   160 160
430   [(eq_attr "type" "!call") (eq_attr "type" "call")])
431
432 ;; Load and store instructions have no alignment peculiarities for the SH4,
433 ;; but they use the load-store unit, which they share with the fmove type
434 ;; insns (fldi[01]; fmov frn,frm; flds; fsts; fabs; fneg) .
435 ;; Loads have a latency of two.
436 ;; However, call insns can only paired with a preceding insn, and have
437 ;; a delay slot, so that we want two more insns to be scheduled between the
438 ;; load of the function address and the call.  This is equivalent to a
439 ;; latency of three.
440 ;; We cannot use a conflict list for this, because we need to distinguish
441 ;; between the actual call address and the function arguments.
442 ;; ADJUST_COST can only properly handle reductions of the cost, so we
443 ;; use a latency of three here, which gets multiplied by 10 to yield 30.
444 ;; We only do this for SImode loads of general registers, to make the work
445 ;; for ADJUST_COST easier.
446
447 ;; When specifying different latencies for different insns using the
448 ;; the same function unit, genattrtab.c assumes a 'FIFO constraint'
449 ;; so that the blockage is at least READY-COST (E) + 1 - READY-COST (C)
450 ;; for an executing insn E and a candidate insn C.
451 ;; Therefore, we define three different function units for load_store:
452 ;; load_store, load and load_si.
453
454 (define_function_unit "load_si" 1 0
455   (and (eq_attr "issues" "2")
456        (eq_attr "type" "load_si,pcload_si")) 30 10)
457 (define_function_unit "load" 1 0
458   (and (eq_attr "issues" "2")
459        (eq_attr "type" "load,pcload,pload")) 20 10)
460 (define_function_unit "load_store" 1 0
461   (and (eq_attr "issues" "2")
462        (eq_attr "type" "load_si,pcload_si,load,pcload,pload,store,pstore,fmove"))
463   10 10)
464
465 (define_function_unit "int"    1 0
466   (and (eq_attr "issues" "2") (eq_attr "type" "arith,dyn_shift")) 10 10)
467
468 ;; Again, we have to pretend a lower latency for the "int" unit to avoid a
469 ;; spurious FIFO constraint; the multiply instructions use the "int"
470 ;; unit actually only for two cycles.
471 (define_function_unit "int"    1 0
472   (and (eq_attr "issues" "2") (eq_attr "type" "smpy,dmpy")) 20 20)
473
474 ;; We use a fictous "mpy" unit to express the actual latency.
475 (define_function_unit "mpy"    1 0
476   (and (eq_attr "issues" "2") (eq_attr "type" "smpy,dmpy")) 40 20)
477
478 ;; Again, we have to pretend a lower latency for the "int" unit to avoid a
479 ;; spurious FIFO constraint.
480 (define_function_unit "int"     1 0
481   (and (eq_attr "issues" "2") (eq_attr "type" "gp_fpul")) 10 10)
482
483 ;; We use a fictous "gp_fpul" unit to express the actual latency.
484 (define_function_unit "gp_fpul"     1 0
485   (and (eq_attr "issues" "2") (eq_attr "type" "gp_fpul")) 20 10)
486
487 ;; ??? multiply uses the floating point unit, but with a two cycle delay.
488 ;; Thus, a simple single-precision fp operation could finish if issued in
489 ;; the very next cycle, but stalls when issued two or three cycles later.
490 ;; Similarily, a divide / sqrt can work without stalls if issued in
491 ;; the very next cycle, while it would have to block if issued two or
492 ;; three cycles later.
493 ;; There is no way to model this with gcc's function units.  This problem is
494 ;; actually mentioned in md.texi.  Tackling this problem requires first that
495 ;; it is possible to speak about the target in an open discussion.
496 ;; 
497 ;; However, simple double-precision operations always conflict.
498
499 (define_function_unit "fp"    1 0
500   (and (eq_attr "issues" "2") (eq_attr "type" "smpy,dmpy")) 40 40
501   [(eq_attr "type" "dfp_cmp,dfp_conv,dfp_arith")])
502
503 ;; The "fp" unit is for pipeline stages F1 and F2.
504
505 (define_function_unit "fp"     1 0
506   (and (eq_attr "issues" "2") (eq_attr "type" "fp")) 30 10)
507
508 ;; Again, we have to pretend a lower latency for the "fp" unit to avoid a
509 ;; spurious FIFO constraint; the bulk of the fdiv type insns executes in
510 ;; the F3 stage.
511 (define_function_unit "fp"     1 0
512   (and (eq_attr "issues" "2") (eq_attr "type" "fdiv")) 30 10)
513
514 ;; The "fdiv" function unit models the aggregate effect of the F1, F2 and F3
515 ;; pipeline stages on the pipelining of fdiv/fsqrt insns.
516 ;; We also use it to give the actual latency here.
517 ;; fsqrt is actually one cycle faster than fdiv (and the value used here),
518 ;; but that will hardly matter in practice for scheduling.
519 (define_function_unit "fdiv"     1 0
520   (and (eq_attr "issues" "2") (eq_attr "type" "fdiv")) 120 100)
521
522 ;; There is again a late use of the "fp" unit by [d]fdiv type insns
523 ;; that we can't express.
524
525 (define_function_unit "fp"     1 0
526   (and (eq_attr "issues" "2") (eq_attr "type" "dfp_cmp,dfp_conv")) 40 20)
527
528 (define_function_unit "fp"     1 0
529   (and (eq_attr "issues" "2") (eq_attr "type" "dfp_arith")) 80 60)
530
531 (define_function_unit "fp"     1 0
532   (and (eq_attr "issues" "2") (eq_attr "type" "dfdiv")) 230 10)
533
534 (define_function_unit "fdiv"     1 0
535   (and (eq_attr "issues" "2") (eq_attr "type" "dfdiv")) 230 210)
536
537 ; Definitions for filling branch delay slots.
538
539 (define_attr "needs_delay_slot" "yes,no" (const_string "no"))
540
541 ;; ??? This should be (nil) instead of (const_int 0)
542 (define_attr "hit_stack" "yes,no"
543         (cond [(eq (symbol_ref "find_regno_note (insn, REG_INC, SP_REG)")
544                    (const_int 0))
545                (const_string "no")]
546               (const_string "yes")))
547
548 (define_attr "interrupt_function" "no,yes"
549   (const (symbol_ref "pragma_interrupt")))
550
551 (define_attr "in_delay_slot" "yes,no"
552   (cond [(eq_attr "type" "cbranch") (const_string "no")
553          (eq_attr "type" "pcload,pcload_si") (const_string "no")
554          (eq_attr "needs_delay_slot" "yes") (const_string "no")
555          (eq_attr "length" "2") (const_string "yes")
556          ] (const_string "no")))
557
558 (define_attr "is_sfunc" ""
559   (if_then_else (eq_attr "type" "sfunc") (const_int 1) (const_int 0)))
560
561 (define_delay
562   (eq_attr "needs_delay_slot" "yes")
563   [(eq_attr "in_delay_slot" "yes") (nil) (nil)])
564
565 ;; On the SH and SH2, the rte instruction reads the return pc from the stack,
566 ;; and thus we can't put a pop instruction in its delay slot.
567 ;; ??? On the SH3, the rte instruction does not use the stack, so a pop
568 ;; instruction can go in the delay slot.
569
570 ;; Since a normal return (rts) implicitly uses the PR register,
571 ;; we can't allow PR register loads in an rts delay slot.
572
573 (define_delay
574   (eq_attr "type" "return")
575   [(and (eq_attr "in_delay_slot" "yes")
576         (ior (and (eq_attr "interrupt_function" "no")
577                   (eq_attr "type" "!pload,prset"))
578              (and (eq_attr "interrupt_function" "yes")
579                   (eq_attr "hit_stack" "no")))) (nil) (nil)])
580
581 ;; Since a call implicitly uses the PR register, we can't allow
582 ;; a PR register store in a jsr delay slot.
583
584 (define_delay
585   (ior (eq_attr "type" "call") (eq_attr "type" "sfunc"))
586   [(and (eq_attr "in_delay_slot" "yes")
587         (eq_attr "type" "!pstore,prget")) (nil) (nil)])
588
589 ;; Say that we have annulled true branches, since this gives smaller and
590 ;; faster code when branches are predicted as not taken.
591
592 (define_delay
593   (and (eq_attr "type" "cbranch")
594        (ne (symbol_ref "TARGET_SH2") (const_int 0)))
595   [(eq_attr "in_delay_slot" "yes") (eq_attr "in_delay_slot" "yes") (nil)])
596 \f
597 ;; -------------------------------------------------------------------------
598 ;; SImode signed integer comparisons
599 ;; -------------------------------------------------------------------------
600
601 (define_insn ""
602   [(set (reg:SI T_REG)
603         (eq:SI (and:SI (match_operand:SI 0 "arith_reg_operand" "z,r")
604                        (match_operand:SI 1 "arith_operand" "L,r"))
605                (const_int 0)))]
606   ""
607   "tst  %1,%0")
608
609 ;; ??? Perhaps should only accept reg/constant if the register is reg 0.
610 ;; That would still allow reload to create cmpi instructions, but would
611 ;; perhaps allow forcing the constant into a register when that is better.
612 ;; Probably should use r0 for mem/imm compares, but force constant into a
613 ;; register for pseudo/imm compares.
614
615 (define_insn "cmpeqsi_t"
616   [(set (reg:SI T_REG)
617         (eq:SI (match_operand:SI 0 "arith_reg_operand" "r,z,r")
618                (match_operand:SI 1 "arith_operand" "N,rI,r")))]
619   ""
620   "@
621         tst     %0,%0
622         cmp/eq  %1,%0
623         cmp/eq  %1,%0")
624
625 (define_insn "cmpgtsi_t"
626   [(set (reg:SI T_REG)
627         (gt:SI (match_operand:SI 0 "arith_reg_operand" "r,r")
628                (match_operand:SI 1 "arith_reg_or_0_operand" "r,N")))]
629   ""
630   "@
631         cmp/gt  %1,%0
632         cmp/pl  %0")
633
634 (define_insn "cmpgesi_t"
635   [(set (reg:SI T_REG)
636         (ge:SI (match_operand:SI 0 "arith_reg_operand" "r,r")
637                (match_operand:SI 1 "arith_reg_or_0_operand" "r,N")))]
638   ""
639   "@
640         cmp/ge  %1,%0
641         cmp/pz  %0")
642 \f
643 ;; -------------------------------------------------------------------------
644 ;; SImode unsigned integer comparisons
645 ;; -------------------------------------------------------------------------
646
647 (define_insn "cmpgeusi_t"
648   [(set (reg:SI T_REG)
649         (geu:SI (match_operand:SI 0 "arith_reg_operand" "r")
650                 (match_operand:SI 1 "arith_reg_operand" "r")))]
651   ""
652   "cmp/hs       %1,%0")
653
654 (define_insn "cmpgtusi_t"
655   [(set (reg:SI T_REG)
656         (gtu:SI (match_operand:SI 0 "arith_reg_operand" "r")
657                 (match_operand:SI 1 "arith_reg_operand" "r")))]
658   ""
659   "cmp/hi       %1,%0")
660
661 ;; We save the compare operands in the cmpxx patterns and use them when
662 ;; we generate the branch.
663
664 (define_expand "cmpsi"
665   [(set (reg:SI T_REG)
666         (compare (match_operand:SI 0 "arith_operand" "")
667                  (match_operand:SI 1 "arith_operand" "")))]
668   ""
669   "
670 {
671   sh_compare_op0 = operands[0];
672   sh_compare_op1 = operands[1];
673   DONE;
674 }")
675 \f
676 ;; -------------------------------------------------------------------------
677 ;; DImode signed integer comparisons
678 ;; -------------------------------------------------------------------------
679
680 ;; ??? Could get better scheduling by splitting the initial test from the
681 ;; rest of the insn after reload.  However, the gain would hardly justify
682 ;; the sh.md size increase necessary to do that.
683
684 (define_insn ""
685   [(set (reg:SI T_REG)
686         (eq:SI (and:DI (match_operand:DI 0 "arith_reg_operand" "r")
687                        (match_operand:DI 1 "arith_operand" "r"))
688                (const_int 0)))]
689   ""
690   "* return output_branchy_insn (EQ, \"tst\\t%S1,%S0\;bf\\t%l9\;tst\\t%R1,%R0\",
691                                  insn, operands);"
692   [(set_attr "length" "6")
693    (set_attr "type" "arith3b")])
694
695 (define_insn "cmpeqdi_t"
696   [(set (reg:SI T_REG)
697         (eq:SI (match_operand:DI 0 "arith_reg_operand" "r,r")
698                (match_operand:DI 1 "arith_reg_or_0_operand" "N,r")))]
699   ""
700   "@
701         tst     %S0,%S0\;bf     %,Ldi%=\;tst    %R0,%R0\\n%,Ldi%=:
702         cmp/eq  %S1,%S0\;bf     %,Ldi%=\;cmp/eq %R1,%R0\\n%,Ldi%=:"
703   [(set_attr "length" "6")
704    (set_attr "type" "arith3b")])
705
706 (define_split
707   [(set (reg:SI T_REG)
708         (eq:SI (match_operand:DI 0 "arith_reg_operand" "r,r")
709                (match_operand:DI 1 "arith_reg_or_0_operand" "N,r")))]
710 ;; If we applied this split when not optimizing, it would only be
711 ;; applied during the machine-dependent reorg, when no new basic blocks
712 ;; may be created.
713   "reload_completed && optimize"
714   [(set (reg:SI T_REG) (eq:SI (match_dup 2) (match_dup 3)))
715    (set (pc) (if_then_else (eq (reg:SI T_REG) (const_int 0))
716                            (label_ref (match_dup 6))
717                            (pc)))
718    (set (reg:SI T_REG) (eq:SI (match_dup 4) (match_dup 5)))
719    (match_dup 6)]
720   "
721 {
722   operands[2]
723     = gen_rtx_REG (SImode,
724                    true_regnum (operands[0]) + (TARGET_LITTLE_ENDIAN ? 1 : 0));
725   operands[3]
726     = (operands[1] == const0_rtx
727        ? const0_rtx
728        : gen_rtx_REG (SImode,
729                       true_regnum (operands[1])
730                       + (TARGET_LITTLE_ENDIAN ? 1 : 0)));
731   operands[4] = gen_lowpart (SImode, operands[0]);
732   operands[5] = gen_lowpart (SImode, operands[1]);
733   operands[6] = gen_label_rtx ();
734 }")
735
736 (define_insn "cmpgtdi_t"
737   [(set (reg:SI T_REG)
738         (gt:SI (match_operand:DI 0 "arith_reg_operand" "r,r")
739                (match_operand:DI 1 "arith_reg_or_0_operand" "r,N")))]
740   "TARGET_SH2"
741   "@
742         cmp/eq\\t%S1,%S0\;bf{.|/}s\\t%,Ldi%=\;cmp/gt\\t%S1,%S0\;cmp/hi\\t%R1,%R0\\n%,Ldi%=:
743         tst\\t%S0,%S0\;bf{.|/}s\\t%,Ldi%=\;cmp/pl\\t%S0\;cmp/hi\\t%S0,%R0\\n%,Ldi%=:"
744   [(set_attr "length" "8")
745    (set_attr "type" "arith3")])
746
747 (define_insn "cmpgedi_t"
748   [(set (reg:SI T_REG)
749         (ge:SI (match_operand:DI 0 "arith_reg_operand" "r,r")
750                (match_operand:DI 1 "arith_reg_or_0_operand" "r,N")))]
751   "TARGET_SH2"
752   "@
753         cmp/eq\\t%S1,%S0\;bf{.|/}s\\t%,Ldi%=\;cmp/ge\\t%S1,%S0\;cmp/hs\\t%R1,%R0\\n%,Ldi%=:
754         cmp/pz\\t%S0"
755   [(set_attr "length" "8,2")
756    (set_attr "type" "arith3,arith")])
757 \f
758 ;; -------------------------------------------------------------------------
759 ;; DImode unsigned integer comparisons
760 ;; -------------------------------------------------------------------------
761
762 (define_insn "cmpgeudi_t"
763   [(set (reg:SI T_REG)
764         (geu:SI (match_operand:DI 0 "arith_reg_operand" "r")
765                 (match_operand:DI 1 "arith_reg_operand" "r")))]
766   "TARGET_SH2"
767   "cmp/eq\\t%S1,%S0\;bf{.|/}s\\t%,Ldi%=\;cmp/hs\\t%S1,%S0\;cmp/hs\\t%R1,%R0\\n%,Ldi%=:"
768   [(set_attr "length" "8")
769    (set_attr "type" "arith3")])
770
771 (define_insn "cmpgtudi_t"
772   [(set (reg:SI T_REG)
773         (gtu:SI (match_operand:DI 0 "arith_reg_operand" "r")
774                 (match_operand:DI 1 "arith_reg_operand" "r")))]
775   "TARGET_SH2"
776   "cmp/eq\\t%S1,%S0\;bf{.|/}s\\t%,Ldi%=\;cmp/hi\\t%S1,%S0\;cmp/hi\\t%R1,%R0\\n%,Ldi%=:"
777   [(set_attr "length" "8")
778    (set_attr "type" "arith3")])
779
780 ;; We save the compare operands in the cmpxx patterns and use them when
781 ;; we generate the branch.
782
783 (define_expand "cmpdi"
784   [(set (reg:SI T_REG)
785         (compare (match_operand:DI 0 "arith_operand" "")
786                  (match_operand:DI 1 "arith_operand" "")))]
787   "TARGET_SH2"
788   "
789 {
790   sh_compare_op0 = operands[0];
791   sh_compare_op1 = operands[1];
792   DONE;
793 }")
794 \f
795 ;; -------------------------------------------------------------------------
796 ;; Addition instructions
797 ;; -------------------------------------------------------------------------
798
799 ;; ??? This should be a define expand.
800
801 (define_insn "adddi3"
802   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
803         (plus:DI (match_operand:DI 1 "arith_reg_operand" "%0")
804                  (match_operand:DI 2 "arith_reg_operand" "r")))
805    (clobber (reg:SI T_REG))]
806   ""
807   "#"
808   [(set_attr "length" "6")])
809
810 (define_split
811   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
812         (plus:DI (match_operand:DI 1 "arith_reg_operand" "%0")
813                  (match_operand:DI 2 "arith_reg_operand" "r")))
814    (clobber (reg:SI T_REG))]
815   "reload_completed"
816   [(const_int 0)]
817   "
818 {
819   rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
820   high0 = gen_rtx_REG (SImode,
821                        true_regnum (operands[0])
822                        + (TARGET_LITTLE_ENDIAN ? 1 : 0));
823   high2 = gen_rtx_REG (SImode,
824                        true_regnum (operands[2])
825                        + (TARGET_LITTLE_ENDIAN ? 1 : 0));
826   emit_insn (gen_clrt ());
827   emit_insn (gen_addc (low0, low0, gen_lowpart (SImode, operands[2])));
828   emit_insn (gen_addc1 (high0, high0, high2));
829   DONE;
830 }")
831
832 (define_insn "addc"
833   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
834         (plus:SI (plus:SI (match_operand:SI 1 "arith_reg_operand" "0")
835                           (match_operand:SI 2 "arith_reg_operand" "r"))
836                  (reg:SI T_REG)))
837    (set (reg:SI T_REG)
838         (ltu:SI (plus:SI (match_dup 1) (match_dup 2)) (match_dup 1)))]
839   ""
840   "addc %2,%0"
841   [(set_attr "type" "arith")])
842
843 (define_insn "addc1"
844   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
845         (plus:SI (plus:SI (match_operand:SI 1 "arith_reg_operand" "0")
846                           (match_operand:SI 2 "arith_reg_operand" "r"))
847                  (reg:SI T_REG)))
848    (clobber (reg:SI T_REG))]
849   ""
850   "addc %2,%0"
851   [(set_attr "type" "arith")])
852
853 (define_insn "addsi3"
854   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
855         (plus:SI (match_operand:SI 1 "arith_operand" "%0")
856                  (match_operand:SI 2 "arith_operand" "rI")))]
857   ""
858   "add  %2,%0"
859   [(set_attr "type" "arith")])
860 \f
861 ;; -------------------------------------------------------------------------
862 ;; Subtraction instructions
863 ;; -------------------------------------------------------------------------
864
865 ;; ??? This should be a define expand.
866
867 (define_insn "subdi3"
868   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
869         (minus:DI (match_operand:DI 1 "arith_reg_operand" "0")
870                  (match_operand:DI 2 "arith_reg_operand" "r")))
871    (clobber (reg:SI T_REG))]
872   ""
873   "#"
874   [(set_attr "length" "6")])
875
876 (define_split
877   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
878         (minus:DI (match_operand:DI 1 "arith_reg_operand" "0")
879                   (match_operand:DI 2 "arith_reg_operand" "r")))
880    (clobber (reg:SI T_REG))]
881   "reload_completed"
882   [(const_int 0)]
883   "
884 {
885   rtx high0, high2, low0 = gen_lowpart (SImode, operands[0]);
886   high0 = gen_rtx_REG (SImode,
887                        true_regnum (operands[0])
888                        + (TARGET_LITTLE_ENDIAN ? 1 : 0));
889   high2 = gen_rtx_REG (SImode,
890                        true_regnum (operands[2])
891                        + (TARGET_LITTLE_ENDIAN ? 1 : 0));
892   emit_insn (gen_clrt ());
893   emit_insn (gen_subc (low0, low0, gen_lowpart (SImode, operands[2])));
894   emit_insn (gen_subc1 (high0, high0, high2));
895   DONE;
896 }")
897
898 (define_insn "subc"
899   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
900         (minus:SI (minus:SI (match_operand:SI 1 "arith_reg_operand" "0")
901                             (match_operand:SI 2 "arith_reg_operand" "r"))
902                   (reg:SI T_REG)))
903    (set (reg:SI T_REG)
904         (gtu:SI (minus:SI (match_dup 1) (match_dup 2)) (match_dup 1)))]
905   ""
906   "subc %2,%0"
907   [(set_attr "type" "arith")])
908
909 (define_insn "subc1"
910   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
911         (minus:SI (minus:SI (match_operand:SI 1 "arith_reg_operand" "0")
912                             (match_operand:SI 2 "arith_reg_operand" "r"))
913                   (reg:SI T_REG)))
914    (clobber (reg:SI T_REG))]
915   ""
916   "subc %2,%0"
917   [(set_attr "type" "arith")])
918
919 (define_insn "*subsi3_internal"
920   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
921         (minus:SI (match_operand:SI 1 "arith_reg_operand" "0")
922                   (match_operand:SI 2 "arith_reg_operand" "r")))]
923   ""
924   "sub  %2,%0"
925   [(set_attr "type" "arith")])
926
927 ;; Convert `constant - reg' to `neg rX; add rX, #const' since this
928 ;; will sometimes save one instruction.  Otherwise we might get
929 ;; `mov #const, rY; sub rY,rX; mov rX, rY' if the source and dest regs
930 ;; are the same.
931
932 (define_expand "subsi3"
933   [(set (match_operand:SI 0 "arith_reg_operand" "")
934         (minus:SI (match_operand:SI 1 "arith_operand" "")
935                   (match_operand:SI 2 "arith_reg_operand" "")))]
936   ""
937   "
938 {
939   if (GET_CODE (operands[1]) == CONST_INT)
940     {
941       emit_insn (gen_negsi2 (operands[0], operands[2]));
942       emit_insn (gen_addsi3 (operands[0], operands[0], operands[1]));
943       DONE;
944     }
945 }")
946 \f
947 ;; -------------------------------------------------------------------------
948 ;; Division instructions
949 ;; -------------------------------------------------------------------------
950
951 ;; We take advantage of the library routines which don't clobber as many
952 ;; registers as a normal function call would.
953
954 ;; The INSN_REFERENCES_ARE_DELAYED in sh.h is problematic because it
955 ;; also has an effect on the register that holds the address of the sfunc.
956 ;; To make this work, we have an extra dummy insns that shows the use
957 ;; of this register for reorg.
958
959 (define_insn "use_sfunc_addr"
960   [(set (reg:SI PR_REG)
961         (unspec [(match_operand:SI 0 "register_operand" "r")] UNSPEC_SFUNC))]
962   ""
963   ""
964   [(set_attr "length" "0")])
965
966 ;; We must use a pseudo-reg forced to reg 0 in the SET_DEST rather than
967 ;; hard register 0.  If we used hard register 0, then the next instruction
968 ;; would be a move from hard register 0 to a pseudo-reg.  If the pseudo-reg
969 ;; gets allocated to a stack slot that needs its address reloaded, then
970 ;; there is nothing to prevent reload from using r0 to reload the address.
971 ;; This reload would clobber the value in r0 we are trying to store.
972 ;; If we let reload allocate r0, then this problem can never happen.
973
974 (define_insn "udivsi3_i1"
975   [(set (match_operand:SI 0 "register_operand" "=z")
976         (udiv:SI (reg:SI R4_REG) (reg:SI R5_REG)))
977    (clobber (reg:SI T_REG))
978    (clobber (reg:SI PR_REG))
979    (clobber (reg:SI R4_REG))
980    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
981   "! TARGET_SH4"
982   "jsr  @%1%#"
983   [(set_attr "type" "sfunc")
984    (set_attr "needs_delay_slot" "yes")])
985
986 (define_insn "udivsi3_i4"
987   [(set (match_operand:SI 0 "register_operand" "=y")
988         (udiv:SI (reg:SI R4_REG) (reg:SI R5_REG)))
989    (clobber (reg:SI T_REG))
990    (clobber (reg:SI PR_REG))
991    (clobber (reg:DF DR0_REG))
992    (clobber (reg:DF DR2_REG))
993    (clobber (reg:DF DR4_REG))
994    (clobber (reg:SI R0_REG))
995    (clobber (reg:SI R1_REG))
996    (clobber (reg:SI R4_REG))
997    (clobber (reg:SI R5_REG))
998    (use (reg:PSI FPSCR_REG))
999    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1000   "TARGET_SH4 && ! TARGET_FPU_SINGLE"
1001   "jsr  @%1%#"
1002   [(set_attr "type" "sfunc")
1003    (set_attr "fp_mode" "double")
1004    (set_attr "needs_delay_slot" "yes")])
1005
1006 (define_insn "udivsi3_i4_single"
1007   [(set (match_operand:SI 0 "register_operand" "=y")
1008         (udiv:SI (reg:SI R4_REG) (reg:SI R5_REG)))
1009    (clobber (reg:SI T_REG))
1010    (clobber (reg:SI PR_REG))
1011    (clobber (reg:DF DR0_REG))
1012    (clobber (reg:DF DR2_REG))
1013    (clobber (reg:DF DR4_REG))
1014    (clobber (reg:SI R0_REG))
1015    (clobber (reg:SI R1_REG))
1016    (clobber (reg:SI R4_REG))
1017    (clobber (reg:SI R5_REG))
1018    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1019   "TARGET_HARD_SH4 && TARGET_FPU_SINGLE"
1020   "jsr  @%1%#"
1021   [(set_attr "type" "sfunc")
1022    (set_attr "needs_delay_slot" "yes")])
1023
1024 (define_expand "udivsi3"
1025   [(set (match_dup 3) (symbol_ref:SI "__udivsi3"))
1026    (set (reg:SI R4_REG) (match_operand:SI 1 "general_operand" ""))
1027    (set (reg:SI R5_REG) (match_operand:SI 2 "general_operand" ""))
1028    (parallel [(set (match_operand:SI 0 "register_operand" "")
1029                    (udiv:SI (reg:SI R4_REG)
1030                             (reg:SI R5_REG)))
1031               (clobber (reg:SI T_REG))
1032               (clobber (reg:SI PR_REG))
1033               (clobber (reg:SI R4_REG))
1034               (use (match_dup 3))])]
1035   ""
1036   "
1037 {
1038   rtx first, last;
1039
1040   operands[3] = gen_reg_rtx(SImode);
1041   /* Emit the move of the address to a pseudo outside of the libcall.  */
1042   if (TARGET_HARD_SH4 && TARGET_SH3E)
1043     {
1044       emit_move_insn (operands[3],
1045                       gen_rtx_SYMBOL_REF (SImode, \"__udivsi3_i4\"));
1046       if (TARGET_FPU_SINGLE)
1047         last = gen_udivsi3_i4_single (operands[0], operands[3]);
1048       else
1049         last = gen_udivsi3_i4 (operands[0], operands[3]);
1050     }
1051   else
1052     {
1053       emit_move_insn (operands[3],
1054                       gen_rtx_SYMBOL_REF (SImode, \"__udivsi3\"));
1055       last = gen_udivsi3_i1 (operands[0], operands[3]);
1056     }
1057   first = emit_move_insn (gen_rtx_REG (SImode, 4), operands[1]);
1058   emit_move_insn (gen_rtx_REG (SImode, 5), operands[2]);
1059   last = emit_insn (last);
1060   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1061      invariant code motion can move it.  */
1062   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1063   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1064   DONE;
1065 }")
1066
1067 (define_insn "divsi3_i1"
1068   [(set (match_operand:SI 0 "register_operand" "=z")
1069         (div:SI (reg:SI R4_REG) (reg:SI R5_REG)))
1070    (clobber (reg:SI T_REG))
1071    (clobber (reg:SI PR_REG))
1072    (clobber (reg:SI R1_REG))
1073    (clobber (reg:SI R2_REG))
1074    (clobber (reg:SI R3_REG))
1075    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1076   "! TARGET_SH4"
1077   "jsr  @%1%#"
1078   [(set_attr "type" "sfunc")
1079    (set_attr "needs_delay_slot" "yes")])
1080
1081 (define_insn "divsi3_i4"
1082   [(set (match_operand:SI 0 "register_operand" "=y")
1083         (div:SI (reg:SI R4_REG) (reg:SI R5_REG)))
1084    (clobber (reg:SI PR_REG))
1085    (clobber (reg:DF DR0_REG))
1086    (clobber (reg:DF DR2_REG))
1087    (use (reg:PSI FPSCR_REG))
1088    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1089   "TARGET_SH4 && ! TARGET_FPU_SINGLE"
1090   "jsr  @%1%#"
1091   [(set_attr "type" "sfunc")
1092    (set_attr "fp_mode" "double")
1093    (set_attr "needs_delay_slot" "yes")])
1094
1095 (define_insn "divsi3_i4_single"
1096   [(set (match_operand:SI 0 "register_operand" "=y")
1097         (div:SI (reg:SI R4_REG) (reg:SI R5_REG)))
1098    (clobber (reg:SI PR_REG))
1099    (clobber (reg:DF DR0_REG))
1100    (clobber (reg:DF DR2_REG))
1101    (clobber (reg:SI R2_REG))
1102    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1103   "TARGET_HARD_SH4 && TARGET_FPU_SINGLE"
1104   "jsr  @%1%#"
1105   [(set_attr "type" "sfunc")
1106    (set_attr "needs_delay_slot" "yes")])
1107
1108 (define_expand "divsi3"
1109   [(set (match_dup 3) (symbol_ref:SI "__sdivsi3"))
1110    (set (reg:SI R4_REG) (match_operand:SI 1 "general_operand" ""))
1111    (set (reg:SI R5_REG) (match_operand:SI 2 "general_operand" ""))
1112    (parallel [(set (match_operand:SI 0 "register_operand" "")
1113                    (div:SI (reg:SI R4_REG)
1114                            (reg:SI R5_REG)))
1115               (clobber (reg:SI T_REG))
1116               (clobber (reg:SI PR_REG))
1117               (clobber (reg:SI R1_REG))
1118               (clobber (reg:SI R2_REG))
1119               (clobber (reg:SI R3_REG))
1120               (use (match_dup 3))])]
1121   ""
1122   "
1123 {
1124   rtx first, last;
1125
1126   operands[3] = gen_reg_rtx(SImode);
1127   /* Emit the move of the address to a pseudo outside of the libcall.  */
1128   if (TARGET_HARD_SH4 && TARGET_SH3E)
1129     {
1130       emit_move_insn (operands[3],
1131                       gen_rtx_SYMBOL_REF (SImode, \"__sdivsi3_i4\"));
1132       if (TARGET_FPU_SINGLE)
1133         last = gen_divsi3_i4_single (operands[0], operands[3]);
1134       else
1135         last = gen_divsi3_i4 (operands[0], operands[3]);
1136     }
1137   else
1138     {
1139       emit_move_insn (operands[3], gen_rtx_SYMBOL_REF (SImode, \"__sdivsi3\"));
1140       last = gen_divsi3_i1 (operands[0], operands[3]);
1141     }
1142   first = emit_move_insn (gen_rtx_REG (SImode, 4), operands[1]);
1143   emit_move_insn (gen_rtx_REG (SImode, 5), operands[2]);
1144   last = emit_insn (last);
1145   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1146      invariant code motion can move it.  */
1147   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1148   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1149   DONE;
1150 }")
1151 \f
1152 ;; -------------------------------------------------------------------------
1153 ;; Multiplication instructions
1154 ;; -------------------------------------------------------------------------
1155
1156 (define_insn "umulhisi3_i"
1157   [(set (reg:SI MACL_REG)
1158         (mult:SI (zero_extend:SI
1159                   (match_operand:HI 0 "arith_reg_operand" "r"))
1160                  (zero_extend:SI
1161                   (match_operand:HI 1 "arith_reg_operand" "r"))))]
1162   ""
1163   "mulu.w       %1,%0"
1164   [(set_attr "type" "smpy")])
1165
1166 (define_insn "mulhisi3_i"
1167   [(set (reg:SI MACL_REG)
1168         (mult:SI (sign_extend:SI
1169                   (match_operand:HI 0 "arith_reg_operand" "r"))
1170                  (sign_extend:SI
1171                   (match_operand:HI 1 "arith_reg_operand" "r"))))]
1172   ""
1173   "muls.w       %1,%0"
1174   [(set_attr "type" "smpy")])
1175
1176 (define_expand "mulhisi3"
1177   [(set (reg:SI MACL_REG)
1178         (mult:SI (sign_extend:SI
1179                   (match_operand:HI 1 "arith_reg_operand" ""))
1180                  (sign_extend:SI
1181                   (match_operand:HI 2 "arith_reg_operand" ""))))
1182    (set (match_operand:SI 0 "arith_reg_operand" "")
1183         (reg:SI MACL_REG))]
1184   ""
1185   "
1186 {
1187   rtx first, last;
1188
1189   first = emit_insn (gen_mulhisi3_i (operands[1], operands[2]));
1190   last = emit_move_insn (operands[0], gen_rtx_REG (SImode, MACL_REG));
1191   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1192      invariant code motion can move it.  */
1193   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1194   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1195   DONE;
1196 }")
1197
1198 (define_expand "umulhisi3"
1199   [(set (reg:SI MACL_REG)
1200         (mult:SI (zero_extend:SI
1201                   (match_operand:HI 1 "arith_reg_operand" ""))
1202                  (zero_extend:SI
1203                   (match_operand:HI 2 "arith_reg_operand" ""))))
1204    (set (match_operand:SI 0 "arith_reg_operand" "")
1205         (reg:SI MACL_REG))]
1206   ""
1207   "
1208 {
1209   rtx first, last;
1210
1211   first = emit_insn (gen_umulhisi3_i (operands[1], operands[2]));
1212   last = emit_move_insn (operands[0], gen_rtx_REG (SImode, MACL_REG));
1213   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1214      invariant code motion can move it.  */
1215   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1216   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1217   DONE;
1218 }")
1219
1220 ;; mulsi3 on the SH2 can be done in one instruction, on the SH1 we generate
1221 ;; a call to a routine which clobbers known registers.
1222
1223 (define_insn ""
1224   [(set (match_operand:SI 1 "register_operand" "=z")
1225         (mult:SI (reg:SI R4_REG) (reg:SI R5_REG)))
1226    (clobber (reg:SI MACL_REG))
1227    (clobber (reg:SI T_REG))
1228    (clobber (reg:SI PR_REG))
1229    (clobber (reg:SI R3_REG))
1230    (clobber (reg:SI R2_REG))
1231    (clobber (reg:SI R1_REG))
1232    (use (match_operand:SI 0 "arith_reg_operand" "r"))]
1233   ""
1234   "jsr  @%0%#"
1235   [(set_attr "type" "sfunc")
1236    (set_attr "needs_delay_slot" "yes")])
1237
1238 (define_expand "mulsi3_call"
1239   [(set (reg:SI R4_REG) (match_operand:SI 1 "general_operand" ""))
1240    (set (reg:SI R5_REG) (match_operand:SI 2 "general_operand" ""))
1241    (parallel[(set (match_operand:SI 0 "register_operand" "")
1242                   (mult:SI (reg:SI R4_REG)
1243                            (reg:SI R5_REG)))
1244              (clobber (reg:SI MACL_REG))
1245              (clobber (reg:SI T_REG))
1246              (clobber (reg:SI PR_REG))
1247              (clobber (reg:SI R3_REG))
1248              (clobber (reg:SI R2_REG))
1249              (clobber (reg:SI R1_REG))
1250              (use (match_operand:SI 3 "register_operand" ""))])]
1251   ""
1252   "")
1253
1254 (define_insn "mul_l"
1255   [(set (reg:SI MACL_REG)
1256         (mult:SI (match_operand:SI 0 "arith_reg_operand" "r")
1257                  (match_operand:SI 1 "arith_reg_operand" "r")))]
1258   "TARGET_SH2"
1259   "mul.l        %1,%0"
1260   [(set_attr "type" "dmpy")])
1261
1262 (define_expand "mulsi3"
1263   [(set (reg:SI MACL_REG)
1264         (mult:SI  (match_operand:SI 1 "arith_reg_operand" "")
1265                   (match_operand:SI 2 "arith_reg_operand" "")))
1266    (set (match_operand:SI 0 "arith_reg_operand" "")
1267         (reg:SI MACL_REG))]
1268   ""
1269   "
1270 {
1271   rtx first, last;
1272
1273   if (!TARGET_SH2)
1274     {
1275       /* The address must be set outside the libcall,
1276          since it goes into a pseudo.  */
1277       rtx sym = gen_rtx_SYMBOL_REF (SImode, \"__mulsi3\");
1278       rtx addr = force_reg (SImode, sym);
1279       rtx insns = gen_mulsi3_call (operands[0], operands[1],
1280                                    operands[2], addr);
1281       first = XVECEXP (insns, 0, 0);
1282       last = XVECEXP (insns, 0, XVECLEN (insns, 0) - 1);
1283       emit_insn (insns);
1284     }
1285   else
1286     {
1287       rtx macl = gen_rtx_REG (SImode, MACL_REG);
1288
1289       first = emit_insn (gen_mul_l (operands[1], operands[2]));
1290       /* consec_sets_giv can only recognize the first insn that sets a
1291          giv as the giv insn.  So we must tag this also with a REG_EQUAL
1292          note.  */
1293       last = emit_insn (gen_movsi_i ((operands[0]), macl));
1294     }
1295   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1296      invariant code motion can move it.  */
1297   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1298   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1299   DONE;
1300 }")
1301
1302 (define_insn "mulsidi3_i"
1303   [(set (reg:SI MACH_REG)
1304         (truncate:SI
1305          (lshiftrt:DI
1306           (mult:DI
1307            (sign_extend:DI (match_operand:SI 0 "arith_reg_operand" "r"))
1308            (sign_extend:DI (match_operand:SI 1 "arith_reg_operand" "r")))
1309           (const_int 32))))
1310    (set (reg:SI MACL_REG)
1311         (mult:SI (match_dup 0)
1312                  (match_dup 1)))]
1313   "TARGET_SH2"
1314   "dmuls.l      %1,%0"
1315   [(set_attr "type" "dmpy")])
1316
1317 (define_insn "mulsidi3"
1318   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
1319         (mult:DI
1320          (sign_extend:DI (match_operand:SI 1 "arith_reg_operand" "r"))
1321          (sign_extend:DI (match_operand:SI 2 "arith_reg_operand" "r"))))
1322    (clobber (reg:SI MACH_REG))
1323    (clobber (reg:SI MACL_REG))]
1324   "TARGET_SH2"
1325   "#")
1326
1327 (define_split
1328   [(set (match_operand:DI 0 "arith_reg_operand" "")
1329         (mult:DI
1330          (sign_extend:DI (match_operand:SI 1 "arith_reg_operand" ""))
1331          (sign_extend:DI (match_operand:SI 2 "arith_reg_operand" ""))))
1332    (clobber (reg:SI MACH_REG))
1333    (clobber (reg:SI MACL_REG))]
1334   "TARGET_SH2"
1335   [(const_int 0)]
1336   "
1337 {
1338   rtx low_dst = gen_lowpart (SImode, operands[0]);
1339   rtx high_dst = gen_highpart (SImode, operands[0]);
1340
1341   emit_insn (gen_mulsidi3_i (operands[1], operands[2]));
1342
1343   emit_move_insn (low_dst, gen_rtx_REG (SImode, MACL_REG));
1344   emit_move_insn (high_dst, gen_rtx_REG (SImode, MACH_REG));
1345   /* We need something to tag the possible REG_EQUAL notes on to.  */
1346   emit_move_insn (operands[0], operands[0]);
1347   DONE;
1348 }")
1349
1350 (define_insn "umulsidi3_i"
1351   [(set (reg:SI MACH_REG)
1352         (truncate:SI
1353          (lshiftrt:DI
1354           (mult:DI
1355            (zero_extend:DI (match_operand:SI 0 "arith_reg_operand" "r"))
1356            (zero_extend:DI (match_operand:SI 1 "arith_reg_operand" "r")))
1357           (const_int 32))))
1358    (set (reg:SI MACL_REG)
1359         (mult:SI (match_dup 0)
1360                  (match_dup 1)))]
1361   "TARGET_SH2"
1362   "dmulu.l      %1,%0"
1363   [(set_attr "type" "dmpy")])
1364
1365 (define_insn "umulsidi3"
1366   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
1367         (mult:DI
1368          (zero_extend:DI (match_operand:SI 1 "arith_reg_operand" "r"))
1369          (zero_extend:DI (match_operand:SI 2 "arith_reg_operand" "r"))))
1370    (clobber (reg:SI MACH_REG))
1371    (clobber (reg:SI MACL_REG))]
1372   "TARGET_SH2"
1373   "#")
1374
1375 (define_split
1376   [(set (match_operand:DI 0 "arith_reg_operand" "")
1377         (mult:DI (zero_extend:DI (match_operand:SI 1 "arith_reg_operand" ""))
1378                  (zero_extend:DI (match_operand:SI 2 "arith_reg_operand" ""))))
1379    (clobber (reg:SI MACH_REG))
1380    (clobber (reg:SI MACL_REG))]
1381   "TARGET_SH2"
1382   [(const_int 0)]
1383   "
1384 {
1385   rtx low_dst = gen_lowpart (SImode, operands[0]);
1386   rtx high_dst = gen_highpart (SImode, operands[0]);
1387
1388   emit_insn (gen_umulsidi3_i (operands[1], operands[2]));
1389
1390   emit_move_insn (low_dst, gen_rtx_REG (SImode, MACL_REG));
1391   emit_move_insn (high_dst, gen_rtx_REG (SImode, MACH_REG));
1392   /* We need something to tag the possible REG_EQUAL notes on to.  */
1393   emit_move_insn (operands[0], operands[0]);
1394   DONE;
1395 }")
1396
1397 (define_insn "smulsi3_highpart_i"
1398   [(set (reg:SI MACH_REG)
1399         (truncate:SI
1400          (lshiftrt:DI
1401           (mult:DI
1402            (sign_extend:DI (match_operand:SI 0 "arith_reg_operand" "r"))
1403            (sign_extend:DI (match_operand:SI 1 "arith_reg_operand" "r")))
1404           (const_int 32))))
1405    (clobber (reg:SI MACL_REG))]
1406   "TARGET_SH2"
1407   "dmuls.l      %1,%0"
1408   [(set_attr "type" "dmpy")])
1409
1410 (define_expand "smulsi3_highpart"
1411   [(parallel
1412     [(set (reg:SI MACH_REG)
1413           (truncate:SI
1414            (lshiftrt:DI
1415             (mult:DI
1416              (sign_extend:DI (match_operand:SI 1 "arith_reg_operand" ""))
1417              (sign_extend:DI (match_operand:SI 2 "arith_reg_operand" "")))
1418             (const_int 32))))
1419     (clobber (reg:SI MACL_REG))])
1420    (set (match_operand:SI 0 "arith_reg_operand" "")
1421         (reg:SI MACH_REG))]
1422   "TARGET_SH2"
1423   "
1424 {
1425   rtx first, last;
1426
1427   first = emit_insn (gen_smulsi3_highpart_i (operands[1], operands[2]));
1428   last = emit_move_insn (operands[0], gen_rtx_REG (SImode, MACH_REG));
1429   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1430      invariant code motion can move it.  */
1431   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1432   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1433   /* expand_binop can't find a suitable code in mul_highpart_optab to
1434      make a REG_EQUAL note from, so make one here.
1435      ??? Alternatively, we could put this at the calling site of expand_binop,
1436      i.e. expand_mult_highpart.  */
1437   REG_NOTES (last)
1438     = gen_rtx_EXPR_LIST (REG_EQUAL, copy_rtx (SET_SRC (single_set (first))),
1439                          REG_NOTES (last));
1440   DONE;
1441 }")
1442
1443 (define_insn "umulsi3_highpart_i"
1444   [(set (reg:SI MACH_REG)
1445         (truncate:SI
1446          (lshiftrt:DI
1447           (mult:DI
1448            (zero_extend:DI (match_operand:SI 0 "arith_reg_operand" "r"))
1449            (zero_extend:DI (match_operand:SI 1 "arith_reg_operand" "r")))
1450           (const_int 32))))
1451    (clobber (reg:SI MACL_REG))]
1452   "TARGET_SH2"
1453   "dmulu.l      %1,%0"
1454   [(set_attr "type" "dmpy")])
1455
1456 (define_expand "umulsi3_highpart"
1457   [(parallel
1458     [(set (reg:SI MACH_REG)
1459           (truncate:SI
1460            (lshiftrt:DI
1461             (mult:DI
1462              (zero_extend:DI (match_operand:SI 1 "arith_reg_operand" ""))
1463              (zero_extend:DI (match_operand:SI 2 "arith_reg_operand" "")))
1464             (const_int 32))))
1465     (clobber (reg:SI MACL_REG))])
1466    (set (match_operand:SI 0 "arith_reg_operand" "")
1467         (reg:SI MACH_REG))]
1468   "TARGET_SH2"
1469   "
1470 {
1471   rtx first, last;
1472
1473   first = emit_insn (gen_umulsi3_highpart_i (operands[1], operands[2]));
1474   last = emit_move_insn (operands[0], gen_rtx_REG (SImode, MACH_REG));
1475   /* Wrap the sequence in REG_LIBCALL / REG_RETVAL notes so that loop
1476      invariant code motion can move it.  */
1477   REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, REG_NOTES (first));
1478   REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
1479   DONE;
1480 }")
1481 \f
1482 ;; -------------------------------------------------------------------------
1483 ;; Logical operations
1484 ;; -------------------------------------------------------------------------
1485
1486 (define_insn ""
1487   [(set (match_operand:SI 0 "arith_reg_operand" "=r,z")
1488         (and:SI (match_operand:SI 1 "arith_reg_operand" "%0,0")
1489                 (match_operand:SI 2 "logical_operand" "r,L")))]
1490   ""
1491   "and  %2,%0"
1492   [(set_attr "type" "arith")])
1493
1494 ;; If the constant is 255, then emit a extu.b instruction instead of an
1495 ;; and, since that will give better code.
1496
1497 (define_expand "andsi3"
1498   [(set (match_operand:SI 0 "arith_reg_operand" "")
1499         (and:SI (match_operand:SI 1 "arith_reg_operand" "")
1500                 (match_operand:SI 2 "logical_operand" "")))]
1501   ""
1502   "
1503 {
1504   if (GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 255)
1505     {
1506       emit_insn (gen_zero_extendqisi2 (operands[0],
1507                                        gen_lowpart (QImode, operands[1])));
1508       DONE;
1509     }
1510 }")
1511
1512 (define_insn "iorsi3"
1513   [(set (match_operand:SI 0 "arith_reg_operand" "=r,z")
1514         (ior:SI (match_operand:SI 1 "arith_reg_operand" "%0,0")
1515                 (match_operand:SI 2 "logical_operand" "r,L")))]
1516   ""
1517   "or   %2,%0"
1518   [(set_attr "type" "arith")])
1519
1520 (define_insn "xorsi3"
1521   [(set (match_operand:SI 0 "arith_reg_operand" "=z,r")
1522         (xor:SI (match_operand:SI 1 "arith_reg_operand" "%0,0")
1523                 (match_operand:SI 2 "logical_operand" "L,r")))]
1524   ""
1525   "xor  %2,%0"
1526   [(set_attr "type" "arith")])
1527 \f
1528 ;; -------------------------------------------------------------------------
1529 ;; Shifts and rotates
1530 ;; -------------------------------------------------------------------------
1531
1532 (define_insn "rotlsi3_1"
1533   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1534         (rotate:SI (match_operand:SI 1 "arith_reg_operand" "0")
1535                    (const_int 1)))
1536    (set (reg:SI T_REG)
1537         (lshiftrt:SI (match_dup 1) (const_int 31)))]
1538   ""
1539   "rotl %0"
1540   [(set_attr "type" "arith")])
1541
1542 (define_insn "rotlsi3_31"
1543   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1544         (rotate:SI (match_operand:SI 1 "arith_reg_operand" "0")
1545                    (const_int 31)))
1546    (clobber (reg:SI T_REG))]
1547   ""
1548   "rotr %0"
1549   [(set_attr "type" "arith")])
1550
1551 (define_insn "rotlsi3_16"
1552   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1553         (rotate:SI (match_operand:SI 1 "arith_reg_operand" "r")
1554                    (const_int 16)))]
1555   ""
1556   "swap.w       %1,%0"
1557   [(set_attr "type" "arith")])
1558
1559 (define_expand "rotlsi3"
1560   [(set (match_operand:SI 0 "arith_reg_operand" "")
1561         (rotate:SI (match_operand:SI 1 "arith_reg_operand" "")
1562                    (match_operand:SI 2 "immediate_operand" "")))]
1563   ""
1564   "
1565 {
1566   static char rot_tab[] = {
1567     000, 000, 000, 000, 000, 000, 010, 001,
1568     001, 001, 011, 013, 003, 003, 003, 003,
1569     003, 003, 003, 003, 003, 013, 012, 002,
1570     002, 002, 010, 000, 000, 000, 000, 000,
1571   };
1572
1573   int count, choice;
1574
1575   if (GET_CODE (operands[2]) != CONST_INT)
1576     FAIL;
1577   count = INTVAL (operands[2]);
1578   choice = rot_tab[count];
1579   if (choice & 010 && SH_DYNAMIC_SHIFT_COST <= 1)
1580     FAIL;
1581   choice &= 7;
1582   switch (choice)
1583     {
1584     case 0:
1585       emit_move_insn (operands[0], operands[1]);
1586       count -= (count & 16) * 2;
1587       break;
1588     case 3:
1589      emit_insn (gen_rotlsi3_16 (operands[0], operands[1]));
1590      count -= 16;
1591      break;
1592     case 1:
1593     case 2:
1594       {
1595         rtx parts[2];
1596         parts[0] = gen_reg_rtx (SImode);
1597         parts[1] = gen_reg_rtx (SImode);
1598         emit_insn (gen_rotlsi3_16 (parts[2-choice], operands[1]));
1599         parts[choice-1] = operands[1];
1600         emit_insn (gen_ashlsi3 (parts[0], parts[0], GEN_INT (8)));
1601         emit_insn (gen_lshrsi3 (parts[1], parts[1], GEN_INT (8)));
1602         emit_insn (gen_iorsi3 (operands[0], parts[0], parts[1]));
1603         count = (count & ~16) - 8;
1604       }
1605     }
1606
1607   for (; count > 0; count--)
1608     emit_insn (gen_rotlsi3_1 (operands[0], operands[0]));
1609   for (; count < 0; count++)
1610     emit_insn (gen_rotlsi3_31 (operands[0], operands[0]));
1611
1612   DONE;
1613 }")
1614
1615 (define_insn "*rotlhi3_8"
1616   [(set (match_operand:HI 0 "arith_reg_operand" "=r")
1617         (rotate:HI (match_operand:HI 1 "arith_reg_operand" "r")
1618                    (const_int 8)))]
1619   ""
1620   "swap.b       %1,%0"
1621   [(set_attr "type" "arith")])
1622
1623 (define_expand "rotlhi3"
1624   [(set (match_operand:HI 0 "arith_reg_operand" "")
1625         (rotate:HI (match_operand:HI 1 "arith_reg_operand" "")
1626                    (match_operand:HI 2 "immediate_operand" "")))]
1627   ""
1628   "
1629 {
1630   if (GET_CODE (operands[2]) != CONST_INT || INTVAL (operands[2]) != 8)
1631     FAIL;
1632 }")
1633
1634 ;;
1635 ;; shift left
1636
1637 ;; This pattern is used by init_expmed for computing the costs of shift
1638 ;; insns.
1639
1640 (define_insn_and_split "ashlsi3_std"
1641   [(set (match_operand:SI 0 "arith_reg_operand" "=r,r,r,r")
1642         (ashift:SI (match_operand:SI 1 "arith_reg_operand" "0,0,0,0")
1643                    (match_operand:SI 2 "nonmemory_operand" "r,M,K,?ri")))
1644    (clobber (match_scratch:SI 3 "=X,X,X,&r"))]
1645   "TARGET_SH3
1646    || (GET_CODE (operands[2]) == CONST_INT
1647        && CONST_OK_FOR_K (INTVAL (operands[2])))"
1648   "@
1649    shld %2,%0
1650    add  %0,%0
1651    shll%O2      %0
1652    #"
1653   "TARGET_SH3
1654    && GET_CODE (operands[2]) == CONST_INT
1655    && ! CONST_OK_FOR_K (INTVAL (operands[2]))"
1656   [(set (match_dup 3) (match_dup 2))
1657    (parallel
1658     [(set (match_dup 0) (ashift:SI (match_dup 1) (match_dup 3)))
1659      (clobber (match_dup 4))])]
1660   "operands[4] = gen_rtx_SCRATCH (SImode);"
1661   [(set_attr "length" "*,*,*,4")
1662    (set_attr "type" "dyn_shift,arith,arith,arith")])
1663
1664 (define_insn "ashlhi3_k"
1665   [(set (match_operand:HI 0 "arith_reg_operand" "=r,r")
1666         (ashift:HI (match_operand:HI 1 "arith_reg_operand" "0,0")
1667                    (match_operand:HI 2 "const_int_operand" "M,K")))]
1668   "CONST_OK_FOR_K (INTVAL (operands[2]))"
1669   "@
1670         add     %0,%0
1671         shll%O2 %0"
1672   [(set_attr "type" "arith")])
1673
1674 (define_insn "ashlsi3_n"
1675   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1676         (ashift:SI (match_operand:SI 1 "arith_reg_operand" "0")
1677                    (match_operand:SI 2 "const_int_operand" "n")))
1678    (clobber (reg:SI T_REG))]
1679   "! sh_dynamicalize_shift_p (operands[2])"
1680   "#"
1681   [(set (attr "length")
1682         (cond [(eq (symbol_ref "shift_insns_rtx (insn)") (const_int 1))
1683                (const_string "2")
1684                (eq (symbol_ref "shift_insns_rtx (insn)") (const_int 2))
1685                (const_string "4")
1686                (eq (symbol_ref "shift_insns_rtx (insn)") (const_int 3))
1687                (const_string "6")]
1688               (const_string "8")))
1689    (set_attr "type" "arith")])
1690
1691 (define_split
1692   [(set (match_operand:SI 0 "arith_reg_operand" "")
1693         (ashift:SI (match_operand:SI 1 "arith_reg_operand" "")
1694                    (match_operand:SI 2 "const_int_operand" "n")))
1695    (clobber (reg:SI T_REG))]
1696   ""
1697   [(use (reg:SI R0_REG))]
1698   "
1699 {
1700   gen_shifty_op (ASHIFT, operands);
1701   DONE;
1702 }")
1703
1704 (define_expand "ashlsi3"
1705   [(parallel [(set (match_operand:SI 0 "arith_reg_operand" "")
1706                    (ashift:SI (match_operand:SI 1 "arith_reg_operand" "")
1707                               (match_operand:SI 2 "nonmemory_operand" "")))
1708               (clobber (reg:SI T_REG))])]
1709   ""
1710   "
1711 {
1712   if (GET_CODE (operands[2]) == CONST_INT
1713       && sh_dynamicalize_shift_p (operands[2]))
1714     operands[2] = force_reg (SImode, operands[2]);
1715   if (TARGET_SH3)
1716     {
1717       emit_insn (gen_ashlsi3_std (operands[0], operands[1], operands[2]));
1718       DONE;
1719     }
1720   if (! immediate_operand (operands[2], GET_MODE (operands[2])))
1721     FAIL;
1722 }")
1723
1724 (define_insn "ashlhi3"
1725   [(set (match_operand:HI 0 "arith_reg_operand" "=r")
1726         (ashift:HI (match_operand:HI 1 "arith_reg_operand" "0")
1727                    (match_operand:HI 2 "const_int_operand" "n")))
1728    (clobber (reg:SI T_REG))]
1729   ""
1730   "#"
1731   [(set (attr "length")
1732         (cond [(eq (symbol_ref "shift_insns_rtx (insn)") (const_int 1))
1733                (const_string "2")
1734                (eq (symbol_ref "shift_insns_rtx (insn)") (const_int 2))
1735                (const_string "4")]
1736               (const_string "6")))
1737    (set_attr "type" "arith")])
1738
1739 (define_split
1740   [(set (match_operand:HI 0 "arith_reg_operand" "")
1741         (ashift:HI (match_operand:HI 1 "arith_reg_operand" "")
1742                    (match_operand:HI 2 "const_int_operand" "n")))
1743    (clobber (reg:SI T_REG))]
1744   ""
1745   [(use (reg:SI R0_REG))]
1746   "
1747 {
1748   gen_shifty_hi_op (ASHIFT, operands);
1749   DONE;
1750 }")
1751
1752 ;
1753 ; arithmetic shift right
1754 ;
1755
1756 (define_insn "ashrsi3_k"
1757   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1758         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1759                      (match_operand:SI 2 "const_int_operand" "M")))
1760    (clobber (reg:SI T_REG))]
1761   "INTVAL (operands[2]) == 1"
1762   "shar %0"
1763   [(set_attr "type" "arith")])
1764
1765 ;; We can't do HImode right shifts correctly unless we start out with an
1766 ;; explicit zero / sign extension; doing that would result in worse overall
1767 ;; code, so just let the machine independent code widen the mode.
1768 ;; That's why we don't have ashrhi3_k / lshrhi3_k / lshrhi3_m / lshrhi3 .
1769
1770
1771 ;; ??? This should be a define expand.
1772
1773 (define_insn "ashrsi2_16"
1774   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1775         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "r")
1776                      (const_int 16)))]
1777   ""
1778   "#"
1779   [(set_attr "length" "4")])
1780
1781 (define_split
1782   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1783         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "r")
1784                      (const_int 16)))]
1785   ""
1786   [(set (match_dup 0) (rotate:SI (match_dup 1) (const_int 16)))
1787    (set (match_dup 0) (sign_extend:SI (match_dup 2)))]
1788   "operands[2] = gen_lowpart (HImode, operands[0]);")
1789
1790 ;; ??? This should be a define expand.
1791
1792 (define_insn "ashrsi2_31"
1793   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1794         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1795                      (const_int 31)))
1796    (clobber (reg:SI T_REG))]
1797   ""
1798   "#"
1799   [(set_attr "length" "4")])
1800
1801 (define_split
1802   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1803         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1804                      (const_int 31)))
1805    (clobber (reg:SI T_REG))]
1806   ""
1807   [(const_int 0)]
1808   "
1809 {
1810   emit_insn (gen_ashlsi_c (operands[0], operands[1]));
1811   emit_insn (gen_subc1 (operands[0], operands[0], operands[0]));
1812   DONE;
1813 }")
1814
1815 (define_insn "ashlsi_c"
1816   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1817         (ashift:SI (match_operand:SI 1 "arith_reg_operand" "0") (const_int 1)))
1818    (set (reg:SI T_REG)
1819         (lt:SI (match_dup 1) (const_int 0)))]
1820   ""
1821   "shll %0"
1822   [(set_attr "type" "arith")])
1823
1824 (define_insn "ashrsi3_d"
1825   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1826         (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1827                      (neg:SI (match_operand:SI 2 "arith_reg_operand" "r"))))]
1828   "TARGET_SH3"
1829   "shad %2,%0"
1830   [(set_attr "type" "dyn_shift")])
1831
1832 (define_insn "ashrsi3_n"
1833   [(set (reg:SI R4_REG)
1834         (ashiftrt:SI (reg:SI R4_REG)
1835                      (match_operand:SI 0 "const_int_operand" "i")))
1836    (clobber (reg:SI T_REG))
1837    (clobber (reg:SI PR_REG))
1838    (use (match_operand:SI 1 "arith_reg_operand" "r"))]
1839   ""
1840   "jsr  @%1%#"
1841   [(set_attr "type" "sfunc")
1842    (set_attr "needs_delay_slot" "yes")])
1843
1844 (define_expand "ashrsi3"
1845   [(parallel [(set (match_operand:SI 0 "arith_reg_operand" "")
1846                    (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "")
1847                                 (match_operand:SI 2 "nonmemory_operand" "")))
1848               (clobber (reg:SI T_REG))])]
1849   ""
1850   "if (expand_ashiftrt (operands)) DONE; else FAIL;")
1851
1852 ;; logical shift right
1853
1854 (define_insn "lshrsi3_d"
1855   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1856         (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1857                      (neg:SI (match_operand:SI 2 "arith_reg_operand" "r"))))]
1858   "TARGET_SH3"
1859   "shld %2,%0"
1860   [(set_attr "type" "dyn_shift")])
1861
1862 ;;  Only the single bit shift clobbers the T bit.
1863
1864 (define_insn "lshrsi3_m"
1865   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1866         (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1867                      (match_operand:SI 2 "const_int_operand" "M")))
1868    (clobber (reg:SI T_REG))]
1869   "CONST_OK_FOR_M (INTVAL (operands[2]))"
1870   "shlr %0"
1871   [(set_attr "type" "arith")])
1872
1873 (define_insn "lshrsi3_k"
1874   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1875         (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1876                      (match_operand:SI 2 "const_int_operand" "K")))]
1877   "CONST_OK_FOR_K (INTVAL (operands[2]))
1878    && ! CONST_OK_FOR_M (INTVAL (operands[2]))"
1879   "shlr%O2      %0"
1880   [(set_attr "type" "arith")])
1881
1882 (define_insn "lshrsi3_n"
1883   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
1884         (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
1885                      (match_operand:SI 2 "const_int_operand" "n")))
1886    (clobber (reg:SI T_REG))]
1887   "! sh_dynamicalize_shift_p (operands[2])"
1888   "#"
1889   [(set (attr "length")
1890         (cond [(eq (symbol_ref "shift_insns_rtx (insn)") (const_int 1))
1891                (const_string "2")
1892                (eq (symbol_ref "shift_insns_rtx (insn)") (const_int 2))
1893                (const_string "4")
1894                (eq (symbol_ref "shift_insns_rtx (insn)") (const_int 3))
1895                (const_string "6")]
1896               (const_string "8")))
1897    (set_attr "type" "arith")])
1898
1899 (define_split
1900   [(set (match_operand:SI 0 "arith_reg_operand" "")
1901         (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "")
1902                      (match_operand:SI 2 "const_int_operand" "n")))
1903    (clobber (reg:SI T_REG))]
1904   ""
1905   [(use (reg:SI R0_REG))]
1906   "
1907 {
1908   gen_shifty_op (LSHIFTRT, operands);
1909   DONE;
1910 }")
1911
1912 (define_expand "lshrsi3"
1913   [(parallel [(set (match_operand:SI 0 "arith_reg_operand" "")
1914                    (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "")
1915                                 (match_operand:SI 2 "nonmemory_operand" "")))
1916               (clobber (reg:SI T_REG))])]
1917   ""
1918   "
1919 {
1920   if (GET_CODE (operands[2]) == CONST_INT
1921       && sh_dynamicalize_shift_p (operands[2]))
1922     operands[2] = force_reg (SImode, operands[2]);
1923   if (TARGET_SH3 && arith_reg_operand (operands[2], GET_MODE (operands[2])))
1924     {
1925       rtx count = copy_to_mode_reg (SImode, operands[2]);
1926       emit_insn (gen_negsi2 (count, count));
1927       emit_insn (gen_lshrsi3_d (operands[0], operands[1], count));
1928       DONE;
1929     }
1930   if (! immediate_operand (operands[2], GET_MODE (operands[2])))
1931     FAIL;
1932 }")
1933
1934 ;; ??? This should be a define expand.
1935
1936 (define_insn "ashldi3_k"
1937   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
1938         (ashift:DI (match_operand:DI 1 "arith_reg_operand" "0")
1939                    (const_int 1)))
1940    (clobber (reg:SI T_REG))]
1941   ""
1942   "shll %R0\;rotcl      %S0"
1943   [(set_attr "length" "4")
1944    (set_attr "type" "arith")])
1945
1946 (define_expand "ashldi3"
1947   [(parallel [(set (match_operand:DI 0 "arith_reg_operand" "")
1948                    (ashift:DI (match_operand:DI 1 "arith_reg_operand" "")
1949                               (match_operand:DI 2 "immediate_operand" "")))
1950               (clobber (reg:SI T_REG))])]
1951   ""
1952   "{ if (GET_CODE (operands[2]) != CONST_INT
1953          || INTVAL (operands[2]) != 1) FAIL;} ")
1954
1955 ;; ??? This should be a define expand.
1956
1957 (define_insn "lshrdi3_k"
1958   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
1959         (lshiftrt:DI (match_operand:DI 1 "arith_reg_operand" "0")
1960                      (const_int 1)))
1961    (clobber (reg:SI T_REG))]
1962   ""
1963   "shlr %S0\;rotcr      %R0"
1964   [(set_attr "length" "4")
1965    (set_attr "type" "arith")])
1966
1967 (define_expand "lshrdi3"
1968   [(parallel [(set (match_operand:DI 0 "arith_reg_operand" "")
1969                    (lshiftrt:DI (match_operand:DI 1 "arith_reg_operand" "")
1970                                (match_operand:DI 2 "immediate_operand" "")))
1971              (clobber (reg:SI T_REG))])]
1972   ""
1973   "{ if (GET_CODE (operands[2]) != CONST_INT
1974          || INTVAL (operands[2]) != 1) FAIL;} ")
1975
1976 ;; ??? This should be a define expand.
1977
1978 (define_insn "ashrdi3_k"
1979   [(set (match_operand:DI 0 "arith_reg_operand" "=r")
1980         (ashiftrt:DI (match_operand:DI 1 "arith_reg_operand" "0")
1981                      (const_int 1)))
1982    (clobber (reg:SI T_REG))]
1983   ""
1984   "shar %S0\;rotcr      %R0"
1985   [(set_attr "length" "4")
1986    (set_attr "type" "arith")])
1987
1988 (define_expand "ashrdi3"
1989   [(parallel [(set (match_operand:DI 0 "arith_reg_operand" "")
1990                    (ashiftrt:DI (match_operand:DI 1 "arith_reg_operand" "")
1991                                 (match_operand:DI 2 "immediate_operand" "")))
1992               (clobber (reg:SI T_REG))])]
1993   ""
1994   "{ if (GET_CODE (operands[2]) != CONST_INT
1995          || INTVAL (operands[2]) != 1) FAIL; } ")
1996
1997 ;; combined left/right shift
1998
1999 (define_split
2000   [(set (match_operand:SI 0 "register_operand" "")
2001         (and:SI (ashift:SI (match_operand:SI 1 "register_operand" "")
2002                            (match_operand:SI 2 "const_int_operand" "n"))
2003                 (match_operand:SI 3 "const_int_operand" "n")))]
2004   "(unsigned)INTVAL (operands[2]) < 32"
2005   [(use (reg:SI R0_REG))]
2006   "if (gen_shl_and (operands[0], operands[2], operands[3], operands[1])) FAIL;
2007    DONE;")
2008
2009 (define_split
2010   [(set (match_operand:SI 0 "register_operand" "")
2011         (and:SI (ashift:SI (match_operand:SI 1 "register_operand" "")
2012                            (match_operand:SI 2 "const_int_operand" "n"))
2013                 (match_operand:SI 3 "const_int_operand" "n")))
2014    (clobber (reg:SI T_REG))]
2015   "(unsigned)INTVAL (operands[2]) < 32"
2016   [(use (reg:SI R0_REG))]
2017   "if (gen_shl_and (operands[0], operands[2], operands[3], operands[1])) FAIL;
2018    DONE;")
2019
2020 (define_insn ""
2021   [(set (match_operand:SI 0 "register_operand" "=r")
2022         (and:SI (ashift:SI (match_operand:SI 1 "register_operand" "0")
2023                            (match_operand:SI 2 "const_int_operand" "n"))
2024                 (match_operand:SI 3 "const_int_operand" "n")))
2025    (clobber (reg:SI T_REG))]
2026   "shl_and_kind (operands[2], operands[3], 0) == 1"
2027  "#"
2028   [(set (attr "length")
2029         (cond [(eq (symbol_ref "shl_and_length (insn)") (const_int 2))
2030                (const_string "4")
2031                (eq (symbol_ref "shl_and_length (insn)") (const_int 3))
2032                (const_string "6")
2033                (eq (symbol_ref "shl_and_length (insn)") (const_int 4))
2034                (const_string "8")
2035                (eq (symbol_ref "shl_and_length (insn)") (const_int 5))
2036                (const_string "10")
2037                (eq (symbol_ref "shl_and_length (insn)") (const_int 6))
2038                (const_string "12")
2039                (eq (symbol_ref "shl_and_length (insn)") (const_int 7))
2040                (const_string "14")
2041                (eq (symbol_ref "shl_and_length (insn)") (const_int 8))
2042                (const_string "16")]
2043               (const_string "18")))
2044    (set_attr "type" "arith")])
2045
2046 (define_insn ""
2047   [(set (match_operand:SI 0 "register_operand" "=z")
2048         (and:SI (ashift:SI (match_operand:SI 1 "register_operand" "0")
2049                            (match_operand:SI 2 "const_int_operand" "n"))
2050                 (match_operand:SI 3 "const_int_operand" "n")))
2051    (clobber (reg:SI T_REG))]
2052   "shl_and_kind (operands[2], operands[3], 0) == 2"
2053  "#"
2054   [(set (attr "length")
2055         (cond [(eq (symbol_ref "shl_and_length (insn)") (const_int 2))
2056                (const_string "4")
2057                (eq (symbol_ref "shl_and_length (insn)") (const_int 3))
2058                (const_string "6")
2059                (eq (symbol_ref "shl_and_length (insn)") (const_int 4))
2060                (const_string "8")]
2061               (const_string "10")))
2062    (set_attr "type" "arith")])
2063
2064 ;; shift left / and combination with a scratch register: The combine pass
2065 ;; does not accept the individual instructions, even though they are
2066 ;; cheap.  But it needs a precise description so that it is usable after
2067 ;; reload.
2068 (define_insn "and_shl_scratch"
2069   [(set (match_operand:SI 0 "register_operand" "=r,&r")
2070         (lshiftrt:SI
2071          (ashift:SI
2072           (and:SI
2073            (lshiftrt:SI (match_operand:SI 1 "register_operand" "r,0")
2074                         (match_operand:SI 2 "const_int_operand" "N,n"))
2075            (match_operand:SI 3 "" "0,r"))
2076           (match_operand:SI 4 "const_int_operand" "n,n"))
2077          (match_operand:SI 5 "const_int_operand" "n,n")))
2078    (clobber (reg:SI T_REG))]
2079   ""
2080   "#"
2081   [(set (attr "length")
2082         (cond [(eq (symbol_ref "shl_and_scr_length (insn)") (const_int 2))
2083                (const_string "4")
2084                (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 3))
2085                (const_string "6")
2086                (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 4))
2087                (const_string "8")
2088                (eq (symbol_ref "shl_and_scr_length (insn)") (const_int 5))
2089                (const_string "10")]
2090               (const_string "12")))
2091    (set_attr "type" "arith")])
2092
2093 (define_split
2094   [(set (match_operand:SI 0 "register_operand" "=r,&r")
2095         (lshiftrt:SI
2096          (ashift:SI
2097           (and:SI
2098            (lshiftrt:SI (match_operand:SI 1 "register_operand" "r,0")
2099                         (match_operand:SI 2 "const_int_operand" "N,n"))
2100            (match_operand:SI 3 "register_operand" "0,r"))
2101           (match_operand:SI 4 "const_int_operand" "n,n"))
2102          (match_operand:SI 5 "const_int_operand" "n,n")))
2103    (clobber (reg:SI T_REG))]
2104   ""
2105   [(use (reg:SI R0_REG))]
2106   "
2107 {
2108   rtx and_source = operands[rtx_equal_p (operands[0], operands[1]) ? 3 : 1];
2109
2110   if (INTVAL (operands[2]))
2111     {
2112       gen_shifty_op (LSHIFTRT, operands);
2113     }
2114   emit_insn (gen_andsi3 (operands[0], operands[0], and_source));
2115   operands[2] = operands[4];
2116   gen_shifty_op (ASHIFT, operands);
2117   if (INTVAL (operands[5]))
2118     {
2119       operands[2] = operands[5];
2120       gen_shifty_op (LSHIFTRT, operands);
2121     }
2122   DONE;
2123 }")
2124
2125 ;; signed left/right shift combination.
2126 (define_split
2127   [(set (match_operand:SI 0 "register_operand" "=r")
2128         (sign_extract:SI
2129          (ashift:SI (match_operand:SI 1 "register_operand" "r")
2130                     (match_operand:SI 2 "const_int_operand" "n"))
2131          (match_operand:SI 3 "const_int_operand" "n")
2132          (const_int 0)))
2133    (clobber (reg:SI T_REG))]
2134   ""
2135   [(use (reg:SI R0_REG))]
2136   "if (gen_shl_sext (operands[0], operands[2], operands[3], operands[1])) FAIL;
2137    DONE;")
2138
2139 (define_insn "shl_sext_ext"
2140   [(set (match_operand:SI 0 "register_operand" "=r")
2141         (sign_extract:SI
2142          (ashift:SI (match_operand:SI 1 "register_operand" "0")
2143                     (match_operand:SI 2 "const_int_operand" "n"))
2144          (match_operand:SI 3 "const_int_operand" "n")
2145          (const_int 0)))
2146    (clobber (reg:SI T_REG))]
2147   "(unsigned)shl_sext_kind (operands[2], operands[3], 0) - 1 < 5"
2148   "#"
2149   [(set (attr "length")
2150         (cond [(eq (symbol_ref "shl_sext_length (insn)") (const_int 1))
2151                (const_string "2")
2152                (eq (symbol_ref "shl_sext_length (insn)") (const_int 2))
2153                (const_string "4")
2154                (eq (symbol_ref "shl_sext_length (insn)") (const_int 3))
2155                (const_string "6")
2156                (eq (symbol_ref "shl_sext_length (insn)") (const_int 4))
2157                (const_string "8")
2158                (eq (symbol_ref "shl_sext_length (insn)") (const_int 5))
2159                (const_string "10")
2160                (eq (symbol_ref "shl_sext_length (insn)") (const_int 6))
2161                (const_string "12")
2162                (eq (symbol_ref "shl_sext_length (insn)") (const_int 7))
2163                (const_string "14")
2164                (eq (symbol_ref "shl_sext_length (insn)") (const_int 8))
2165                (const_string "16")]
2166               (const_string "18")))
2167     (set_attr "type" "arith")])
2168
2169 (define_insn "shl_sext_sub"
2170   [(set (match_operand:SI 0 "register_operand" "=z")
2171         (sign_extract:SI
2172          (ashift:SI (match_operand:SI 1 "register_operand" "0")
2173                     (match_operand:SI 2 "const_int_operand" "n"))
2174          (match_operand:SI 3 "const_int_operand" "n")
2175          (const_int 0)))
2176    (clobber (reg:SI T_REG))]
2177   "(shl_sext_kind (operands[2], operands[3], 0) & ~1) == 6"
2178   "#"
2179   [(set (attr "length")
2180         (cond [(eq (symbol_ref "shl_sext_length (insn)") (const_int 3))
2181                (const_string "6")
2182                (eq (symbol_ref "shl_sext_length (insn)") (const_int 4))
2183                (const_string "8")
2184                (eq (symbol_ref "shl_sext_length (insn)") (const_int 5))
2185                (const_string "10")
2186                (eq (symbol_ref "shl_sext_length (insn)") (const_int 6))
2187                (const_string "12")]
2188               (const_string "14")))
2189     (set_attr "type" "arith")])
2190
2191 ;; These patterns are found in expansions of DImode shifts by 16, and
2192 ;; allow the xtrct instruction to be generated from C source.
2193
2194 (define_insn "xtrct_left"
2195   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2196         (ior:SI (ashift:SI (match_operand:SI 1 "arith_reg_operand" "r")
2197                            (const_int 16))
2198                 (lshiftrt:SI (match_operand:SI 2 "arith_reg_operand" "0")
2199                              (const_int 16))))]
2200   ""
2201   "xtrct        %1,%0"
2202   [(set_attr "type" "arith")])
2203
2204 (define_insn "xtrct_right"
2205   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2206         (ior:SI (lshiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
2207                              (const_int 16))
2208                 (ashift:SI (match_operand:SI 2 "arith_reg_operand" "r")
2209                            (const_int 16))))]
2210   ""
2211   "xtrct        %2,%0"
2212   [(set_attr "type" "arith")])
2213 \f
2214 ;; -------------------------------------------------------------------------
2215 ;; Unary arithmetic
2216 ;; -------------------------------------------------------------------------
2217
2218 (define_insn "negc"
2219   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2220         (neg:SI (plus:SI (reg:SI T_REG)
2221                          (match_operand:SI 1 "arith_reg_operand" "r"))))
2222    (set (reg:SI T_REG)
2223         (ne:SI (ior:SI (reg:SI T_REG) (match_dup 1))
2224                (const_int 0)))]
2225   ""
2226   "negc %1,%0"
2227   [(set_attr "type" "arith")])
2228
2229 (define_expand "negdi2"
2230   [(set (match_operand:DI 0 "arith_reg_operand" "")
2231         (neg:DI (match_operand:DI 1 "arith_reg_operand" "")))
2232    (clobber (reg:SI T_REG))]
2233   ""
2234   "
2235 {
2236   int low_word = (TARGET_LITTLE_ENDIAN ? 0 : 1);
2237   int high_word = (TARGET_LITTLE_ENDIAN ? 1 : 0);
2238
2239   rtx low_src = operand_subword (operands[1], low_word, 0, DImode);
2240   rtx high_src = operand_subword (operands[1], high_word, 0, DImode);
2241
2242   rtx low_dst = operand_subword (operands[0], low_word, 1, DImode);
2243   rtx high_dst = operand_subword (operands[0], high_word, 1, DImode);
2244
2245   emit_insn (gen_clrt ());
2246   emit_insn (gen_negc (low_dst, low_src));
2247   emit_insn (gen_negc (high_dst, high_src));
2248   DONE;
2249 }")
2250
2251 (define_insn "negsi2"
2252   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2253         (neg:SI (match_operand:SI 1 "arith_reg_operand" "r")))]
2254   ""
2255   "neg  %1,%0"
2256   [(set_attr "type" "arith")])
2257
2258 (define_insn "one_cmplsi2"
2259   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2260         (not:SI (match_operand:SI 1 "arith_reg_operand" "r")))]
2261   ""
2262   "not  %1,%0"
2263   [(set_attr "type" "arith")])
2264 \f
2265 ;; -------------------------------------------------------------------------
2266 ;; Zero extension instructions
2267 ;; -------------------------------------------------------------------------
2268
2269 (define_insn "zero_extendhisi2"
2270   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2271         (zero_extend:SI (match_operand:HI 1 "arith_reg_operand" "r")))]
2272   ""
2273   "extu.w       %1,%0"
2274   [(set_attr "type" "arith")])
2275
2276 (define_insn "zero_extendqisi2"
2277   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
2278         (zero_extend:SI (match_operand:QI 1 "arith_reg_operand" "r")))]
2279   ""
2280   "extu.b       %1,%0"
2281   [(set_attr "type" "arith")])
2282
2283 (define_insn "zero_extendqihi2"
2284   [(set (match_operand:HI 0 "arith_reg_operand" "=r")
2285         (zero_extend:HI (match_operand:QI 1 "arith_reg_operand" "r")))]
2286   ""
2287   "extu.b       %1,%0"
2288   [(set_attr "type" "arith")])
2289 \f
2290 ;; -------------------------------------------------------------------------
2291 ;; Sign extension instructions
2292 ;; -------------------------------------------------------------------------
2293
2294 ;; ??? This should be a define expand.
2295 ;; ??? Or perhaps it should be dropped?
2296
2297 /* There is no point in defining extendsidi2; convert_move generates good
2298    code for that.  */
2299
2300 (define_insn "extendhisi2"
2301   [(set (match_operand:SI 0 "arith_reg_operand" "=r,r")
2302         (sign_extend:SI (match_operand:HI 1 "general_movsrc_operand" "r,m")))]
2303   ""
2304   "@
2305         exts.w  %1,%0
2306         mov.w   %1,%0"
2307   [(set_attr "type" "arith,load")])
2308
2309 (define_insn "extendqisi2"
2310   [(set (match_operand:SI 0 "arith_reg_operand" "=r,r")
2311         (sign_extend:SI (match_operand:QI 1 "general_movsrc_operand" "r,m")))]
2312   ""
2313   "@
2314         exts.b  %1,%0
2315         mov.b   %1,%0"
2316   [(set_attr "type" "arith,load")])
2317
2318 (define_insn "extendqihi2"
2319   [(set (match_operand:HI 0 "arith_reg_operand" "=r,r")
2320         (sign_extend:HI (match_operand:QI 1 "general_movsrc_operand" "r,m")))]
2321   ""
2322   "@
2323         exts.b  %1,%0
2324         mov.b   %1,%0"
2325   [(set_attr "type" "arith,load")])
2326 \f
2327 ;; -------------------------------------------------------------------------
2328 ;; Move instructions
2329 ;; -------------------------------------------------------------------------
2330
2331 ;; define push and pop so it is easy for sh.c
2332
2333 (define_expand "push"
2334   [(set (mem:SI (pre_dec:SI (reg:SI SP_REG)))
2335         (match_operand:SI 0 "register_operand" "r,l,x"))]
2336   ""
2337   "")
2338
2339 (define_expand "pop"
2340   [(set (match_operand:SI 0 "register_operand" "=r,l,x")
2341         (mem:SI (post_inc:SI (reg:SI SP_REG))))]
2342   ""
2343   "")
2344
2345 (define_expand "push_e"
2346   [(parallel [(set (mem:SF (pre_dec:SI (reg:SI SP_REG)))
2347                    (match_operand:SF 0 "" ""))
2348               (use (reg:PSI FPSCR_REG))
2349               (clobber (scratch:SI))])]
2350   ""
2351   "")
2352
2353 (define_insn "push_fpul"
2354   [(set (mem:SF (pre_dec:SI (reg:SI SP_REG))) (reg:SF FPUL_REG))]
2355   "TARGET_SH3E"
2356   "sts.l        fpul,@-r15"
2357   [(set_attr "type" "store")
2358    (set_attr "hit_stack" "yes")])
2359
2360 ;; DFmode pushes for sh4 require a lot of what is defined for movdf_i4,
2361 ;; so use that.
2362 (define_expand "push_4"
2363   [(parallel [(set (mem:DF (pre_dec:SI (reg:SI SP_REG)))
2364                    (match_operand:DF 0 "" ""))
2365               (use (reg:PSI FPSCR_REG))
2366               (clobber (scratch:SI))])]
2367   ""
2368   "")
2369
2370 (define_expand "pop_e"
2371   [(parallel [(set (match_operand:SF 0 "" "")
2372               (mem:SF (post_inc:SI (reg:SI SP_REG))))
2373               (use (reg:PSI FPSCR_REG))
2374               (clobber (scratch:SI))])]
2375   ""
2376   "")
2377
2378 (define_insn "pop_fpul"
2379   [(set (reg:SF FPUL_REG) (mem:SF (post_inc:SI (reg:SI SP_REG))))]
2380   "TARGET_SH3E"
2381   "lds.l        @r15+,fpul"
2382   [(set_attr "type" "load")
2383    (set_attr "hit_stack" "yes")])
2384
2385 (define_expand "pop_4"
2386   [(parallel [(set (match_operand:DF 0 "" "")
2387                    (mem:DF (post_inc:SI (reg:SI SP_REG))))
2388               (use (reg:PSI FPSCR_REG))
2389               (clobber (scratch:SI))])]
2390   ""
2391   "")
2392
2393 ;; These two patterns can happen as the result of optimization, when
2394 ;; comparisons get simplified to a move of zero or 1 into the T reg.
2395 ;; They don't disappear completely, because the T reg is a fixed hard reg.
2396
2397 (define_insn "clrt"
2398   [(set (reg:SI T_REG) (const_int 0))]
2399   ""
2400   "clrt")
2401
2402 (define_insn "sett"
2403   [(set (reg:SI T_REG) (const_int 1))]
2404   ""
2405   "sett")
2406
2407 ;; t/r must come after r/r, lest reload will try to reload stuff like
2408 ;; (set (subreg:SI (mem:QI (plus:SI (reg:SI SP_REG) (const_int 12)) 0) 0)
2409 ;; (made from (set (subreg:SI (reg:QI ###) 0) ) into T.
2410 (define_insn "movsi_i"
2411   [(set (match_operand:SI 0 "general_movdst_operand" "=r,r,t,r,r,r,r,m,<,<,x,l,x,l,r")
2412         (match_operand:SI 1 "general_movsrc_operand" "Q,rI,r,mr,x,l,t,r,x,l,r,r,>,>,i"))]
2413   "
2414    ! TARGET_SH3E
2415    && (register_operand (operands[0], SImode)
2416        || register_operand (operands[1], SImode))"
2417   "@
2418         mov.l   %1,%0
2419         mov     %1,%0
2420         cmp/pl  %1
2421         mov.l   %1,%0
2422         sts     %1,%0
2423         sts     %1,%0
2424         movt    %0
2425         mov.l   %1,%0
2426         sts.l   %1,%0
2427         sts.l   %1,%0
2428         lds     %1,%0
2429         lds     %1,%0
2430         lds.l   %1,%0
2431         lds.l   %1,%0
2432         fake    %1,%0"
2433   [(set_attr "type" "pcload_si,move,*,load_si,move,prget,move,store,store,pstore,move,prset,load,pload,pcload_si")
2434    (set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*,*,*")])
2435
2436 ;; t/r must come after r/r, lest reload will try to reload stuff like
2437 ;; (subreg:SI (reg:SF FR14_REG) 0) into T (compiling stdlib/strtod.c -m3e -O2)
2438 ;; ??? This allows moves from macl to fpul to be recognized, but these moves
2439 ;; will require a reload.
2440 (define_insn "movsi_ie"
2441   [(set (match_operand:SI 0 "general_movdst_operand" "=r,r,t,r,r,r,r,m,<,<,x,l,x,l,y,r,y,r,y")
2442         (match_operand:SI 1 "general_movsrc_operand" "Q,rI,r,mr,x,l,t,r,x,l,r,r,>,>,>,i,r,y,y"))]
2443   "TARGET_SH3E
2444    && (register_operand (operands[0], SImode)
2445        || register_operand (operands[1], SImode))"
2446   "@
2447         mov.l   %1,%0
2448         mov     %1,%0
2449         cmp/pl  %1
2450         mov.l   %1,%0
2451         sts     %1,%0
2452         sts     %1,%0
2453         movt    %0
2454         mov.l   %1,%0
2455         sts.l   %1,%0
2456         sts.l   %1,%0
2457         lds     %1,%0
2458         lds     %1,%0
2459         lds.l   %1,%0
2460         lds.l   %1,%0
2461         lds.l   %1,%0
2462         fake    %1,%0
2463         lds     %1,%0
2464         sts     %1,%0
2465         ! move optimized away"
2466   [(set_attr "type" "pcload_si,move,*,load_si,move,prget,move,store,store,pstore,move,prset,load,pload,load,pcload_si,gp_fpul,gp_fpul,nil")
2467    (set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,0")])
2468
2469 (define_insn "movsi_i_lowpart"
2470   [(set (strict_low_part (match_operand:SI 0 "general_movdst_operand" "+r,r,r,r,r,r,m,r"))
2471         (match_operand:SI 1 "general_movsrc_operand" "Q,rI,mr,x,l,t,r,i"))]
2472    "register_operand (operands[0], SImode)
2473     || register_operand (operands[1], SImode)"
2474   "@
2475         mov.l   %1,%0
2476         mov     %1,%0
2477         mov.l   %1,%0
2478         sts     %1,%0
2479         sts     %1,%0
2480         movt    %0
2481         mov.l   %1,%0
2482         fake    %1,%0"
2483   [(set_attr "type" "pcload,move,load,move,prget,move,store,pcload")])
2484
2485 (define_expand "movsi"
2486   [(set (match_operand:SI 0 "general_movdst_operand" "")
2487         (match_operand:SI 1 "general_movsrc_operand" ""))]
2488   ""
2489   "{ if (prepare_move_operands (operands, SImode)) DONE; }")
2490
2491 (define_expand "ic_invalidate_line"
2492   [(parallel [(unspec_volatile [(match_operand:SI 0 "register_operand" "+r")
2493                                 (match_dup 1)] UNSPEC_ICACHE)
2494               (clobber (scratch:SI))])]
2495   "TARGET_HARD_SH4"
2496   "
2497 {
2498   operands[0] = force_reg (Pmode, operands[0]);
2499   operands[1] = force_reg (Pmode, GEN_INT (0xf0000008));
2500 }")
2501
2502 ;; The address %0 is assumed to be 4-aligned at least.  Thus, by ORing
2503 ;; 0xf0000008, we get the low-oder bits *1*00 (binary), which fits
2504 ;; the requirement *1*00 for associative address writes.  The alignment of
2505 ;; %0 implies that its least significant bit is cleared,
2506 ;; thus we clear the V bit of a matching entry if there is one.
2507 (define_insn "ic_invalidate_line_i"
2508   [(unspec_volatile [(match_operand:SI 0 "register_operand" "r")
2509                      (match_operand:SI 1 "register_operand" "r")]
2510                      UNSPEC_ICACHE)
2511    (clobber (match_scratch:SI 2 "=&r"))]
2512   "TARGET_HARD_SH4"
2513   "ocbwb\\t@%0\;extu.w\\t%0,%2\;or\\t%1,%2\;mov.l\\t%0,@%2"
2514   [(set_attr "length" "8")])
2515
2516 (define_insn "movqi_i"
2517   [(set (match_operand:QI 0 "general_movdst_operand" "=r,r,m,r,r,l")
2518         (match_operand:QI 1 "general_movsrc_operand"  "ri,m,r,t,l,r"))]
2519   "arith_reg_operand (operands[0], QImode)
2520    || arith_reg_operand (operands[1], QImode)"
2521   "@
2522         mov     %1,%0
2523         mov.b   %1,%0
2524         mov.b   %1,%0
2525         movt    %0
2526         sts     %1,%0
2527         lds     %1,%0"
2528  [(set_attr "type" "move,load,store,move,move,move")])
2529
2530 (define_expand "movqi"
2531   [(set (match_operand:QI 0 "general_operand" "")
2532         (match_operand:QI 1 "general_operand"  ""))]
2533   ""
2534   "{ if (prepare_move_operands (operands, QImode)) DONE; }")
2535
2536 (define_insn "movhi_i"
2537   [(set (match_operand:HI 0 "general_movdst_operand" "=r,r,r,r,m,r,l,r")
2538         (match_operand:HI 1 "general_movsrc_operand" "Q,rI,m,t,r,l,r,i"))]
2539   "arith_reg_operand (operands[0], HImode)
2540    || arith_reg_operand (operands[1], HImode)"
2541   "@
2542         mov.w   %1,%0
2543         mov     %1,%0
2544         mov.w   %1,%0
2545         movt    %0
2546         mov.w   %1,%0
2547         sts     %1,%0
2548         lds     %1,%0
2549         fake    %1,%0"
2550   [(set_attr "type" "pcload,move,load,move,store,move,move,pcload")])
2551
2552 (define_expand "movhi"
2553   [(set (match_operand:HI 0 "general_movdst_operand" "")
2554         (match_operand:HI 1 "general_movsrc_operand"  ""))]
2555   ""
2556   "{ if (prepare_move_operands (operands, HImode)) DONE; }")
2557
2558 ;; ??? This should be a define expand.
2559
2560 ;; x/r can be created by inlining/cse, e.g. for execute/961213-1.c
2561 ;; compiled with -m2 -ml -O3 -funroll-loops
2562 (define_insn ""
2563   [(set (match_operand:DI 0 "general_movdst_operand" "=r,r,r,m,r,r,r,*!x")
2564         (match_operand:DI 1 "general_movsrc_operand" "Q,r,m,r,I,i,x,r"))]
2565   "arith_reg_operand (operands[0], DImode)
2566    || arith_reg_operand (operands[1], DImode)"
2567   "* return output_movedouble (insn, operands, DImode);"
2568   [(set_attr "length" "4")
2569    (set_attr "type" "pcload,move,load,store,move,pcload,move,move")])
2570
2571 ;; If the output is a register and the input is memory or a register, we have
2572 ;; to be careful and see which word needs to be loaded first.  
2573
2574 (define_split
2575   [(set (match_operand:DI 0 "general_movdst_operand" "")
2576         (match_operand:DI 1 "general_movsrc_operand" ""))]
2577   "reload_completed"
2578   [(set (match_dup 2) (match_dup 3))
2579    (set (match_dup 4) (match_dup 5))]
2580   "
2581 {
2582   int regno;
2583
2584   if ((GET_CODE (operands[0]) == MEM
2585        && GET_CODE (XEXP (operands[0], 0)) == PRE_DEC)
2586       || (GET_CODE (operands[1]) == MEM
2587           && GET_CODE (XEXP (operands[1], 0)) == POST_INC))
2588     FAIL;
2589
2590   if (GET_CODE (operands[0]) == REG)
2591     regno = REGNO (operands[0]);
2592   else if (GET_CODE (operands[0]) == SUBREG)
2593     regno = REGNO (SUBREG_REG (operands[0])) + SUBREG_WORD (operands[0]);
2594   else if (GET_CODE (operands[0]) == MEM)
2595     regno = -1;
2596
2597   if (regno == -1
2598       || ! refers_to_regno_p (regno, regno + 1, operands[1], 0))
2599     {
2600       operands[2] = operand_subword (operands[0], 0, 0, DImode);
2601       operands[3] = operand_subword (operands[1], 0, 0, DImode);
2602       operands[4] = operand_subword (operands[0], 1, 0, DImode);
2603       operands[5] = operand_subword (operands[1], 1, 0, DImode);
2604     }
2605   else
2606     {
2607       operands[2] = operand_subword (operands[0], 1, 0, DImode);
2608       operands[3] = operand_subword (operands[1], 1, 0, DImode);
2609       operands[4] = operand_subword (operands[0], 0, 0, DImode);
2610       operands[5] = operand_subword (operands[1], 0, 0, DImode);
2611     }
2612
2613   if (operands[2] == 0 || operands[3] == 0
2614       || operands[4] == 0 || operands[5] == 0)
2615     FAIL;
2616 }")
2617
2618 (define_expand "movdi"
2619   [(set (match_operand:DI 0 "general_movdst_operand" "")
2620         (match_operand:DI 1 "general_movsrc_operand" ""))]
2621   ""
2622   "{ if (prepare_move_operands (operands, DImode)) DONE; }")
2623
2624 ;; ??? This should be a define expand.
2625
2626 (define_insn "movdf_k"
2627   [(set (match_operand:DF 0 "general_movdst_operand" "=r,r,r,m")
2628         (match_operand:DF 1 "general_movsrc_operand" "r,FQ,m,r"))]
2629   "(! TARGET_SH4 || reload_completed
2630     /* ??? We provide some insn so that direct_{load,store}[DFmode] get set */
2631     || (GET_CODE (operands[0]) == REG && REGNO (operands[0]) == 3)
2632     || (GET_CODE (operands[1]) == REG && REGNO (operands[1]) == 3))
2633    && (arith_reg_operand (operands[0], DFmode)
2634        || arith_reg_operand (operands[1], DFmode))"
2635   "* return output_movedouble (insn, operands, DFmode);"
2636   [(set_attr "length" "4")
2637    (set_attr "type" "move,pcload,load,store")])
2638
2639 ;; All alternatives of movdf_i4 are split for ! TARGET_FMOVD.
2640 ;; However, the d/F/c/z alternative cannot be split directly; it is converted
2641 ;; with special code in machine_dependent_reorg into a load of the R0_REG and
2642 ;; the d/m/c/X alternative, which is split later into single-precision
2643 ;; instructions.  And when not optimizing, no splits are done before fixing
2644 ;; up pcloads, so we need usable length information for that.
2645 (define_insn "movdf_i4"
2646   [(set (match_operand:DF 0 "general_movdst_operand" "=d,r,d,d,m,r,r,m,!??r,!???d")
2647         (match_operand:DF 1 "general_movsrc_operand" "d,r,F,m,d,FQ,m,r,d,r"))
2648    (use (match_operand:PSI 2 "fpscr_operand" "c,c,c,c,c,c,c,c,c,c"))
2649    (clobber (match_scratch:SI 3 "=X,X,&z,X,X,X,X,X,X,X"))]
2650   "TARGET_SH4
2651    && (arith_reg_operand (operands[0], DFmode)
2652        || arith_reg_operand (operands[1], DFmode))"
2653   "@
2654         fmov    %1,%0
2655         #
2656         #
2657         fmov.d  %1,%0
2658         fmov.d  %1,%0
2659         #
2660         #
2661         #
2662         #
2663         #"
2664   [(set_attr_alternative "length"
2665      [(if_then_else (eq_attr "fmovd" "yes") (const_int 2) (const_int 4))
2666       (const_int 4)
2667       (if_then_else (eq_attr "fmovd" "yes") (const_int 4) (const_int 6))
2668       (if_then_else (eq_attr "fmovd" "yes") (const_int 2) (const_int 6))
2669       (if_then_else (eq_attr "fmovd" "yes") (const_int 2) (const_int 6))
2670       (const_int 4)
2671       (const_int 8) (const_int 8) ;; these need only 8 bytes for @(r0,rn)
2672       (const_int 8) (const_int 8)])
2673    (set_attr "type" "fmove,move,pcload,load,store,pcload,load,store,load,load")
2674    (set (attr "fp_mode") (if_then_else (eq_attr "fmovd" "yes")
2675                                            (const_string "double")
2676                                            (const_string "none")))])
2677
2678 ;; Moving DFmode between fp/general registers through memory
2679 ;; (the top of the stack) is faster than moving through fpul even for
2680 ;; little endian.  Because the type of an instruction is important for its
2681 ;; scheduling,  it is beneficial to split these operations, rather than
2682 ;; emitting them in one single chunk, even if this will expose a stack
2683 ;; use that will prevent scheduling of other stack accesses beyond this
2684 ;; instruction.
2685 (define_split
2686   [(set (match_operand:DF 0 "register_operand" "")
2687         (match_operand:DF 1 "register_operand" ""))
2688    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2689    (clobber (match_scratch:SI 3 "=X"))]
2690   "TARGET_SH4 && reload_completed
2691    && (true_regnum (operands[0]) < 16) != (true_regnum (operands[1]) < 16)"
2692   [(const_int 0)]
2693   "
2694 {
2695   rtx insn, tos;
2696
2697   tos = gen_rtx (MEM, DFmode, gen_rtx (PRE_DEC, Pmode, stack_pointer_rtx));
2698   insn = emit_insn (gen_movdf_i4 (tos, operands[1], operands[2]));
2699   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, stack_pointer_rtx, NULL_RTX);
2700   tos = gen_rtx (MEM, DFmode, gen_rtx (POST_INC, Pmode, stack_pointer_rtx));
2701   insn = emit_insn (gen_movdf_i4 (operands[0], tos, operands[2]));
2702   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, stack_pointer_rtx, NULL_RTX);
2703   DONE;
2704 }")
2705
2706 ;; local-alloc sometimes allocates scratch registers even when not required,
2707 ;; so we must be prepared to handle these.
2708
2709 ;; Remove the use and clobber from a movdf_i4 so that we can use movdf_k.
2710 (define_split
2711   [(set (match_operand:DF 0 "general_movdst_operand" "")
2712         (match_operand:DF 1 "general_movsrc_operand"  ""))
2713    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2714    (clobber (match_scratch:SI 3 "X"))]
2715   "TARGET_SH4
2716    && reload_completed
2717    && true_regnum (operands[0]) < 16
2718    && true_regnum (operands[1]) < 16"
2719   [(set (match_dup 0) (match_dup 1))]
2720   "
2721 {
2722   /* If this was a reg <-> mem operation with base + index reg addressing,
2723      we have to handle this in a special way.  */
2724   rtx mem = operands[0];
2725   int store_p = 1;
2726   if (! memory_operand (mem, DFmode))
2727     {
2728       mem = operands[1];
2729       store_p = 0;
2730     }
2731   if (GET_CODE (mem) == SUBREG && SUBREG_WORD (mem) == 0)
2732     mem = SUBREG_REG (mem);
2733   if (GET_CODE (mem) == MEM)
2734     {
2735       rtx addr = XEXP (mem, 0);
2736       if (GET_CODE (addr) == PLUS
2737           && GET_CODE (XEXP (addr, 0)) == REG
2738           && GET_CODE (XEXP (addr, 1)) == REG)
2739         {
2740           int offset;
2741           rtx reg0 = gen_rtx (REG, Pmode, 0);
2742           rtx regop = operands[store_p], word0 ,word1;
2743
2744           if (GET_CODE (regop) == SUBREG)
2745             regop = alter_subreg (regop);
2746           if (REGNO (XEXP (addr, 0)) == REGNO (XEXP (addr, 1)))
2747             offset = 2;
2748           else
2749             offset = 4;
2750           mem = copy_rtx (mem);
2751           PUT_MODE (mem, SImode);
2752           word0 = alter_subreg (gen_rtx (SUBREG, SImode, regop, 0));
2753           word1 = alter_subreg (gen_rtx (SUBREG, SImode, regop, 1));
2754           if (store_p || ! refers_to_regno_p (REGNO (word0),
2755                                               REGNO (word0) + 1, addr, 0))
2756             {
2757               emit_insn (store_p
2758                          ? gen_movsi_ie (mem, word0)
2759                          : gen_movsi_ie (word0, mem));
2760               emit_insn (gen_addsi3 (reg0, reg0, GEN_INT (offset)));
2761               mem = copy_rtx (mem);
2762               emit_insn (store_p
2763                          ? gen_movsi_ie (mem, word1)
2764                          : gen_movsi_ie (word1, mem));
2765               emit_insn (gen_addsi3 (reg0, reg0, GEN_INT (-offset)));
2766             }
2767           else
2768             {
2769               emit_insn (gen_addsi3 (reg0, reg0, GEN_INT (offset)));
2770               emit_insn (gen_movsi_ie (word1, mem));
2771               emit_insn (gen_addsi3 (reg0, reg0, GEN_INT (-offset)));
2772               mem = copy_rtx (mem);
2773               emit_insn (gen_movsi_ie (word0, mem));
2774             }
2775           DONE;
2776         }
2777     }
2778 }")
2779
2780 ;; Split away the clobber of r0 after machine_dependent_reorg has fixed pcloads.
2781 (define_split
2782   [(set (match_operand:DF 0 "register_operand" "")
2783         (match_operand:DF 1 "memory_operand"  ""))
2784    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2785    (clobber (reg:SI R0_REG))]
2786   "TARGET_SH4 && reload_completed"
2787   [(parallel [(set (match_dup 0) (match_dup 1))
2788               (use (match_dup 2))
2789               (clobber (scratch:SI))])]
2790   "")
2791
2792 (define_expand "reload_indf"
2793   [(parallel [(set (match_operand:DF 0 "register_operand" "=f")
2794                    (match_operand:DF 1 "immediate_operand" "FQ"))
2795               (use (reg:PSI FPSCR_REG))
2796               (clobber (match_operand:SI 2 "register_operand" "=&z"))])]
2797   ""
2798   "")
2799
2800 (define_expand "reload_outdf"
2801   [(parallel [(set (match_operand:DF 0 "register_operand" "=r,f")
2802                    (match_operand:DF 1 "register_operand" "af,r"))
2803               (clobber (match_operand:SI 2 "register_operand" "=&y,y"))])]
2804   ""
2805   "")
2806
2807 ;; Simplify no-op moves.
2808 (define_split
2809   [(set (match_operand:SF 0 "register_operand" "")
2810         (match_operand:SF 1 "register_operand" ""))
2811    (use (match_operand:PSI 2 "fpscr_operand" ""))
2812    (clobber (match_scratch:SI 3 "X"))]
2813   "TARGET_SH3E && reload_completed
2814    && true_regnum (operands[0]) == true_regnum (operands[1])"
2815   [(set (match_dup 0) (match_dup 0))]
2816   "")
2817
2818 ;; fmovd substitute post-reload splits
2819 (define_split
2820   [(set (match_operand:DF 0 "register_operand" "")
2821         (match_operand:DF 1 "register_operand" ""))
2822    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2823    (clobber (match_scratch:SI 3 "X"))]
2824   "TARGET_SH4 && ! TARGET_FMOVD && reload_completed
2825    && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
2826    && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
2827   [(const_int 0)]
2828   "
2829 {
2830   int dst = true_regnum (operands[0]), src = true_regnum (operands[1]);
2831   emit_insn (gen_movsf_ie (gen_rtx (REG, SFmode, dst),
2832                            gen_rtx (REG, SFmode, src), operands[2]));
2833   emit_insn (gen_movsf_ie (gen_rtx (REG, SFmode, dst + 1),
2834                            gen_rtx (REG, SFmode, src + 1), operands[2]));
2835   DONE;
2836 }")
2837
2838 (define_split
2839   [(set (match_operand:DF 0 "register_operand" "")
2840         (mem:DF (match_operand:SI 1 "register_operand" "")))
2841    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2842    (clobber (match_scratch:SI 3 "X"))]
2843   "TARGET_SH4 && ! TARGET_FMOVD && reload_completed
2844    && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))
2845    && find_regno_note (insn, REG_DEAD, true_regnum (operands[1]))"
2846   [(const_int 0)]
2847   "
2848 {
2849   int regno = true_regnum (operands[0]);
2850   rtx insn;
2851   rtx mem2 = gen_rtx (MEM, SFmode, gen_rtx (POST_INC, Pmode, operands[1]));
2852
2853   insn = emit_insn (gen_movsf_ie (gen_rtx (REG, SFmode,
2854                                            regno + !! TARGET_LITTLE_ENDIAN),
2855                                   mem2, operands[2]));
2856   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, operands[1], NULL_RTX);
2857   insn = emit_insn (gen_movsf_ie (gen_rtx (REG, SFmode,
2858                                            regno + ! TARGET_LITTLE_ENDIAN),
2859                                   gen_rtx (MEM, SFmode, operands[1]),
2860                                   operands[2]));
2861   DONE;
2862 }")
2863
2864 (define_split
2865   [(set (match_operand:DF 0 "register_operand" "")
2866         (match_operand:DF 1 "memory_operand" ""))
2867    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2868    (clobber (match_scratch:SI 3 "X"))]
2869   "TARGET_SH4 && ! TARGET_FMOVD && reload_completed
2870    && FP_OR_XD_REGISTER_P (true_regnum (operands[0]))"
2871   [(const_int 0)]
2872   "
2873 {
2874   int regno = true_regnum (operands[0]);
2875   rtx addr, insn, adjust = NULL_RTX;
2876   rtx mem2 = copy_rtx (operands[1]);
2877   rtx reg0 = gen_rtx_REG (SFmode, regno + !! TARGET_LITTLE_ENDIAN);
2878   rtx reg1 = gen_rtx_REG (SFmode, regno + ! TARGET_LITTLE_ENDIAN);
2879
2880   PUT_MODE (mem2, SFmode);
2881   operands[1] = copy_rtx (mem2);
2882   addr = XEXP (mem2, 0);
2883   if (GET_CODE (addr) != POST_INC)
2884     {
2885       /* If we have to modify the stack pointer, the value that we have
2886          read with post-increment might be modified by an interrupt,
2887          so write it back.  */
2888       if (REGNO (addr) == STACK_POINTER_REGNUM)
2889         adjust = gen_push_e (reg0);
2890       else
2891         adjust = gen_addsi3 (addr, addr, GEN_INT (-4));
2892       XEXP (mem2, 0) = addr = gen_rtx_POST_INC (SImode, addr);
2893     }
2894   addr = XEXP (addr, 0);
2895   insn = emit_insn (gen_movsf_ie (reg0, mem2, operands[2]));
2896   REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_INC, addr, NULL_RTX);
2897   insn = emit_insn (gen_movsf_ie (reg1, operands[1], operands[2]));
2898   if (adjust)
2899     emit_insn (adjust);
2900   else
2901     REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_INC, addr, NULL_RTX);
2902   DONE;
2903 }")
2904
2905 (define_split
2906   [(set (match_operand:DF 0 "memory_operand" "")
2907         (match_operand:DF 1 "register_operand" ""))
2908    (use (match_operand:PSI 2 "fpscr_operand" "c"))
2909    (clobber (match_scratch:SI 3 "X"))]
2910   "TARGET_SH4 && ! TARGET_FMOVD && reload_completed
2911    && FP_OR_XD_REGISTER_P (true_regnum (operands[1]))"
2912   [(const_int 0)]
2913   "
2914 {
2915   int regno = true_regnum (operands[1]);
2916   rtx insn, addr, adjust = NULL_RTX;
2917
2918   operands[0] = copy_rtx (operands[0]);
2919   PUT_MODE (operands[0], SFmode);
2920   insn = emit_insn (gen_movsf_ie (operands[0],
2921                                   gen_rtx (REG, SFmode,
2922                                            regno + ! TARGET_LITTLE_ENDIAN),
2923                                   operands[2]));
2924   operands[0] = copy_rtx (operands[0]);
2925   addr = XEXP (operands[0], 0);
2926   if (GET_CODE (addr) != PRE_DEC)
2927     {
2928       adjust = gen_addsi3 (addr, addr, GEN_INT (4));
2929       emit_insn_before (adjust, insn);
2930       XEXP (operands[0], 0) = addr = gen_rtx (PRE_DEC, SImode, addr);
2931     }
2932   addr = XEXP (addr, 0);
2933   if (! adjust)
2934     REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, addr, NULL_RTX);
2935   insn = emit_insn (gen_movsf_ie (operands[0],
2936                                   gen_rtx (REG, SFmode,
2937                                            regno + !! TARGET_LITTLE_ENDIAN),
2938                                   operands[2]));
2939   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, addr, NULL_RTX);
2940   DONE;
2941 }")
2942
2943 ;; If the output is a register and the input is memory or a register, we have
2944 ;; to be careful and see which word needs to be loaded first.  
2945
2946 (define_split
2947   [(set (match_operand:DF 0 "general_movdst_operand" "")
2948         (match_operand:DF 1 "general_movsrc_operand" ""))]
2949   "reload_completed"
2950   [(set (match_dup 2) (match_dup 3))
2951    (set (match_dup 4) (match_dup 5))]
2952   "
2953 {
2954   int regno;
2955
2956   if ((GET_CODE (operands[0]) == MEM
2957        && GET_CODE (XEXP (operands[0], 0)) == PRE_DEC)
2958       || (GET_CODE (operands[1]) == MEM
2959           && GET_CODE (XEXP (operands[1], 0)) == POST_INC))
2960     FAIL;
2961
2962   if (GET_CODE (operands[0]) == REG)
2963     regno = REGNO (operands[0]);
2964   else if (GET_CODE (operands[0]) == SUBREG)
2965     regno = REGNO (SUBREG_REG (operands[0])) + SUBREG_WORD (operands[0]);
2966   else if (GET_CODE (operands[0]) == MEM)
2967     regno = -1;
2968
2969   if (regno == -1
2970       || ! refers_to_regno_p (regno, regno + 1, operands[1], 0))
2971     {
2972       operands[2] = operand_subword (operands[0], 0, 0, DFmode);
2973       operands[3] = operand_subword (operands[1], 0, 0, DFmode);
2974       operands[4] = operand_subword (operands[0], 1, 0, DFmode);
2975       operands[5] = operand_subword (operands[1], 1, 0, DFmode);
2976     }
2977   else
2978     {
2979       operands[2] = operand_subword (operands[0], 1, 0, DFmode);
2980       operands[3] = operand_subword (operands[1], 1, 0, DFmode);
2981       operands[4] = operand_subword (operands[0], 0, 0, DFmode);
2982       operands[5] = operand_subword (operands[1], 0, 0, DFmode);
2983     }
2984
2985   if (operands[2] == 0 || operands[3] == 0
2986       || operands[4] == 0 || operands[5] == 0)
2987     FAIL;
2988 }")
2989
2990 ;; If a base address generated by LEGITIMIZE_ADDRESS for SImode is
2991 ;; used only once, let combine add in the index again.
2992
2993 (define_split
2994   [(set (match_operand:SI 0 "register_operand" "")
2995         (match_operand:SI 1 "" ""))
2996    (clobber (match_operand 2 "register_operand" ""))]
2997   "! reload_in_progress && ! reload_completed"
2998   [(use (reg:SI R0_REG))]
2999   "
3000 {
3001   rtx addr, reg, const_int;
3002
3003   if (GET_CODE (operands[1]) != MEM)
3004     FAIL;
3005   addr = XEXP (operands[1], 0);
3006   if (GET_CODE (addr) != PLUS)
3007     FAIL;
3008   reg = XEXP (addr, 0);
3009   const_int = XEXP (addr, 1);
3010   if (! (BASE_REGISTER_RTX_P (reg) && INDEX_REGISTER_RTX_P (operands[2])
3011          && GET_CODE (const_int) == CONST_INT))
3012     FAIL;
3013   emit_move_insn (operands[2], const_int);
3014   emit_move_insn (operands[0],
3015                   change_address (operands[1], VOIDmode,
3016                                   gen_rtx_PLUS (SImode, reg, operands[2])));
3017   DONE;
3018 }")
3019
3020 (define_split
3021   [(set (match_operand:SI 1 "" "")
3022         (match_operand:SI 0 "register_operand" ""))
3023    (clobber (match_operand 2 "register_operand" ""))]
3024   "! reload_in_progress && ! reload_completed"
3025   [(use (reg:SI R0_REG))]
3026   "
3027 {
3028   rtx addr, reg, const_int;
3029
3030   if (GET_CODE (operands[1]) != MEM)
3031     FAIL;
3032   addr = XEXP (operands[1], 0);
3033   if (GET_CODE (addr) != PLUS)
3034     FAIL;
3035   reg = XEXP (addr, 0);
3036   const_int = XEXP (addr, 1);
3037   if (! (BASE_REGISTER_RTX_P (reg) && INDEX_REGISTER_RTX_P (operands[2])
3038          && GET_CODE (const_int) == CONST_INT))
3039     FAIL;
3040   emit_move_insn (operands[2], const_int);
3041   emit_move_insn (change_address (operands[1], VOIDmode,
3042                                   gen_rtx_PLUS (SImode, reg, operands[2])),
3043                   operands[0]);
3044   DONE;
3045 }")
3046
3047 (define_expand "movdf"
3048   [(set (match_operand:DF 0 "general_movdst_operand" "")
3049         (match_operand:DF 1 "general_movsrc_operand" ""))]
3050   ""
3051   "
3052 {
3053   if (prepare_move_operands (operands, DFmode)) DONE;
3054   if (TARGET_SH4)
3055     {
3056       emit_df_insn (gen_movdf_i4 (operands[0], operands[1], get_fpscr_rtx ()));
3057       DONE;
3058     }
3059 }")
3060
3061
3062 (define_insn "movsf_i"
3063   [(set (match_operand:SF 0 "general_movdst_operand" "=r,r,r,r,m,l,r")
3064         (match_operand:SF 1 "general_movsrc_operand"  "r,I,FQ,mr,r,r,l"))]
3065   "
3066    (! TARGET_SH3E
3067     /* ??? We provide some insn so that direct_{load,store}[SFmode] get set */
3068     || (GET_CODE (operands[0]) == REG && REGNO (operands[0]) == 3)
3069     || (GET_CODE (operands[1]) == REG && REGNO (operands[1]) == 3))
3070    && (arith_reg_operand (operands[0], SFmode)
3071        || arith_reg_operand (operands[1], SFmode))"
3072   "@
3073         mov     %1,%0
3074         mov     %1,%0
3075         mov.l   %1,%0
3076         mov.l   %1,%0
3077         mov.l   %1,%0
3078         lds     %1,%0
3079         sts     %1,%0"
3080   [(set_attr "type" "move,move,pcload,load,store,move,move")])
3081
3082 ;; We may not split the ry/yr/XX alternatives to movsi_ie, since
3083 ;; update_flow_info would not know where to put REG_EQUAL notes
3084 ;; when the destination changes mode.
3085 (define_insn "movsf_ie"
3086   [(set (match_operand:SF 0 "general_movdst_operand"
3087          "=f,r,f,f,fy,f,m,r,r,m,f,y,y,rf,r<,y,y")
3088         (match_operand:SF 1 "general_movsrc_operand"
3089           "f,r,G,H,FQ,mf,f,FQ,mr,r,y,f,>,fr,y,r>,y"))
3090    (use (match_operand:PSI 2 "fpscr_operand" "c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c"))
3091    (clobber (match_scratch:SI 3 "=X,X,X,X,&z,X,X,X,X,X,X,X,X,y,X,X,X"))]
3092
3093   "TARGET_SH3E
3094    && (arith_reg_operand (operands[0], SFmode)
3095        || arith_reg_operand (operands[1], SFmode)
3096        || arith_reg_operand (operands[3], SImode)
3097        || (fpul_operand (operands[0], SFmode)
3098            && memory_operand (operands[1], SFmode)
3099            && GET_CODE (XEXP (operands[1], 0)) == POST_INC)
3100        || (fpul_operand (operands[1], SFmode)
3101            && memory_operand (operands[0], SFmode)
3102            && GET_CODE (XEXP (operands[0], 0)) == PRE_DEC))"
3103   "@
3104         fmov    %1,%0
3105         mov     %1,%0
3106         fldi0   %0
3107         fldi1   %0
3108         #
3109         fmov.s  %1,%0
3110         fmov.s  %1,%0
3111         mov.l   %1,%0
3112         mov.l   %1,%0
3113         mov.l   %1,%0
3114         fsts    fpul,%0
3115         flds    %1,fpul
3116         lds.l   %1,%0
3117         #
3118         sts     %1,%0
3119         lds     %1,%0
3120         ! move optimized away"
3121   [(set_attr "type" "fmove,move,fmove,fmove,pcload,load,store,pcload,load,store,fmove,fmove,load,*,gp_fpul,gp_fpul,nil")
3122    (set_attr "length" "*,*,*,*,4,*,*,*,*,*,2,2,2,4,2,2,0")
3123    (set (attr "fp_mode") (if_then_else (eq_attr "fmovd" "yes")
3124                                            (const_string "single")
3125                                            (const_string "none")))])
3126 (define_split
3127   [(set (match_operand:SF 0 "register_operand" "")
3128         (match_operand:SF 1 "register_operand" ""))
3129    (use (match_operand:PSI 2 "fpscr_operand" "c"))
3130    (clobber (reg:SI FPUL_REG))]
3131   ""
3132   [(parallel [(set (reg:SF FPUL_REG) (match_dup 1))
3133               (use (match_dup 2))
3134               (clobber (scratch:SI))])
3135    (parallel [(set (match_dup 0) (reg:SF FPUL_REG))
3136               (use (match_dup 2))
3137               (clobber (scratch:SI))])]
3138   "")
3139
3140 (define_expand "movsf"
3141   [(set (match_operand:SF 0 "general_movdst_operand" "")
3142         (match_operand:SF 1 "general_movsrc_operand" ""))]
3143   ""
3144   "
3145 {
3146   if (prepare_move_operands (operands, SFmode))
3147     DONE;
3148   if (TARGET_SH3E)
3149     {
3150       emit_sf_insn (gen_movsf_ie (operands[0], operands[1], get_fpscr_rtx ()));
3151       DONE;
3152     }
3153 }")
3154
3155 (define_insn "mov_nop"
3156   [(set (match_operand 0 "register_operand" "") (match_dup 0))]
3157   "TARGET_SH3E"
3158   ""
3159   [(set_attr "length" "0")
3160    (set_attr "type" "nil")])
3161
3162 (define_expand "reload_insf"
3163   [(parallel [(set (match_operand:SF 0 "register_operand" "=a")
3164                    (match_operand:SF 1 "immediate_operand" "FQ"))
3165               (use (reg:PSI FPSCR_REG))
3166               (clobber (match_operand:SI 2 "register_operand" "=&z"))])]
3167   ""
3168   "")
3169
3170 (define_expand "reload_insi"
3171   [(parallel [(set (match_operand:SF 0 "register_operand" "=y")
3172                    (match_operand:SF 1 "immediate_operand" "FQ"))
3173               (clobber (match_operand:SI 2 "register_operand" "=&z"))])]
3174   ""
3175   "")
3176
3177 (define_insn "*movsi_y"
3178   [(set (match_operand:SI 0 "register_operand" "=y,y")
3179         (match_operand:SI 1 "immediate_operand" "Qi,I"))
3180    (clobber (match_scratch:SI 2 "=&z,r"))]
3181   "TARGET_SH3E
3182    && (reload_in_progress || reload_completed)"
3183   "#"
3184   [(set_attr "length" "4")
3185    (set_attr "type" "pcload,move")])
3186
3187 (define_split
3188   [(set (match_operand:SI 0 "register_operand" "")
3189         (match_operand:SI 1 "immediate_operand" ""))
3190    (clobber (match_operand:SI 2 "register_operand" ""))]
3191   ""
3192   [(set (match_dup 2) (match_dup 1))
3193    (set (match_dup 0) (match_dup 2))]
3194   "")
3195
3196 (define_split
3197   [(set (match_operand:SI 0 "register_operand" "")
3198         (match_operand:SI 1 "memory_operand" ""))
3199    (clobber (reg:SI R0_REG))]
3200   ""
3201   [(set (match_dup 0) (match_dup 1))]
3202   "")
3203 \f
3204 ;; ------------------------------------------------------------------------
3205 ;; Define the real conditional branch instructions.
3206 ;; ------------------------------------------------------------------------
3207
3208 (define_insn "branch_true"
3209   [(set (pc) (if_then_else (ne (reg:SI T_REG) (const_int 0))
3210                            (label_ref (match_operand 0 "" ""))
3211                            (pc)))]
3212   ""
3213   "* return output_branch (1, insn, operands);"
3214   [(set_attr "type" "cbranch")])
3215
3216 (define_insn "branch_false"
3217   [(set (pc) (if_then_else (eq (reg:SI T_REG) (const_int 0))
3218                            (label_ref (match_operand 0 "" ""))
3219                            (pc)))]
3220   ""
3221   "* return output_branch (0, insn, operands);"
3222   [(set_attr "type" "cbranch")])
3223
3224 ;; Patterns to prevent reorg from re-combining a condbranch with a branch
3225 ;; which destination is too far away.
3226 ;; The const_int_operand is distinct for each branch target; it avoids
3227 ;; unwanted matches with redundant_insn.
3228 (define_insn "block_branch_redirect"
3229   [(set (pc) (unspec [(match_operand 0 "const_int_operand" "")] UNSPEC_BBR))]
3230   ""
3231   ""
3232   [(set_attr "length" "0")])
3233
3234 ;; This one has the additional purpose to record a possible scratch register
3235 ;; for the following branch.
3236 (define_insn "indirect_jump_scratch"
3237   [(set (match_operand 0 "register_operand" "=r")
3238         (unspec [(match_operand 1 "const_int_operand" "")] UNSPEC_BBR))]
3239   ""
3240   ""
3241   [(set_attr "length" "0")])
3242 \f
3243 ;; Conditional branch insns
3244
3245 (define_expand "beq"
3246   [(set (pc)
3247         (if_then_else (ne (reg:SI T_REG) (const_int 0))
3248                       (label_ref (match_operand 0 "" ""))
3249                       (pc)))]
3250   ""
3251   "from_compare (operands, EQ);")
3252
3253 (define_expand "bne"
3254   [(set (pc)
3255         (if_then_else (eq (reg:SI T_REG) (const_int 0))
3256                       (label_ref (match_operand 0 "" ""))
3257                       (pc)))]
3258   ""
3259   "from_compare (operands, EQ);")
3260
3261 (define_expand "bgt"
3262   [(set (pc)
3263         (if_then_else (ne (reg:SI T_REG) (const_int 0))
3264                       (label_ref (match_operand 0 "" ""))
3265                       (pc)))]
3266   ""
3267   "from_compare (operands, GT);")
3268
3269 (define_expand "blt"
3270   [(set (pc)
3271         (if_then_else (eq (reg:SI T_REG) (const_int 0))
3272                       (label_ref (match_operand 0 "" ""))
3273                       (pc)))]
3274   ""
3275   "
3276 {
3277   if (GET_MODE_CLASS (GET_MODE (sh_compare_op0)) == MODE_FLOAT)
3278     {
3279       rtx tmp = sh_compare_op0;
3280       sh_compare_op0 = sh_compare_op1;
3281       sh_compare_op1 = tmp;
3282       emit_insn (gen_bgt (operands[0]));
3283       DONE;
3284     }
3285   from_compare (operands, GE);
3286 }")
3287
3288 (define_expand "ble"
3289   [(set (pc)
3290         (if_then_else (eq (reg:SI T_REG) (const_int 0))
3291                       (label_ref (match_operand 0 "" ""))
3292                       (pc)))]
3293   ""
3294   "
3295 {
3296   if (TARGET_SH3E
3297       && TARGET_IEEE
3298       && GET_MODE_CLASS (GET_MODE (sh_compare_op0)) == MODE_FLOAT)
3299     {
3300       rtx tmp = sh_compare_op0;
3301       sh_compare_op0 = sh_compare_op1;
3302       sh_compare_op1 = tmp;
3303       emit_insn (gen_bge (operands[0]));
3304       DONE;
3305     }
3306   from_compare (operands, GT);
3307 }")
3308
3309 (define_expand "bge"
3310   [(set (pc)
3311         (if_then_else (ne (reg:SI T_REG) (const_int 0))
3312                       (label_ref (match_operand 0 "" ""))
3313                       (pc)))]
3314   ""
3315   "
3316 {
3317   if (TARGET_SH3E
3318       && ! TARGET_IEEE
3319       && GET_MODE_CLASS (GET_MODE (sh_compare_op0)) == MODE_FLOAT)
3320     {
3321       rtx tmp = sh_compare_op0;
3322       sh_compare_op0 = sh_compare_op1;
3323       sh_compare_op1 = tmp;
3324       emit_insn (gen_ble (operands[0]));
3325       DONE;
3326     }
3327   from_compare (operands, GE);
3328 }")
3329
3330 (define_expand "bgtu"
3331   [(set (pc)
3332         (if_then_else (ne (reg:SI T_REG) (const_int 0))
3333                       (label_ref (match_operand 0 "" ""))
3334                       (pc)))]
3335   ""
3336   "from_compare (operands, GTU); ")
3337
3338 (define_expand "bltu"
3339   [(set (pc)
3340         (if_then_else (eq (reg:SI T_REG) (const_int 0))
3341                       (label_ref (match_operand 0 "" ""))
3342                       (pc)))]
3343   ""
3344   "from_compare (operands, GEU);")
3345
3346 (define_expand "bgeu"
3347   [(set (pc)
3348         (if_then_else (ne (reg:SI T_REG) (const_int 0))
3349                       (label_ref (match_operand 0 "" ""))
3350                       (pc)))]
3351   ""
3352   "from_compare (operands, GEU);")
3353
3354 (define_expand "bleu"
3355   [(set (pc)
3356         (if_then_else (eq (reg:SI T_REG) (const_int 0))
3357                       (label_ref (match_operand 0 "" ""))
3358                       (pc)))]
3359   ""
3360   "from_compare (operands, GTU);")
3361 \f
3362 ;; ------------------------------------------------------------------------
3363 ;; Jump and linkage insns
3364 ;; ------------------------------------------------------------------------
3365
3366 (define_insn "jump"
3367   [(set (pc)
3368         (label_ref (match_operand 0 "" "")))]
3369   ""
3370   "*
3371 {
3372   /* The length is 16 if the delay slot is unfilled.  */
3373   if (get_attr_length(insn) > 4)
3374     return output_far_jump(insn, operands[0]);
3375   else
3376     return   \"bra      %l0%#\";
3377 }"
3378   [(set_attr "type" "jump")
3379    (set_attr "needs_delay_slot" "yes")])
3380
3381 (define_insn "calli"
3382   [(call (mem:SI (match_operand:SI 0 "arith_reg_operand" "r"))
3383          (match_operand 1 "" ""))
3384    (use (reg:PSI FPSCR_REG))
3385    (clobber (reg:SI PR_REG))]
3386   ""
3387   "jsr  @%0%#"
3388   [(set_attr "type" "call")
3389    (set (attr "fp_mode")
3390         (if_then_else (eq_attr "fpu_single" "yes")
3391                       (const_string "single") (const_string "double")))
3392    (set_attr "needs_delay_slot" "yes")])
3393
3394 ;; This is a pc-rel call, using bsrf, for use with PIC.
3395
3396 (define_insn "calli_pcrel"
3397   [(call (mem:SI (match_operand:SI 0 "arith_reg_operand" "r"))
3398          (match_operand 1 "" ""))
3399    (use (reg:PSI FPSCR_REG))
3400    (use (reg:SI PIC_REG))
3401    (use (match_operand 2 "" ""))
3402    (clobber (reg:SI PR_REG))]
3403   "TARGET_SH2"
3404   "bsrf %0\\n%O2:%#"
3405   [(set_attr "type" "call")
3406    (set (attr "fp_mode")
3407         (if_then_else (eq_attr "fpu_single" "yes")
3408                       (const_string "single") (const_string "double")))
3409    (set_attr "needs_delay_slot" "yes")])
3410
3411 (define_insn_and_split "call_pcrel"
3412   [(call (mem:SI (match_operand:SI 0 "symbol_ref_operand" ""))
3413          (match_operand 1 "" ""))
3414    (use (reg:PSI FPSCR_REG))
3415    (use (reg:SI PIC_REG))
3416    (clobber (reg:SI PR_REG))
3417    (clobber (match_scratch:SI 2 "=r"))]
3418   "TARGET_SH2"
3419   "#"
3420   "reload_completed"
3421   [(const_int 0)]
3422   "
3423 {
3424   rtx lab = gen_call_site ();
3425
3426   if (SYMBOL_REF_FLAG (operands[0]))
3427     emit_insn (gen_sym_label2reg (operands[2], operands[0], lab));
3428   else
3429     emit_insn (gen_symPLT_label2reg (operands[2], operands[0], lab));
3430   emit_call_insn (gen_calli_pcrel (operands[2], operands[1], lab));
3431   DONE;
3432 }"
3433   [(set_attr "type" "call")
3434    (set (attr "fp_mode")
3435         (if_then_else (eq_attr "fpu_single" "yes")
3436                       (const_string "single") (const_string "double")))
3437    (set_attr "needs_delay_slot" "yes")])
3438
3439 (define_insn "call_valuei"
3440   [(set (match_operand 0 "" "=rf")
3441         (call (mem:SI (match_operand:SI 1 "arith_reg_operand" "r"))
3442               (match_operand 2 "" "")))
3443    (use (reg:PSI FPSCR_REG))
3444    (clobber (reg:SI PR_REG))]
3445   ""
3446   "jsr  @%1%#"
3447   [(set_attr "type" "call")
3448    (set (attr "fp_mode")
3449         (if_then_else (eq_attr "fpu_single" "yes")
3450                       (const_string "single") (const_string "double")))
3451    (set_attr "needs_delay_slot" "yes")])
3452
3453 (define_insn "call_valuei_pcrel"
3454   [(set (match_operand 0 "" "=rf")
3455         (call (mem:SI (match_operand:SI 1 "arith_reg_operand" "r"))
3456               (match_operand 2 "" "")))
3457    (use (reg:PSI FPSCR_REG))
3458    (use (reg:SI PIC_REG))
3459    (use (match_operand 3 "" ""))
3460    (clobber (reg:SI PR_REG))]
3461   "TARGET_SH2"
3462   "bsrf %1\\n%O3:%#"
3463   [(set_attr "type" "call")
3464    (set (attr "fp_mode")
3465         (if_then_else (eq_attr "fpu_single" "yes")
3466                       (const_string "single") (const_string "double")))
3467    (set_attr "needs_delay_slot" "yes")])
3468
3469 (define_insn_and_split "call_value_pcrel"
3470   [(set (match_operand 0 "" "=rf")
3471         (call (mem:SI (match_operand:SI 1 "symbol_ref_operand" ""))
3472               (match_operand 2 "" "")))
3473    (use (reg:PSI FPSCR_REG))
3474    (use (reg:SI PIC_REG))
3475    (clobber (reg:SI PR_REG))
3476    (clobber (match_scratch:SI 3 "=r"))]
3477   "TARGET_SH2"
3478   "#"
3479   "reload_completed"
3480   [(const_int 0)]
3481   "
3482 {
3483   rtx lab = gen_call_site ();
3484
3485   if (SYMBOL_REF_FLAG (operands[1]))
3486     emit_insn (gen_sym_label2reg (operands[3], operands[1], lab));
3487   else
3488     emit_insn (gen_symPLT_label2reg (operands[3], operands[1], lab));
3489   emit_call_insn (gen_call_valuei_pcrel (operands[0], operands[3],
3490                                          operands[2], lab));
3491   DONE;
3492 }"
3493   [(set_attr "type" "call")
3494    (set (attr "fp_mode")
3495         (if_then_else (eq_attr "fpu_single" "yes")
3496                       (const_string "single") (const_string "double")))
3497    (set_attr "needs_delay_slot" "yes")])
3498
3499 (define_expand "call"
3500   [(parallel [(call (mem:SI (match_operand 0 "arith_reg_operand" ""))
3501                             (match_operand 1 "" ""))
3502               (use (reg:PSI FPSCR_REG))
3503               (clobber (reg:SI PR_REG))])]
3504   ""
3505   "
3506 {
3507   if (flag_pic && TARGET_SH2
3508       && GET_CODE (operands[0]) == MEM
3509       && GET_CODE (XEXP (operands[0], 0)) == SYMBOL_REF)
3510     {
3511       emit_call_insn (gen_call_pcrel (XEXP (operands[0], 0), operands[1]));
3512       DONE;
3513     }
3514   else
3515     operands[0] = force_reg (SImode, XEXP (operands[0], 0));
3516 }")
3517
3518 (define_expand "call_value"
3519   [(parallel [(set (match_operand 0 "arith_reg_operand" "")
3520                    (call (mem:SI (match_operand 1 "arith_reg_operand" ""))
3521                                  (match_operand 2 "" "")))
3522               (use (reg:PSI FPSCR_REG))
3523               (clobber (reg:SI PR_REG))])]
3524   ""
3525   "
3526 {
3527   if (flag_pic && TARGET_SH2
3528       && GET_CODE (operands[1]) == MEM
3529       && GET_CODE (XEXP (operands[1], 0)) == SYMBOL_REF)
3530     {
3531       emit_call_insn (gen_call_value_pcrel (operands[0], XEXP (operands[1], 0),
3532                                             operands[2]));
3533       DONE;
3534     }
3535   else
3536     operands[1] = force_reg (SImode, XEXP (operands[1], 0));
3537 }")
3538
3539 (define_insn "sibcalli"
3540   [(call (mem:SI (match_operand:SI 0 "register_operand" "k"))
3541          (match_operand 1 "" ""))
3542    (use (reg:PSI FPSCR_REG))
3543    (return)]
3544   ""
3545   "jmp  @%0%#"
3546   [(set_attr "needs_delay_slot" "yes")
3547    (set (attr "fp_mode")
3548         (if_then_else (eq_attr "fpu_single" "yes")
3549                       (const_string "single") (const_string "double")))
3550    (set_attr "type" "jump_ind")])
3551
3552 (define_insn "sibcalli_pcrel"
3553   [(call (mem:SI (match_operand:SI 0 "arith_reg_operand" "k"))
3554          (match_operand 1 "" ""))
3555    (use (match_operand 2 "" ""))
3556    (use (reg:PSI FPSCR_REG))
3557    (return)]
3558   "TARGET_SH2"
3559   "braf %0\\n%O2:%#"
3560   [(set_attr "needs_delay_slot" "yes")
3561    (set (attr "fp_mode")
3562         (if_then_else (eq_attr "fpu_single" "yes")
3563                       (const_string "single") (const_string "double")))
3564    (set_attr "type" "jump_ind")])
3565
3566 (define_insn_and_split "sibcall_pcrel"
3567   [(call (mem:SI (match_operand:SI 0 "symbol_ref_operand" ""))
3568          (match_operand 1 "" ""))
3569    (use (reg:PSI FPSCR_REG))
3570    (clobber (match_scratch:SI 2 "=k"))
3571    (return)]
3572   "TARGET_SH2"
3573   "#"
3574   "reload_completed"
3575   [(const_int 0)]
3576   "
3577 {
3578   rtx lab = gen_call_site ();
3579   rtx call_insn;
3580
3581   emit_insn (gen_sym_label2reg (operands[2], operands[0], lab));
3582   call_insn = emit_call_insn (gen_sibcalli_pcrel (operands[2], operands[1],
3583                                                   lab));
3584   SIBLING_CALL_P (call_insn) = 1;
3585   DONE;
3586 }"
3587   [(set_attr "needs_delay_slot" "yes")
3588    (set (attr "fp_mode")
3589         (if_then_else (eq_attr "fpu_single" "yes")
3590                       (const_string "single") (const_string "double")))
3591    (set_attr "type" "jump_ind")])
3592
3593 (define_expand "sibcall"
3594   [(parallel
3595     [(call (mem:SI (match_operand 0 "arith_reg_operand" ""))
3596            (match_operand 1 "" ""))
3597      (use (reg:PSI FPSCR_REG))
3598      (return)])]
3599   ""
3600   "
3601 {
3602   if (flag_pic && TARGET_SH2
3603       && GET_CODE (operands[0]) == MEM
3604       && GET_CODE (XEXP (operands[0], 0)) == SYMBOL_REF
3605       /* The PLT needs the PIC register, but the epilogue would have
3606          to restore it, so we can only use PC-relative PIC calls for
3607          static functions.  */
3608       && SYMBOL_REF_FLAG (XEXP (operands[0], 0)))
3609     {
3610       emit_call_insn (gen_sibcall_pcrel (XEXP (operands[0], 0), operands[1]));
3611       DONE;
3612     }
3613   else
3614     operands[0] = force_reg (SImode, XEXP (operands[0], 0));
3615 }")
3616
3617 (define_expand "sibcall_value"
3618   [(set (match_operand 0 "" "")
3619         (call (match_operand 1 "" "")
3620               (match_operand 2 "" "")))]
3621   ""
3622   "
3623 {
3624   emit_call_insn (gen_sibcall (operands[1], operands[2]));
3625   DONE;
3626 }")
3627
3628 (define_expand "sibcall_epilogue"
3629   [(return)]
3630   ""
3631   "
3632 {
3633   sh_expand_epilogue ();
3634   DONE;
3635 }")
3636
3637 (define_insn "indirect_jump"
3638   [(set (pc)
3639         (match_operand:SI 0 "arith_reg_operand" "r"))]
3640   ""
3641   "jmp  @%0%#"
3642   [(set_attr "needs_delay_slot" "yes")
3643    (set_attr "type" "jump_ind")])
3644
3645 ;; The use of operand 1 / 2 helps us distinguish case table jumps
3646 ;; which can be present in structured code from indirect jumps which can not
3647 ;; be present in structured code.  This allows -fprofile-arcs to work.
3648
3649 ;; For SH1 processors.
3650 (define_insn "casesi_jump_1"
3651   [(set (pc)
3652         (match_operand:SI 0 "register_operand" "r"))
3653    (use (label_ref (match_operand 1 "" "")))]
3654   ""
3655   "jmp  @%0%#"
3656   [(set_attr "needs_delay_slot" "yes")
3657    (set_attr "type" "jump_ind")])
3658
3659 ;; For all later processors.
3660 (define_insn "casesi_jump_2"
3661   [(set (pc) (plus:SI (match_operand:SI 0 "register_operand" "r")
3662                       (label_ref (match_operand 1 "" ""))))
3663    (use (label_ref (match_operand 2 "" "")))]
3664   "TARGET_SH2
3665    && (! INSN_UID (operands[1]) || prev_real_insn (operands[1]) == insn)"
3666   "braf %0%#"
3667   [(set_attr "needs_delay_slot" "yes")
3668    (set_attr "type" "jump_ind")])
3669
3670 ;; Call subroutine returning any type.
3671 ;; ??? This probably doesn't work.
3672
3673 (define_expand "untyped_call"
3674   [(parallel [(call (match_operand 0 "" "")
3675                     (const_int 0))
3676               (match_operand 1 "" "")
3677               (match_operand 2 "" "")])]
3678   "TARGET_SH3E"
3679   "
3680 {
3681   int i;
3682
3683   emit_call_insn (gen_call (operands[0], const0_rtx));
3684
3685   for (i = 0; i < XVECLEN (operands[2], 0); i++)
3686     {
3687       rtx set = XVECEXP (operands[2], 0, i);
3688       emit_move_insn (SET_DEST (set), SET_SRC (set));
3689     }
3690
3691   /* The optimizer does not know that the call sets the function value
3692      registers we stored in the result block.  We avoid problems by
3693      claiming that all hard registers are used and clobbered at this
3694      point.  */
3695   emit_insn (gen_blockage ());
3696
3697   DONE;
3698 }")
3699 \f
3700 ;; ------------------------------------------------------------------------
3701 ;; Misc insns
3702 ;; ------------------------------------------------------------------------
3703
3704 (define_insn "dect"
3705   [(set (reg:SI T_REG)
3706         (eq:SI (match_operand:SI 0 "arith_reg_operand" "+r") (const_int 1)))
3707    (set (match_dup 0) (plus:SI (match_dup 0) (const_int -1)))]
3708   "TARGET_SH2"
3709   "dt   %0"
3710   [(set_attr "type" "arith")])
3711
3712 (define_insn "nop"
3713   [(const_int 0)]
3714   ""
3715   "nop")
3716
3717 ;; Load address of a label. This is only generated by the casesi expand,
3718 ;; and by machine_dependent_reorg (fixing up fp moves).
3719 ;; This must use unspec, because this only works for labels that are
3720 ;; within range,
3721
3722 (define_insn "mova"
3723   [(set (reg:SI R0_REG)
3724         (unspec [(label_ref (match_operand 0 "" ""))] UNSPEC_MOVA))]
3725   ""
3726   "mova %O0,r0"
3727   [(set_attr "in_delay_slot" "no")
3728    (set_attr "type" "arith")])
3729
3730 ;; machine_dependent_reorg() will make this a `mova'.
3731 (define_insn "mova_const"
3732   [(set (reg:SI R0_REG)
3733         (unspec [(match_operand 0 "immediate_operand" "i")] UNSPEC_MOVA))]
3734   ""
3735   "#"
3736   [(set_attr "in_delay_slot" "no")
3737    (set_attr "type" "arith")])
3738
3739 (define_expand "GOTaddr2picreg"
3740   [(set (reg:SI R0_REG)
3741         (unspec [(const (unspec [(match_dup 1)] UNSPEC_PIC))]
3742                 UNSPEC_MOVA))
3743    (set (match_dup 0) (const (unspec [(match_dup 1)] UNSPEC_PIC)))
3744    (set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))]
3745   "" "
3746 {
3747   operands[0] = pic_offset_table_rtx;
3748   operands[1] = gen_rtx_SYMBOL_REF (VOIDmode, GOT_SYMBOL_NAME);
3749 }
3750 ")
3751
3752 (define_expand "call_site"
3753   [(unspec [(match_dup 0)] UNSPEC_CALLER)]
3754   ""
3755   "
3756 {
3757   static HOST_WIDE_INT i = 0;
3758   operands[0] = GEN_INT (i);
3759   i++;
3760 }")
3761
3762 (define_expand "sym_label2reg"
3763   [(set (match_operand:SI 0 "" "")
3764         (const (minus:SI
3765                 (const (unspec [(match_operand:SI 1 "" "")] UNSPEC_PIC))
3766                 (const (plus:SI
3767                         (match_operand:SI 2 "" "")
3768                         (const_int 2))))))]
3769   "" "")
3770
3771 (define_expand "symGOT2reg"
3772   [(set (match_operand:SI 0 "" "")
3773         (const (unspec [(match_operand:SI 1 "" "")] UNSPEC_GOT)))
3774   (set (match_dup 0) (plus:SI (match_dup 0) (match_dup 2)))
3775   (set (match_dup 0) (mem:SI (match_dup 0)))]
3776   ""
3777   "
3778 {
3779   operands[2] = pic_offset_table_rtx;
3780 }")
3781
3782 (define_expand "symGOTOFF2reg"
3783   [(set (match_operand:SI 0 "" "")
3784         (const (unspec [(match_operand:SI 1 "" "")] UNSPEC_GOTOFF)))
3785   (set (match_dup 0) (plus:SI (match_dup 0) (match_dup 2)))]
3786   ""
3787   "
3788 {
3789   operands[2] = pic_offset_table_rtx;
3790 }")
3791
3792 (define_expand "symPLT_label2reg"
3793   [(set (match_operand:SI 0 "" "")
3794         (const (minus:SI
3795                 (const (plus:SI
3796                         (unspec [(match_operand:SI 1 "" "")] UNSPEC_PLT)
3797                         (pc)))
3798                 (const (plus:SI
3799                         (match_operand:SI 2 "" "")
3800                         (const_int 2))))))
3801    ;; Even though the PIC register is not really used by the call
3802    ;; sequence in which this is expanded, the PLT code assumes the PIC
3803    ;; register is set, so we must not skip its initialization.  Since
3804    ;; we only use this expand as part of calling sequences, and never
3805    ;; to take the address of a function, this is the best point to
3806    ;; insert the (use).  Using the PLT to take the address of a
3807    ;; function would be wrong, not only because the PLT entry could
3808    ;; then be called from a function that doesn't initialize the PIC
3809    ;; register to the proper GOT, but also because pointers to the
3810    ;; same function might not compare equal, should they be set by
3811    ;; different shared libraries.
3812    (use (reg:SI PIC_REG))]
3813   ""
3814   "")
3815
3816 ;; case instruction for switch statements.
3817
3818 ;; Operand 0 is index
3819 ;; operand 1 is the minimum bound
3820 ;; operand 2 is the maximum bound - minimum bound + 1
3821 ;; operand 3 is CODE_LABEL for the table;
3822 ;; operand 4 is the CODE_LABEL to go to if index out of range.
3823
3824 (define_expand "casesi"
3825   [(match_operand:SI 0 "arith_reg_operand" "")
3826    (match_operand:SI 1 "arith_reg_operand" "")
3827    (match_operand:SI 2 "arith_reg_operand" "")
3828    (match_operand 3 "" "") (match_operand 4 "" "")]
3829   ""
3830   "
3831 {
3832   rtx reg = gen_reg_rtx (SImode);
3833   rtx reg2 = gen_reg_rtx (SImode);
3834   operands[1] = copy_to_mode_reg (SImode, operands[1]);
3835   operands[2] = copy_to_mode_reg (SImode, operands[2]);
3836   /* If optimizing, casesi_worker depends on the mode of the instruction
3837      before label it 'uses' - operands[3].  */
3838   emit_insn (gen_casesi_0 (operands[0], operands[1], operands[2], operands[4],
3839                            reg));
3840   emit_insn (gen_casesi_worker_0 (reg2, reg, operands[3]));
3841   if (TARGET_SH2)
3842     emit_jump_insn (gen_casesi_jump_2 (reg2, gen_label_rtx (), operands[3]));
3843   else
3844     emit_jump_insn (gen_casesi_jump_1 (reg2, operands[3]));
3845   /* For SH2 and newer, the ADDR_DIFF_VEC is not actually relative to
3846      operands[3], but to lab.  We will fix this up in
3847      machine_dependent_reorg.  */
3848   emit_barrier ();
3849   DONE;
3850 }")
3851
3852 (define_expand "casesi_0"
3853   [(set (match_operand:SI 4 "" "") (match_operand:SI 0 "arith_reg_operand" ""))
3854    (set (match_dup 4) (minus:SI (match_dup 4)
3855                                 (match_operand:SI 1 "arith_operand" "")))
3856    (set (reg:SI T_REG)
3857         (gtu:SI (match_dup 4)
3858                 (match_operand:SI 2 "arith_reg_operand" "")))
3859    (set (pc)
3860         (if_then_else (ne (reg:SI T_REG)
3861                           (const_int 0))
3862                       (label_ref (match_operand 3 "" ""))
3863                       (pc)))]
3864   ""
3865   "")
3866
3867 ;; ??? reload might clobber r0 if we use it explicitly in the RTL before
3868 ;; reload; using a R0_REGS pseudo reg is likely to give poor code.
3869 ;; So we keep the use of r0 hidden in a R0_REGS clobber until after reload.
3870
3871 (define_insn "casesi_worker_0"
3872   [(set (match_operand:SI 0 "register_operand" "=r,r")
3873         (unspec [(match_operand 1 "register_operand" "0,r")
3874                  (label_ref (match_operand 2 "" ""))] UNSPEC_CASESI))
3875    (clobber (match_scratch:SI 3 "=X,1"))
3876    (clobber (match_scratch:SI 4 "=&z,z"))]
3877   ""
3878   "#")
3879
3880 (define_split
3881   [(set (match_operand:SI 0 "register_operand" "")
3882         (unspec [(match_operand 1 "register_operand" "")
3883                  (label_ref (match_operand 2 "" ""))] UNSPEC_CASESI))
3884    (clobber (match_scratch:SI 3 ""))
3885    (clobber (match_scratch:SI 4 ""))]
3886   "! TARGET_SH2 && reload_completed"
3887   [(set (reg:SI R0_REG) (unspec [(label_ref (match_dup 2))] UNSPEC_MOVA))
3888    (parallel [(set (match_dup 0)
3889               (unspec [(reg:SI R0_REG) (match_dup 1)
3890                        (label_ref (match_dup 2))] UNSPEC_CASESI))
3891               (clobber (match_dup 3))])
3892    (set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))]
3893   "LABEL_NUSES (operands[2])++;")
3894
3895 (define_split
3896   [(set (match_operand:SI 0 "register_operand" "")
3897         (unspec [(match_operand 1 "register_operand" "")
3898                  (label_ref (match_operand 2 "" ""))] UNSPEC_CASESI))
3899    (clobber (match_scratch:SI 3 ""))
3900    (clobber (match_scratch:SI 4 ""))]
3901   "TARGET_SH2 && reload_completed"
3902   [(set (reg:SI R0_REG) (unspec [(label_ref (match_dup 2))] UNSPEC_MOVA))
3903    (parallel [(set (match_dup 0)
3904               (unspec [(reg:SI R0_REG) (match_dup 1)
3905                        (label_ref (match_dup 2))] UNSPEC_CASESI))
3906               (clobber (match_dup 3))])]
3907   "LABEL_NUSES (operands[2])++;")
3908
3909 (define_insn "*casesi_worker"
3910   [(set (match_operand:SI 0 "register_operand" "=r,r")
3911         (unspec [(reg:SI R0_REG) (match_operand 1 "register_operand" "0,r")
3912                  (label_ref (match_operand 2 "" ""))] UNSPEC_CASESI))
3913    (clobber (match_scratch:SI 3 "=X,1"))]
3914   ""
3915   "*
3916 {
3917   rtx diff_vec = PATTERN (next_real_insn (operands[2]));
3918
3919   if (GET_CODE (diff_vec) != ADDR_DIFF_VEC)
3920     abort ();
3921
3922   switch (GET_MODE (diff_vec))
3923     {
3924     case SImode:
3925       return \"shll2    %1\;mov.l       @(r0,%1),%0\";
3926     case HImode:
3927       return \"add      %1,%1\;mov.w    @(r0,%1),%0\";
3928     case QImode:
3929       if (ADDR_DIFF_VEC_FLAGS (diff_vec).offset_unsigned)
3930         return \"mov.b  @(r0,%1),%0\;extu.b     %0,%0\";
3931       return \"mov.b    @(r0,%1),%0\";
3932     default:
3933       abort ();
3934     }
3935 }"
3936   [(set_attr "length" "4")])
3937
3938 (define_expand "return"
3939   [(return)]
3940   "reload_completed && ! sh_need_epilogue ()"
3941   "")
3942
3943 (define_insn "*return_i"
3944   [(return)]
3945   "reload_completed"
3946   "%@   %#"
3947   [(set_attr "type" "return")
3948    (set_attr "needs_delay_slot" "yes")])
3949
3950 (define_expand "prologue"
3951   [(const_int 0)]
3952   ""
3953   "sh_expand_prologue (); DONE;")
3954
3955 (define_expand "epilogue"
3956   [(return)]
3957   ""
3958   "sh_expand_epilogue ();")
3959
3960 (define_insn "blockage"
3961   [(unspec_volatile [(const_int 0)] UNSPECV_BLOCKAGE)]
3962   ""
3963   ""
3964   [(set_attr "length" "0")])
3965 \f
3966 ;; ------------------------------------------------------------------------
3967 ;; Scc instructions
3968 ;; ------------------------------------------------------------------------
3969
3970 (define_insn "movt"
3971   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
3972         (eq:SI (reg:SI T_REG) (const_int 1)))]
3973   ""
3974   "movt %0"
3975   [(set_attr "type" "arith")])
3976
3977 (define_expand "seq"
3978   [(set (match_operand:SI 0 "arith_reg_operand" "")
3979         (match_dup 1))]
3980   ""
3981   "operands[1] = prepare_scc_operands (EQ);")
3982
3983 (define_expand "slt"
3984   [(set (match_operand:SI 0 "arith_reg_operand" "")
3985         (match_dup 1))]
3986   ""
3987   "operands[1] = prepare_scc_operands (LT);")
3988
3989 (define_expand "sle"
3990   [(match_operand:SI 0 "arith_reg_operand" "")]
3991   ""
3992   "
3993 {
3994   rtx tmp = sh_compare_op0;
3995   sh_compare_op0 = sh_compare_op1;
3996   sh_compare_op1 = tmp;
3997   emit_insn (gen_sge (operands[0]));
3998   DONE;
3999 }")
4000
4001 (define_expand "sgt"
4002   [(set (match_operand:SI 0 "arith_reg_operand" "")
4003         (match_dup 1))]
4004   ""
4005   "operands[1] = prepare_scc_operands (GT);")
4006
4007 (define_expand "sge"
4008   [(set (match_operand:SI 0 "arith_reg_operand" "")
4009         (match_dup 1))]
4010   ""
4011   "
4012 {
4013   if (GET_MODE_CLASS (GET_MODE (sh_compare_op0)) == MODE_FLOAT)
4014     {
4015       if (TARGET_IEEE)
4016         {
4017           rtx lab = gen_label_rtx ();
4018           prepare_scc_operands (EQ);
4019           emit_jump_insn (gen_branch_true (lab));
4020           prepare_scc_operands (GT);
4021           emit_label (lab);
4022           emit_insn (gen_movt (operands[0]));
4023         }
4024       else
4025         emit_insn (gen_movnegt (operands[0], prepare_scc_operands (LT)));
4026       DONE;
4027     }
4028   operands[1] = prepare_scc_operands (GE);
4029 }")
4030
4031 (define_expand "sgtu"
4032   [(set (match_operand:SI 0 "arith_reg_operand" "")
4033         (match_dup 1))]
4034   ""
4035   "operands[1] = prepare_scc_operands (GTU);")
4036
4037 (define_expand "sltu"
4038   [(set (match_operand:SI 0 "arith_reg_operand" "")
4039         (match_dup 1))]
4040   ""
4041   "operands[1] = prepare_scc_operands (LTU);")
4042
4043 (define_expand "sleu"
4044   [(set (match_operand:SI 0 "arith_reg_operand" "")
4045         (match_dup 1))]
4046   ""
4047   "operands[1] = prepare_scc_operands (LEU);")
4048
4049 (define_expand "sgeu"
4050   [(set (match_operand:SI 0 "arith_reg_operand" "")
4051         (match_dup 1))]
4052   ""
4053   "operands[1] = prepare_scc_operands (GEU);")
4054
4055 ;; sne moves the complement of the T reg to DEST like this:
4056 ;;      cmp/eq ...
4057 ;;      mov    #-1,temp
4058 ;;      negc   temp,dest
4059 ;;   This is better than xoring compare result with 1 because it does
4060 ;;   not require r0 and further, the -1 may be CSE-ed or lifted out of a
4061 ;;   loop.
4062
4063 (define_expand "sne"
4064   [(set (match_dup 2) (const_int -1))
4065    (parallel [(set (match_operand:SI 0 "arith_reg_operand" "")
4066                    (neg:SI (plus:SI (match_dup 1)
4067                                     (match_dup 2))))
4068               (set (reg:SI T_REG)
4069                    (ne:SI (ior:SI (match_dup 1) (match_dup 2))
4070                           (const_int 0)))])]  
4071   ""
4072   "
4073 {
4074    operands[1] = prepare_scc_operands (EQ);
4075    operands[2] = gen_reg_rtx (SImode);
4076 }")
4077
4078 ;; Use the same trick for FP sle / sge
4079 (define_expand "movnegt"
4080   [(set (match_dup 2) (const_int -1))
4081    (parallel [(set (match_operand 0 "" "")
4082                    (neg:SI (plus:SI (match_dup 1)
4083                                     (match_dup 2))))
4084               (set (reg:SI T_REG)
4085                    (ne:SI (ior:SI (match_operand 1 "" "") (match_dup 2))
4086                           (const_int 0)))])]  
4087   ""
4088   "operands[2] = gen_reg_rtx (SImode);")
4089
4090 ;; Recognize mov #-1/negc/neg sequence, and change it to movt/add #-1.
4091 ;; This prevents a regression that occurred when we switched from xor to
4092 ;; mov/neg for sne.
4093
4094 (define_split
4095   [(set (match_operand:SI 0 "arith_reg_operand" "")
4096         (plus:SI (reg:SI T_REG)
4097                  (const_int -1)))]
4098   ""
4099   [(set (match_dup 0) (eq:SI (reg:SI T_REG) (const_int 1)))
4100    (set (match_dup 0) (plus:SI (match_dup 0) (const_int -1)))]
4101   "")
4102
4103 ;; -------------------------------------------------------------------------
4104 ;; Instructions to cope with inline literal tables
4105 ;; -------------------------------------------------------------------------
4106
4107 ; 2 byte integer in line
4108
4109 (define_insn "consttable_2"
4110  [(unspec_volatile [(match_operand:SI 0 "general_operand" "=g")]
4111                    UNSPECV_CONST2)]
4112  ""
4113  "*
4114 {
4115   assemble_integer (operands[0], 2, 1);
4116   return \"\";
4117 }"
4118  [(set_attr "length" "2")
4119  (set_attr "in_delay_slot" "no")])
4120
4121 ; 4 byte integer in line
4122
4123 (define_insn "consttable_4"
4124  [(unspec_volatile [(match_operand:SI 0 "general_operand" "=g")]
4125                    UNSPECV_CONST4)]
4126  ""
4127  "*
4128 {
4129   assemble_integer (operands[0], 4, 1);
4130   return \"\";
4131 }"
4132  [(set_attr "length" "4")
4133   (set_attr "in_delay_slot" "no")])
4134
4135 ; 8 byte integer in line
4136
4137 (define_insn "consttable_8"
4138  [(unspec_volatile [(match_operand:SI 0 "general_operand" "=g")]
4139                    UNSPECV_CONST8)]
4140  ""
4141  "*
4142 {
4143   assemble_integer (operands[0], 8, 1);
4144   return \"\";
4145 }"
4146  [(set_attr "length" "8")
4147   (set_attr "in_delay_slot" "no")])
4148
4149 ; 4 byte floating point
4150
4151 (define_insn "consttable_sf"
4152  [(unspec_volatile [(match_operand:SF 0 "general_operand" "=g")]
4153                    UNSPECV_CONST4)]
4154  ""
4155  "*
4156 {
4157   union real_extract u;
4158   memcpy (&u, &CONST_DOUBLE_LOW (operands[0]), sizeof u);
4159   assemble_real (u.d, SFmode);
4160   return \"\";
4161 }"
4162  [(set_attr "length" "4")
4163   (set_attr "in_delay_slot" "no")])
4164
4165 ; 8 byte floating point
4166
4167 (define_insn "consttable_df"
4168  [(unspec_volatile [(match_operand:DF 0 "general_operand" "=g")]
4169                    UNSPECV_CONST8)]
4170  ""
4171  "*
4172 {
4173   union real_extract u;
4174   memcpy (&u, &CONST_DOUBLE_LOW (operands[0]), sizeof u);
4175   assemble_real (u.d, DFmode);
4176   return \"\";
4177 }"
4178  [(set_attr "length" "8")
4179   (set_attr "in_delay_slot" "no")])
4180
4181 ;; Alignment is needed for some constant tables; it may also be added for
4182 ;; Instructions at the start of loops, or after unconditional branches.
4183 ;; ??? We would get more accurate lengths if we did instruction
4184 ;; alignment based on the value of INSN_CURRENT_ADDRESS; the approach used
4185 ;; here is too conservative.
4186
4187 ; align to a two byte boundary
4188
4189 (define_expand "align_2"
4190  [(unspec_volatile [(const_int 1)] UNSPECV_ALIGN)]
4191  ""
4192  "")
4193
4194 ; align to a four byte boundary
4195 ;; align_4 and align_log are instructions for the starts of loops, or
4196 ;; after unconditional branches, which may take up extra room.
4197
4198 (define_expand "align_4"
4199  [(unspec_volatile [(const_int 2)] UNSPECV_ALIGN)]
4200  ""
4201  "")
4202
4203 ; align to a cache line boundary
4204
4205 (define_insn "align_log"
4206  [(unspec_volatile [(match_operand 0 "const_int_operand" "")] UNSPECV_ALIGN)]
4207  ""
4208  ""
4209  [(set_attr "length" "0")
4210   (set_attr "in_delay_slot" "no")])
4211
4212 ; emitted at the end of the literal table, used to emit the
4213 ; 32bit branch labels if needed.
4214
4215 (define_insn "consttable_end"
4216   [(unspec_volatile [(const_int 0)] UNSPECV_CONST_END)]
4217   ""
4218   "* return output_jump_label_table ();"
4219   [(set_attr "in_delay_slot" "no")])
4220
4221 ;; -------------------------------------------------------------------------
4222 ;; Misc
4223 ;; -------------------------------------------------------------------------
4224
4225 ;; String/block move insn.
4226
4227 (define_expand "movstrsi"
4228   [(parallel [(set (mem:BLK (match_operand:BLK 0 "" ""))
4229                    (mem:BLK (match_operand:BLK 1 "" "")))
4230               (use (match_operand:SI 2 "nonmemory_operand" ""))
4231               (use (match_operand:SI 3 "immediate_operand" ""))
4232               (clobber (reg:SI PR_REG))
4233               (clobber (reg:SI R4_REG))
4234               (clobber (reg:SI R5_REG))
4235               (clobber (reg:SI R0_REG))])]
4236   ""
4237   "
4238 {
4239   if(expand_block_move (operands))
4240      DONE;
4241   else FAIL;
4242 }")
4243
4244 (define_insn "block_move_real"
4245   [(parallel [(set (mem:BLK (reg:SI R4_REG))
4246                    (mem:BLK (reg:SI R5_REG)))
4247               (use (match_operand:SI 0 "arith_reg_operand" "r"))
4248               (clobber (reg:SI PR_REG))
4249               (clobber (reg:SI R0_REG))])]
4250   "! TARGET_HARD_SH4"
4251   "jsr  @%0%#"
4252   [(set_attr "type" "sfunc")
4253    (set_attr "needs_delay_slot" "yes")])
4254
4255 (define_insn "block_lump_real"
4256   [(parallel [(set (mem:BLK (reg:SI R4_REG))
4257                    (mem:BLK (reg:SI R5_REG)))
4258               (use (match_operand:SI 0 "arith_reg_operand" "r"))
4259               (use (reg:SI R6_REG))
4260               (clobber (reg:SI PR_REG))
4261               (clobber (reg:SI T_REG))
4262               (clobber (reg:SI R4_REG))
4263               (clobber (reg:SI R5_REG))
4264               (clobber (reg:SI R6_REG))
4265               (clobber (reg:SI R0_REG))])]
4266   "! TARGET_HARD_SH4"
4267   "jsr  @%0%#"
4268   [(set_attr "type" "sfunc")
4269    (set_attr "needs_delay_slot" "yes")])
4270
4271 (define_insn "block_move_real_i4"
4272   [(parallel [(set (mem:BLK (reg:SI R4_REG))
4273                    (mem:BLK (reg:SI R5_REG)))
4274               (use (match_operand:SI 0 "arith_reg_operand" "r"))
4275               (clobber (reg:SI PR_REG))
4276               (clobber (reg:SI R0_REG))
4277               (clobber (reg:SI R1_REG))
4278               (clobber (reg:SI R2_REG))])]
4279   "TARGET_HARD_SH4"
4280   "jsr  @%0%#"
4281   [(set_attr "type" "sfunc")
4282    (set_attr "needs_delay_slot" "yes")])
4283
4284 (define_insn "block_lump_real_i4"
4285   [(parallel [(set (mem:BLK (reg:SI R4_REG))
4286                    (mem:BLK (reg:SI R5_REG)))
4287               (use (match_operand:SI 0 "arith_reg_operand" "r"))
4288               (use (reg:SI R6_REG))
4289               (clobber (reg:SI PR_REG))
4290               (clobber (reg:SI T_REG))
4291               (clobber (reg:SI R4_REG))
4292               (clobber (reg:SI R5_REG))
4293               (clobber (reg:SI R6_REG))
4294               (clobber (reg:SI R0_REG))
4295               (clobber (reg:SI R1_REG))
4296               (clobber (reg:SI R2_REG))
4297               (clobber (reg:SI R3_REG))])]
4298   "TARGET_HARD_SH4"
4299   "jsr  @%0%#"
4300   [(set_attr "type" "sfunc")
4301    (set_attr "needs_delay_slot" "yes")])
4302 \f
4303 ;; -------------------------------------------------------------------------
4304 ;; Floating point instructions.
4305 ;; -------------------------------------------------------------------------
4306
4307 ;; ??? All patterns should have a type attribute.
4308
4309 (define_expand "fpu_switch0"
4310   [(set (match_operand:SI 0 "" "") (match_dup 2))
4311    (set (match_dup 1) (mem:PSI (match_dup 0)))]
4312   "TARGET_SH4"
4313   "
4314 {
4315   operands[1] = get_fpscr_rtx ();
4316   operands[2] = gen_rtx_SYMBOL_REF (SImode, \"__fpscr_values\");
4317   if (flag_pic)
4318     operands[2] = legitimize_pic_address (operands[2], SImode,
4319                                           no_new_pseudos ? operands[0] : 0);
4320 }")
4321
4322 (define_expand "fpu_switch1"
4323   [(set (match_operand:SI 0 "" "") (match_dup 2))
4324    (set (match_dup 3) (plus:SI (match_dup 0) (const_int 4)))
4325    (set (match_dup 1) (mem:PSI (match_dup 3)))]
4326   "TARGET_SH4"
4327   "
4328 {
4329   operands[1] = get_fpscr_rtx ();
4330   operands[2] = gen_rtx_SYMBOL_REF (SImode, \"__fpscr_values\");
4331   if (flag_pic)
4332     operands[2] = legitimize_pic_address (operands[2], SImode,
4333                                           no_new_pseudos ? operands[0] : 0);
4334   operands[3] = no_new_pseudos ? operands[0] : gen_reg_rtx (SImode);
4335 }")
4336
4337 (define_expand "movpsi"
4338   [(set (match_operand:PSI 0 "register_operand" "")
4339         (match_operand:PSI 1 "general_movsrc_operand" ""))]
4340   "TARGET_SH4"
4341   "")
4342
4343 ;; The c / m alternative is a fake to guide reload to load directly into
4344 ;; fpscr, since reload doesn't know how to use post-increment.
4345 ;; GO_IF_LEGITIMATE_ADDRESS guards about bogus addresses before reload,
4346 ;; SECONDARY_INPUT_RELOAD_CLASS does this during reload, and the insn's
4347 ;; predicate after reload.
4348 ;; The gp_fpul type for r/!c might look a bit odd, but it actually schedules
4349 ;; like a gpr <-> fpul move.
4350 (define_insn "fpu_switch"
4351   [(set (match_operand:PSI 0 "register_operand" "=c,c,r,c,c,r,m,r")
4352         (match_operand:PSI 1 "general_movsrc_operand" "c,>,m,m,r,r,r,!c"))]
4353   "TARGET_SH4
4354    && (! reload_completed
4355        || true_regnum (operands[0]) != FPSCR_REG
4356        || GET_CODE (operands[1]) != MEM
4357        || GET_CODE (XEXP (operands[1], 0)) != PLUS)"
4358   "@
4359         ! precision stays the same
4360         lds.l   %1,fpscr
4361         mov.l   %1,%0
4362         #
4363         lds     %1,fpscr
4364         mov     %1,%0
4365         mov.l   %1,%0
4366         sts     fpscr,%0"
4367   [(set_attr "length" "0,2,2,4,2,2,2,2")
4368    (set_attr "type" "dfp_conv,dfp_conv,load,dfp_conv,dfp_conv,move,store,gp_fpul")])
4369
4370 (define_split
4371   [(set (reg:PSI FPSCR_REG)
4372         (mem:PSI (match_operand:SI 0 "register_operand" "r")))]
4373   "TARGET_SH4 && find_regno_note (insn, REG_DEAD, true_regnum (operands[0]))"
4374   [(set (match_dup 0) (match_dup 0))]
4375   "
4376 {
4377   rtx insn = emit_insn (gen_fpu_switch (get_fpscr_rtx (),
4378                                         gen_rtx (MEM, PSImode,
4379                                                  gen_rtx (POST_INC, Pmode,
4380                                                           operands[0]))));
4381   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, operands[0], NULL_RTX);
4382 }")
4383
4384 (define_split
4385   [(set (reg:PSI FPSCR_REG)
4386         (mem:PSI (match_operand:SI 0 "register_operand" "r")))]
4387   "TARGET_SH4"
4388   [(set (match_dup 0) (plus:SI (match_dup 0) (const_int -4)))]
4389   "
4390 {
4391   rtx insn = emit_insn (gen_fpu_switch (get_fpscr_rtx (),
4392                                         gen_rtx (MEM, PSImode,
4393                                                  gen_rtx (POST_INC, Pmode,
4394                                                           operands[0]))));
4395   REG_NOTES (insn) = gen_rtx (EXPR_LIST, REG_INC, operands[0], NULL_RTX);
4396 }")
4397
4398 ;; ??? This uses the fp unit, but has no type indicating that.
4399 ;; If we did that, this would either give a bogus latency or introduce
4400 ;; a bogus FIFO constraint.
4401 ;; Since this insn is currently only used for prologues/epilogues,
4402 ;; it is probably best to claim no function unit, which matches the
4403 ;; current setting.
4404 (define_insn "toggle_sz"
4405   [(set (reg:PSI FPSCR_REG)
4406         (xor:PSI (reg:PSI FPSCR_REG) (const_int 1048576)))]
4407   "TARGET_SH4"
4408   "fschg")
4409
4410 (define_expand "addsf3"
4411   [(match_operand:SF 0 "arith_reg_operand" "")
4412    (match_operand:SF 1 "arith_reg_operand" "")
4413    (match_operand:SF 2 "arith_reg_operand" "")]
4414   "TARGET_SH3E"
4415   "{ expand_sf_binop (&gen_addsf3_i, operands); DONE; }")
4416
4417 (define_insn "addsf3_i"
4418   [(set (match_operand:SF 0 "arith_reg_operand" "=f")
4419         (plus:SF (match_operand:SF 1 "arith_reg_operand" "%0")
4420                  (match_operand:SF 2 "arith_reg_operand" "f")))
4421    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4422   "TARGET_SH3E"
4423   "fadd %2,%0"
4424   [(set_attr "type" "fp")
4425    (set_attr "fp_mode" "single")])
4426
4427 (define_expand "subsf3"
4428   [(match_operand:SF 0 "fp_arith_reg_operand" "")
4429    (match_operand:SF 1 "fp_arith_reg_operand" "")
4430    (match_operand:SF 2 "fp_arith_reg_operand" "")]
4431   "TARGET_SH3E"
4432   "{ expand_sf_binop (&gen_subsf3_i, operands); DONE; }")
4433
4434 (define_insn "subsf3_i"
4435   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4436         (minus:SF (match_operand:SF 1 "fp_arith_reg_operand" "0")
4437                  (match_operand:SF 2 "fp_arith_reg_operand" "f")))
4438    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4439   "TARGET_SH3E"
4440   "fsub %2,%0"
4441   [(set_attr "type" "fp")
4442    (set_attr "fp_mode" "single")])
4443
4444 ;; Unfortunately, the combiner is unable to cope with the USE of the FPSCR
4445 ;; register in feeding fp instructions.  Thus, we cannot generate fmac for
4446 ;; mixed-precision SH4 targets.  To allow it to be still generated for the
4447 ;; SH3E, we use a separate insn for SH3E mulsf3.
4448
4449 (define_expand "mulsf3"
4450   [(match_operand:SF 0 "fp_arith_reg_operand" "")
4451    (match_operand:SF 1 "fp_arith_reg_operand" "")
4452    (match_operand:SF 2 "fp_arith_reg_operand" "")]
4453   "TARGET_SH3E"
4454   "
4455 {
4456   if (TARGET_SH4)
4457     expand_sf_binop (&gen_mulsf3_i4, operands);
4458   else
4459     emit_insn (gen_mulsf3_ie (operands[0], operands[1], operands[2]));
4460   DONE;
4461 }")
4462
4463 (define_insn "mulsf3_i4"
4464   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4465         (mult:SF (match_operand:SF 1 "fp_arith_reg_operand" "%0")
4466                  (match_operand:SF 2 "fp_arith_reg_operand" "f")))
4467    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4468   "TARGET_SH3E"
4469   "fmul %2,%0"
4470   [(set_attr "type" "fp")
4471    (set_attr "fp_mode" "single")])
4472
4473 (define_insn "mulsf3_ie"
4474   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4475         (mult:SF (match_operand:SF 1 "fp_arith_reg_operand" "%0")
4476                  (match_operand:SF 2 "fp_arith_reg_operand" "f")))]
4477   "TARGET_SH3E && ! TARGET_SH4"
4478   "fmul %2,%0"
4479   [(set_attr "type" "fp")])
4480
4481 (define_insn "*macsf3"
4482   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4483         (plus:SF (mult:SF (match_operand:SF 1 "fp_arith_reg_operand" "%w")
4484                           (match_operand:SF 2 "fp_arith_reg_operand" "f"))
4485                  (match_operand:SF 3 "arith_reg_operand" "0")))
4486    (use (match_operand:PSI 4 "fpscr_operand" "c"))]
4487   "TARGET_SH3E && ! TARGET_SH4"
4488   "fmac fr0,%2,%0"
4489   [(set_attr "type" "fp")
4490    (set_attr "fp_mode" "single")])
4491
4492 (define_expand "divsf3"
4493   [(match_operand:SF 0 "arith_reg_operand" "")
4494    (match_operand:SF 1 "arith_reg_operand" "")
4495    (match_operand:SF 2 "arith_reg_operand" "")]
4496   "TARGET_SH3E"
4497   "{ expand_sf_binop (&gen_divsf3_i, operands); DONE; }")
4498
4499 (define_insn "divsf3_i"
4500   [(set (match_operand:SF 0 "arith_reg_operand" "=f")
4501         (div:SF (match_operand:SF 1 "arith_reg_operand" "0")
4502                  (match_operand:SF 2 "arith_reg_operand" "f")))
4503    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4504   "TARGET_SH3E"
4505   "fdiv %2,%0"
4506   [(set_attr "type" "fdiv")
4507    (set_attr "fp_mode" "single")])
4508
4509 (define_expand "floatsisf2"
4510   [(set (match_operand:SF 0 "fp_arith_reg_operand" "")
4511         (float:SF (match_operand:SI 1 "fpul_operand" "")))]
4512   "TARGET_SH3E"
4513   "
4514 {
4515   if (TARGET_SH4)
4516     {
4517       emit_sf_insn (gen_floatsisf2_i4 (operands[0], operands[1], get_fpscr_rtx ()));
4518       DONE;
4519     }
4520 }")
4521
4522 (define_insn "floatsisf2_i4"
4523   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4524         (float:SF (match_operand:SI 1 "fpul_operand" "y")))
4525    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4526   "TARGET_SH4"
4527   "float        %1,%0"
4528   [(set_attr "type" "fp")
4529    (set_attr "fp_mode" "single")])
4530
4531 (define_insn "*floatsisf2_ie"
4532   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4533         (float:SF (match_operand:SI 1 "fpul_operand" "y")))]
4534   "TARGET_SH3E && ! TARGET_SH4"
4535   "float        %1,%0"
4536   [(set_attr "type" "fp")])
4537
4538 (define_expand "fix_truncsfsi2"
4539   [(set (match_operand:SI 0 "fpul_operand" "=y")
4540         (fix:SI (match_operand:SF 1 "fp_arith_reg_operand" "f")))]
4541   "TARGET_SH3E"
4542   "
4543 {
4544   if (TARGET_SH4)
4545     {
4546       emit_sf_insn (gen_fix_truncsfsi2_i4 (operands[0], operands[1], get_fpscr_rtx ()));
4547       DONE;
4548     }
4549 }")
4550
4551 (define_insn "fix_truncsfsi2_i4"
4552   [(set (match_operand:SI 0 "fpul_operand" "=y")
4553         (fix:SI (match_operand:SF 1 "fp_arith_reg_operand" "f")))
4554    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4555   "TARGET_SH4"
4556   "ftrc %1,%0"
4557   [(set_attr "type" "fp")
4558    (set_attr "fp_mode" "single")])
4559
4560 ;; ??? This pattern is used nowhere.  fix_truncsfsi2 always expands to
4561 ;; fix_truncsfsi2_i4.
4562 ;; (define_insn "fix_truncsfsi2_i4_2"
4563 ;;  [(set (match_operand:SI 0 "arith_reg_operand" "=r")
4564 ;;      (fix:SI (match_operand:SF 1 "arith_reg_operand" "f")))
4565 ;;   (use (reg:PSI FPSCR_REG))
4566 ;;   (clobber (reg:SI FPUL_REG))]
4567 ;;  "TARGET_SH4"
4568 ;;  "#"
4569 ;;  [(set_attr "length" "4")
4570 ;;   (set_attr "fp_mode" "single")])
4571
4572 ;;(define_split
4573 ;;  [(set (match_operand:SI 0 "arith_reg_operand" "=r")
4574 ;;      (fix:SI (match_operand:SF 1 "arith_reg_operand" "f")))
4575 ;;   (use (match_operand:PSI 2 "fpscr_operand" "c"))
4576 ;;   (clobber (reg:SI FPUL_REG))]
4577 ;;  "TARGET_SH4"
4578 ;;  [(parallel [(set (reg:SI FPUL_REG) (fix:SI (match_dup 1)))
4579 ;;            (use (match_dup 2))])
4580 ;;   (set (match_dup 0) (reg:SI FPUL_REG))])
4581
4582 (define_insn "*fixsfsi"
4583   [(set (match_operand:SI 0 "fpul_operand" "=y")
4584         (fix:SI (match_operand:SF 1 "fp_arith_reg_operand" "f")))]
4585   "TARGET_SH3E && ! TARGET_SH4"
4586   "ftrc %1,%0"
4587   [(set_attr "type" "fp")])
4588
4589 (define_insn "cmpgtsf_t"
4590   [(set (reg:SI T_REG)
4591         (gt:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4592                (match_operand:SF 1 "fp_arith_reg_operand" "f")))]
4593   "TARGET_SH3E && ! TARGET_SH4"
4594   "fcmp/gt      %1,%0"
4595   [(set_attr "type" "fp")
4596    (set_attr "fp_mode" "single")])
4597
4598 (define_insn "cmpeqsf_t"
4599   [(set (reg:SI T_REG)
4600         (eq:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4601                (match_operand:SF 1 "fp_arith_reg_operand" "f")))]
4602   "TARGET_SH3E && ! TARGET_SH4"
4603   "fcmp/eq      %1,%0"
4604   [(set_attr "type" "fp")
4605    (set_attr "fp_mode" "single")])
4606
4607 (define_insn "ieee_ccmpeqsf_t"
4608   [(set (reg:SI T_REG)
4609         (ior:SI (reg:SI T_REG)
4610                 (eq:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4611                        (match_operand:SF 1 "fp_arith_reg_operand" "f"))))]
4612   "TARGET_SH3E && TARGET_IEEE && ! TARGET_SH4"
4613   "* return output_ieee_ccmpeq (insn, operands);"
4614   [(set_attr "length" "4")])
4615
4616
4617 (define_insn "cmpgtsf_t_i4"
4618   [(set (reg:SI T_REG)
4619         (gt:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4620                (match_operand:SF 1 "fp_arith_reg_operand" "f")))
4621    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4622   "TARGET_SH4"
4623   "fcmp/gt      %1,%0"
4624   [(set_attr "type" "fp")
4625    (set_attr "fp_mode" "single")])
4626
4627 (define_insn "cmpeqsf_t_i4"
4628   [(set (reg:SI T_REG)
4629         (eq:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4630                (match_operand:SF 1 "fp_arith_reg_operand" "f")))
4631    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4632   "TARGET_SH4"
4633   "fcmp/eq      %1,%0"
4634   [(set_attr "type" "fp")
4635    (set_attr "fp_mode" "single")])
4636
4637 (define_insn "*ieee_ccmpeqsf_t_4"
4638   [(set (reg:SI T_REG)
4639         (ior:SI (reg:SI T_REG)
4640                 (eq:SI (match_operand:SF 0 "fp_arith_reg_operand" "f")
4641                        (match_operand:SF 1 "fp_arith_reg_operand" "f"))))
4642    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4643   "TARGET_IEEE && TARGET_SH4"
4644   "* return output_ieee_ccmpeq (insn, operands);"
4645   [(set_attr "length" "4")
4646    (set_attr "fp_mode" "single")])
4647
4648 (define_expand "cmpsf"
4649   [(set (reg:SI T_REG)
4650         (compare (match_operand:SF 0 "arith_operand" "")
4651                  (match_operand:SF 1 "arith_operand" "")))]
4652   "TARGET_SH3E"
4653   "
4654 {
4655   sh_compare_op0 = operands[0];
4656   sh_compare_op1 = operands[1];
4657   DONE;
4658 }")
4659
4660 (define_expand "negsf2"
4661   [(match_operand:SF 0 "fp_arith_reg_operand" "")
4662    (match_operand:SF 1 "fp_arith_reg_operand" "")]
4663   "TARGET_SH3E"
4664   "{ expand_sf_unop (&gen_negsf2_i, operands); DONE; }")
4665
4666 (define_insn "negsf2_i"
4667   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4668         (neg:SF (match_operand:SF 1 "fp_arith_reg_operand" "0")))
4669    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4670   "TARGET_SH3E"
4671   "fneg %0"
4672   [(set_attr "type" "fmove")
4673    (set_attr "fp_mode" "single")])
4674
4675 (define_expand "sqrtsf2"
4676   [(match_operand:SF 0 "fp_arith_reg_operand" "")
4677    (match_operand:SF 1 "fp_arith_reg_operand" "")]
4678   "TARGET_SH3E"
4679   "{ expand_sf_unop (&gen_sqrtsf2_i, operands); DONE; }")
4680
4681 (define_insn "sqrtsf2_i"
4682   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4683         (sqrt:SF (match_operand:SF 1 "fp_arith_reg_operand" "0")))
4684    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4685   "TARGET_SH3E"
4686   "fsqrt        %0"
4687   [(set_attr "type" "fdiv")
4688    (set_attr "fp_mode" "single")])
4689
4690 (define_expand "abssf2"
4691   [(match_operand:SF 0 "fp_arith_reg_operand" "")
4692    (match_operand:SF 1 "fp_arith_reg_operand" "")]
4693   "TARGET_SH3E"
4694   "{ expand_sf_unop (&gen_abssf2_i, operands); DONE; }")
4695
4696 (define_insn "abssf2_i"
4697   [(set (match_operand:SF 0 "fp_arith_reg_operand" "=f")
4698         (abs:SF (match_operand:SF 1 "fp_arith_reg_operand" "0")))
4699    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4700   "TARGET_SH3E"
4701   "fabs %0"
4702   [(set_attr "type" "fmove")
4703    (set_attr "fp_mode" "single")])
4704
4705 (define_expand "adddf3"
4706   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4707    (match_operand:DF 1 "fp_arith_reg_operand" "")
4708    (match_operand:DF 2 "fp_arith_reg_operand" "")]
4709   "TARGET_SH4"
4710   "{ expand_df_binop (&gen_adddf3_i, operands); DONE; }")
4711
4712 (define_insn "adddf3_i"
4713   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4714         (plus:DF (match_operand:DF 1 "fp_arith_reg_operand" "%0")
4715                  (match_operand:DF 2 "fp_arith_reg_operand" "f")))
4716    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4717   "TARGET_SH4"
4718   "fadd %2,%0"
4719   [(set_attr "type" "dfp_arith")
4720    (set_attr "fp_mode" "double")])
4721
4722 (define_expand "subdf3"
4723   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4724    (match_operand:DF 1 "fp_arith_reg_operand" "")
4725    (match_operand:DF 2 "fp_arith_reg_operand" "")]
4726   "TARGET_SH4"
4727   "{ expand_df_binop (&gen_subdf3_i, operands); DONE; }")
4728
4729 (define_insn "subdf3_i"
4730   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4731         (minus:DF (match_operand:DF 1 "fp_arith_reg_operand" "0")
4732                   (match_operand:DF 2 "fp_arith_reg_operand" "f")))
4733    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4734   "TARGET_SH4"
4735   "fsub %2,%0"
4736   [(set_attr "type" "dfp_arith")
4737    (set_attr "fp_mode" "double")])
4738
4739 (define_expand "muldf3"
4740   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4741    (match_operand:DF 1 "fp_arith_reg_operand" "")
4742    (match_operand:DF 2 "fp_arith_reg_operand" "")]
4743   "TARGET_SH4"
4744   "{ expand_df_binop (&gen_muldf3_i, operands); DONE; }")
4745
4746 (define_insn "muldf3_i"
4747   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4748         (mult:DF (match_operand:DF 1 "fp_arith_reg_operand" "%0")
4749                  (match_operand:DF 2 "fp_arith_reg_operand" "f")))
4750    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4751   "TARGET_SH4"
4752   "fmul %2,%0"
4753   [(set_attr "type" "dfp_arith")
4754    (set_attr "fp_mode" "double")])
4755
4756 (define_expand "divdf3"
4757   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4758    (match_operand:DF 1 "fp_arith_reg_operand" "")
4759    (match_operand:DF 2 "fp_arith_reg_operand" "")]
4760   "TARGET_SH4"
4761   "{ expand_df_binop (&gen_divdf3_i, operands); DONE; }")
4762
4763 (define_insn "divdf3_i"
4764   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4765         (div:DF (match_operand:DF 1 "fp_arith_reg_operand" "0")
4766                 (match_operand:DF 2 "fp_arith_reg_operand" "f")))
4767    (use (match_operand:PSI 3 "fpscr_operand" "c"))]
4768   "TARGET_SH4"
4769   "fdiv %2,%0"
4770   [(set_attr "type" "dfdiv")
4771    (set_attr "fp_mode" "double")])
4772
4773 (define_expand "floatsidf2"
4774   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4775    (match_operand:SI 1 "fpul_operand" "")]
4776   "TARGET_SH4"
4777   "
4778 {
4779   emit_df_insn (gen_floatsidf2_i (operands[0], operands[1], get_fpscr_rtx ()));
4780   DONE;
4781 }")
4782
4783 (define_insn "floatsidf2_i"
4784   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4785         (float:DF (match_operand:SI 1 "fpul_operand" "y")))
4786    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4787   "TARGET_SH4"
4788   "float        %1,%0"
4789   [(set_attr "type" "dfp_conv")
4790    (set_attr "fp_mode" "double")])
4791
4792 (define_expand "fix_truncdfsi2"
4793   [(match_operand:SI 0 "fpul_operand" "")
4794    (match_operand:DF 1 "fp_arith_reg_operand" "")]
4795   "TARGET_SH4"
4796   "
4797 {
4798   emit_df_insn (gen_fix_truncdfsi2_i (operands[0], operands[1], get_fpscr_rtx ()));
4799   DONE;
4800 }")
4801
4802 (define_insn "fix_truncdfsi2_i"
4803   [(set (match_operand:SI 0 "fpul_operand" "=y")
4804         (fix:SI (match_operand:DF 1 "fp_arith_reg_operand" "f")))
4805    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4806   "TARGET_SH4"
4807   "ftrc %1,%0"
4808   [(set_attr "type" "dfp_conv")
4809    (set_attr "fp_mode" "double")])
4810
4811 ;; ??? This pattern is used nowhere.  fix_truncdfsi2 always expands to
4812 ;; fix_truncdfsi2_i.
4813 ;; (define_insn "fix_truncdfsi2_i4"
4814 ;;   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
4815 ;;      (fix:SI (match_operand:DF 1 "arith_reg_operand" "f")))
4816 ;;    (use (match_operand:PSI 2 "fpscr_operand" "c"))
4817 ;;    (clobber (reg:SI FPUL_REG))]
4818 ;;   "TARGET_SH4"
4819 ;;   "#"
4820 ;;   [(set_attr "length" "4")
4821 ;;    (set_attr "fp_mode" "double")])
4822 ;; 
4823 ;; (define_split
4824 ;;   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
4825 ;;      (fix:SI (match_operand:DF 1 "arith_reg_operand" "f")))
4826 ;;    (use (match_operand:PSI 2 "fpscr_operand" "c"))
4827 ;;    (clobber (reg:SI FPUL_REG))]
4828 ;;   "TARGET_SH4"
4829 ;;   [(parallel [(set (reg:SI FPUL_REG) (fix:SI (match_dup 1)))
4830 ;;            (use (match_dup 2))])
4831 ;;    (set (match_dup 0) (reg:SI FPUL_REG))])
4832
4833 (define_insn "cmpgtdf_t"
4834   [(set (reg:SI T_REG)
4835         (gt:SI (match_operand:DF 0 "arith_reg_operand" "f")
4836                (match_operand:DF 1 "arith_reg_operand" "f")))
4837    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4838   "TARGET_SH4"
4839   "fcmp/gt      %1,%0"
4840   [(set_attr "type" "dfp_cmp")
4841    (set_attr "fp_mode" "double")])
4842
4843 (define_insn "cmpeqdf_t"
4844   [(set (reg:SI T_REG)
4845         (eq:SI (match_operand:DF 0 "arith_reg_operand" "f")
4846                (match_operand:DF 1 "arith_reg_operand" "f")))
4847    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4848   "TARGET_SH4"
4849   "fcmp/eq      %1,%0"
4850   [(set_attr "type" "dfp_cmp")
4851    (set_attr "fp_mode" "double")])
4852
4853 (define_insn "*ieee_ccmpeqdf_t"
4854   [(set (reg:SI T_REG)
4855         (ior:SI (reg:SI T_REG)
4856                 (eq:SI (match_operand:DF 0 "arith_reg_operand" "f")
4857                        (match_operand:DF 1 "arith_reg_operand" "f"))))
4858    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4859   "TARGET_IEEE && TARGET_SH4"
4860   "* return output_ieee_ccmpeq (insn, operands);"
4861   [(set_attr "length" "4")
4862    (set_attr "fp_mode" "double")])
4863    
4864 (define_expand "cmpdf"
4865   [(set (reg:SI T_REG)
4866         (compare (match_operand:DF 0 "arith_operand" "")
4867                  (match_operand:DF 1 "arith_operand" "")))]
4868   "TARGET_SH4"
4869   "
4870 {
4871   sh_compare_op0 = operands[0];
4872   sh_compare_op1 = operands[1];
4873   DONE;
4874 }")
4875
4876 (define_expand "negdf2"
4877   [(match_operand:DF 0 "arith_reg_operand" "")
4878    (match_operand:DF 1 "arith_reg_operand" "")]
4879   "TARGET_SH4"
4880   "{ expand_df_unop (&gen_negdf2_i, operands); DONE; }")
4881
4882 (define_insn "negdf2_i"
4883   [(set (match_operand:DF 0 "arith_reg_operand" "=f")
4884         (neg:DF (match_operand:DF 1 "arith_reg_operand" "0")))
4885    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4886   "TARGET_SH4"
4887   "fneg %0"
4888   [(set_attr "type" "fmove")
4889    (set_attr "fp_mode" "double")])
4890
4891 (define_expand "sqrtdf2"
4892   [(match_operand:DF 0 "arith_reg_operand" "")
4893    (match_operand:DF 1 "arith_reg_operand" "")]
4894   "TARGET_SH4"
4895   "{ expand_df_unop (&gen_sqrtdf2_i, operands); DONE; }")
4896
4897 (define_insn "sqrtdf2_i"
4898   [(set (match_operand:DF 0 "arith_reg_operand" "=f")
4899         (sqrt:DF (match_operand:DF 1 "arith_reg_operand" "0")))
4900    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4901   "TARGET_SH4"
4902   "fsqrt        %0"
4903   [(set_attr "type" "dfdiv")
4904    (set_attr "fp_mode" "double")])
4905
4906 (define_expand "absdf2"
4907   [(match_operand:DF 0 "arith_reg_operand" "")
4908    (match_operand:DF 1 "arith_reg_operand" "")]
4909   "TARGET_SH4"
4910   "{ expand_df_unop (&gen_absdf2_i, operands); DONE; }")
4911
4912 (define_insn "absdf2_i"
4913   [(set (match_operand:DF 0 "arith_reg_operand" "=f")
4914         (abs:DF (match_operand:DF 1 "arith_reg_operand" "0")))
4915    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4916   "TARGET_SH4"
4917   "fabs %0"
4918   [(set_attr "type" "fmove")
4919    (set_attr "fp_mode" "double")])
4920
4921 (define_expand "extendsfdf2"
4922   [(match_operand:DF 0 "fp_arith_reg_operand" "")
4923    (match_operand:SF 1 "fpul_operand" "")]
4924   "TARGET_SH4"
4925   "
4926 {
4927   emit_df_insn (gen_extendsfdf2_i4 (operands[0], operands[1], get_fpscr_rtx ()));
4928   DONE;
4929 }")
4930
4931 (define_insn "extendsfdf2_i4"
4932   [(set (match_operand:DF 0 "fp_arith_reg_operand" "=f")
4933         (float_extend:DF (match_operand:SF 1 "fpul_operand" "y")))
4934    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4935   "TARGET_SH4"
4936   "fcnvsd  %1,%0"
4937   [(set_attr "type" "fp")
4938    (set_attr "fp_mode" "double")])
4939
4940 (define_expand "truncdfsf2"
4941   [(match_operand:SF 0 "fpul_operand" "")
4942    (match_operand:DF 1 "fp_arith_reg_operand" "")]
4943   "TARGET_SH4"
4944   "
4945 {
4946   emit_df_insn (gen_truncdfsf2_i4 (operands[0], operands[1], get_fpscr_rtx ()));
4947   DONE;
4948 }")
4949
4950 (define_insn "truncdfsf2_i4"
4951   [(set (match_operand:SF 0 "fpul_operand" "=y")
4952         (float_truncate:SF (match_operand:DF 1 "fp_arith_reg_operand" "f")))
4953    (use (match_operand:PSI 2 "fpscr_operand" "c"))]
4954   "TARGET_SH4"
4955   "fcnvds  %1,%0"
4956   [(set_attr "type" "fp")
4957    (set_attr "fp_mode" "double")])
4958 \f
4959 ;; Bit field extract patterns.  These give better code for packed bitfields,
4960 ;; because they allow auto-increment addresses to be generated.
4961
4962 (define_expand "insv"
4963   [(set (zero_extract:SI (match_operand:QI 0 "memory_operand" "")
4964                          (match_operand:SI 1 "immediate_operand" "")
4965                          (match_operand:SI 2 "immediate_operand" ""))
4966         (match_operand:SI 3 "general_operand" ""))]
4967   "! TARGET_LITTLE_ENDIAN"
4968   "
4969 {
4970   rtx addr_target, orig_address, shift_reg;
4971   HOST_WIDE_INT size;
4972
4973   /* ??? expmed doesn't care for non-register predicates.  */
4974   if (! memory_operand (operands[0], VOIDmode)
4975       || ! immediate_operand (operands[1], VOIDmode)
4976       || ! immediate_operand (operands[2], VOIDmode)
4977       || ! general_operand (operands[3], VOIDmode))
4978     FAIL;
4979   /* If this isn't a 16 / 24 / 32 bit field, or if
4980      it doesn't start on a byte boundary, then fail.  */
4981   size = INTVAL (operands[1]);
4982   if (size < 16 || size > 32 || size % 8 != 0
4983       || (INTVAL (operands[2]) % 8) != 0)
4984     FAIL;
4985
4986   size /= 8;
4987   orig_address = XEXP (operands[0], 0);
4988   shift_reg = gen_reg_rtx (SImode);
4989   emit_insn (gen_movsi (shift_reg, operands[3]));
4990   addr_target = copy_addr_to_reg (plus_constant (orig_address, size - 1));
4991
4992   operands[0] = change_address (operands[0], QImode, addr_target);
4993   emit_insn (gen_movqi (operands[0], gen_rtx_SUBREG (QImode, shift_reg, 0)));
4994
4995   while (size -= 1)
4996     {
4997       emit_insn (gen_lshrsi3_k (shift_reg, shift_reg, GEN_INT (8)));
4998       emit_insn (gen_addsi3 (addr_target, addr_target, GEN_INT (-1)));
4999       emit_insn (gen_movqi (operands[0],
5000                             gen_rtx_SUBREG (QImode, shift_reg, 0)));
5001     }
5002
5003   DONE;
5004 }")
5005 \f
5006 ;; -------------------------------------------------------------------------
5007 ;; Peepholes
5008 ;; -------------------------------------------------------------------------
5009
5010 ;; This matches cases where a stack pointer increment at the start of the
5011 ;; epilogue combines with a stack slot read loading the return value.
5012
5013 (define_peephole
5014   [(set (match_operand:SI 0 "arith_reg_operand" "")
5015         (mem:SI (match_operand:SI 1 "arith_reg_operand" "")))
5016    (set (match_dup 1) (plus:SI (match_dup 1) (const_int 4)))]
5017   "REGNO (operands[1]) != REGNO (operands[0])"
5018   "mov.l        @%1+,%0")
5019
5020 ;; See the comment on the dt combiner pattern above.
5021
5022 (define_peephole
5023   [(set (match_operand:SI 0 "arith_reg_operand" "=r")
5024         (plus:SI (match_dup 0)
5025                  (const_int -1)))
5026    (set (reg:SI T_REG)
5027         (eq:SI (match_dup 0)
5028                (const_int 0)))]
5029   "TARGET_SH2"
5030   "dt   %0")
5031
5032 ;; These convert sequences such as `mov #k,r0; add r15,r0; mov.l @r0,rn'
5033 ;; to `mov #k,r0; mov.l @(r0,r15),rn'.  These sequences are generated by
5034 ;; reload when the constant is too large for a reg+offset address.
5035
5036 ;; ??? We would get much better code if this was done in reload.  This would
5037 ;; require modifying find_reloads_address to recognize that if the constant
5038 ;; is out-of-range for an immediate add, then we get better code by reloading
5039 ;; the constant into a register than by reloading the sum into a register,
5040 ;; since the former is one instruction shorter if the address does not need
5041 ;; to be offsettable.  Unfortunately this does not work, because there is
5042 ;; only one register, r0, that can be used as an index register.  This register
5043 ;; is also the function return value register.  So, if we try to force reload
5044 ;; to use double-reg addresses, then we end up with some instructions that
5045 ;; need to use r0 twice.  The only way to fix this is to change the calling
5046 ;; convention so that r0 is not used to return values.
5047
5048 (define_peephole
5049   [(set (match_operand:SI 0 "register_operand" "=r")
5050         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5051    (set (mem:SI (match_dup 0))
5052         (match_operand:SI 2 "general_movsrc_operand" ""))]
5053   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5054   "mov.l        %2,@(%0,%1)")
5055
5056 (define_peephole
5057   [(set (match_operand:SI 0 "register_operand" "=r")
5058         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5059    (set (match_operand:SI 2 "general_movdst_operand" "")
5060         (mem:SI (match_dup 0)))]
5061   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5062   "mov.l        @(%0,%1),%2")
5063
5064 (define_peephole
5065   [(set (match_operand:SI 0 "register_operand" "=r")
5066         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5067    (set (mem:HI (match_dup 0))
5068         (match_operand:HI 2 "general_movsrc_operand" ""))]
5069   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5070   "mov.w        %2,@(%0,%1)")
5071
5072 (define_peephole
5073   [(set (match_operand:SI 0 "register_operand" "=r")
5074         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5075    (set (match_operand:HI 2 "general_movdst_operand" "")
5076         (mem:HI (match_dup 0)))]
5077   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5078   "mov.w        @(%0,%1),%2")
5079
5080 (define_peephole
5081   [(set (match_operand:SI 0 "register_operand" "=r")
5082         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5083    (set (mem:QI (match_dup 0))
5084         (match_operand:QI 2 "general_movsrc_operand" ""))]
5085   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5086   "mov.b        %2,@(%0,%1)")
5087
5088 (define_peephole
5089   [(set (match_operand:SI 0 "register_operand" "=r")
5090         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5091    (set (match_operand:QI 2 "general_movdst_operand" "")
5092         (mem:QI (match_dup 0)))]
5093   "REGNO (operands[0]) == 0 && reg_unused_after (operands[0], insn)"
5094   "mov.b        @(%0,%1),%2")
5095
5096 (define_peephole
5097   [(set (match_operand:SI 0 "register_operand" "=r")
5098         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5099    (set (mem:SF (match_dup 0))
5100         (match_operand:SF 2 "general_movsrc_operand" ""))]
5101   "REGNO (operands[0]) == 0
5102    && ((GET_CODE (operands[2]) == REG && REGNO (operands[2]) < 16)
5103        || (GET_CODE (operands[2]) == SUBREG
5104            && REGNO (SUBREG_REG (operands[2])) < 16))
5105    && reg_unused_after (operands[0], insn)"
5106   "mov.l        %2,@(%0,%1)")
5107
5108 (define_peephole
5109   [(set (match_operand:SI 0 "register_operand" "=r")
5110         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5111    (set (match_operand:SF 2 "general_movdst_operand" "")
5112
5113         (mem:SF (match_dup 0)))]
5114   "REGNO (operands[0]) == 0
5115    && ((GET_CODE (operands[2]) == REG && REGNO (operands[2]) < 16)
5116        || (GET_CODE (operands[2]) == SUBREG
5117            && REGNO (SUBREG_REG (operands[2])) < 16))
5118    && reg_unused_after (operands[0], insn)"
5119   "mov.l        @(%0,%1),%2")
5120
5121 (define_peephole
5122   [(set (match_operand:SI 0 "register_operand" "=r")
5123         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5124    (set (mem:SF (match_dup 0))
5125         (match_operand:SF 2 "general_movsrc_operand" ""))]
5126   "REGNO (operands[0]) == 0
5127    && ((GET_CODE (operands[2]) == REG
5128         && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
5129        || (GET_CODE (operands[2]) == SUBREG
5130            && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
5131    && reg_unused_after (operands[0], insn)"
5132   "fmov{.s|}    %2,@(%0,%1)")
5133
5134 (define_peephole
5135   [(set (match_operand:SI 0 "register_operand" "=r")
5136         (plus:SI (match_dup 0) (match_operand:SI 1 "register_operand" "r")))
5137    (set (match_operand:SF 2 "general_movdst_operand" "")
5138
5139         (mem:SF (match_dup 0)))]
5140   "REGNO (operands[0]) == 0
5141    && ((GET_CODE (operands[2]) == REG
5142         && FP_OR_XD_REGISTER_P (REGNO (operands[2])))
5143        || (GET_CODE (operands[2]) == SUBREG
5144            && FP_OR_XD_REGISTER_P (REGNO (SUBREG_REG (operands[2])))))
5145    && reg_unused_after (operands[0], insn)"
5146   "fmov{.s|}    @(%0,%1),%2")
5147
5148 ;; Switch to a new stack with its address in sp_switch (a SYMBOL_REF).  */
5149 (define_insn "sp_switch_1"
5150   [(const_int 1)]
5151   ""
5152   "*
5153 {
5154   rtx xoperands[1];
5155
5156   xoperands[0] = sp_switch;
5157   output_asm_insn (\"mov.l r0,@-r15\;mov.l %0,r0\", xoperands);
5158   output_asm_insn (\"mov.l @r0,r0\;mov.l r15,@-r0\", xoperands);
5159   return \"mov r0,r15\";
5160 }"
5161   [(set_attr "length" "10")])
5162
5163 ;; Switch back to the original stack for interrupt functions with the
5164 ;; sp_switch attribute.  */
5165 (define_insn "sp_switch_2"
5166   [(const_int 2)]
5167   ""
5168   "mov.l @r15+,r15\;mov.l @r15+,r0"
5169   [(set_attr "length" "4")])