pub struct VFpromoteLow {
pub dst: VReg,
pub src: VReg,
}
Expand description
Promotes the low two lanes of the f32x4 input to f64x2.
Fields§
§dst: VReg
§src: VReg
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for VFpromoteLow
impl<'arbitrary> Arbitrary<'arbitrary> for VFpromoteLow
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreSource§fn size_hint(depth: usize) -> (usize, Option<usize>)
fn size_hint(depth: usize) -> (usize, Option<usize>)
Get a size hint for how many bytes out of an
Unstructured
this type
needs to construct itself. Read moreSource§fn try_size_hint(
depth: usize,
) -> Result<(usize, Option<usize>), MaxRecursionReached>
fn try_size_hint( depth: usize, ) -> Result<(usize, Option<usize>), MaxRecursionReached>
Get a size hint for how many bytes out of an
Unstructured
this type
needs to construct itself. Read moreSource§impl Clone for VFpromoteLow
impl Clone for VFpromoteLow
Source§fn clone(&self) -> VFpromoteLow
fn clone(&self) -> VFpromoteLow
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VFpromoteLow
impl Debug for VFpromoteLow
Source§impl Encode for VFpromoteLow
Available on crate feature encode
only.
impl Encode for VFpromoteLow
Available on crate feature
encode
only.Source§impl From<VFpromoteLow> for ExtendedOp
impl From<VFpromoteLow> for ExtendedOp
Source§fn from(op: VFpromoteLow) -> Self
fn from(op: VFpromoteLow) -> Self
Converts to this type from the input type.
Source§impl From<VFpromoteLow> for Op
impl From<VFpromoteLow> for Op
Source§fn from(op: VFpromoteLow) -> Self
fn from(op: VFpromoteLow) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VFpromoteLow
impl PartialEq for VFpromoteLow
impl Copy for VFpromoteLow
impl Eq for VFpromoteLow
impl StructuralPartialEq for VFpromoteLow
Auto Trait Implementations§
impl Freeze for VFpromoteLow
impl RefUnwindSafe for VFpromoteLow
impl Send for VFpromoteLow
impl Sync for VFpromoteLow
impl Unpin for VFpromoteLow
impl UnwindSafe for VFpromoteLow
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