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
6d4503c3
Commit
6d4503c3
authored
Jan 12, 1999
by
Stan Cox
Committed by
Stan Cox
Jan 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mips.md (call_value_internal3c): New pattern for -mips16 -mlong-calls.
From-SVN: r24639
parent
eb691392
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.md
+16
-2
No files found.
gcc/ChangeLog
View file @
6d4503c3
Tue
Jan
12
10
:
23
:
24
1999
Stan
Cox
<
scox
@cygnus
.
com
>
*
mips
.
md
(
call_value_internal3c
)
:
New
pattern
for
-
mips16
-
mlong
-
calls
.
1999
-
01
-
12
Manfred
Hollstein
<
manfred
@s
-
direktnet
.
de
>
*
m68k
/
mot3300
.
h
(
ADD_MISSING_POSIX
,
ADD_MISSING_XOPEN
)
:
Define
to
...
...
gcc/config/mips/mips.md
View file @
6d4503c3
...
...
@@ -9776,7 +9776,8 @@ move\\t%0,%z4\\n\\
(call (mem:SI (match_operand:SI 1 "register_operand" "r"))
(match_operand 2 "" "i")))
(clobber (match_operand:SI 3 "register_operand" "=d"))]
"!(Pmode == DImode) && !TARGET_ABICALLS && TARGET_LONG_CALLS"
"!TARGET_MIPS16
&& !(Pmode == DImode) && !TARGET_ABICALLS && TARGET_LONG_CALLS"
"%
*
jal
\\
t%3,%1"
[
(set_attr "type" "call")
(set_attr "mode" "none")
...
...
@@ -9787,7 +9788,20 @@ move\\t%0,%z4\\n\\
(call (mem:DI (match_operand:DI 1 "se_register_operand" "r"))
(match_operand 2 "" "i")))
(clobber (match_operand:SI 3 "register_operand" "=d"))]
"Pmode == DImode && !TARGET_ABICALLS && TARGET_LONG_CALLS"
"!TARGET_MIPS16
&& Pmode == DImode && !TARGET_ABICALLS && TARGET_LONG_CALLS"
"%
*
jal
\\
t%3,%1"
[
(set_attr "type" "call")
(set_attr "mode" "none")
(set_attr "length" "1")])
(define_insn "call_value_internal3c"
[
(set (match_operand 0 "register_operand" "=df")
(call (mem:SI (match_operand:SI 1 "register_operand" "e"))
(match_operand 2 "" "i")))
(clobber (match_operand:SI 3 "register_operand" "=y"))]
"TARGET_MIPS16 && !(Pmode == DImode) && !TARGET_ABICALLS && TARGET_LONG_CALLS
&& GET_CODE (operands
[
3
]
) == REG && REGNO (operands
[
3
]
) == 31"
"%
*
jal
\\
t%3,%1"
[
(set_attr "type" "call")
(set_attr "mode" "none")
...
...
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