mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add a new node
llvm-svn: 27230
This commit is contained in:
parent
cad173698d
commit
83ec289ebf
@ -189,6 +189,15 @@ namespace ISD {
|
||||
/// element number IDX.
|
||||
EXTRACT_VECTOR_ELT,
|
||||
|
||||
/// VVECTOR_SHUFFLE(VEC1, VEC2, SHUFFLEVEC, COUNT,TYPE) - Returns a vector,
|
||||
/// of the same type as VEC1/VEC2. SHUFFLEVEC is a VBUILD_VECTOR of
|
||||
/// constant int values that indicate which value each result element will
|
||||
/// get. The elements of VEC1/VEC2 are enumerated in order. This is quite
|
||||
/// similar to the Altivec 'vperm' instruction, except that the indices must
|
||||
/// be constants and are in terms of the element size of VEC1/VEC2, not in
|
||||
/// terms of bytes.
|
||||
VVECTOR_SHUFFLE,
|
||||
|
||||
/// VECTOR_SHUFFLE(VEC1, VEC2, SHUFFLEVEC) - Returns a vector, of the same
|
||||
/// type as VEC1/VEC2. SHUFFLEVEC is a BUILD_VECTOR of constant int values
|
||||
/// (regardless of whether its datatype is legal or not) that indicate
|
||||
|
Loading…
x
Reference in New Issue
Block a user