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
b71b019a
Commit
b71b019a
authored
Feb 27, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Feb 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* md.texi (min, max): Document
From-SVN: r40094
parent
79005df5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+5
-0
gcc/md.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
b71b019a
Tue Feb 27 16:01:13 CET 2001 Jan Hubicka <jh@suse.cz>
Fergus Henderson
* md.texi (min, max): Document
Tue Feb 27 15:51:35 CET 2001 Jan Hubicka <jh@suse.cz>
Tue Feb 27 15:51:35 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (movsf, movdf): Use movaps for reg-reg moves if
* i386.md (movsf, movdf): Use movaps for reg-reg moves if
...
...
gcc/md.texi
View file @
b71b019a
...
@@ -2087,6 +2087,13 @@ means of constraints requiring operands 1 and 0 to be the same location.
...
@@ -2087,6 +2087,13 @@ means of constraints requiring operands 1 and 0 to be the same location.
@itemx
@samp{
smin
@var{
m
}
3
}
,
@samp{
smax
@var{
m
}
3
}
,
@samp{
umin
@var{
m
}
3
}
,
@samp{
umax
@var{
m
}
3
}
@itemx
@samp{
smin
@var{
m
}
3
}
,
@samp{
smax
@var{
m
}
3
}
,
@samp{
umin
@var{
m
}
3
}
,
@samp{
umax
@var{
m
}
3
}
@itemx
@samp{
and
@var{
m
}
3
}
,
@samp{
ior
@var{
m
}
3
}
,
@samp{
xor
@var{
m
}
3
}
@itemx
@samp{
and
@var{
m
}
3
}
,
@samp{
ior
@var{
m
}
3
}
,
@samp{
xor
@var{
m
}
3
}
Similar
,
for
other
arithmetic
operations
.
Similar
,
for
other
arithmetic
operations
.
@cindex
@code{
min
@var{
m
}
3
}
instruction
pattern
@cindex
@code{
max
@var{
m
}
3
}
instruction
pattern
@itemx
@samp{
min
@var{
m
}
3
}
,
@samp{
max
@var{
m
}
3
}
Floating
point
min
and
max
operations
.
If
both
operands
are
zeros
,
or
if
either
operand
is
NaN
,
then
it
is
unspecified
which
of
the
two
operands
is
returned
as
the
result
.
@cindex
@code{
mulhisi3
}
instruction
pattern
@cindex
@code{
mulhisi3
}
instruction
pattern
@item
@samp{
mulhisi3
}
@item
@samp{
mulhisi3
}
...
...
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