Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
81d84b99
Commit
81d84b99
authored
Feb 12, 1992
by
Charles Hannum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r303
parent
5c3fd367
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
gcc/config/convex/convex.md
+16
-16
No files found.
gcc/config/convex/convex.md
View file @
81d84b99
...
@@ -1065,22 +1065,22 @@
...
@@ -1065,22 +1065,22 @@
"TARGET_C2"
"TARGET_C2"
"sqrt.s %0")
"sqrt.s %0")
(define_insn ""
;
(define_insn ""
[
(set (match_operand:SI 0 "register_operand" "=d")
;
[
(set (match_operand:SI 0 "register_operand" "=d")
(minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
;
(minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
(const_int 1)))]
;
(const_int 1)))]
""
;
""
"tzc %1,%0
\;
le.w #32,%0
\;
jbrs.f .+6
\;
ld.w #-1,%0")
;
"tzc %1,%0
\;
le.w #32,%0
\;
jbrs.f .+6
\;
ld.w #-1,%0")
;
(define_expand "ffssi2"
;
(define_expand "ffssi2"
[
(set (match_operand:SI 0 "register_operand" "=d")
;
[
(set (match_operand:SI 0 "register_operand" "=d")
(minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
;
(minus:SI (ffs:SI (match_operand:SI 1 "register_operand" "d"))
(const_int 1)))
;
(const_int 1)))
(set (match_dup 0)
;
(set (match_dup 0)
(plus:SI (match_dup 0)
;
(plus:SI (match_dup 0)
(const_int 1)))]
;
(const_int 1)))]
""
;
""
"")
;
"")
(define_insn "abssf2"
(define_insn "abssf2"
[
(set (match_operand:SF 0 "register_operand" "=d")
[
(set (match_operand:SF 0 "register_operand" "=d")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment