fpc/rtl/x86_64
nickysn 9272bf59b2 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs
for getting the value of x86 segment registers

git-svn-id: trunk@39433 -
2018-07-11 14:19:40 +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 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +00:00
cpuinnr.inc + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs 2018-07-11 14:19:40 +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
setjumph.inc
strings.inc
stringss.inc
x86_64.inc * fixed CompareByte for x86-64 after r37528 2017-10-30 21:01:59 +00:00