diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2009-11-18 17:06:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2009-11-18 17:06:46 +0000 |
commit | 573282f83b0c1673ff214a343a91873a47a7935e (patch) | |
tree | 2a6f4b345d9e12eaa40a62f0803a731762ac15d6 /gcc | |
parent | 31d1afdee1a62adeb64572bebd1dfab2b4f27c3b (diff) | |
download | gcc-573282f83b0c1673ff214a343a91873a47a7935e.zip gcc-573282f83b0c1673ff214a343a91873a47a7935e.tar.gz gcc-573282f83b0c1673ff214a343a91873a47a7935e.tar.bz2 |
* doc/arm-neon-intrinsics.texi: Regenerated.
From-SVN: r154302
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/arm-neon-intrinsics.texi | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b034e9..e9bb8c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2009-11-18 Daniel Jacobowitz <dan@codesourcery.com> + * doc/arm-neon-intrinsics.texi: Regenerated. + +2009-11-18 Daniel Jacobowitz <dan@codesourcery.com> + * config/arm/neon-docgen.ml (analyze_shape_elt): Handle Alternatives. diff --git a/gcc/doc/arm-neon-intrinsics.texi b/gcc/doc/arm-neon-intrinsics.texi index c35662c..0016111 100644 --- a/gcc/doc/arm-neon-intrinsics.texi +++ b/gcc/doc/arm-neon-intrinsics.texi @@ -4696,7 +4696,7 @@ @itemize @bullet @item uint32_t vget_lane_u32 (uint32x2_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.u32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize @@ -4714,7 +4714,7 @@ @itemize @bullet @item int32_t vget_lane_s32 (int32x2_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.s32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize @@ -4732,7 +4732,7 @@ @itemize @bullet @item float32_t vget_lane_f32 (float32x2_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.f32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize @@ -4762,7 +4762,7 @@ @itemize @bullet @item uint32_t vgetq_lane_u32 (uint32x4_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.u32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize @@ -4780,7 +4780,7 @@ @itemize @bullet @item int32_t vgetq_lane_s32 (int32x4_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.s32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize @@ -4798,7 +4798,7 @@ @itemize @bullet @item float32_t vgetq_lane_f32 (float32x4_t, const int) -@*@emph{Form of expected instruction(s):} @code{vmov.f32 @var{r0}, @var{d0}[@var{0}]} +@*@emph{Form of expected instruction(s):} @code{vmov.32 @var{r0}, @var{d0}[@var{0}]} @end itemize |