Purpose

enum Purpose : Enum<L2NamedOperandType.Purpose>

A Purpose specifies additional semantic meaning for an L2NamedOperandType.

Author

Todd L Smith

Entries

Link copied to clipboard

Indicates that a PC codes for a successful operation.

Link copied to clipboard

Indicates that a PC codes for a failed operation. This represents ordinary failure, not "catastrophic" failure which requires an off-ramp.

Link copied to clipboard

Indicates that a PC codes for an off-ramp.

Link copied to clipboard

Indicates that a PC codes for an on-ramp.

Link copied to clipboard

This target address is not directly used here, but is converted to an integer constant so it can be passed elsewhere, typically to an L2_CREATE_CONTINUATION.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int