Enum capstone_sys::x86_avx_bcast[][src]

#[repr(u32)]pub enum x86_avx_bcast {
    X86_AVX_BCAST_INVALID,
    X86_AVX_BCAST_2,
    X86_AVX_BCAST_4,
    X86_AVX_BCAST_8,
    X86_AVX_BCAST_16,
}

AVX broadcast type

Variants

X86_AVX_BCAST_INVALID

< Uninitialized.

X86_AVX_BCAST_2

< AVX512 broadcast type {1to2}

X86_AVX_BCAST_4

< AVX512 broadcast type {1to4}

X86_AVX_BCAST_8

< AVX512 broadcast type {1to8}

X86_AVX_BCAST_16

< AVX512 broadcast type {1to16}

Trait Implementations

impl Clone for x86_avx_bcast[src]

impl Copy for x86_avx_bcast[src]

impl Debug for x86_avx_bcast[src]

impl Eq for x86_avx_bcast[src]

impl Hash for x86_avx_bcast[src]

impl PartialEq<x86_avx_bcast> for x86_avx_bcast[src]

impl StructuralEq for x86_avx_bcast[src]

impl StructuralPartialEq for x86_avx_bcast[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.