LoadScratch
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
constructor
LoadScratch()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aDst: Register; aN: Int64)
// Island
constructor(aDst: Register; aN: int)
// .NET, .NET Standard 2.0
LoadScratch(Register aDst, Int64 aN)
// Island
LoadScratch(Register aDst, int aN)
Parameters:
- aDst:
- aN:
constructor (LoadScratch)
constructor(value: LoadScratch)
LoadScratch(LoadScratch value)
init(_ value: LoadScratch)
Sub New(value As LoadScratch)
Parameters:
- value:
Assemble
method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)
Dst
N
String
Dst
N
constructor
constructor
LoadScratch()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aDst: Register; aN: Int64)
// Island
constructor(aDst: Register; aN: int)
// .NET, .NET Standard 2.0
LoadScratch(Register aDst, Int64 aN)
// Island
LoadScratch(Register aDst, int aN)
Parameters:
- aDst:
- aN:
constructor (LoadScratch)
constructor(value: LoadScratch)
LoadScratch(LoadScratch value)
init(_ value: LoadScratch)
Sub New(value As LoadScratch)
Parameters:
- value:
Assemble
method Assemble: tuple of (RawInstruction, error)
(RawInstruction, error) Assemble()
func Assemble() -> (RawInstruction, error)
func Assemble() tuple of (RawInstruction, error)
Function Assemble() As Tuple (Of RawInstruction, error)
String