Searched defs:abiDesc (Results 1 – 2 of 2) sorted by relevance
328 type abiDesc struct { struct331 call, ret abiSeq340 stackCallArgsSize, retOffset, spill uintptr347 stackPtrs *bitVector357 inRegPtrs, outRegPtrs abi.IntArgRegBitmap360 func (a *abiDesc) dump() {
80 type abiDesc struct { struct81 parts []abiPart83 srcStackSize uintptr // stdcall/fastcall stack space tracking84 dstStackSize uintptr // Go stack space used85 dstSpill uintptr // Extra stack space for argument spill slots86 dstRegisters int // Go ABI int argument registers used90 retOffset uintptr93 func (p *abiDesc) assignArg(t *_type) {176 func (p *abiDesc) tryRegAssignArg(t *_type, offset uintptr) bool {211 func (p *abiDesc) assignReg(size, offset uintptr) bool {