MCPcopy
hub / github.com/golang/net / LoadScratch

Struct LoadScratch

bpf/instructions.go:208–211  ·  view source on GitHub ↗

LoadScratch loads scratch[N] into register Dst.

Source from the content-addressed store, hash-verified

206
207// LoadScratch loads scratch[N] into register Dst.
208type LoadScratch struct {
209 Dst Register
210 N int // 0-15
211}
212
213// Assemble implements the Instruction Assemble method.
214func (a LoadScratch) Assemble() (RawInstruction, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected