Previous: Unary and Binary Expressions, Up: Expression trees
VEC_LSHIFT_EXPRVEC_RSHIFT_EXPRVEC_WIDEN_MULT_HI_EXPRVEC_WIDEN_MULT_LO_EXPRN) of the same integral type.
The result is a vector that contains half as many elements, of an integral type
whose size is twice as wide. In the case of VEC_WIDEN_MULT_HI_EXPR the
high N/2 elements of the two vector are multiplied to produce the
vector of N/2 products. In the case of VEC_WIDEN_MULT_LO_EXPR the
low N/2 elements of the two vector are multiplied to produce the
vector of N/2 products.
VEC_UNPACK_HI_EXPRVEC_UNPACK_LO_EXPRN elements
of the same integral or floating point type. The result is a vector
that contains half as many elements, of an integral or floating point type
whose size is twice as wide. In the case of VEC_UNPACK_HI_EXPR the
high N/2 elements of the vector are extracted and widened (promoted).
In the case of VEC_UNPACK_LO_EXPR the low N/2 elements of the
vector are extracted and widened (promoted).
VEC_UNPACK_FLOAT_HI_EXPRVEC_UNPACK_FLOAT_LO_EXPRN elements of the same
integral type. The result is a vector that contains half as many elements
of a floating point type whose size is twice as wide. In the case of
VEC_UNPACK_HI_EXPR the high N/2 elements of the vector are
extracted, converted and widened. In the case of VEC_UNPACK_LO_EXPR
the low N/2 elements of the vector are extracted, converted and widened.
VEC_PACK_TRUNC_EXPRVEC_PACK_SAT_EXPRVEC_PACK_FIX_TRUNC_EXPRVEC_EXTRACT_EVEN_EXPRVEC_EXTRACT_ODD_EXPRVEC_INTERLEAVE_HIGH_EXPRVEC_INTERLEAVE_LOW_EXPRN) of the same type.
In the case of VEC_INTERLEAVE_HIGH_EXPR, the high N/2 elements of
the first input vector are interleaved with the high N/2 elements of the
second input vector. In the case of VEC_INTERLEAVE_LOW_EXPR, the low
N/2 elements of the first input vector are interleaved with the low
N/2 elements of the second input vector.