mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Document that the shuffle mask may contain undef
values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fa4226925
commit
59c2e868ff
@ -304,11 +304,11 @@ namespace ISD {
|
|||||||
|
|
||||||
/// VECTOR_SHUFFLE(VEC1, VEC2, SHUFFLEVEC) - Returns a vector, of the same
|
/// VECTOR_SHUFFLE(VEC1, VEC2, SHUFFLEVEC) - Returns a vector, of the same
|
||||||
/// type as VEC1/VEC2. SHUFFLEVEC is a BUILD_VECTOR of constant int values
|
/// type as VEC1/VEC2. SHUFFLEVEC is a BUILD_VECTOR of constant int values
|
||||||
/// (regardless of whether its datatype is legal or not) that indicate
|
/// (maybe of an illegal datatype) or undef that indicate which value each
|
||||||
/// which value each result element will get. The elements of VEC1/VEC2 are
|
/// result element will get. The elements of VEC1/VEC2 are enumerated in
|
||||||
/// enumerated in order. This is quite similar to the Altivec 'vperm'
|
/// order. This is quite similar to the Altivec 'vperm' instruction, except
|
||||||
/// instruction, except that the indices must be constants and are in terms
|
/// that the indices must be constants and are in terms of the element size
|
||||||
/// of the element size of VEC1/VEC2, not in terms of bytes.
|
/// of VEC1/VEC2, not in terms of bytes.
|
||||||
VECTOR_SHUFFLE,
|
VECTOR_SHUFFLE,
|
||||||
|
|
||||||
/// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
|
/// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user