Handbook
Glossary
(logical-immediate?) ( imm imm-width -- ? )
Vocabulary
cpu
.
arm
.
64
.
assembler
Inputs
imm
an
object
imm-width
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
;
IN:
cpu.arm.64.assembler
:
(logical-immediate?)
( imm imm-width -- ? )
[
make-bits*
]
keep
{
[
bits-all-equal?
not
]
[
repeating-element?
]
}
2&&
;