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] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§rax: Fixed<R::ReadWriteGpr, { gpr::enc::RAX }>Implementations§
Trait Implementations§
impl<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