Enum cranelift_codegen::isa::x64::args::Avx512Opcode
source · pub enum Avx512Opcode {
Vcvtudq2ps,
Vpabsq,
Vpermi2b,
Vpmullq,
Vpopcntb,
}
Variants§
Trait Implementations§
source§impl Clone for Avx512Opcode
impl Clone for Avx512Opcode
source§fn clone(&self) -> Avx512Opcode
fn clone(&self) -> Avx512Opcode
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 Avx512Opcode
impl Debug for Avx512Opcode
source§impl Display for Avx512Opcode
impl Display for Avx512Opcode
source§impl PartialEq<Avx512Opcode> for Avx512Opcode
impl PartialEq<Avx512Opcode> for Avx512Opcode
source§fn eq(&self, other: &Avx512Opcode) -> bool
fn eq(&self, other: &Avx512Opcode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Avx512Opcode
Auto Trait Implementations§
impl RefUnwindSafe for Avx512Opcode
impl Send for Avx512Opcode
impl Sync for Avx512Opcode
impl Unpin for Avx512Opcode
impl UnwindSafe for Avx512Opcode
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