diff --git a/specification/app_a.xml b/specification/app_a.xml index e5c4be6..d11a1b5 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -7790,7 +7790,8 @@ 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 specified by ARG3, which should be in the + offset to its right + specified by ARG3, which should be in the range 0 - 3. @@ -7980,9 +7981,9 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> Result value: 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 - of ARG2. The bits that are shifted out are - replaced by zeros. + least-significant + byte + of ARG2. The bits that are shifted out are replaced by zeros. That is, by little-endian bits 7 - 5 or big-endian bits diff --git a/specification/ch_2.xml b/specification/ch_2.xml index 965b474..46e81e1 100644 --- a/specification/ch_2.xml +++ b/specification/ch_2.xml @@ -2545,8 +2545,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> Quadword - Vector of 16 bytes with a value of either 0 or 2 - 8- 1. + Vector of 16 bytes with a value of either 0 or + 28- 1. @@ -2597,8 +2597,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> Quadword - Vector of 8 halfwords with a value of either 0 or 2 - 16- 1. + Vector of 8 halfwords with a value of either 0 or + 216- 1. @@ -2649,8 +2649,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> Quadword - Vector of 4 words with a value of either 0 or 2 - 32- 1. + Vector of 4 words with a value of either 0 or + 232- 1. @@ -2708,8 +2708,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> Quadword - Vector of 2 doublewords with a value of either 0 or 2 - 64- 1. + Vector of 2 doublewords with a value of either 0 or + 264- 1. @@ -3135,9 +3135,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> IBM EXTENDED PRECISION form provides the same range as double - precision (about 10 - -308 to 10 - 308) but more precision (a variable amount, + precision (about 10-308 to + 10308) but more precision (a variable amount, about 31 decimal digits or more). @@ -3316,10 +3315,10 @@ xml:id="dbdoclet.50655240_pgfId-1156194"> unions. These bit fields define whole objects within the structure or union where the number of bits in the bit field is specified. In - , a signed range goes from -2 - w - 1 to 2 - w - 1- 1 and an unsigned range goes from 0 to 2 - w- 1. + , a signed range goes from + -2w - 1 to + 2w - 1- 1 and an unsigned range goes from 0 to + 2w- 1. Bit Field Types