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