Formatting and coment changes
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 23 Nov 2000 05:40:27 +0000 (05:40 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 23 Nov 2000 05:40:27 +0000 (05:40 +0000)
From-SVN: r37686

gcc/config/sh/sh.md

index 887dcb212422694df0f36398efd15a664b521e17..c09775e37bb8dfc8259ef9c5e35be6892901ada3 100644 (file)
 
 (define_insn "shl_sext_sub"
   [(set (match_operand:SI 0 "register_operand" "=z")
-        (sign_extract:SI (ashift:SI (match_operand:SI 1 "register_operand" "0")
-                                   (match_operand:SI 2 "const_int_operand" "n"))
-                        (match_operand:SI 3 "const_int_operand" "n")
-                        (const_int 0)))
+        (sign_extract:SI
+        (ashift:SI (match_operand:SI 1 "register_operand" "0")
+                   (match_operand:SI 2 "const_int_operand" "n"))
+        (match_operand:SI 3 "const_int_operand" "n")
+        (const_int 0)))
    (clobber (reg:SI T_REG))]
   "(shl_sext_kind (operands[2], operands[3], 0) & ~1) == 6"
   "#"
 
 ;; t/r must come after r/r, lest reload will try to reload stuff like
 ;; (set (subreg:SI (mem:QI (plus:SI (reg:SI SP_REG) (const_int 12)) 0) 0)
-;; (made from (set (subreg:SI (reg:QI 73) 0) ) into T.
+;; (made from (set (subreg:SI (reg:QI ###) 0) ) into T.
 (define_insn "movsi_i"
   [(set (match_operand:SI 0 "general_movdst_operand" "=r,r,t,r,r,r,m,<,<,xl,x,l,r")
        (match_operand:SI 1 "general_movsrc_operand" "Q,rI,r,mr,xl,t,r,x,l,r,>,>,i"))]
    (set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*")])
 
 ;; t/r must come after r/r, lest reload will try to reload stuff like
-;; (subreg:SI (reg:SF 38 fr14) 0) into T (compiling stdlib/strtod.c -m3e -O2)
+;; (subreg:SI (reg:SF FR14_REG) 0) into T (compiling stdlib/strtod.c -m3e -O2)
 ;; ??? This allows moves from macl to fpul to be recognized, but these moves
 ;; will require a reload.
 (define_insn "movsi_ie"
 ;; The const_int_operand is distinct for each branch target; it avoids
 ;; unwanted matches with redundant_insn.
 (define_insn "block_branch_redirect"
-  [(set (pc) (unspec [(match_operand 0 "const_int_operand" "")]
-                    UNSPEC_BBR))]
+  [(set (pc) (unspec [(match_operand 0 "const_int_operand" "")] UNSPEC_BBR))]
   ""
   ""
   [(set_attr "length" "0")])
   [(set (reg:SI R0_REG) (unspec [(label_ref (match_dup 2))] UNSPEC_MOVA))
    (parallel [(set (match_dup 0)
              (unspec [(reg:SI R0_REG) (match_dup 1)
-                       (label_ref (match_dup 2))] UNSPEC_CASESI))
+                      (label_ref (match_dup 2))] UNSPEC_CASESI))
              (clobber (match_dup 3))])
    (set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))]
   "LABEL_NUSES (operands[2])++;")