Handbook
Glossary
%shr-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:
%shr-vector
cpu
( dst src1 src2 rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%shr-vector
4drop
;
USING:
combinators
cpu.architecture
cpu.x86
cpu.x86.assembler
kernel
system
;
M:
x86
%shr-vector
[
two-operand
]
keep
{
{
short-8-rep
[
PSRAW
]
}
{
ushort-8-rep
[
PSRLW
]
}
{
int-4-rep
[
PSRAD
]
}
{
uint-4-rep
[
PSRLD
]
}
{
ulonglong-2-rep
[
PSRLQ
]
}
}
case
;