Handbook
Glossary
immediate-store? ( n -- ? )
CPU architecture description model
Prev:
immediate-comparand? ( n -- ? )
Next:
immediate-shift-count? ( n -- ? )
Vocabulary
cpu
.
architecture
Inputs
n
a
number
Outputs
?
a
boolean
Word description
Can this value be an immediate operand for %replace-imm?
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
immediate-store?
cpu
( n -- ? )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
immediate-store?
drop
f
;
USING:
cpu.architecture
system
;
M:
x86
immediate-store?
immediate-comparand?
;