Enum unicorn::sparc_const::RegisterSPARC [] [src]

pub enum RegisterSPARC {
    INVALID,
    F0,
    F1,
    F2,
    F3,
    F4,
    F5,
    F6,
    F7,
    F8,
    F9,
    F10,
    F11,
    F12,
    F13,
    F14,
    F15,
    F16,
    F17,
    F18,
    F19,
    F20,
    F21,
    F22,
    F23,
    F24,
    F25,
    F26,
    F27,
    F28,
    F29,
    F30,
    F31,
    F32,
    F34,
    F36,
    F38,
    F40,
    F42,
    F44,
    F46,
    F48,
    F50,
    F52,
    F54,
    F56,
    F58,
    F60,
    F62,
    FCC0,
    FCC1,
    FCC2,
    FCC3,
    G0,
    G1,
    G2,
    G3,
    G4,
    G5,
    G6,
    G7,
    I0,
    I1,
    I2,
    I3,
    I4,
    I5,
    FP,
    I7,
    ICC,
    L0,
    L1,
    L2,
    L3,
    L4,
    L5,
    L6,
    L7,
    O0,
    O1,
    O2,
    O3,
    O4,
    O5,
    SP,
    O7,
    Y,
    XCC,
    PC,
}

Variants

INVALIDF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16F17F18F19F20F21F22F23F24F25F26F27F28F29F30F31F32F34F36F38F40F42F44F46F48F50F52F54F56F58F60F62FCC0FCC1FCC2FCC3G0G1G2G3G4G5G6G7I0I1I2I3I4I5FPI7ICCL0L1L2L3L4L5L6L7O0O1O2O3O4O5SPO7YXCCPC

Trait Implementations

impl Copy for RegisterSPARC
[src]

impl Clone for RegisterSPARC
[src]

fn clone(&self) -> RegisterSPARC

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for RegisterSPARC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for RegisterSPARC
[src]

fn eq(&self, __arg_0: &RegisterSPARC) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Register for RegisterSPARC
[src]

fn to_i32(&self) -> i32