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
82b56258
Commit
82b56258
authored
Sep 02, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(SImode ldd peepholes): Add `f' to constraints.
From-SVN: r2035
parent
1e59a3f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/config/sparc/sparc.md
+8
-8
No files found.
gcc/config/sparc/sparc.md
View file @
82b56258
...
...
@@ -2861,9 +2861,9 @@
;; explained in the code for {registers,memory}_ok_for_ldd functions.
(define_peephole
[
(set (match_operand:SI 0 "register_operand" "=r")
[
(set (match_operand:SI 0 "register_operand" "=r
f
")
(match_operand:SI 1 "memory_operand" ""))
(set (match_operand:SI 2 "register_operand" "=r")
(set (match_operand:SI 2 "register_operand" "=r
f
")
(match_operand:SI 3 "memory_operand" ""))]
"registers_ok_for_ldd_peep (operands
[
0
]
, operands
[
2
]
)
&& ! MEM_VOLATILE_P (operands
[
1
]
) && ! MEM_VOLATILE_P (operands
[
3
]
)
...
...
@@ -2872,9 +2872,9 @@
(define_peephole
[
(set (match_operand:SI 0 "memory_operand" "")
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 1 "register_operand" "r
f
"))
(set (match_operand:SI 2 "memory_operand" "")
(match_operand:SI 3 "register_operand" "r"))]
(match_operand:SI 3 "register_operand" "r
f
"))]
"registers_ok_for_ldd_peep (operands
[
1
]
, operands
[
3
]
)
&& ! MEM_VOLATILE_P (operands
[
0
]
) && ! MEM_VOLATILE_P (operands
[
2
]
)
&& addrs_ok_for_ldd_peep (XEXP (operands
[
0
]
, 0), XEXP (operands
[
2
]
, 0))"
...
...
@@ -2901,9 +2901,9 @@
"std %1,%0")
(define_peephole
[
(set (match_operand:SI 0 "register_operand" "=r")
[
(set (match_operand:SI 0 "register_operand" "=r
f
")
(match_operand:SI 1 "memory_operand" ""))
(set (match_operand:SI 2 "register_operand" "=r")
(set (match_operand:SI 2 "register_operand" "=r
f
")
(match_operand:SI 3 "memory_operand" ""))]
"registers_ok_for_ldd_peep (operands
[
2
]
, operands
[
0
]
)
&& ! MEM_VOLATILE_P (operands
[
3
]
) && ! MEM_VOLATILE_P (operands
[
1
]
)
...
...
@@ -2912,9 +2912,9 @@
(define_peephole
[
(set (match_operand:SI 0 "memory_operand" "")
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 1 "register_operand" "r
f
"))
(set (match_operand:SI 2 "memory_operand" "")
(match_operand:SI 3 "register_operand" "r"))]
(match_operand:SI 3 "register_operand" "r
f
"))]
"registers_ok_for_ldd_peep (operands
[
3
]
, operands
[
1
]
)
&& ! MEM_VOLATILE_P (operands
[
2
]
) && ! MEM_VOLATILE_P (operands
[
0
]
)
&& addrs_ok_for_ldd_peep (XEXP (operands
[
2
]
, 0), XEXP (operands
[
0
]
, 0))"
...
...
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