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
65d5cba8
Commit
65d5cba8
authored
May 31, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(symbolic HIGH patterns): Likewise.
(symbolic LO_SUM pattern): Likewise. From-SVN: r9848
parent
d56d7a26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
gcc/config/pa/pa.md
+10
-2
No files found.
gcc/config/pa/pa.md
View file @
65d5cba8
...
...
@@ -1448,7 +1448,7 @@
&& ! function_label_operand (operands
[
1
]
)
&& ! read_only_operand (operands
[
1
]
)
&& ! flag_pic"
"addil L'%G1,%%r27"
"addil L
R
'%G1,%%r27"
[
(set_attr "type" "binary")
(set_attr "length" "4")])
...
...
@@ -1492,7 +1492,13 @@
(high:SI (match_operand 1 "" "")))]
"(!flag_pic || !symbolic_operand (operands
[
1
]
), Pmode)
&& !is_function_label_plus_const (operands
[
1
]
)"
"ldil L'%G1,%0"
"
*
{
if (symbolic_operand (operands
[
1
]
, Pmode))
return
\"
ldil LR'%G1,%0
\"
;
else
return
\"
ldil L'%G1,%0
\"
;
}"
[
(set_attr "type" "move")
(set_attr "length" "4")])
...
...
@@ -1531,6 +1537,8 @@
{
if (flag_pic && symbolic_operand (operands
[
2
]
, Pmode))
abort ();
else if (symbolic_operand (operands
[
2
]
, Pmode))
return
\"
ldo RR'%G2(%1),%0
\"
;
else
return
\"
ldo R'%G2(%1),%0
\"
;
}"
...
...
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