[][src]Enum dynasmrt::aarch64::RV

pub enum RV {
    V0,
    V1,
    V2,
    V3,
    V4,
    V5,
    V6,
    V7,
    V8,
    V9,
    V10,
    V11,
    V12,
    V13,
    V14,
    V15,
    V16,
    V17,
    V18,
    V19,
    V20,
    V21,
    V22,
    V23,
    V24,
    V25,
    V26,
    V27,
    V28,
    V29,
    V30,
    V31,
}

1, 2, 4, 8 or 16-bytes scalar FP / vector SIMD registers.

Variants

V0
V1
V2
V3
V4
V5
V6
V7
V8
V9
V10
V11
V12
V13
V14
V15
V16
V17
V18
V19
V20
V21
V22
V23
V24
V25
V26
V27
V28
V29
V30
V31

Trait Implementations

impl Clone for RV[src]

impl Copy for RV[src]

impl Debug for RV[src]

impl Eq for RV[src]

impl Hash for RV[src]

impl PartialEq<RV> for RV[src]

impl Register for RV[src]

impl StructuralEq for RV[src]

impl StructuralPartialEq for RV[src]

Auto Trait Implementations

impl RefUnwindSafe for RV[src]

impl Send for RV[src]

impl Sync for RV[src]

impl Unpin for RV[src]

impl UnwindSafe for RV[src]

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.