mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 05:29:37 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
This code will generate the following sequence on arm: r1=dst r0=src movs r1, r0 rsbmi r1, r0, #0 movs will set the N-flag when the MSB of r0 is set, if it is set, rsb will calculate dst:=0-src; git-svn-id: trunk@21678 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||