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
2f607b94
Commit
2f607b94
authored
Jan 23, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insert some missing blank lines.
From-SVN: r6409
parent
5b9589fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gcc/config/rs6000/rs6000.md
+7
-0
No files found.
gcc/config/rs6000/rs6000.md
View file @
2f607b94
...
@@ -2295,6 +2295,7 @@
...
@@ -2295,6 +2295,7 @@
"TARGET_PPCFPX"
"TARGET_PPCFPX"
"
"
{ operands
[
3
]
= gen_reg_rtx (SFmode); }")
{ operands
[
3
]
= gen_reg_rtx (SFmode); }")
(define_split
(define_split
[
(set (match_operand:SF 0 "gpc_reg_operand" "")
[
(set (match_operand:SF 0 "gpc_reg_operand" "")
(smax:SF (match_operand:SF 1 "gpc_reg_operand" "")
(smax:SF (match_operand:SF 1 "gpc_reg_operand" "")
...
@@ -2309,6 +2310,7 @@
...
@@ -2309,6 +2310,7 @@
(match_dup 1)
(match_dup 1)
(match_dup 2)))]
(match_dup 2)))]
"")
"")
(define_expand "minsf3"
(define_expand "minsf3"
[
(set (match_dup 3)
[
(set (match_dup 3)
(minus:SF (match_operand:SF 2 "gpc_reg_operand" "")
(minus:SF (match_operand:SF 2 "gpc_reg_operand" "")
...
@@ -2321,6 +2323,7 @@
...
@@ -2321,6 +2323,7 @@
"TARGET_PPCFPX"
"TARGET_PPCFPX"
"
"
{ operands
[
3
]
= gen_reg_rtx (SFmode); }")
{ operands
[
3
]
= gen_reg_rtx (SFmode); }")
(define_split
(define_split
[
(set (match_operand:SF 0 "gpc_reg_operand" "")
[
(set (match_operand:SF 0 "gpc_reg_operand" "")
(smin:SF (match_operand:SF 1 "gpc_reg_operand" "")
(smin:SF (match_operand:SF 1 "gpc_reg_operand" "")
...
@@ -2335,6 +2338,7 @@
...
@@ -2335,6 +2338,7 @@
(match_dup 1)
(match_dup 1)
(match_dup 2)))]
(match_dup 2)))]
"")
"")
(define_insn ""
(define_insn ""
[
(set (match_operand:SF 0 "gpc_reg_operand" "=f")
[
(set (match_operand:SF 0 "gpc_reg_operand" "=f")
(if_then_else:SF (ge (match_operand:SF 1 "gpc_reg_operand" "f")
(if_then_else:SF (ge (match_operand:SF 1 "gpc_reg_operand" "f")
...
@@ -2344,6 +2348,7 @@
...
@@ -2344,6 +2348,7 @@
"TARGET_PPCFPX"
"TARGET_PPCFPX"
"fsel %0,%1,%2,%3"
"fsel %0,%1,%2,%3"
[
(set_attr "type" "fp")
]
)
[
(set_attr "type" "fp")
]
)
(define_insn ""
(define_insn ""
[
(set (match_operand:CCFP 0 "cc_reg_operand" "=y")
[
(set (match_operand:CCFP 0 "cc_reg_operand" "=y")
(compare:CCFP
(compare:CCFP
...
@@ -2356,6 +2361,7 @@
...
@@ -2356,6 +2361,7 @@
"TARGET_PPCFPX"
"TARGET_PPCFPX"
"fsel. %4,%1,%2,%3"
"fsel. %4,%1,%2,%3"
[
(set_attr "type" "fp")
]
)
[
(set_attr "type" "fp")
]
)
(define_insn ""
(define_insn ""
[
(set (match_operand:CCFP 4 "cc_reg_operand" "=y")
[
(set (match_operand:CCFP 4 "cc_reg_operand" "=y")
(compare:CCFP
(compare:CCFP
...
@@ -2371,6 +2377,7 @@
...
@@ -2371,6 +2377,7 @@
"TARGET_PPCFPX"
"TARGET_PPCFPX"
"fsel. %0,%1,%2,%3"
"fsel. %0,%1,%2,%3"
[
(set_attr "type" "fp")
]
)
[
(set_attr "type" "fp")
]
)
(define_insn "negdf2"
(define_insn "negdf2"
[
(set (match_operand:DF 0 "gpc_reg_operand" "=f")
[
(set (match_operand:DF 0 "gpc_reg_operand" "=f")
(neg:DF (match_operand:DF 1 "gpc_reg_operand" "f")))]
(neg:DF (match_operand:DF 1 "gpc_reg_operand" "f")))]
...
...
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