OSDN Git Service

entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 1992 13:56:46 +0000 (13:56 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 1992 13:56:46 +0000 (13:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@303 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/convex/convex.md

index 4e7ea5a..a9e9336 100644 (file)
   "TARGET_C2"
   "sqrt.s %0")
 
-(define_insn ""
-  [(set (match_operand:SI 0 "register_operand" "=d")
-       (minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
-                 (const_int 1)))]
-  ""
-  "tzc %1,%0\;le.w #32,%0\;jbrs.f .+6\;ld.w #-1,%0")
-
-(define_expand "ffssi2"
-  [(set (match_operand:SI 0 "register_operand" "=d")
-       (minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
-                 (const_int 1)))
-   (set (match_dup 0)
-       (plus:SI (match_dup 0)
-                (const_int 1)))]
-  ""
-  "")
+;(define_insn ""
+;  [(set (match_operand:SI 0 "register_operand" "=d")
+;      (minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
+;                (const_int 1)))]
+;  ""
+;  "tzc %1,%0\;le.w #32,%0\;jbrs.f .+6\;ld.w #-1,%0")
+;
+;(define_expand "ffssi2"
+;  [(set (match_operand:SI 0 "register_operand" "=d")
+;      (minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
+;                (const_int 1)))
+;   (set (match_dup 0)
+;      (plus:SI (match_dup 0)
+;               (const_int 1)))]
+;  ""
+;  "")
 
 (define_insn "abssf2"
   [(set (match_operand:SF 0 "register_operand" "=d")