Expand description
Pulley registers.
Structs§
- AddrG32
 - Immediate used for the “g32” addressing mode.
 - Addr
G32Bne  - Similar structure to the 
AddrG32addressing 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.
 - Binary
Operands  - Operands to a binary operation, packed into a 16-bit word (5 bits per register).
 - Upper
RegSet  - A set of “upper half” registers, packed into a 16-bit bitset.
 - Upper
RegSet Into Iter  - Returned iterator from 
UpperRegSet::into_iter 
Enums§
- AnyReg
 - Any register, regardless of class.
 - FReg
 - An 
fregister: floats. - VReg
 - A 
vregister: vectors. - XReg
 - An 
xregister: integers. 
Traits§
- Reg
 - Trait for common register operations.