Handbook
Glossary
%shuffle-vector-imm ( dst src shuffle rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
shuffle
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%shuffle-vector-imm
cpu
( dst src shuffle rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%shuffle-vector-imm
4drop
;
USING:
combinators
cpu.architecture
cpu.x86.sse
system
;
M::
x86
%shuffle-vector-imm
( dst src shuffle rep -- )
dst src rep
%copy
dst shuffle rep
signed-rep
{
{
double-2-rep
[
>float-4-shuffle
float-4-shuffle
]
}
{
float-4-rep
[
float-4-shuffle
]
}
{
int-4-rep
[
int-4-shuffle
]
}
{
longlong-2-rep
[
longlong-2-shuffle
]
}
}
case
;