fpc/rtl/x86_64
Jeppe Johansen c20b27ede9 Add most SSE instructions as intrinsics.
git-svn-id: trunk@44274 -
2020-03-06 21:34:22 +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
cpuh.inc * disabled mm procs again, they are not usable yet neither supposed to be 2020-01-18 11:37:57 +00:00
cpuinnr.inc Add most SSE instructions as intrinsics. 2020-03-06 21:34:22 +00:00
cpumminnr.inc Add most SSE instructions as intrinsics. 2020-03-06 21:34:22 +00:00
cpummprocs.inc Add most SSE instructions as intrinsics. 2020-03-06 21:34:22 +00:00
int64p.inc
makefile.cpu * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 2017-11-01 16:33:30 +00:00
math.inc * apply patch from J. Gareth Moreton to implement Int() for SSE (currently only used on Win64) 2018-05-14 21:08:04 +00:00
mathu.inc + added x86_64 asm implementation of math.DivMod 2017-05-23 17:14:10 +00:00
ports.inc * use include files in the unix ports unit as well 2018-07-09 14:42:01 +00:00
portsh.inc * changed the visibility of the writeport and readport methods in the ports unit 2018-07-09 14:55:20 +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 * Changed definition of XMM register save area from array to record, removes compilation warnings about reference size mismatch. The cause of warnings is rautils.getrecordoffsetsize function which, for array types, returns size of element and not size of array itself. 2013-09-05 12:39:16 +00:00
strings.inc * Cleaned out code marked as originated from glibc: 2012-02-14 16:09:45 +00:00
stringss.inc
x86_64.inc + x86-64: assembler implementation for u128_div_u64_to_u64 for SysV ABI 2019-12-17 21:54:47 +00:00