Enum cranelift_codegen::isa::x64::encoding::vex::VexVectorLength
source · pub enum VexVectorLength {
V128,
V256,
}
Expand description
The VEX format allows choosing a vector length in the L
bit.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VexVectorLength
impl Send for VexVectorLength
impl Sync for VexVectorLength
impl Unpin for VexVectorLength
impl UnwindSafe for VexVectorLength
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