JumpIfX
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
JumpIfX()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aCond: JumpTest; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aSkipTrue: uint8; aSkipFalse: uint8)
// .NET, .NET Standard 2.0
JumpIfX(JumpTest aCond, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIfX(JumpTest aCond, uint8 aSkipTrue, uint8 aSkipFalse)
Parameters:
- aCond:
- aSkipTrue:
- aSkipFalse:
constructor (JumpIfX)
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)
Cond
SkipFalse
var SkipFalse: uint8;
uint8 SkipFalse
var SkipFalse: uint8
SkipFalse uint8
FIELD SkipFalse() As uint8
SkipTrue
String
Cond
SkipFalse
var SkipFalse: uint8;
uint8 SkipFalse
var SkipFalse: uint8
SkipFalse uint8
FIELD SkipFalse() As uint8
SkipTrue
constructor
constructor
JumpIfX()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aCond: JumpTest; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aSkipTrue: uint8; aSkipFalse: uint8)
// .NET, .NET Standard 2.0
JumpIfX(JumpTest aCond, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIfX(JumpTest aCond, uint8 aSkipTrue, uint8 aSkipFalse)
Parameters:
- aCond:
- aSkipTrue:
- aSkipFalse:
constructor (JumpIfX)
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