Handbook
Glossary
%shuffle-vector-halves-imm ( dst src1 src2 shuffle rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src1
an
object
src2
an
object
shuffle
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%shuffle-vector-halves-imm
cpu
( dst src1 src2 shuffle rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%shuffle-vector-halves-imm
5drop
;
USING:
combinators
cpu.architecture
cpu.x86
cpu.x86.assembler
cpu.x86.sse
system
;
M::
x86
%shuffle-vector-halves-imm
( dst src1 src2 shuffle rep -- )
dst src1 src2 rep
two-operand
shuffle rep
{
{
double-2-rep
[
>float-4-shuffle
SHUFPS
]
}
{
float-4-rep
[
SHUFPS
]
}
}
case
;