Lines Matching full:vectors
1519 and/or results of this type. There are no arrays, vectors or constants
1600 aggregate types. :ref:`Vectors <t_vector>` are not considered to be
1829 these types. Vectors of size zero are not allowed.
2255 must be scalars, or vectors of the same number of elements. If the
2261 must be scalars, or vectors of the same number of elements. If the
2267 be scalars, or vectors of the same number of elements. If the value
2273 be scalars, or vectors of the same number of elements. If the value
4025 ``op1``, the result is undefined. If the arguments are vectors, each
4079 arguments are vectors, each vector element of ``op1`` is shifted by the
4130 arguments are vectors, each vector element of ``op1`` is shifted by the
4303 and vector-specific operations needed to process vectors effectively.
4406 from two input vectors, returning a vector with the same element type as
4412 The first two operands of a '``shufflevector``' instruction are vectors
4424 The elements of the two input vectors are numbered from left to right
4425 across both of the vectors. The shuffle mask operand specifies, for each
4426 element of the result vector, which element of the two input vectors the
5010 value, subsequent types can be arrays, vectors, and structs. Note that
5155 it to. Both types must be of :ref:`integer <t_integer>` types, or vectors
5197 to. Both types must be of :ref:`integer <t_integer>` types, or vectors of
5237 to. Both types must be of :ref:`integer <t_integer>` types, or vectors of
5622 conversion of vectors to integers and to vectors of other types (as
5727 If the operands are integer vectors, then they are compared element by
5767 If the operands are floating point vectors, then the result type is a
5806 condition code given as ``cond``. If the operands are vectors, then the
5807 vectors are compared element by element. Each comparison performed
5931 class <t_firstclass>` type. If the val1/val2 are vectors and the
5932 condition is a scalar, then entire vectors are selected, not individual
5943 vectors of the same size, and the selection is done element by element.