pub struct Xband64S8 {
pub dst: XReg,
pub src1: XReg,
pub src2: i8,
}
Expand description
Same as xband64
but src2
is a sign-extended 8-bit immediate.
Fields§
§dst: XReg
§src1: XReg
§src2: i8
Implementations§
Trait Implementations§
impl Copy for Xband64S8
impl Eq for Xband64S8
impl StructuralPartialEq for Xband64S8
Auto Trait Implementations§
impl Freeze for Xband64S8
impl RefUnwindSafe for Xband64S8
impl Send for Xband64S8
impl Sync for Xband64S8
impl Unpin for Xband64S8
impl UnwindSafe for Xband64S8
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