Type Definition cranelift_codegen::ir::immediates::Uimm8
source · pub type Uimm8 = u8;
Expand description
8-bit unsigned integer immediate operand.
This is used to indicate lane indexes typically.
pub type Uimm8 = u8;
8-bit unsigned integer immediate operand.
This is used to indicate lane indexes typically.