Handbook
Glossary
>test-vector< ( insn -- src1 temp rep vcc )
Vocabulary
compiler
.
cfg
.
gvn
.
comparisons
Inputs
insn
an
object
Outputs
src1
an
object
temp
an
object
rep
an
object
vcc
an
object
Definition
USING:
accessors
combinators
compiler.cfg.registers
kernel
;
IN:
compiler.cfg.gvn.comparisons
:
>test-vector<
( insn -- src1 temp rep vcc )
{
[
src1>>
]
[
drop
next-vreg
]
[
rep>>
]
[
vcc>>
]
}
cleave
;
inline