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
795068a4
Commit
795068a4
authored
May 19, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1021
parent
c06de95d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
259 additions
and
2 deletions
+259
-2
gcc/config/sparc/sparc.c
+0
-0
gcc/config/sparc/sparc.h
+3
-0
gcc/config/sparc/sparc.md
+256
-2
No files found.
gcc/config/sparc/sparc.c
View file @
795068a4
This diff is collapsed.
Click to expand it.
gcc/config/sparc/sparc.h
View file @
795068a4
...
@@ -1655,13 +1655,16 @@ do { \
...
@@ -1655,13 +1655,16 @@ do { \
extern
char
*
singlemove_string
();
extern
char
*
singlemove_string
();
extern
char
*
output_move_double
();
extern
char
*
output_move_double
();
extern
char
*
output_move_quad
();
extern
char
*
output_fp_move_double
();
extern
char
*
output_fp_move_double
();
extern
char
*
output_fp_move_quad
();
extern
char
*
output_block_move
();
extern
char
*
output_block_move
();
extern
char
*
output_scc_insn
();
extern
char
*
output_scc_insn
();
extern
char
*
output_cbranch
();
extern
char
*
output_cbranch
();
extern
char
*
output_return
();
extern
char
*
output_return
();
extern
char
*
output_floatsisf2
();
extern
char
*
output_floatsisf2
();
extern
char
*
output_floatsidf2
();
extern
char
*
output_floatsidf2
();
extern
char
*
output_floatsitf2
();
/* Defined in flags.h, but insn-emit.c does not include flags.h. */
/* Defined in flags.h, but insn-emit.c does not include flags.h. */
...
...
gcc/config/sparc/sparc.md
View file @
795068a4
This diff is collapsed.
Click to expand it.
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