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
a76213b9
Commit
a76213b9
authored
Mar 26, 2013
by
Xinyu Qi
Committed by
Ramana Radhakrishnan
Mar 26, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For Xinyu Qi - Fix define_constants for WCGR.
From-SVN: r197104
parent
37ff9355
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
gcc/ChangeLog
+6
-0
gcc/config/arm/arm.h
+2
-0
gcc/config/arm/iwmmxt.md
+5
-5
No files found.
gcc/ChangeLog
View file @
a76213b9
2013-03-26 Xinyu Qi <xyqi@marvell.com>
* config/arm/arm.h (FIRST_IWMMXT_GR_REGNUM): Add comment.
* config/arm/iwmmxt.md (WCGR0): Update.
(WCGR1, WCGR2, WCGR3): Likewise.
2013-03-26 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*movdfcc_1): Merge with *movdfcc_1_rex64.
...
...
gcc/config/arm/arm.h
View file @
a76213b9
...
...
@@ -955,6 +955,8 @@ extern int prefer_neon_for_64bits;
#define FIRST_IWMMXT_REGNUM (LAST_HI_VFP_REGNUM + 1)
#define LAST_IWMMXT_REGNUM (FIRST_IWMMXT_REGNUM + 15)
/* Need to sync with WCGR in iwmmxt.md. */
#define FIRST_IWMMXT_GR_REGNUM (LAST_IWMMXT_REGNUM + 1)
#define LAST_IWMMXT_GR_REGNUM (FIRST_IWMMXT_GR_REGNUM + 3)
...
...
gcc/config/arm/iwmmxt.md
View file @
a76213b9
...
...
@@ -18,12 +18,12 @@
;; along with GCC; see the file COPYING3. If not see
;;
<http://www.gnu.org/licenses/>
.
;; Register numbers
;; Register numbers
. Need to sync with FIRST_IWMMXT_GR_REGNUM in arm.h
(define_constants
[
(WCGR0
43
)
(WCGR1
44
)
(WCGR2
45
)
(WCGR3
46
)
[
(WCGR0
96
)
(WCGR1
97
)
(WCGR2
98
)
(WCGR3
99
)
]
)
...
...
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