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
3a6f7177
Commit
3a6f7177
authored
Oct 13, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(call, call_internal, call_value, call_value_internal):
Use memory_operand not general_operand. From-SVN: r8267
parent
34ef5aeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/i960/i960.md
+4
-4
No files found.
gcc/config/i960/i960.md
View file @
3a6f7177
...
...
@@ -2160,7 +2160,7 @@
;;- jump to subroutine
(define_expand "call"
[
(call (match_operand:SI 0 "
general_operand" "g
")
[
(call (match_operand:SI 0 "
memory_operand" "m
")
(match_operand:SI 1 "immediate_operand" "i"))]
""
"
...
...
@@ -2179,7 +2179,7 @@
;; no local registers available for spills.
(define_insn "call_internal"
[
(call (match_operand:SI 0 "
general_operand" "g
")
[
(call (match_operand:SI 0 "
memory_operand" "m
")
(match_operand:SI 1 "immediate_operand" "i"))
(use (match_operand:SI 2 "address_operand" "p"))
(clobber (reg:SI 19))]
...
...
@@ -2190,7 +2190,7 @@
(define_expand "call_value"
[
(set (match_operand 0 "register_operand" "=d")
(call (match_operand:SI 1 "
general_operand" "g
")
(call (match_operand:SI 1 "
memory_operand" "m
")
(match_operand:SI 2 "immediate_operand" "i")))]
""
"
...
...
@@ -2205,7 +2205,7 @@
(define_insn "call_value_internal"
[
(set (match_operand 0 "register_operand" "=d")
(call (match_operand:SI 1 "
general_operand" "g
")
(call (match_operand:SI 1 "
memory_operand" "m
")
(match_operand:SI 2 "immediate_operand" "i")))
(use (match_operand:SI 3 "address_operand" "p"))
(clobber (reg:SI 19))]
...
...
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