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
6c31f5fb
Commit
6c31f5fb
authored
Jun 15, 2012
by
Uros Bizjak
Committed by
Uros Bizjak
Jun 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(*zero_extendsidi2_rex64): Remove isa attribute.
From-SVN: r188648
parent
ea154879
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gcc/ChangeLog
+1
-1
gcc/config/i386/i386.md
+1
-2
No files found.
gcc/ChangeLog
View file @
6c31f5fb
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
2012-06-14 Uros Bizjak <ubizjak@gmail.com>
2012-06-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
* config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
(*zero_extendsidi2_rex64): Ditto.
(*zero_extendsidi2_rex64): Ditto.
Remove isa attribute.
2012-06-14 Jakub Jelinek <jakub@redhat.com>
2012-06-14 Jakub Jelinek <jakub@redhat.com>
...
...
gcc/config/i386/i386.md
View file @
6c31f5fb
...
@@ -3479,8 +3479,7 @@
...
@@ -3479,8 +3479,7 @@
movd\t{%1, %0|%0, %1}
movd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1}
%vmovd\t{%1, %0|%0, %1}"
%vmovd\t{%1, %0|%0, %1}"
[(set_attr "isa" "*,*,*,*,*,sse2")
[(set_attr "type" "imovx,multi,mmxmov,mmxmov,ssemov,ssemov")
(set_attr "type" "imovx,multi,mmxmov,mmxmov,ssemov,ssemov")
(set_attr "prefix" "orig,*,orig,orig,maybe_vex,maybe_vex")
(set_attr "prefix" "orig,*,orig,orig,maybe_vex,maybe_vex")
(set_attr "prefix_0f" "0,*,*,*,*,*")
(set_attr "prefix_0f" "0,*,*,*,*,*")
(set_attr "mode" "SI,SI,DI,DI,TI,TI")])
(set_attr "mode" "SI,SI,DI,DI,TI,TI")])
...
...
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