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
525b459f
Commit
525b459f
authored
Jun 20, 2009
by
Anthony Green
Committed by
Anthony Green
Jun 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for moxie sfp and memory loads
From-SVN: r148749
parent
825be69e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+5
-0
gcc/config/moxie/moxie.h
+3
-0
gcc/config/moxie/sfp-machine.h
+5
-0
No files found.
gcc/ChangeLog
View file @
525b459f
2009-06-20 Anthony Green <green@moxielogic.com>
* config/moxie/sfp-machine.h (__gcc_CMPtype, CMPtype): Define.
* config/moxie/moxie.h (LOAD_EXTEND_OP): Define.
2009-06-20 Richard Guenther <rguenther@suse.de>
* tree-ssa-structalias.c (find_func_aliases): For memset use
...
...
gcc/config/moxie/moxie.h
View file @
525b459f
...
...
@@ -518,6 +518,9 @@ do \
#define MOVE_MAX 4
#define TRULY_NOOP_TRUNCATION(op,ip) 1
/* All load operations zero extend. */
#define LOAD_EXTEND_OP(MEM) ZERO_EXTEND
#define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
/* A C expression that is nonzero if X is a legitimate constant for
...
...
gcc/config/moxie/sfp-machine.h
View file @
525b459f
...
...
@@ -3,6 +3,11 @@
#define _FP_WS_TYPE signed long
#define _FP_I_TYPE long
/* The type of the result of a floating point comparison. This must
match `__libgcc_cmp_return__' in GCC for the target. */
typedef
int
__gcc_CMPtype
__attribute__
((
mode
(
__libgcc_cmp_return__
)));
#define CMPtype __gcc_CMPtype
#define _FP_MUL_MEAT_S(R,X,Y) \
_FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
#define _FP_MUL_MEAT_D(R,X,Y) \
...
...
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