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

# Functions

BitVec writes the contents of bv into s as sequence of bytes in little-endian order, and returns the next unused offset.
No description provided by the author
No description provided by the author
LosesStmtMark reports whether a prog with op as loses its statement mark on the way to DWARF.
NewProgs returns a new Progs for fn.
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
Uint8 writes an unsigned byte v into s at offset off, and returns the next unused offset (i.e., off+1).
UintN writes an unsigned integer v of size wid bytes into s at offset off, and returns the next unused offset.
No description provided by the author
Uvarint writes a varint v into s at offset off, and returns the next unused offset.

# Constants

StackMapDontCare indicates that the stack map index at a Value doesn't matter.

# Structs

Progs accumulates Progs for a function and converts them into machine code.

# Type aliases

No description provided by the author