.. |
cpu.pp
|
4ddbb7cd26
* 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.
|
8 years ago |
cpuh.inc
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
int64p.inc
|
4ace790492
* remove $Log
|
20 years ago |
makefile.cpu
|
ff86c80176
* cpu specific header file for the system unit: cpuh.inc, moved several declarations into it
|
7 years ago |
math.inc
|
5f08e47d84
+ add an SSE2 implementation of Frac() (the existing Trunc() and Round() implementations are also SSE2, so nothing special to keep in mind here)
|
8 years ago |
mathu.inc
|
30b5a4dd3e
+ added x86_64 asm implementation of math.DivMod
|
8 years ago |
set.inc
|
4ace790492
* remove $Log
|
20 years ago |
setjump.inc
|
fb02283927
* x86_64: Adjust result of fpc_longjmp without using branches.
|
11 years ago |
setjumph.inc
|
5039ddc4a7
* 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.
|
12 years ago |
strings.inc
|
724227c962
* Cleaned out code marked as originated from glibc:
|
13 years ago |
stringss.inc
|
4ace790492
* remove $Log
|
20 years ago |
x86_64.inc
|
5b766a1e67
* fixed CompareByte for x86-64 after r37528
|
7 years ago |