|
|
__eq__(self,
other)
Checks if two register operands are equal by checking the register
number and its dtype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
lnk=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| __set_reg_phrase__(self,
v) |
|
|
|
|
| __set_specflag1__(self,
v) |
|
|
|
|
| __set_specflag2__(self,
v) |
|
|
|
|
| __set_specflag3__(self,
v) |
|
|
|
|
| __set_specflag4__(self,
v) |
|
|
|
|
|
|
|
|
|
|
|
|
|
assign(self,
other)
Copies the contents of 'other' to 'self' |
|
|
|
|
has_reg(self,
r)
Checks if the operand accesses the given processor register |
|
|
|
|
is_reg(self,
r)
Checks if the register operand is the given processor register |
|
|
|
Inherited from py_clinked_object_t:
__del__,
copy
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|