Enum cranelift_codegen::isa::x64::encoding::evex::EvexRoundingControl
source · [−]pub enum EvexRoundingControl {
RNE,
RD,
RU,
RZ,
}
Expand description
The EVEX format allows defining rounding control in the L'
and L
bits; see EvexContext
.
Variants
RNE
RD
RU
RZ
Auto Trait Implementations
impl RefUnwindSafe for EvexRoundingControl
impl Send for EvexRoundingControl
impl Sync for EvexRoundingControl
impl Unpin for EvexRoundingControl
impl UnwindSafe for EvexRoundingControl
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