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
90d10fb9
Commit
90d10fb9
authored
Nov 24, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make operand numbers contiguous in four patterns.
From-SVN: r37713
parent
7cf5c9e1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ChangeLog
+3
-0
gcc/config/i386/i386.md
+4
-4
No files found.
gcc/ChangeLog
View file @
90d10fb9
2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
* config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
call_value_pop_1): Make sure operand numbers are contiguous.
* fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
* reload1.c (conflicts_with_override): New function.
...
...
gcc/config/i386/i386.md
View file @
90d10fb9
...
...
@@ -8926,7 +8926,7 @@
[(call (mem:QI (match_operand:SI 0 "constant_call_address_operand" ""))
(match_operand:SI 1 "" ""))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI
3
"immediate_operand" "")))]
(match_operand:SI
2
"immediate_operand" "")))]
""
"*
{
...
...
@@ -8941,7 +8941,7 @@
[(call (mem:QI (match_operand:SI 0 "call_insn_operand" "rsm"))
(match_operand:SI 1 "" ""))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI
3
"immediate_operand" "i")))]
(match_operand:SI
2
"immediate_operand" "i")))]
""
"*
{
...
...
@@ -11540,7 +11540,7 @@
(call (mem:QI (match_operand:SI 1 "constant_call_address_operand" ""))
(match_operand:SI 2 "" "")))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI
4
"immediate_operand" "")))]
(match_operand:SI
3
"immediate_operand" "")))]
""
"
*
{
...
...
@@ -11556,7 +11556,7 @@
(call (mem:QI (match_operand:SI 1 "call_insn_operand" "rsm"))
(match_operand:SI 2 "" "")))
(set (reg:SI 7) (plus:SI (reg:SI 7)
(match_operand:SI
4
"immediate_operand" "i")))]
(match_operand:SI
3
"immediate_operand" "i")))]
""
"
*
{
...
...
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