Structure
Access
public struct Access: OptionSet, CustomStringConvertible
Common instruction operand access types - to be consistent across all architectures.
Relationships
Conforms To
CustomStringConvertible
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
var rawValue: UInt32
read
let read
Operand reads from memory or register.
write
let write
Operand writes to memory or register.
description
var description: String