Enum unicorn::mips_const::RegisterMIPS [] [src]

pub enum RegisterMIPS {
    INVALID,
    PC,
    ZERO,
    AT,
    V0,
    V1,
    A0,
    A1,
    A2,
    A3,
    T0,
    T1,
    T2,
    T3,
    T4,
    T5,
    T6,
    T7,
    S0,
    S1,
    S2,
    S3,
    S4,
    S5,
    S6,
    S7,
    T8,
    T9,
    K0,
    K1,
    GP,
    SP,
    FP,
    RA,
    DSPCCOND,
    DSPCARRY,
    DSPEFI,
    DSPOUTFLAG,
    DSPOUTFLAG16_19,
    DSPOUTFLAG20,
    DSPOUTFLAG21,
    DSPOUTFLAG22,
    DSPOUTFLAG23,
    DSPPOS,
    DSPSCOUNT,
    AC0,
    AC1,
    AC2,
    AC3,
    CC0,
    CC1,
    CC2,
    CC3,
    CC4,
    CC5,
    CC6,
    CC7,
    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,
    FCC0,
    FCC1,
    FCC2,
    FCC3,
    FCC4,
    FCC5,
    FCC6,
    FCC7,
    W0,
    W1,
    W2,
    W3,
    W4,
    W5,
    W6,
    W7,
    W8,
    W9,
    W10,
    W11,
    W12,
    W13,
    W14,
    W15,
    W16,
    W17,
    W18,
    W19,
    W20,
    W21,
    W22,
    W23,
    W24,
    W25,
    W26,
    W27,
    W28,
    W29,
    W30,
    W31,
    HI,
    LO,
    P0,
    P1,
    P2,
    MPL0,
    MPL1,
    MPL2,
}

Variants

INVALIDPCZEROATV0V1A0A1A2A3T0T1T2T3T4T5T6T7S0S1S2S3S4S5S6S7T8T9K0K1GPSPFPRADSPCCONDDSPCARRYDSPEFIDSPOUTFLAGDSPOUTFLAG16_19DSPOUTFLAG20DSPOUTFLAG21DSPOUTFLAG22DSPOUTFLAG23DSPPOSDSPSCOUNTAC0AC1AC2AC3CC0CC1CC2CC3CC4CC5CC6CC7F0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16F17F18F19F20F21F22F23F24F25F26F27F28F29F30F31FCC0FCC1FCC2FCC3FCC4FCC5FCC6FCC7W0W1W2W3W4W5W6W7W8W9W10W11W12W13W14W15W16W17W18W19W20W21W22W23W24W25W26W27W28W29W30W31HILOP0P1P2MPL0MPL1MPL2

Trait Implementations

impl Copy for RegisterMIPS
[src]

impl Clone for RegisterMIPS
[src]

fn clone(&self) -> RegisterMIPS

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 RegisterMIPS
[src]

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

Formats the value using the given formatter.

impl PartialEq for RegisterMIPS
[src]

fn eq(&self, __arg_0: &RegisterMIPS) -> 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 RegisterMIPS
[src]

fn to_i32(&self) -> i32