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 more