This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR11784 - atomic __exchange_and_add() broken for ColdFire targets
On Tue, Aug 05, 2003 at 04:27:33PM +0200, Bernardo Innocenti wrote:
> No, absolutely not. ColdFire cores don't provide the immediate
> addressing mode for the BSET instruction (probably because it
> would make the opcode too long for the simplified execution unit).
But immediate addressing is valid for _some_ instructions
on ColdFire? If so, ok...
r~