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
82675d94
Commit
82675d94
authored
Oct 10, 2011
by
Richard Henderson
Committed by
Richard Henderson
Oct 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/md.texi (vec_perm_const): Fix typo in cindex.
From-SVN: r179759
parent
aafdb0d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/md.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
82675d94
2011-10-10 Richard Henderson <rth@redhat.com>
* doc/md.texi (vec_perm_const): Fix typo in cindex.
2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com>
2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com>
Yakovlev Vladimir <vladimir.b.yakovlev@intel.com>
Yakovlev Vladimir <vladimir.b.yakovlev@intel.com>
gcc/doc/md.texi
View file @
82675d94
...
@@ -4041,7 +4041,7 @@ be computed modulo @math{2*@var{N}}. Note that if
...
@@ -4041,7 +4041,7 @@ be computed modulo @math{2*@var{N}}. Note that if
@code
{
rtx_equal_p
(
operand1
,
operand2
)},
this
can
be
implemented
@code
{
rtx_equal_p
(
operand1
,
operand2
)},
this
can
be
implemented
with
just
operand
1
and
selector
elements
modulo
@var
{
N
}.
with
just
operand
1
and
selector
elements
modulo
@var
{
N
}.
@cindex
@code
{
vec_perm_const
@var
{
m
}
)
instruction
pattern
@cindex
@code
{
vec_perm_const
@var
{
m
}
}
instruction
pattern
@item
@samp
{
vec_perm_const
@var
{
m
}}
@item
@samp
{
vec_perm_const
@var
{
m
}}
Like
@samp
{
vec_perm
}
except
that
the
permutation
is
a
compile
-
time
Like
@samp
{
vec_perm
}
except
that
the
permutation
is
a
compile
-
time
constant
.
That
is
,
operand
3
,
the
@dfn
{
selector
},
is
a
@code
{
CONST_VECTOR
}.
constant
.
That
is
,
operand
3
,
the
@dfn
{
selector
},
is
a
@code
{
CONST_VECTOR
}.
...
...
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