AccessType

Common instruction operand access types - to be consistent across all architectures.

Values

ValueMeaning
invalid0

Uninitialized/invalid access type.

read1 << 0

Operand read from memory or register.

write1 << 1

Operand write to memory or register.

Meta