Handbook
Glossary
%horizontal-shr-vector-imm ( 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:
%horizontal-shr-vector-imm
cpu
( dst src1 src2 rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%horizontal-shr-vector-imm
4drop
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
system
;
M:
x86
%horizontal-shr-vector-imm
two-operand
PSRLDQ
;