[−][src]Enum assembler::mnemonic_parameter_types::registers::Register32Bit
Register 0 (EAX) is defined on this enumeration but optimal encodings of it in combination with mnemonics exist and should be preferred as they increase code density.
Registers 8 to 15 when encoded decrease code density (ie they are less efficiently encoded than registers 1 to 7).
Variants
EAXRegister 0.
ECXRegister 1.
The fourth function argument in the System V Application Binary Interface for x86-64.
EDXRegister 2.
The third function argument in the System V Application Binary Interface for x86-64.
EBXRegister 3.
ESPRegister 4.
EBPRegister 5.
ESIRegister 6.
The 'source' operand in string instructions.
The second function argument in the System V Application Binary Interface for x86-64.
EDIRegister 7.
The 'destination' operand in string instructions.
The first function argument in the System V Application Binary Interface for x86-64.
R8DRegister 8.
The fifth function argument in the System V Application Binary Interface for x86-64.
R9DRegister 9.
The sixth function argument in the System V Application Binary Interface for x86-64.
R10DRegister 10.
R11DRegister 11.
R12DRegister 12.
R13DRegister 13.
R14DRegister 14.
R15DRegister 15.
Trait Implementations
impl GeneralPurposeRegister for Register32Bit[src]
impl Register for Register32Bit[src]
impl PartialOrd<Register32Bit> for Register32Bit[src]
fn partial_cmp(&self, other: &Register32Bit) -> Option<Ordering>[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Copy for Register32Bit[src]
impl PartialEq<Register32Bit> for Register32Bit[src]
fn eq(&self, other: &Register32Bit) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Default for Register32Bit[src]
impl Clone for Register32Bit[src]
fn clone(&self) -> Register32Bit[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Ord for Register32Bit[src]
fn cmp(&self, other: &Register32Bit) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
clamp)Returns max if self is greater than max, and min if self is less than min. Otherwise this will return self. Panics if min > max. Read more
impl Eq for Register32Bit[src]
impl Debug for Register32Bit[src]
impl Hash for Register32Bit[src]
Auto Trait Implementations
impl Send for Register32Bit
impl Sync for Register32Bit
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,