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.