LoadConstant
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
LoadConstant()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aDst: Register; aVal: UInt32)
// Island
constructor(aDst: Register; aVal: uint32)
// .NET, .NET Standard 2.0
LoadConstant(Register aDst, UInt32 aVal)
// Island
LoadConstant(Register aDst, uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aDst: Register, _ aVal: UInt32)
// Island
init(_ aDst: Register, _ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aDst As Register, aVal As UInt32)
// Island
Sub New(aDst As Register, aVal As uint32)
Parameters:
- aDst:
- aVal:
constructor (LoadConstant)
constructor(value: LoadConstant)
LoadConstant(LoadConstant value)
init(_ value: LoadConstant)
Sub New(value As LoadConstant)
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)
Dst
var Dst: Register;
Register Dst
var Dst: Register
Dst Register
FIELD Dst() As Register
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Val
var Val: uint32;
uint32 Val
var Val: uint32
Val uint32
FIELD Val() As uint32
Dst
var Dst: Register;
Register Dst
var Dst: Register
Dst Register
FIELD Dst() As Register
Val
var Val: uint32;
uint32 Val
var Val: uint32
Val uint32
FIELD Val() As uint32
constructor
constructor
LoadConstant()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aDst: Register; aVal: UInt32)
// Island
constructor(aDst: Register; aVal: uint32)
// .NET, .NET Standard 2.0
LoadConstant(Register aDst, UInt32 aVal)
// Island
LoadConstant(Register aDst, uint32 aVal)
// .NET, .NET Standard 2.0
init(_ aDst: Register, _ aVal: UInt32)
// Island
init(_ aDst: Register, _ aVal: uint32)
// .NET, .NET Standard 2.0
Sub New(aDst As Register, aVal As UInt32)
// Island
Sub New(aDst As Register, aVal As uint32)
Parameters:
- aDst:
- aVal:
constructor (LoadConstant)
constructor(value: LoadConstant)
LoadConstant(LoadConstant value)
init(_ value: LoadConstant)
Sub New(value As LoadConstant)
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
method String: string
string String()
func String() -> string
func String() string
Function String() As string