aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-10-30 03:30:10 +0000
committerJulian Brown <julian@codesourcery.com>2006-10-30 03:30:10 +0000
commitb8ce51d563dc5d329d8ca86474f354046e043fde (patch)
tree58e04a0e25ac05b5b60ae46b39173de3f158dd4b /gcc/doc
parent7d03daf23d7b39406bc6995d18be6b23648ff684 (diff)
gcc/
* config/arm/neon.ml (poly_unsigned_variant): New function. (elts_same_io_bits_suffix): Now unused, remove. (table, table_2, table_io): New type munging functions for table look-up operations. (ops): Use table_2 and table_io for Vtbl, Vtbx instead of bits_2 and elts_same_io_bits_suffix. * config/arm/arm_neon.h: Regenerate. * doc/arm-neon-intrinsics.texi: Regenerate. * testsuite/gcc.target/arm/neon/*.c: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@118172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/arm-neon-intrinsics.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/doc/arm-neon-intrinsics.texi b/gcc/doc/arm-neon-intrinsics.texi
index 89fe5c045e9..c35662c01e9 100644
--- a/gcc/doc/arm-neon-intrinsics.texi
+++ b/gcc/doc/arm-neon-intrinsics.texi
@@ -5840,7 +5840,7 @@
@subsubsection Table lookup
@itemize @bullet
-@item poly8x8_t vtbl1_p8 (poly8x8_t, poly8x8_t)
+@item poly8x8_t vtbl1_p8 (poly8x8_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbl.8 @var{d0}, @{@var{d0}@}, @var{d0}}
@end itemize
@@ -5858,7 +5858,7 @@
@itemize @bullet
-@item poly8x8_t vtbl2_p8 (poly8x8x2_t, poly8x8_t)
+@item poly8x8_t vtbl2_p8 (poly8x8x2_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbl.8 @var{d0}, @{@var{d0}, @var{d1}@}, @var{d0}}
@end itemize
@@ -5876,7 +5876,7 @@
@itemize @bullet
-@item poly8x8_t vtbl3_p8 (poly8x8x3_t, poly8x8_t)
+@item poly8x8_t vtbl3_p8 (poly8x8x3_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbl.8 @var{d0}, @{@var{d0}, @var{d1}, @var{d2}@}, @var{d0}}
@end itemize
@@ -5894,7 +5894,7 @@
@itemize @bullet
-@item poly8x8_t vtbl4_p8 (poly8x8x4_t, poly8x8_t)
+@item poly8x8_t vtbl4_p8 (poly8x8x4_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbl.8 @var{d0}, @{@var{d0}, @var{d1}, @var{d2}, @var{d3}@}, @var{d0}}
@end itemize
@@ -5916,7 +5916,7 @@
@subsubsection Extended table lookup
@itemize @bullet
-@item poly8x8_t vtbx1_p8 (poly8x8_t, poly8x8_t, poly8x8_t)
+@item poly8x8_t vtbx1_p8 (poly8x8_t, poly8x8_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbx.8 @var{d0}, @{@var{d0}@}, @var{d0}}
@end itemize
@@ -5934,7 +5934,7 @@
@itemize @bullet
-@item poly8x8_t vtbx2_p8 (poly8x8_t, poly8x8x2_t, poly8x8_t)
+@item poly8x8_t vtbx2_p8 (poly8x8_t, poly8x8x2_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbx.8 @var{d0}, @{@var{d0}, @var{d1}@}, @var{d0}}
@end itemize
@@ -5952,7 +5952,7 @@
@itemize @bullet
-@item poly8x8_t vtbx3_p8 (poly8x8_t, poly8x8x3_t, poly8x8_t)
+@item poly8x8_t vtbx3_p8 (poly8x8_t, poly8x8x3_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbx.8 @var{d0}, @{@var{d0}, @var{d1}, @var{d2}@}, @var{d0}}
@end itemize
@@ -5970,7 +5970,7 @@
@itemize @bullet
-@item poly8x8_t vtbx4_p8 (poly8x8_t, poly8x8x4_t, poly8x8_t)
+@item poly8x8_t vtbx4_p8 (poly8x8_t, poly8x8x4_t, uint8x8_t)
@*@emph{Form of expected instruction(s):} @code{vtbx.8 @var{d0}, @{@var{d0}, @var{d1}, @var{d2}, @var{d3}@}, @var{d0}}
@end itemize