Handbook
Glossary
%select-vector ( dst src n rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
n
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%select-vector
cpu
( dst src n rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%select-vector
4drop
;
USING:
cpu.architecture
cpu.x86.sse
system
;
M:
x86.32
%select-vector
%select-vector-32
;
USING:
combinators
cpu.architecture
cpu.x86.assembler
cpu.x86.sse
system
;
M:
x86.64
%select-vector
{
{
longlong-2-rep
[
PEXTRQ
]
}
{
ulonglong-2-rep
[
PEXTRQ
]
}
[
%select-vector-32
]
}
case
;