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