microprobe.target.isa.register_type.RegisterType¶
-
class
RegisterType[source]¶ Bases:
objectAbstract base class to represent a Register Type
Methods
__init__()Attributes
descriptionRegister type name ( str)nameRegister type name ( str)sizeRegister size in bits (: int)used_for_address_arithmeticused_for_float_arithmeticused_for_vector_arithmetic
-
used_for_address_arithmetic¶
-
used_for_float_arithmetic¶
-
used_for_vector_arithmetic¶
-