From 3bbb4f3cb32b662e56b61050fc6149f5cd95bece Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Fri, 18 Nov 2016 16:14:25 -0600 Subject: [PATCH] Fix issue #49, VEC_SLDW and VEC_SLO in Table A-2 have a misformatted footnote. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 61f1d0a..5e11ef9 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -7814,14 +7814,11 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> Result value: The value of each element is set to the value of an input element of the concatenated vectors ARG1 and ARG2, with the word - offset to its right + offset to its right1 specified by ARG3, which should be in the range 0 - 3. - - - A shift left picks values from the right. - - + 1A shift left picks values + from the right. @@ -8006,14 +8003,10 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> The result is the contents of ARG1, shifted left by the number of bytes specified by the most-significant nibble of the least-significant - byte + byte1 of ARG2. The bits that are shifted out are replaced by zeros. - - - That is, by little-endian bits 7 - 5 or big-endian bits - 121 - 124. - - + 1That is, by little-endian bits + 7–4 or big-endian bits 121–124.