Handbook
Glossary
%test-vector-branch ( label src1 temp rep vcc -- )
Vocabulary
cpu
.
architecture
Inputs
label
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-branch
cpu
( label src1 temp rep vcc -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%test-vector-branch
5drop
;
USING:
cpu.architecture
cpu.x86.sse
system
;
M::
x86
%test-vector-branch
( label src temp rep vcc -- )
temp src rep
(%move-vector-mask)
:>
mask label temp mask vcc
%test-vector-mask-branch
;