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
6d75cd5f
Commit
6d75cd5f
authored
Apr 25, 2006
by
Bernd Schmidt
Committed by
Bernd Schmidt
Apr 25, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtl.texi (ss_ashift): Improve wording.
* doc/rtl.texi (ss_ashift): Improve wording. From-SVN: r113247
parent
52337535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/doc/rtl.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
6d75cd5f
...
...
@@ -32,6 +32,8 @@
flag_macv2hi_parts
,
flag_macv2hi_parts_acconly
,
flag_macinitv2hi_parts
,
flag_macinit1v2hi_parts
)
:
New
patterns
.
*
doc
/
rtl
.
texi
(
ss_ashift
)
:
Improve
wording
.
2006
-
04
-
24
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
dwarf2out
.
c
(
verify_marks_clear
)
:
New
.
...
...
gcc/doc/rtl.texi
View file @
6d75cd5f
...
...
@@ -2018,8 +2018,8 @@ These two expressions epresent the result of arithmetically shifting @var{x}
left
by
@var
{
c
}
places
.
They
differ
in
their
behavior
on
overflow
of
integer
modes
.
An
@code
{
ashift
}
operation
is
a
plain
shift
with
no
special
behaviour
in
case
of
a
change
in
the
sign
bit
;
@code{
ss_ashift
}
saturates
to
the
minimum
or
maximum
representable
value
rather
than
allowing
the
shift
to
change
the
sign
bit
of
the
value
.
or
maximum
representable
value
if
any
of
the
bits
shifted
out
differs
from
the
final
sign
bit
.
@var{
x
}
have
mode
@var{
m
}
,
a
fixed
-
point
machine
mode
.
@var{
c
}
be
a
fixed
-
point
mode
or
be
a
constant
with
mode
@code{
VOIDmode
};
which
...
...
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