B2R2


JmpType Type

Union cases

Union case Description

InterCJmp(Expr, Expr, Expr)

Full Usage: InterCJmp(Expr, Expr, Expr)

Parameters:

Conditional jump. The first Expr is the condition, and the second and the third Expr refer to true and false branch addresses, respectively.

Item1 : Expr
Item2 : Expr
Item3 : Expr

InterJmp Expr

Full Usage: InterJmp Expr

Parameters:

Jump to another instruction. The Expr is the jump address.

Item : Expr

IntraCJmp(Expr, Label, Label)

Full Usage: IntraCJmp(Expr, Label, Label)

Parameters:

Conditional jump to a label.

Item1 : Expr
Item2 : Label
Item3 : Label

IntraJmp Label

Full Usage: IntraJmp Label

Parameters:

Jump to a label.

Item : Label