B2R2


Action Type

How does a target value get stored on the stack frame.

Union cases

Union case Description

ActionExpr Expr

Full Usage: ActionExpr Expr

Parameters:

The previous value is represented as the expression.

Item : Expr

Offset int64

Full Usage: Offset int64

Parameters:
    Item : int64

The previous value of this register is saved at the address CFA+N where CFA is the current CFA value and N is a signed offset.

Item : int64

Register RegisterID

Full Usage: Register RegisterID

Parameters:

The previous value of this register is stored in another register numbered R.

Item : RegisterID

SameValue

Full Usage: SameValue

The register has not been modified from the previous frame.

Undefined

Full Usage: Undefined

Has no recoverable value in the previous frame.

ValOffset int

Full Usage: ValOffset int

Parameters:
    Item : int

The previous value of this register is the value CFA+N where CFA is the current CFA value and N is a signed offset.

Item : int