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
844ad6c6
Commit
844ad6c6
authored
Sep 16, 2013
by
DJ Delorie
Committed by
DJ Delorie
Sep 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rl78/vregs.h: Add G10 register definitions.
From-SVN: r202638
parent
5c0029de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
libgcc/ChangeLog
+1
-0
libgcc/config/rl78/vregs.h
+24
-0
No files found.
libgcc/ChangeLog
View file @
844ad6c6
2013-09-16 DJ Delorie <dj@redhat.com>
2013-09-16 DJ Delorie <dj@redhat.com>
* config/rl78/vregs.h: Add G10 register definitions.
* config/rl78/lib2mul.c: Enable for RL78/G10.
* config/rl78/lib2mul.c: Enable for RL78/G10.
* config/rl78/lib2div.c: Likewise.
* config/rl78/lib2div.c: Likewise.
* config/rl78/lshrsi3.S: Use vregs.h.
* config/rl78/lshrsi3.S: Use vregs.h.
...
...
libgcc/config/rl78/vregs.h
View file @
844ad6c6
...
@@ -11,6 +11,29 @@ r_5 = 0xffefd
...
@@ -11,6 +11,29 @@ r_5 = 0xffefd
r_6
=
0xffefe
r_6
=
0xffefe
r_7
=
0xffeff
r_7
=
0xffeff
#ifdef __RL78_G10__
;
clobberable
r8
=
0xffec8
r9
=
0xffec9
r10
=
0xffeca
r11
=
0xffecb
r12
=
0xffecc
r13
=
0xffecd
r14
=
0xffece
r15
=
0xffecf
;
preserved
r16
=
0xffed0
r17
=
0xffed1
r18
=
0xffed2
r19
=
0xffed3
r20
=
0xffed4
r21
=
0xffed5
r22
=
0xffed6
r23
=
0xffed7
#else
;
clobberable
;
clobberable
r8
=
0xffef0
r8
=
0xffef0
r9
=
0xffef1
r9
=
0xffef1
...
@@ -30,3 +53,4 @@ r21 = 0xffeed
...
@@ -30,3 +53,4 @@ r21 = 0xffeed
r22
=
0xffeee
r22
=
0xffeee
r23
=
0xffeef
r23
=
0xffeef
#endif
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