[][src]Enum unicorn::RegisterMIPS

#[repr(C)]
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 Register for RegisterMIPS[src]

impl Copy for RegisterMIPS[src]

impl PartialEq<RegisterMIPS> for RegisterMIPS[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for RegisterMIPS[src]

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

Performs copy-assignment from source. Read more

impl Debug for RegisterMIPS[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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