microprobe.target.isa.register_type.RegisterType

class RegisterType[source]

Bases: object

Abstract base class to represent a Register Type

abstract __init__()[source]

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




abstract property name

Register type name (str)

abstract property description

Register type name (str)

abstract property size

Register size in bits (:int)

abstract property used_for_address_arithmetic
abstract property used_for_float_arithmetic
abstract property used_for_vector_arithmetic