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
ff18b63b
Commit
ff18b63b
authored
Dec 22, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(expand_block_move): Preserve MEM flags in call to movstrsi_internal.
From-SVN: r10835
parent
c34d858f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/config/mips/mips.c
+4
-2
No files found.
gcc/config/mips/mips.c
View file @
ff18b63b
...
...
@@ -2365,8 +2365,10 @@ expand_block_move (operands)
#endif
else
if
(
constp
&&
bytes
<=
2
*
MAX_MOVE_BYTES
)
emit_insn
(
gen_movstrsi_internal
(
gen_rtx
(
MEM
,
BLKmode
,
dest_reg
),
gen_rtx
(
MEM
,
BLKmode
,
src_reg
),
emit_insn
(
gen_movstrsi_internal
(
change_address
(
operands
[
0
],
BLKmode
,
dest_reg
),
change_address
(
orig_src
,
BLKmode
,
src_reg
),
bytes_rtx
,
align_rtx
));
else
if
(
constp
&&
align
>=
UNITS_PER_WORD
&&
optimize
)
...
...
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