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