Enum cranelift_codegen::isa::x64::encoding::evex::EvexMasking
source · [−]Expand description
Defines the EVEX masking behavior; masking support is described in section 2.6.4 of the Intel Software Development Manual, volume 2A.
Variants
None
Merging
Fields
k: u8
Zeroing
Fields
k: u8
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EvexMasking
impl Send for EvexMasking
impl Sync for EvexMasking
impl Unpin for EvexMasking
impl UnwindSafe for EvexMasking
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