Handbook
Glossary
dummy-int-params? ( -- ? )
CPU architecture description model
Prev:
complex-addressing? ( -- ? )
Next:
dummy-fp-params? ( -- ? )
Vocabulary
cpu
.
architecture
Inputs
None
Outputs
?
a
boolean
Word description
Whether the architecture's ABI uses dummy integer parameters. If it does, then the corresponding integer register is 'dummy allocated' when a floating point register is allocated.
See also
dummy-fp-params?
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
dummy-int-params?
cpu
( -- ? )
Methods
USING:
cpu.architecture
system
;
M:
arm.64
dummy-int-params?
f
;
USING:
cpu.architecture
system
;
M:
x86.64
dummy-int-params?
f
;