Handbook
Glossary
src2-tagged-shift-count? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
representations
.
peephole
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
accessors
cpu.architecture
layouts
math
namespaces
;
IN:
compiler.cfg.representations.peephole
:
src2-tagged-shift-count?
( insn -- ? )
src2>>
tag-bits
get
+
immediate-shift-count?
;