Expand description
The Copy value-type Instruction — the public projection of a decoded
A64 instruction.
A Copy value type holding an inline [Operand; MAX_OPERANDS] with no heap
allocation and no internal pointers. Its size is dominated by that inline
operand array (5 * 16 = 80 bytes) plus a small header; the realized ceiling
is asserted at <= 112 bytes in lib.rs’s static_asserts. The fat
internal decode representation never reaches this type.
Structs§
- Instruction
- A fully decoded AArch64 instruction.