The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
masta 59c726c829 Support ABS intrinsic on ARM
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 -
2012-06-21 20:12:36 +00:00
compiler Support ABS intrinsic on ARM 2012-06-21 20:12:36 +00:00
ide
installer
packages * Add bufdataset support to testsuite for ftFixedChar and ftFmtBCD field types 2012-06-21 15:31:21 +00:00
rtl Remove redundant CPU-Check for FPC_HAS_INTERNAL_ABS_LONG 2012-06-21 20:12:31 +00:00
tests Fix for Mantis #21064. 2012-06-20 08:35:57 +00:00
utils
.gitattributes Fix for Mantis #21064. 2012-06-20 08:35:57 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile
Makefile.fpc