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


Methods