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
53d9ac3b
Commit
53d9ac3b
authored
20 years ago
by
Richard Sandiford
Committed by
Richard Sandiford
20 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/mips.md (cmp[sd]f): Redefine using :SCALARF.
From-SVN: r86722
parent
93898c8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+4
-15
No files found.
gcc/ChangeLog
View file @
53d9ac3b
2004-08-29 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (cmp[sd]f): Redefine using :SCALARF.
2004-08-29 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.md (divide_condition): New mode attribute.
(div[sd]f3, *div[sd]f3): Use it. Redefine using :SCALARF.
(sqrt[sd]f3): Redefine using SCALARF.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/mips.md
View file @
53d9ac3b
...
...
@@ -4317,22 +4317,11 @@ beq\t%2,%.,1b\;\
DONE;
})
(define_expand "cmpdf"
[
(set (cc0)
(compare:CC (match_operand:DF 0 "register_operand")
(match_operand:DF 1 "register_operand")))]
"TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT"
{
cmp_operands
[
0
]
= operands
[
0
]
;
cmp_operands
[
1
]
= operands
[
1
]
;
DONE;
})
(define_expand "cmpsf"
(define_expand "cmp
<mode>
"
[
(set (cc0)
(compare:CC (match_operand:SF 0 "register_operand")
(match_operand:SF 1 "register_operand")))]
"
TARGET_HARD_FLOAT
"
(compare:CC (match_operand:S
CALAR
F 0 "register_operand")
(match_operand:S
CALAR
F 1 "register_operand")))]
""
{
cmp_operands
[
0
]
= operands
[
0
]
;
cmp_operands
[
1
]
= operands
[
1
]
;
...
...
This diff is collapsed.
Click to expand it.
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