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