OSDN Git Service

* config/m32r/m32r.c (m32r_expand_block_move): Call
[pf3gnuchains/gcc-fork.git] / gcc / config / m32r / m32r.md
index 5e562a7..5a43ff7 100644 (file)
 ;; Insn generated by block moves
 
 (define_insn "movstrsi_internal"
-  [(set (mem:BLK (match_operand:SI 0 "register_operand" "+r")) ;; destination
-       (mem:BLK (match_operand:SI 1 "register_operand" "+r"))) ;; source
+  [(set (mem:BLK (match_operand:SI 0 "register_operand" "r"))  ;; destination
+       (mem:BLK (match_operand:SI 1 "register_operand" "r")))  ;; source
    (use (match_operand:SI 2 "m32r_block_immediate_operand" "J"));; # bytes to move
-   (set (match_dup 0) (plus:SI (match_dup 0) (minus:SI (match_dup 2) (const_int 4))))
-   (set (match_dup 1) (plus:SI (match_dup 1) (match_dup 2)))
-   (clobber (match_scratch:SI 3 "=&r"))                                ;; temp 1
-   (clobber (match_scratch:SI 4 "=&r"))]                       ;; temp 2
+   (set (match_operand:SI 3 "register_operand" "=0")
+       (plus:SI (match_dup 0)
+                (minus (match_dup 2) (const_int 4))))
+   (set (match_operand:SI 4 "register_operand" "=1")
+       (plus:SI (match_dup 1)
+                (match_dup 2)))
+   (clobber (match_scratch:SI 5 "=&r"))  ;; temp1
+   (clobber (match_scratch:SI 6 "=&r"))] ;; temp2
   ""
   "* m32r_output_block_move (insn, operands); return \"\"; "
   [(set_attr "type"    "store8")