pub struct negq_m<R>where
R: Registers,{
pub rm64: GprMem<R::ReadWriteGpr, R::ReadGpr>,
}Expand description
negq: M(rm64[rw]) => REX.W + 0xF7 /3 [_64b] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§rm64: GprMem<R::ReadWriteGpr, R::ReadGpr>Implementations§
Trait Implementations§
impl<R> Copy for negq_m<R>
Auto Trait Implementations§
impl<R> Freeze for negq_m<R>
impl<R> RefUnwindSafe for negq_m<R>
impl<R> Send for negq_m<R>
impl<R> Sync for negq_m<R>
impl<R> Unpin for negq_m<R>
impl<R> UnwindSafe for negq_m<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