_shfl_mixh_ob
This function performs MIXH vector shuffle operation, and merges the elements of vectors vs and vt into a new vector.
double _shfl_mixh_ob(
double Arg1,
double Arg2
);
Parameters
- Arg1
[in] The contents of vector vs or the first operand to the vector shuffle instruction. - Arg2
[in] The contents of vector vt or the second operand to the vector shuffle instruction.
Return Values
The vector that results from the shuffle operation.
Remarks
The MIPS compiler translates this intrinsic function into the SHFL.MIXH.OB assembly instruction.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mipsintr.h.
See Also
Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.