Handbook
Glossary
fuse-displacement-offset? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
gvn
.
alien
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
compiler.cfg.gvn.avail
compiler.cfg.gvn.graph
compiler.cfg.instructions
kernel
;
IN:
compiler.cfg.gvn.alien
:
fuse-displacement-offset?
( insn -- ? )
{
[
scale>>
0
=
]
[
displacement>>
vreg>insn
[
##add-imm?
]
with-available-uses?
]
}
1&&
;