mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:49:34 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() This code generate different versions of assembly depending on the amount to shift. Variable Amount: 6 cycles (5 if last shift can be folded) Constant 1 : 2 cycles Constant 2-31 : 3 cycles (2 if last shift can foldable) Constant 32 : 1 cycle (depends on the register allocator) Constant 33-64 : 2 cycles This should speed up softfpu on arm a bit. git-svn-id: trunk@21686 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |