Expand description
Bit-packed address types for bytecode instructions.
These types encode device-level addresses into compact integer representations used in the 16-byte instruction format.
Structs§
- Lane
Addr - Bit-packed lane address for atom move operations.
- Location
Addr - Bit-packed atom location address (zone + word + site).
- SiteRef
- Site index within a word. Matches the 16-bit site_id field in LocationAddr.
- WordRef
- Word index within a zone. Matches the 16-bit word_id field in LocationAddr.
- Zone
Addr - Bit-packed zone address.
- Zoned
Word Ref - Zone-qualified word reference for inter-zone bus entries.