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
b3f741ed
Commit
b3f741ed
authored
May 09, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(*TF*_LIBCALL): Delete `*' from libcall name.
From-SVN: r7269
parent
51a52b63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
gcc/config/sparc/sparc.h
+18
-18
No files found.
gcc/config/sparc/sparc.h
View file @
b3f741ed
...
...
@@ -1508,24 +1508,24 @@ extern struct rtx_def *legitimize_pic_address ();
/* Define library calls for quad FP operations. These are all part of the
SPARC ABI. */
#define ADDTF3_LIBCALL "
*
_Q_add"
#define SUBTF3_LIBCALL "
*
_Q_sub"
#define MULTF3_LIBCALL "
*
_Q_mul"
#define DIVTF3_LIBCALL "
*
_Q_div"
#define SQRTTF2_LIBCALL "
*
_Q_sqrt"
#define FLOATSITF2_LIBCALL "
*
_Q_itoq"
#define FIX_TRUNCTFSI2_LIBCALL "
*
_Q_qtoi"
#define FIXUNS_TRUNCTFSI2_LIBCALL "
*
_Q_qtou"
#define EXTENDSFTF2_LIBCALL "
*
_Q_stoq"
#define TRUNCTFSF2_LIBCALL "
*
_Q_qtos"
#define EXTENDDFTF2_LIBCALL "
*
_Q_dtoq"
#define TRUNCTFDF2_LIBCALL "
*
_Q_qtod"
#define EQTF2_LIBCALL "
*
_Q_feq"
#define NETF2_LIBCALL "
*
_Q_fne"
#define GTTF2_LIBCALL "
*
_Q_fgt"
#define GETF2_LIBCALL "
*
_Q_fge"
#define LTTF2_LIBCALL "
*
_Q_flt"
#define LETF2_LIBCALL "
*
_Q_fle"
#define ADDTF3_LIBCALL "_Q_add"
#define SUBTF3_LIBCALL "_Q_sub"
#define MULTF3_LIBCALL "_Q_mul"
#define DIVTF3_LIBCALL "_Q_div"
#define SQRTTF2_LIBCALL "_Q_sqrt"
#define FLOATSITF2_LIBCALL "_Q_itoq"
#define FIX_TRUNCTFSI2_LIBCALL "_Q_qtoi"
#define FIXUNS_TRUNCTFSI2_LIBCALL "_Q_qtou"
#define EXTENDSFTF2_LIBCALL "_Q_stoq"
#define TRUNCTFSF2_LIBCALL "_Q_qtos"
#define EXTENDDFTF2_LIBCALL "_Q_dtoq"
#define TRUNCTFDF2_LIBCALL "_Q_qtod"
#define EQTF2_LIBCALL "_Q_feq"
#define NETF2_LIBCALL "_Q_fne"
#define GTTF2_LIBCALL "_Q_fgt"
#define GETF2_LIBCALL "_Q_fge"
#define LTTF2_LIBCALL "_Q_flt"
#define LETF2_LIBCALL "_Q_fle"
/* Compute the cost of computing a constant rtl expression RTX
whose rtx-code is CODE. The body of this macro is a portion
...
...
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