Handbook
Glossary
%load-vector ( reg val rep -- )
Vocabulary
cpu
.
architecture
Inputs
reg
an
object
val
an
object
rep
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%load-vector
cpu
( reg val rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%load-vector
3drop
;
USING:
compiler.codegen.labels
compiler.constants
cpu.architecture
cpu.x86
cpu.x86.assembler.operands
system
;
M::
x86.64
%load-vector
( dst val rep -- )
dst 0
[RIP+]
rep
copy-memory*
val
rc-relative
rel-binary-literal
;