Enum cranelift_codegen::isa::x64::encoding::evex::EvexVectorLength [−][src]
pub enum EvexVectorLength {
V128,
V256,
V512,
}Expand description
The EVEX format allows choosing a vector length in the L' and L bits; see EvexContext.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EvexVectorLengthimpl Send for EvexVectorLengthimpl Sync for EvexVectorLengthimpl Unpin for EvexVectorLengthimpl UnwindSafe for EvexVectorLength