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
4ddb47b3
Commit
4ddb47b3
authored
Feb 25, 2001
by
Richard Kenner
Committed by
Richard Kenner
Feb 25, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.md (movstrsi): Handle FAIL case.
From-SVN: r40054
parent
618cdda7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.md
+5
-2
No files found.
gcc/ChangeLog
View file @
4ddb47b3
Sun Feb 25 08:34:23 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/i386/i386.md (movstrsi): Handle FAIL case.
2001-02-25 Neil Booth <neil@daikokuya.demon.co.uk>
* cppinit.c (builtin_array): Update.
...
...
gcc/config/i386/i386.md
View file @
4ddb47b3
...
...
@@ -11188,10 +11188,13 @@
library version, since it is usually equally fast and result in
shorter code. */
if (!TARGET_INLINE_ALL_STRINGOPS && align < 4)
FAIL;
{
end_sequence ();
FAIL;
}
if (TARGET_SINGLE_STRINGOP)
emit_insn (gen_cld());
emit_insn (gen_cld
());
countreg2 = gen_reg_rtx (SImode);
countreg = copy_to_mode_reg (SImode, operands[2]);
...
...
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