diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-02-12 13:56:46 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-02-12 13:56:46 +0000 |
commit | 81d84b996cd7a01e0bcfd614ff778b6ebcc601e8 (patch) | |
tree | 5c354a0bb0ac110c0ed14dac426b97ff6a9dcbea | |
parent | 5c3fd36712129f226d1a6619dbb77da418e51fb4 (diff) | |
download | gcc-81d84b996cd7a01e0bcfd614ff778b6ebcc601e8.zip gcc-81d84b996cd7a01e0bcfd614ff778b6ebcc601e8.tar.gz gcc-81d84b996cd7a01e0bcfd614ff778b6ebcc601e8.tar.bz2 |
entered into RCS
From-SVN: r303
-rw-r--r-- | gcc/config/convex/convex.md | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/gcc/config/convex/convex.md b/gcc/config/convex/convex.md index 4e7ea5a..a9e9336 100644 --- a/gcc/config/convex/convex.md +++ b/gcc/config/convex/convex.md @@ -1065,22 +1065,22 @@ "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") |