fpc/rtl/x86_64
2017-05-23 17:14:10 +00:00
..
cpu.pp * Fixed assembler blocks to comply with x86_64 ABIs, which normally do not allow to change stack pointer at arbitrary locations. Register RBX is now saved/restored by compiler in function prologue, due to its presence in list of modified registers. 2016-11-17 10:58:10 +00:00
int64p.inc
makefile.cpu + added all x86_64 specific system unit includes to rtl/x86_64/makefile.cpu 2015-03-07 22:49:31 +00:00
math.inc + add an SSE2 implementation of Frac() (the existing Trunc() and Round() implementations are also SSE2, so nothing special to keep in mind here) 2017-05-19 14:59:23 +00:00
mathu.inc + added x86_64 asm implementation of math.DivMod 2017-05-23 17:14:10 +00:00
set.inc
setjump.inc * x86_64: Adjust result of fpc_longjmp without using branches. 2014-01-10 07:29:28 +00:00
setjumph.inc
strings.inc
stringss.inc
x86_64.inc * comment spelling fix (modifed->modified) 2016-12-13 12:50:38 +00:00