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
d9118e7b
Commit
d9118e7b
authored
Jun 09, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(strlensi_unroll4, strlensi_unroll5): Use + not =& for
From-SVN: r12253
parent
dedaa36d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/config/i386/i386.md
View file @
d9118e7b
...
@@ -6857,7 +6857,7 @@
...
@@ -6857,7 +6857,7 @@
[
(set (match_operand:SI 0 "register_operand" "=r,r")
[
(set (match_operand:SI 0 "register_operand" "=r,r")
(unspec:SI
[
(mem:BLK (match_operand:SI 3 "register_operand" "0,0"))
(unspec:SI
[
(mem:BLK (match_operand:SI 3 "register_operand" "0,0"))
(match_operand:SI 1 "immediate_operand" "i,i")
(match_operand:SI 1 "immediate_operand" "i,i")
(match_operand:SI 2 "register_operand" "
=&q,&
!r")] 0))
(match_operand:SI 2 "register_operand" "
+q,
!r")] 0))
(clobber (match_dup 2))]
(clobber (match_dup 2))]
"(TARGET_USE_ANY_REG && optimize > 1)"
"(TARGET_USE_ANY_REG && optimize > 1)"
"
*
return output_strlen_unroll (operands);")
"
*
return output_strlen_unroll (operands);")
...
@@ -6866,7 +6866,7 @@
...
@@ -6866,7 +6866,7 @@
[
(set (match_operand:SI 0 "register_operand" "=r")
[
(set (match_operand:SI 0 "register_operand" "=r")
(unspec:SI
[
(mem:BLK (match_operand:SI 3 "register_operand" "0"))
(unspec:SI
[
(mem:BLK (match_operand:SI 3 "register_operand" "0"))
(match_operand:SI 1 "immediate_operand" "i")
(match_operand:SI 1 "immediate_operand" "i")
(match_operand:SI 2 "register_operand" "
=&
q")] 0))
(match_operand:SI 2 "register_operand" "
+
q")] 0))
(clobber (match_dup 2))]
(clobber (match_dup 2))]
"(TARGET_USE_Q_REG && optimize > 1)"
"(TARGET_USE_Q_REG && optimize > 1)"
"
*
return output_strlen_unroll (operands);"
"
*
return output_strlen_unroll (operands);"
...
...
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