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
923a8d06
Commit
923a8d06
authored
Feb 20, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HARD_REGNO_MODE_OK): Update comment.
From-SVN: r6593
parent
8571bab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/config/sparc/sparc.h
+1
-3
No files found.
gcc/config/sparc/sparc.h
View file @
923a8d06
...
...
@@ -396,9 +396,7 @@ extern int hard_regno_nregs[];
extern
int
hard_regno_mode_ok
[
FIRST_PSEUDO_REGISTER
];
/* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
On SPARC, the cpu registers can hold any mode but the float registers
can only hold SFmode or DFmode. See sparc.c for how we
initialize this. */
See sparc.c for how we initialize this. */
#define HARD_REGNO_MODE_OK(REGNO, MODE) \
((hard_regno_mode_ok[REGNO] & (1<<(int)(MODE))) != 0)
...
...
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