module documentation

Implementation of the System V ABI AMD64 calling convention used by Linux 64bit

https://gitlab.com/x86-psABIs/x86-64-ABI https://raw.githubusercontent.com/wiki/hjl-tools/x86-psABI/x86-64-psABI-1.0.pdf

``` func3(int a, double b, int c, float d, int e, float f); // a in RDI, b in XMM0, c in RSI, d in XMM1, e in RDX, f in XMM2 ```

Implementation status:

  • return and arguments of size greater than 64bit are not supported (includes long double)
Class CallingConventionSysv64 Undocumented
Class SysV64ArgumentsIterator Undocumented
Class Sysv64Def Undocumented
Class SysV64StackArgChunkOffsetIterator Undocumented