ALUOpX

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

 

ALUOpX()

 

init()

 

Sub New()

constructor (ALUOp)

 

constructor(aOp: ALUOp)

 

ALUOpX(ALUOp aOp)

 

init(_ aOp: ALUOp)

 

Sub New(aOp As ALUOp)

Parameters:

  • aOp:

constructor (ALUOpX)

 

constructor(value: ALUOpX)

 

ALUOpX(ALUOpX value)

 

init(_ value: ALUOpX)

 

Sub New(value As ALUOpX)

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)

Op

 

var Op: ALUOp;

 

ALUOp Op

 

var Op: ALUOp

 

Op ALUOp

 

FIELD Op() As ALUOp

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

 

Op

 

var Op: ALUOp;

 

ALUOp Op

 

var Op: ALUOp

 

Op ALUOp

 

FIELD Op() As ALUOp

 

constructor

 

constructor

 

ALUOpX()

 

init()

 

Sub New()

constructor (ALUOp)

 

constructor(aOp: ALUOp)

 

ALUOpX(ALUOp aOp)

 

init(_ aOp: ALUOp)

 

Sub New(aOp As ALUOp)

Parameters:

  • aOp:

constructor (ALUOpX)

 

constructor(value: ALUOpX)

 

ALUOpX(ALUOpX value)

 

init(_ value: ALUOpX)

 

Sub New(value As ALUOpX)

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

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string