Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const EffectiveFloatRegSize + const FloatArgRegs + const IntArgRegs + func FuncPCABI0(f any) uintptr + func FuncPCABIInternal(f any) uintptr + type IntArgRegBitmap [(IntArgRegs + 7) / 8]uint8 + func (b *IntArgRegBitmap) Get(i int) bool + func (b *IntArgRegBitmap) Set(i int) + type RegArgs struct + Floats [FloatArgRegs]uint64 + Ints [IntArgRegs]uintptr + Ptrs [IntArgRegs]unsafe.Pointer + ReturnIsPtr IntArgRegBitmap + func (r *RegArgs) Dump() + func (r *RegArgs) IntRegArgAddr(reg int, argSize uintptr) unsafe.Pointer