Handbook
Glossary
(emit-store-memory) ( block node rep c-type prepare-quot test-quot -- block' )
Vocabulary
compiler
.
cfg
.
intrinsics
.
alien
Inputs
block
an
object
node
an
object
rep
an
object
c-type
an
object
prepare-quot
an
object
test-quot
an
object
Outputs
block'
an
object
Definition
USING:
compiler.cfg.instructions
kernel
;
IN:
compiler.cfg.intrinsics.alien
::
(emit-store-memory)
( block node rep c-type prepare-quot test-quot -- block' )
block node
[
prepare-quot
call
rep c-type
##store-memory-imm,
]
[
test-quot
call
inline-store-memory?
]
inline-accessor
;
inline