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