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
8d46398e
Commit
8d46398e
authored
22 years ago
by
John David Anglin
Committed by
John David Anglin
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (setccfp0, setccfp1): New patterns.
From-SVN: r56814
parent
14966b94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.md
+20
-0
No files found.
gcc/ChangeLog
View file @
8d46398e
2002
-
09
-
04
John
David
Anglin
<
dave
@hiauly1
.
hia
.
nrc
.
ca
>
*
pa
.
md
(
setccfp0
,
setccfp1
)
:
New
patterns
.
2002
-
09
-
04
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
frv
-
protos
.
h
(
frv_init_builtins
,
frv_expand_builtin
,
...
...
This diff is collapsed.
Click to expand it.
gcc/config/pa/pa.md
View file @
8d46398e
...
...
@@ -628,6 +628,26 @@
[
(set_attr "length" "4")
(set_attr "type" "fpcc")])
;; The following two patterns are optimization placeholders. In almost
;; all cases, the user of the condition code will be simplified and the
;; original condition code setting insn should be eliminated.
(define_insn "
*
setccfp0"
[
(set (reg:CCFP 0)
(const_int 0))]
"! TARGET_SOFT_FLOAT"
"fcmp,dbl,!= %%fr0,%%fr0"
[
(set_attr "length" "4")
(set_attr "type" "fpcc")])
(define_insn "
*
setccfp1"
[
(set (reg:CCFP 0)
(const_int 1))]
"! TARGET_SOFT_FLOAT"
"fcmp,dbl,= %%fr0,%%fr0"
[
(set_attr "length" "4")
(set_attr "type" "fpcc")])
;; scc insns.
(define_expand "seq"
...
...
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