Hagen Meyer <ha...@hcmeyer.de> writes:

> Problem: no immediate-values are supported in the instructions.
> How can I tell the compiler to put all immediates into the memory, and
> use the corresponding reference instead of the value itself?

See the TARGET_LEGITIMATE_CONSTANT_P target hook.

See also ASM_OUTPUT_POOL_PROLOGUE and friends.

Ian

Reply via email to