Module regs

Source
Expand description

Pulley registers.

Structs§

AddrG32
Immediate used for the “g32” addressing mode.
AddrG32Bne
Similar structure to the AddrG32 addressing mode but “g32bne” also represents that the bound to linear memory is stored itself in memory.
AddrO32
Immediate used for the “o32” addresing mode.
AddrZ
Immediate used for the “z” addresing mode.
BinaryOperands
Operands to a binary operation, packed into a 16-bit word (5 bits per register).
UpperRegSet
A set of “upper half” registers, packed into a 16-bit bitset.
UpperRegSetIntoIter
Returned iterator from UpperRegSet::into_iter

Enums§

AnyReg
Any register, regardless of class.
FReg
An f register: floats.
VReg
A v register: vectors.
XReg
An x register: integers.

Traits§

Reg
Trait for common register operations.