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
d7d775a0
Commit
d7d775a0
authored
Jun 10, 1997
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(emit_group_load): Add case using gen_lowpart.
From-SVN: r14224
parent
b2e01876
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/expr.c
+3
-0
No files found.
gcc/expr.c
View file @
d7d775a0
...
@@ -1813,6 +1813,9 @@ emit_group_load (x, y)
...
@@ -1813,6 +1813,9 @@ emit_group_load (x, y)
&&
GET_MODE
(
target_reg
)
==
word_mode
)
&&
GET_MODE
(
target_reg
)
==
word_mode
)
/* This might be a const_double, so we can't just use SUBREG. */
/* This might be a const_double, so we can't just use SUBREG. */
source
=
operand_subword
(
y
,
0
,
0
,
VOIDmode
);
source
=
operand_subword
(
y
,
0
,
0
,
VOIDmode
);
else
if
(
GET_MODE_SIZE
(
GET_MODE
(
target_reg
))
==
GET_MODE_SIZE
(
GET_MODE
(
y
)))
source
=
gen_lowpart
(
GET_MODE
(
target_reg
),
y
);
else
else
abort
();
abort
();
}
}
...
...
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