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
213062d0
Commit
213062d0
authored
Jan 07, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_reload): Add entries in 'reload_in_optab' for QFmode and HFmode.
From-SVN: r3135
parent
e77be1b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
gcc/reload1.c
+16
-0
No files found.
gcc/reload1.c
View file @
213062d0
...
@@ -410,6 +410,14 @@ init_reload ()
...
@@ -410,6 +410,14 @@ init_reload ()
if
(
HAVE_reload_inti
)
if
(
HAVE_reload_inti
)
reload_in_optab
[(
int
)
TImode
]
=
CODE_FOR_reload_inti
;
reload_in_optab
[(
int
)
TImode
]
=
CODE_FOR_reload_inti
;
#endif
#endif
#ifdef HAVE_reload_inqf
if
(
HAVE_reload_inqf
)
reload_in_optab
[(
int
)
QFmode
]
=
CODE_FOR_reload_inqf
;
#endif
#ifdef HAVE_reload_inhf
if
(
HAVE_reload_inhf
)
reload_in_optab
[(
int
)
HFmode
]
=
CODE_FOR_reload_inhf
;
#endif
#ifdef HAVE_reload_insf
#ifdef HAVE_reload_insf
if
(
HAVE_reload_insf
)
if
(
HAVE_reload_insf
)
reload_in_optab
[(
int
)
SFmode
]
=
CODE_FOR_reload_insf
;
reload_in_optab
[(
int
)
SFmode
]
=
CODE_FOR_reload_insf
;
...
@@ -447,6 +455,14 @@ init_reload ()
...
@@ -447,6 +455,14 @@ init_reload ()
if
(
HAVE_reload_outti
)
if
(
HAVE_reload_outti
)
reload_out_optab
[(
int
)
TImode
]
=
CODE_FOR_reload_outti
;
reload_out_optab
[(
int
)
TImode
]
=
CODE_FOR_reload_outti
;
#endif
#endif
#ifdef HAVE_reload_outqf
if
(
HAVE_reload_outqf
)
reload_out_optab
[(
int
)
QFmode
]
=
CODE_FOR_reload_outqf
;
#endif
#ifdef HAVE_reload_outhf
if
(
HAVE_reload_outhf
)
reload_out_optab
[(
int
)
HFmode
]
=
CODE_FOR_reload_outhf
;
#endif
#ifdef HAVE_reload_outsf
#ifdef HAVE_reload_outsf
if
(
HAVE_reload_outsf
)
if
(
HAVE_reload_outsf
)
reload_out_optab
[(
int
)
SFmode
]
=
CODE_FOR_reload_outsf
;
reload_out_optab
[(
int
)
SFmode
]
=
CODE_FOR_reload_outsf
;
...
...
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