pub struct cltq_zo<R>where
R: Registers,{
pub rax: Fixed<R::ReadWriteGpr, { gpr::enc::RAX }>,
}
Expand description
cltq: ZO(rax[rw,implicit]) => REX.W + 0x98 [_64b]
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§rax: Fixed<R::ReadWriteGpr, { gpr::enc::RAX }>
Implementations§
Trait Implementations§
Source§impl<'arbitrary, R> Arbitrary<'arbitrary> for cltq_zo<R>where
R: Registers + RegistersArbitrary,
impl<'arbitrary, R> Arbitrary<'arbitrary> for cltq_zo<R>where
R: Registers + RegistersArbitrary,
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 moreimpl<R> Copy for cltq_zo<R>
Auto Trait Implementations§
impl<R> Freeze for cltq_zo<R>
impl<R> RefUnwindSafe for cltq_zo<R>
impl<R> Send for cltq_zo<R>
impl<R> Sync for cltq_zo<R>
impl<R> Unpin for cltq_zo<R>
impl<R> UnwindSafe for cltq_zo<R>
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