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§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more