Module Xed.OperandSource

include module type of struct include Bind.Operand end
Sourceval imm : [> `Read ] Xedbindings_bind.Bind.Types.operand_ptr -> Unsigned.UInt32.t
Sourceval read_only : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval written_only : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval read_and_written : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval conditional_read : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval conditional_write : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval template_is_register : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> bool
Sourceval width_bits : [> `Read ] Xedbindings_bind.Types_generated.operand_ptr -> [< `B16 | `B32 | `B64 ] -> int