pub struct orq_i_sxl {
pub imm32: Simm32,
}
Expand description
orq: I_SXL(rax[rw], imm32[sxq]) => REX.W + 0x0d id [_64b]
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§imm32: Simm32
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for orq_i_sxl
impl<'arbitrary> Arbitrary<'arbitrary> for orq_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 moreAuto Trait Implementations§
impl Freeze for orq_i_sxl
impl RefUnwindSafe for orq_i_sxl
impl Send for orq_i_sxl
impl Sync for orq_i_sxl
impl Unpin for orq_i_sxl
impl UnwindSafe for orq_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