Module register

Module register 

Source
Expand description

This module describes ways to identify chunks in registers bank and wraps an integral and a floating-point implementation.

Modules§

floating_point
Implements a floating-point register bank.
integral
Implements a integral register bank.
state
Exposes some structs to help track state in a processor.

Structs§

RegisterId
A type which always represents a valid register in a bank.
RegisterRange
Represents a range of registers in a bank.

Constants§

REGISTERS_IN_BANK
A wide range.

Traits§

RegisterBank

Type Aliases§

RangeApplication