Share via


_shfl_pacl_ob

This function performs PACL vector shuffle operation, and merges the elements of vectors vs and vt into a new vector.

double _shfl_pacl_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.PACL.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.