pub type Uimm8 = u8;
Expand description

8-bit unsigned integer immediate operand.

This is used to indicate lane indexes typically.

Trait Implementations§

source§

impl IntoBytes for u8

source§

fn into_bytes(self) -> Vec<u8>

Return the little-endian byte representation of the implementing type.