Handbook
Glossary
emit-store-memory ( block node rep c-type -- block' )
Vocabulary
compiler
.
cfg
.
intrinsics
.
alien
Inputs
block
an
object
node
an
object
rep
an
object
c-type
an
object
Outputs
block'
an
object
Definition
USING:
combinators
cpu.architecture
math
;
IN:
compiler.cfg.intrinsics.alien
::
emit-store-memory
( block node rep c-type -- block' )
block node rep c-type
[
prepare-store-memory
]
[
rep
{
{
int-rep
[
fixnum
]
}
{
float-rep
[
float
]
}
{
double-rep
[
float
]
}
}
case
]
(emit-store-memory)
;