Expand description
Pulley registers.
Structs§
- Immediate used for the “g32” addressing mode.
- Similar structure to the
AddrG32
addressing mode but “g32bne” also represents that the bound to linear memory is stored itself in memory. - Immediate used for the “o32” addresing mode.
- Immediate used for the “z” addresing mode.
- Operands to a binary operation, packed into a 16-bit word (5 bits per register).
- A set of “upper half” registers, packed into a 16-bit bitset.
- Returned iterator from
UpperRegSet::into_iter
Enums§
- Any register, regardless of class.
- An
f
register: floats. - A
v
register: vectors. - An
x
register: integers.
Traits§
- Trait for common register operations.