This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: clobber


> For this, I think it should work to use the + constraint to tell gcc
> that the operand is both read and written.

+ is not sufficient. So I told GCC to copy the clobbered operand into
another one and that this new one is set as 0 during the insn.


Thank you.
Regards.

Florent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]