Handbook
Glossary
%mul-high-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:
%mul-high-vector
cpu
( dst src1 src2 rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%mul-high-vector
4drop
;
USING:
combinators
cpu.architecture
cpu.x86
cpu.x86.assembler
kernel
system
;
M:
x86
%mul-high-vector
[
two-operand
]
keep
{
{
short-8-rep
[
PMULHW
]
}
{
ushort-8-rep
[
PMULHUW
]
}
}
case
;