[][src]Enum xori::arch::x86::registersx86::RegisterClassesx86

pub enum RegisterClassesx86 {
    GR8RegClassID,
    GR8NOREXRegClassID,
    GR8ABCDHRegClassID,
    GR8ABCDLRegClassID,
    GR16RegClassID,
    GR16NOREXRegClassID,
    VK1RegClassID,
    VK16RegClassID,
    VK2RegClassID,
    VK4RegClassID,
    VK8RegClassID,
    VK16WMRegClassID,
    VK1WMRegClassID,
    VK2WMRegClassID,
    VK4WMRegClassID,
    VK8WMRegClassID,
    SEGMENTREGRegClassID,
    GR16ABCDRegClassID,
    FPCCRRegClassID,
    FR32XRegClassID,
    FR32RegClassID,
    GR32RegClassID,
    GR32NOAXRegClassID,
    GR32NOSPRegClassID,
    GR32NOAXandGR32NOSPRegClassID,
    DEBUGREGRegClassID,
    GR32NOREXRegClassID,
    VK32RegClassID,
    GR32NOAXandGR32NOREXRegClassID,
    GR32NOREXNOSPRegClassID,
    RFP32RegClassID,
    VK32WMRegClassID,
    GR32NOAXandGR32NOREXNOSPRegClassID,
    GR32ABCDRegClassID,
    GR32ABCDandGR32NOAXRegClassID,
    GR32TCRegClassID,
    GR32ADRegClassID,
    GR32NOAXandGR32TCRegClassID,
    CCRRegClassID,
    GR32ADandGR32NOAXRegClassID,
    RFP64RegClassID,
    FR64XRegClassID,
    GR64RegClassID,
    CONTROLREGRegClassID,
    FR64RegClassID,
    GR64withsub8bitRegClassID,
    GR64NOSPRegClassID,
    GR64withsub32bitinGR32NOAXRegClassID,
    GR64withsub32bitinGR32NOAXandGR32NOSPRegClassID,
    GR64NOREXRegClassID,
    GR64TCRegClassID,
    GR64NOSPandGR64TCRegClassID,
    GR64withsub16bitinGR16NOREXRegClassID,
    VK64RegClassID,
    VR64RegClassID,
    GR64NOREXNOSPRegClassID,
    GR64TCandGR64withsub32bitinGR32NOAXRegClassID,
    GR64withsub32bitinGR32NOAXandGR32NOREXRegClassID,
    VK64WMRegClassID,
    GR64NOREXandGR64TCRegClassID,
    GR64TCW64RegClassID,
    GR64withsub32bitinGR32NOAXandGR32NOREXNOSPRegClassID,
    GR64NOREXNOSPandGR64TCRegClassID,
    GR64TCW64andGR64withsub32bitinGR32NOAXRegClassID,
    GR64ABCDRegClassID,
    GR64TCandGR64withsub32bitinGR32NOAXandGR32NOREXRegClassID,
    GR64withsub32bitinGR32ABCDandGR32NOAXRegClassID,
    GR64withsub32bitinGR32TCRegClassID,
    GR64withsub32bitinGR32ADRegClassID,
    GR64withsub32bitinGR32NOAXandGR32TCRegClassID,
    GR64withsub32bitinGR32ADandGR32NOAXRegClassID,
    RSTRegClassID,
    RFP80RegClassID,
    VR128XRegClassID,
    VR128RegClassID,
    VR256XRegClassID,
    VR256RegClassID,
    VR512RegClassID,
    VR512withsubxmminFR32RegClassID,
}

Variants

Auto Trait Implementations

impl Send for RegisterClassesx86

impl Sync for RegisterClassesx86

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more