Skip to main content

RegisterX64

Struct RegisterX64 

Source
pub struct RegisterX64 { /* private fields */ }

Implementations§

Source§

impl RegisterX64

Source§

impl RegisterX64

Source

pub const fn register_x_64_operator_ne(&self, rhs: RegisterX64) -> bool

Source§

impl RegisterX64

Source

pub const noreg: RegisterX64

Source

pub const rip: RegisterX64

Source

pub const al: RegisterX64

Source

pub const cl: RegisterX64

Source

pub const dl: RegisterX64

Source

pub const bl: RegisterX64

Source

pub const spl: RegisterX64

Source

pub const bpl: RegisterX64

Source

pub const sil: RegisterX64

Source

pub const dil: RegisterX64

Source

pub const r8b: RegisterX64

Source

pub const r9b: RegisterX64

Source

pub const r10b: RegisterX64

Source

pub const r11b: RegisterX64

Source

pub const r12b: RegisterX64

Source

pub const r13b: RegisterX64

Source

pub const r14b: RegisterX64

Source

pub const r15b: RegisterX64

Source

pub const eax: RegisterX64

Source

pub const ecx: RegisterX64

Source

pub const edx: RegisterX64

Source

pub const ebx: RegisterX64

Source

pub const esp: RegisterX64

Source

pub const ebp: RegisterX64

Source

pub const esi: RegisterX64

Source

pub const edi: RegisterX64

Source

pub const r8d: RegisterX64

Source

pub const r9d: RegisterX64

Source

pub const r10d: RegisterX64

Source

pub const r11d: RegisterX64

Source

pub const r12d: RegisterX64

Source

pub const r13d: RegisterX64

Source

pub const r14d: RegisterX64

Source

pub const r15d: RegisterX64

Source

pub const rax: RegisterX64

Source

pub const rcx: RegisterX64

Source

pub const rdx: RegisterX64

Source

pub const rbx: RegisterX64

Source

pub const rsp: RegisterX64

Source

pub const rbp: RegisterX64

Source

pub const rsi: RegisterX64

Source

pub const rdi: RegisterX64

Source

pub const r8: RegisterX64

Source

pub const r9: RegisterX64

Source

pub const r10: RegisterX64

Source

pub const r11: RegisterX64

Source

pub const r12: RegisterX64

Source

pub const r13: RegisterX64

Source

pub const r14: RegisterX64

Source

pub const r15: RegisterX64

Source

pub const xmm0: RegisterX64

Source

pub const xmm1: RegisterX64

Source

pub const xmm2: RegisterX64

Source

pub const xmm3: RegisterX64

Source

pub const xmm4: RegisterX64

Source

pub const xmm5: RegisterX64

Source

pub const xmm6: RegisterX64

Source

pub const xmm7: RegisterX64

Source

pub const xmm8: RegisterX64

Source

pub const xmm9: RegisterX64

Source

pub const xmm10: RegisterX64

Source

pub const xmm11: RegisterX64

Source

pub const xmm12: RegisterX64

Source

pub const xmm13: RegisterX64

Source

pub const xmm14: RegisterX64

Source

pub const xmm15: RegisterX64

Source

pub const ymm0: RegisterX64

Source

pub const ymm1: RegisterX64

Source

pub const ymm2: RegisterX64

Source

pub const ymm3: RegisterX64

Source

pub const ymm4: RegisterX64

Source

pub const ymm5: RegisterX64

Source

pub const ymm6: RegisterX64

Source

pub const ymm7: RegisterX64

Source

pub const ymm8: RegisterX64

Source

pub const ymm9: RegisterX64

Source

pub const ymm10: RegisterX64

Source

pub const ymm11: RegisterX64

Source

pub const ymm12: RegisterX64

Source

pub const ymm13: RegisterX64

Source

pub const ymm14: RegisterX64

Source

pub const ymm15: RegisterX64

Source

pub fn size(&self) -> SizeX64

Source

pub const fn index(&self) -> u8

Trait Implementations§

Source§

impl Add for RegisterX64

Source§

type Output = OperandX64

The resulting type after applying the + operator.
Source§

fn add(self, index: RegisterX64) -> OperandX64

Performs the + operation. Read more
Source§

impl Add<OperandX64> for RegisterX64

Source§

type Output = OperandX64

The resulting type after applying the + operator.
Source§

fn add(self, op: OperandX64) -> OperandX64

Performs the + operation. Read more
Source§

impl Add<RegisterX64> for OperandX64

Source§

type Output = OperandX64

The resulting type after applying the + operator.
Source§

fn add(self, base: RegisterX64) -> OperandX64

Performs the + operation. Read more
Source§

impl Add<i32> for RegisterX64

Source§

type Output = OperandX64

The resulting type after applying the + operator.
Source§

fn add(self, disp: i32) -> OperandX64

Performs the + operation. Read more
Source§

impl Clone for RegisterX64

Source§

fn clone(&self) -> RegisterX64

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for RegisterX64

Source§

impl Debug for RegisterX64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for RegisterX64

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Eq for RegisterX64

Source§

impl From<RegisterX64> for OperandX64

C++ implicit OperandX64(RegisterX64 reg) constructor.

Source§

fn from(reg: RegisterX64) -> Self

Converts to this type from the input type.
Source§

impl Hash for RegisterX64

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Mul<i32> for RegisterX64

Source§

type Output = OperandX64

The resulting type after applying the * operator.
Source§

fn mul(self, scale: i32) -> OperandX64

Performs the * operation. Read more
Source§

impl PartialEq for RegisterX64

Source§

fn eq(&self, other: &RegisterX64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl StructuralPartialEq for RegisterX64

Source§

impl Sub<i32> for RegisterX64

Source§

type Output = OperandX64

The resulting type after applying the - operator.
Source§

fn sub(self, disp: i32) -> OperandX64

Performs the - operation. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.