Handbook
Glossary
%min-vector ( dst src1 src2 rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src1
an
object
src2
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%min-vector
cpu
( dst src1 src2 rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%min-vector
4drop
;
USING:
combinators
cpu.architecture
cpu.x86
cpu.x86.assembler
kernel
system
;
M:
x86
%min-vector
[
two-operand
]
keep
{
{
char-16-rep
[
PMINSB
]
}
{
uchar-16-rep
[
PMINUB
]
}
{
short-8-rep
[
PMINSW
]
}
{
ushort-8-rep
[
PMINUW
]
}
{
int-4-rep
[
PMINSD
]
}
{
uint-4-rep
[
PMINUD
]
}
{
float-4-rep
[
MINPS
]
}
{
double-2-rep
[
MINPD
]
}
}
case
;