Handbook
Glossary
copy-register* ( dst src rep -- )
Vocabulary
cpu
.
arm
.
64
Inputs
dst
an
object
src
an
object
rep
an
object
Outputs
None
Definition
IN:
cpu.arm.64
GENERIC:
copy-register*
( dst src rep -- )
Methods
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
kernel
;
M:
double-rep
copy-register*
drop
FMOV
;
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
kernel
;
M:
float-rep
copy-register*
drop
FMOV
;
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
kernel
;
M:
int-rep
copy-register*
drop
MOV
;
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
kernel
;
M:
tagged-rep
copy-register*
drop
MOV
;
USING:
cpu.architecture
cpu.arm.64
cpu.arm.64.assembler
kernel
;
M:
vector-rep
copy-register*
drop
FMOV
;