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
c92c981a
Commit
c92c981a
authored
Mar 10, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r429
parent
54a8c4f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
gcc/machmode.h
+6
-0
No files found.
gcc/machmode.h
View file @
c92c981a
...
@@ -98,6 +98,12 @@ extern int mode_unit_size[];
...
@@ -98,6 +98,12 @@ extern int mode_unit_size[];
extern
enum
machine_mode
mode_wider_mode
[];
extern
enum
machine_mode
mode_wider_mode
[];
#define GET_MODE_WIDER_MODE(MODE) (mode_wider_mode[(int)(MODE)])
#define GET_MODE_WIDER_MODE(MODE) (mode_wider_mode[(int)(MODE)])
/* Return the mode for data of a given size SIZE and mode class CLASS.
If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
The value is BLKmode if no other mode is found. */
extern
enum
machine_mode
mode_for_size
();
/* Find the best mode to use to access a bit field. */
/* Find the best mode to use to access a bit field. */
extern
enum
machine_mode
get_best_mode
();
extern
enum
machine_mode
get_best_mode
();
...
...
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