Signed vs. unsigned compares
Andreas Schwab
schwab@linux-m68k.org
Fri Jun 17 15:51:19 GMT 2022
On Jun 17 2022, Paul Koning via Gcc wrote:
> In expanding a longer-than-word compare, I need to do things differently depending on whether a signed vs. unsigned compare is needed. But it seems the compare operation applies to either. How can I do this in the target code?
There are both signed and unsigned comparison operations, eg. GE
vs. GEU.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
More information about the Gcc
mailing list