Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.bpf
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


// .NET, .NET Standard 2.0
constructor(aSrc: Register; aN: Int64)
// Island
constructor(aSrc: Register; aN: int)
// .NET, .NET Standard 2.0
StoreScratch(Register aSrc, Int64 aN)
// Island
StoreScratch(Register aSrc, int aN)
// .NET, .NET Standard 2.0
init(_ aSrc: Register, _ aN: Int64)
// Island
init(_ aSrc: Register, _ aN: int)
// .NET, .NET Standard 2.0
Sub New(aSrc As Register, aN As Int64)
// Island
Sub New(aSrc As Register, aN As int)

Parameters:

  • aSrc:
  • aN:

constructor(value: StoreScratch)
StoreScratch(StoreScratch value)
init(_ value: StoreScratch)
Sub New(value As StoreScratch)

Parameters:

  • value:

Assemble

method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> tuple of (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)

N


Src


String

Function String() As string

constructor


// .NET, .NET Standard 2.0
constructor(aSrc: Register; aN: Int64)
// Island
constructor(aSrc: Register; aN: int)
// .NET, .NET Standard 2.0
StoreScratch(Register aSrc, Int64 aN)
// Island
StoreScratch(Register aSrc, int aN)
// .NET, .NET Standard 2.0
init(_ aSrc: Register, _ aN: Int64)
// Island
init(_ aSrc: Register, _ aN: int)
// .NET, .NET Standard 2.0
Sub New(aSrc As Register, aN As Int64)
// Island
Sub New(aSrc As Register, aN As int)

Parameters:

  • aSrc:
  • aN:

constructor(value: StoreScratch)
StoreScratch(StoreScratch value)
init(_ value: StoreScratch)
Sub New(value As StoreScratch)

Parameters:

  • value:

Assemble

method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> tuple of (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)

String

Function String() As string