package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

AbiForBodylessFuncStackMap returns the ABI for a bodyless function's stack map.
AddAux adds the offset in the aux fields (AuxInt and Aux) of v to a.
No description provided by the author
No description provided by the author
CheckArgReg ensures that v is in the function's entry block.
No description provided by the author
CheckLoweredGetClosurePtr checks that v is the first instruction in the function's entry block, except for incoming in-register arguments.
CheckLoweredPhi checks that regalloc and stackalloc correctly handled phi values.
Compile builds an SSA backend function, uses it to generate a plist, and flushes that plist to machine code.
CreateWasmImportWrapper creates a wrapper for imported WASM functions to adapt them to the Go calling convention.
No description provided by the author
emit argument info (locations on stack) of f for traceback.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterMapInitLsym records "s" in the set of outlined map initializer functions.
SpillSlotAddr uses LocalSlot information to initialize an obj.Addr The resulting addr is used in a non-standard context -- in the prologue of a function, before the frame has been constructed, so the standard addressing for the parameters will be wrong.
StackOffset returns the stack location of a LocalSlot relative to the stack pointer, suitable for use in a DWARF location entry.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Branch is an unresolved branch.
For generating consecutive jump instructions to model a specific branching.
State contains state needed during Prog generation.
SymABIs records information provided by the assembler about symbol definition ABIs and reference ABIs.