Documentation
¶
Index ¶
Constants ¶
View Source
const ( X0 = cpu.X0 X1 = cpu.X1 X2 = cpu.X2 X3 = cpu.X3 X4 = cpu.X4 X5 = cpu.X5 X6 = cpu.X6 X7 = cpu.X7 X8 = cpu.X8 X9 = cpu.X9 X10 = cpu.X10 X11 = cpu.X11 X12 = cpu.X12 X13 = cpu.X13 X14 = cpu.X14 RAX = cpu.R0 RBX = cpu.R1 RCX = cpu.R2 RDI = cpu.R3 RSI = cpu.R4 R8 = cpu.R5 R9 = cpu.R6 R10 = cpu.R7 R11 = cpu.R8 RDX = cpu.ArchFunc(0) )
Variables ¶
This section is empty.
Functions ¶
func ABI ¶
func ABI(fn abi.Function) (cc abi.CallingConvention, err error)
ABI (AMD64) https://dyncall.org/docs/manual/manualse11.html#x12-55000D.2 https://refspecs.linuxbase.org/elf/x86_64-abi-0.99.pdf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.