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
52618376
Commit
52618376
authored
Mar 28, 2007
by
Christian Bruel
Committed by
Kaz Kojima
Mar 28, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh.md (movsi_i): Fix type attribute.
* config/sh/sh.md (movsi_i): Fix type attribute. From-SVN: r123296
parent
bbccf908
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+1
-1
No files found.
gcc/ChangeLog
View file @
52618376
2007-03-28 Christian Bruel <christian.bruel@st.com>
* config/sh/sh.md (movsi_i): Fix type attribute.
2007-03-38 Christian Bruel <christian.bruel@st.com>
* config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
...
...
gcc/config/sh/sh.md
View file @
52618376
...
...
@@ -4923,7 +4923,7 @@ label:
lds.l %1,%0
lds.l %1,%0
fake %1,%0"
[(set_attr "type" "pcload_si,move,movi8,mt_group,load_si,mac_gp,prget,arith,
mac_mem,store
,pstore,gp_mac,prset,mem_mac,pload,pcload_si")
[(set_attr "type" "pcload_si,move,movi8,mt_group,load_si,mac_gp,prget,arith,
store,mac_mem
,pstore,gp_mac,prset,mem_mac,pload,pcload_si")
(set_attr "length" "*,*,*,*,*,*,*,*,*,*,*,*,*,*,*,*")])
;; t/r must come after r/r, lest reload will try to reload stuff like
...
...
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