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
ae0d310d
Commit
ae0d310d
authored
Jan 17, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix various bugs in previous change.
From-SVN: r17412
parent
a04a1bea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/i386/i386.md
+5
-5
No files found.
gcc/config/i386/i386.md
View file @
ae0d310d
...
...
@@ -836,7 +836,7 @@
[(set (match_operand:SI 0 "push_operand" "=<")
(match_operand:SI 1 "nonmemory_operand" "ri"))]
""
"
push%L0 %1
")
"
* return AS1 (push%L0,%1);
")
;; On a 386, it is faster to push MEM directly.
...
...
@@ -844,7 +844,7 @@
[(set (match_operand:SI 0 "push_operand" "=<")
(match_operand:SI 1 "memory_operand" "m"))]
"TARGET_PUSH_MEMORY"
"
push%L0 %1
")
"
* return AS1 (push%L0,%1);
")
;; General case of fullword move.
...
...
@@ -906,13 +906,13 @@
[(set (match_operand:HI 0 "push_operand" "=<")
(match_operand:HI 1 "nonmemory_operand" "ri"))]
""
"
push%W0 %1
")
"
* return AS1 (push%W0,%1);
")
(define_insn ""
[(set (match_operand:HI 0 "push_operand" "=<")
(match_operand:HI 1 "memory_operand" "m"))]
"TARGET_PUSH_MEMORY"
"
push%W0 %1
")
"
* return AS1 (push%W0,%1);
")
;; On i486, an incl and movl are both faster than incw and movw.
...
...
@@ -1025,7 +1025,7 @@
[(set (match_operand:QI 0 "push_operand" "=<")
(match_operand:QI 1 "const_int_operand" "n"))]
""
"
push%W0,%1
")
"
* return AS1(push%W0,%1);
")
(define_insn ""
[(set (match_operand:QI 0 "push_operand" "=<")
...
...
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