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
.
Variants
V128
V256
V512
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EvexVectorLength
impl Send for EvexVectorLength
impl Sync for EvexVectorLength
impl Unpin for EvexVectorLength
impl UnwindSafe for EvexVectorLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more