RegisterOperand

data class RegisterOperand(val register: Register, val access: AccessType = AccessType.INVALID) : Operand(source)

Register operand

Constructors

Link copied to clipboard
constructor(register: Register, access: AccessType = AccessType.INVALID)

Properties

Link copied to clipboard
open override val access: AccessType

Access type for this operand (read, write, or both)

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String