[PATCH bfin] Check register in compare instruction

Jie Zhang jie.zhang@analog.com
Tue Sep 1 07:29:00 GMT 2009


All the following instructions are illegal on Blackfin:

CC = I0 == 0;
CC = I0 == I0;
CC = I0 < 0;
CC = I0 < I0;
CC = I0 <= 0;
CC = I0 <= I0;

I have just committed the attached patch to catch them.


Jie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gas-bfin-better-check-register-comparison.diff
Type: text/x-patch
Size: 5498 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20090901/ed3e8b7d/attachment.bin>


More information about the Binutils mailing list