Handbook
Glossary
%move-vector-mask ( dst src rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%move-vector-mask
cpu
( dst src rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%move-vector-mask
3drop
;
USING:
cpu.architecture
cpu.x86.sse
kernel
system
;
M:
x86
%move-vector-mask
(%move-vector-mask)
drop
;