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
8cbe2917
Commit
8cbe2917
authored
Apr 26, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r837
parent
af2682ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/expr.h
+3
-3
No files found.
gcc/expr.h
View file @
8cbe2917
...
...
@@ -282,7 +282,7 @@ extern rtx (*const insn_gen_function[]) ();
extern
optab
add_optab
;
extern
optab
sub_optab
;
extern
optab
smul_optab
;
/* Signed multiply */
extern
optab
smul_optab
;
/* Signed
and floating-point
multiply */
extern
optab
smul_widen_optab
;
/* Signed multiply with result
one machine mode wider than args */
extern
optab
umul_widen_optab
;
...
...
@@ -303,8 +303,8 @@ extern optab lshl_optab; /* Logical shift left */
extern
optab
lshr_optab
;
/* Logical shift right */
extern
optab
rotl_optab
;
/* Rotate left */
extern
optab
rotr_optab
;
/* Rotate right */
extern
optab
smin_optab
;
/* Signed minimum value */
extern
optab
smax_optab
;
/* Signed maximum value */
extern
optab
smin_optab
;
/* Signed
and floating-point
minimum value */
extern
optab
smax_optab
;
/* Signed
and floating-point
maximum value */
extern
optab
umin_optab
;
/* Unsigned minimum value */
extern
optab
umax_optab
;
/* Unsigned maximum value */
...
...
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