Enum Avx512Opcode
pub enum Avx512Opcode {
Vcvtudq2ps,
Vpabsq,
Vpermi2b,
Vpmullq,
Vpopcntb,
Vpsraq,
VpsraqImm,
}
Expand description
Internal type Avx512Opcode: defined at src/isa/x64/inst.isle line 1577.
Variants§
Implementations§
§impl Avx512Opcode
impl Avx512Opcode
pub fn tuple_type(&self) -> Avx512TupleType
pub fn tuple_type(&self) -> Avx512TupleType
What is the “TupleType” of this opcode, which affects the scaling factor for 8-bit displacements when this instruction uses memory operands.
This can be found in the encoding table for each instruction and is interpreted according to Table 2-34 and 2-35 in the Intel instruction manual.
Trait Implementations§
§impl Clone for Avx512Opcode
impl Clone for Avx512Opcode
§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 more§impl Debug for Avx512Opcode
impl Debug for Avx512Opcode
§impl Display for Avx512Opcode
impl Display for Avx512Opcode
§impl PartialEq for Avx512Opcode
impl PartialEq for Avx512Opcode
impl Copy for Avx512Opcode
impl Eq for Avx512Opcode
impl StructuralPartialEq for Avx512Opcode
Auto Trait Implementations§
impl Freeze for Avx512Opcode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.