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
57fa6739
Commit
57fa6739
authored
Nov 10, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movsi): In TOC symbol case, use "la" for PowerPC.
(movdi): Handle TOC symbol just like movsi. From-SVN: r8408
parent
a2991183
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
gcc/config/rs6000/rs6000.md
+5
-4
No files found.
gcc/config/rs6000/rs6000.md
View file @
57fa6739
...
...
@@ -3566,7 +3566,7 @@
{st%U0%X0|stw%U0%X0} %1,%0
{lil|li} %0,%1
{liu|lis} %0,%u1
cal
%0,%1(%
*
)
{cal|la}
%0,%1(%
*
)
mf%1 %0
mt%0 %1
mt%0 %1
...
...
@@ -3999,8 +3999,8 @@
(set_attr "length" "8,8,8,
*,*
,
*
")])
(define_insn ""
[
(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,f,f,m,r,
*
h")
(match_operand:DI 1 "input_operand" "r,m,r,I,J,f,m,f,
*
h,r"))]
[
(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,
r,
f,f,m,r,
*
h")
(match_operand:DI 1 "input_operand" "r,m,r,I,J,
R,
f,m,f,
*
h,r"))]
"TARGET_POWERPC64 && (gpc_reg_operand (operands
[
0
]
, DImode)
|| gpc_reg_operand (operands
[
1
]
, DImode))"
"@
...
...
@@ -4009,12 +4009,13 @@
sd%U0%X0 %1,%0
li %0,%1
lis %0,%u1
{cal|la} %0,%1(%
*
)
fmr %0,%1
lfd%U1%X1 %0,%1
stfd%U0%X0 %1,%0
mf%1 %0
mt%0 %1"
[
(set_attr "type" "*,load,*,*,*,fp,fpload,*,*,mtjmpr")
]
)
[
(set_attr "type" "*,load,*,*,*,
*,
fp,fpload,*,*,mtjmpr")
]
)
;; TImode is similar, except that we usually want to compute the address into
;; a register and use lsi/stsi (the exception is during reload). MQ is also
...
...
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