Handbook
Glossary
cc>cond ( cc -- cond )
Vocabulary
cpu
.
arm
.
64
Inputs
cc
an
object
Outputs
cond
an
object
Definition
USING:
assocs
compiler.cfg.comparisons
;
IN:
cpu.arm.64
:
cc>cond
( cc -- cond )
order-cc
{
{
cc<
11
}
{
cc<=
13
}
{
cc>
12
}
{
cc>=
10
}
{
cc=
0
}
{
cc/=
1
}
}
at
;