fpc/rtl/arm
2014-07-29 17:39:55 +00:00
..
arm.inc new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they're 22%-36% faster than the generic ones for the most common case. 2014-07-29 17:39:55 +00:00
armdefines.inc * compiler defined cpuflags instead of creating them during system unit compilation 2012-08-15 15:49:11 +00:00
divide.inc new division helpers for ARM by Nico Erfurth. on our ARMv5 core hardware they're 22%-36% faster than the generic ones for the most common case. 2014-07-29 17:39:55 +00:00
int64p.inc * intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet 2013-03-03 12:20:10 +00:00
makefile.cpu
math.inc - Don't compile fpc_abs_real and fpc_sqr_real if they are already defined (Mantis #25342). 2014-03-31 10:10:04 +00:00
mathu.inc * ARM: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one. 2014-03-21 06:03:00 +00:00
set.inc
setjump.inc reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 2013-10-02 18:31:28 +00:00
setjumph.inc reverted r25622 which was an accidental commit of some highly experimental debug code (sorry) 2013-10-02 18:31:28 +00:00
strings.inc * disable assembler versions of string routines for arm thumb 2013-03-25 17:54:32 +00:00
stringss.inc
thumb2.inc - ARM: cleaned out code corresponding to FPC_STRTOSHORTSTRINGPROC not defined (obsolete and removed from other targets long ago). 2014-05-31 00:38:01 +00:00
thumb.inc * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases. 2014-03-20 22:44:46 +00:00