[]Struct symbolic::debuginfo::dwarf::gimli::X86

pub struct X86;

Intel i386 architecture specific definitions.

See Intel386 psABi version 1.1 at the X86 psABI wiki.

Implementations

impl X86

pub const EAX: Register

pub const ECX: Register

pub const EDX: Register

pub const EBX: Register

pub const ESP: Register

pub const EBP: Register

pub const ESI: Register

pub const EDI: Register

pub const RA: Register

pub const ST0: Register

pub const ST1: Register

pub const ST2: Register

pub const ST3: Register

pub const ST4: Register

pub const ST5: Register

pub const ST6: Register

pub const ST7: Register

pub const XMM0: Register

pub const XMM1: Register

pub const XMM2: Register

pub const XMM3: Register

pub const XMM4: Register

pub const XMM5: Register

pub const XMM6: Register

pub const XMM7: Register

pub const MM0: Register

pub const MM1: Register

pub const MM2: Register

pub const MM3: Register

pub const MM4: Register

pub const MM5: Register

pub const MM6: Register

pub const MM7: Register

pub const MXCSR: Register

pub const ES: Register

pub const CS: Register

pub const SS: Register

pub const DS: Register

pub const FS: Register

pub const GS: Register

pub const TR: Register

pub const LDTR: Register

pub const FS_BASE: Register

pub const GS_BASE: Register

impl X86

pub fn register_name(register: Register) -> Option<&'static str>

The name of a register, or None if the register number is unknown.

Trait Implementations

impl Clone for X86

impl Copy for X86

impl Debug for X86

Auto Trait Implementations

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.