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

Struct ALUOpConstant

bpf/instructions.go:402–405  ·  view source on GitHub ↗

ALUOpConstant executes A = A Val.

Source from the content-addressed store, hash-verified

400
401// ALUOpConstant executes A = A <Op> Val.
402type ALUOpConstant struct {
403 Op ALUOp
404 Val uint32
405}
406
407// Assemble implements the Instruction Assemble method.
408func (a ALUOpConstant) Assemble() (RawInstruction, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected