From dee22e6533ec7752e1c27eb87405be9e631b3fb7 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Mon, 9 Jan 2017 17:06:01 -0600 Subject: [PATCH] Fix github issue #60, VEC_RLNM description requires resolution. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 46ce751..d00cae4 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -7084,11 +7084,12 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> (AND) it with a mask. Result value: Each element of vector ARG1 is rotated left; then - intersected (AND) with a mask specified by ARG3. - ARG3 contains the mask begin, mask end, and shift count for - each element. The shift count is in the low-order byte, the mask - end is in the next higher byte, and the mask begin is in the next - higher byte. + intersected (AND) with a mask specified by ARG2 and ARG3. + ARG2 contains the shift count for each element in the + low-order byte, with other bytes zero. ARG3 contains the mask + begin and mask end for each element, with the mask end in the + low-order byte, the mask begin in the next higher byte, and + other bytes zero.