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