pub struct adcq_i_sxl {
pub imm32: Simm32,
}
Expand description
adcq: I_SXL(rax[rw], imm32[sxq]) => REX.W + 0x15 id [_64b]
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§imm32: Simm32
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for adcq_i_sxl
impl<'arbitrary> Arbitrary<'arbitrary> for adcq_i_sxl
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreSource§impl Clone for adcq_i_sxl
impl Clone for adcq_i_sxl
Source§fn clone(&self) -> adcq_i_sxl
fn clone(&self) -> adcq_i_sxl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for adcq_i_sxl
impl Debug for adcq_i_sxl
Auto Trait Implementations§
impl Freeze for adcq_i_sxl
impl RefUnwindSafe for adcq_i_sxl
impl Send for adcq_i_sxl
impl Sync for adcq_i_sxl
impl Unpin for adcq_i_sxl
impl UnwindSafe for adcq_i_sxl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more