Handbook
Glossary
%shuffle-vector ( 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
cpu
( dst src shuffle rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%shuffle-vector
4drop
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M:
x86
%shuffle-vector
two-operand
PSHUFB
;