Enum cranelift_codegen::isa::x64::encoding::evex::EvexVectorLength
source · pub enum EvexVectorLength {
V128,
V256,
V512,
}
Expand description
The EVEX format allows choosing a vector length in the L'
and L
bits; see EvexContext
.