pub struct Xbmask32 {
pub dst: XReg,
pub src: XReg,
}
Expand description
low32(dst) = if low32(src) == 0 { 0 } else { -1 }
Fields§
§dst: XReg
§src: XReg
Implementations§
Trait Implementations§
Source§impl From<Xbmask32> for ExtendedOp
impl From<Xbmask32> for ExtendedOp
impl Copy for Xbmask32
impl Eq for Xbmask32
impl StructuralPartialEq for Xbmask32
Auto Trait Implementations§
impl Freeze for Xbmask32
impl RefUnwindSafe for Xbmask32
impl Send for Xbmask32
impl Sync for Xbmask32
impl Unpin for Xbmask32
impl UnwindSafe for Xbmask32
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