Enum cranelift_codegen::isa::x64::args::AluRmROpcode
source · pub enum AluRmROpcode {
Andn,
}
Expand description
ALU operations that don’t accept intermediates.
Variants§
Andn
And with negated second operand.
Trait Implementations§
source§impl Clone for AluRmROpcode
impl Clone for AluRmROpcode
source§fn clone(&self) -> AluRmROpcode
fn clone(&self) -> AluRmROpcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AluRmROpcode
impl Debug for AluRmROpcode
source§impl Display for AluRmROpcode
impl Display for AluRmROpcode
source§impl PartialEq<AluRmROpcode> for AluRmROpcode
impl PartialEq<AluRmROpcode> for AluRmROpcode
source§fn eq(&self, other: &AluRmROpcode) -> bool
fn eq(&self, other: &AluRmROpcode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AluRmROpcode
impl StructuralPartialEq for AluRmROpcode
Auto Trait Implementations§
impl RefUnwindSafe for AluRmROpcode
impl Send for AluRmROpcode
impl Sync for AluRmROpcode
impl Unpin for AluRmROpcode
impl UnwindSafe for AluRmROpcode
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