pub struct VPFNegOperation<'c> { /* private fields */ }Expand description
An intr.vp.fneg operation.
Implementations§
Source§impl<'c> VPFNegOperation<'c>
impl<'c> VPFNegOperation<'c>
Sourcepub fn as_operation(&self) -> &Operation<'c>
pub fn as_operation(&self) -> &Operation<'c>
Returns a generic operation.
Sourcepub fn builder(
context: &'c Context,
location: Location<'c>,
) -> VPFNegOperationBuilder<'c, Unset, Unset, Unset, Unset>
pub fn builder( context: &'c Context, location: Location<'c>, ) -> VPFNegOperationBuilder<'c, Unset, Unset, Unset, Unset>
Creates a builder.
pub fn res(&self) -> Result<OperationResult<'c, '_>, Error>
pub fn op(&self) -> Result<Value<'c, '_>, Error>
pub fn mask(&self) -> Result<Value<'c, '_>, Error>
pub fn evl(&self) -> Result<Value<'c, '_>, Error>
Trait Implementations§
Source§impl<'c> Clone for VPFNegOperation<'c>
impl<'c> Clone for VPFNegOperation<'c>
Source§fn clone(&self) -> VPFNegOperation<'c>
fn clone(&self) -> VPFNegOperation<'c>
Returns a duplicate 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<'c> Debug for VPFNegOperation<'c>
impl<'c> Debug for VPFNegOperation<'c>
Source§impl<'b> From<VPFNegOperation<'b>> for LlvmDialectOperation<'b>
impl<'b> From<VPFNegOperation<'b>> for LlvmDialectOperation<'b>
Source§fn from(op: VPFNegOperation<'b>) -> Self
fn from(op: VPFNegOperation<'b>) -> Self
Converts to this type from the input type.
Source§impl<'c> From<VPFNegOperation<'c>> for Operation<'c>
impl<'c> From<VPFNegOperation<'c>> for Operation<'c>
Source§fn from(operation: VPFNegOperation<'c>) -> Self
fn from(operation: VPFNegOperation<'c>) -> Self
Converts to this type from the input type.
Source§impl<'c> PartialEq for VPFNegOperation<'c>
impl<'c> PartialEq for VPFNegOperation<'c>
Source§impl<'c> TryFrom<Operation<'c>> for VPFNegOperation<'c>
impl<'c> TryFrom<Operation<'c>> for VPFNegOperation<'c>
impl<'c> Eq for VPFNegOperation<'c>
impl<'c> StructuralPartialEq for VPFNegOperation<'c>
Auto Trait Implementations§
impl<'c> Freeze for VPFNegOperation<'c>
impl<'c> RefUnwindSafe for VPFNegOperation<'c>
impl<'c> !Send for VPFNegOperation<'c>
impl<'c> !Sync for VPFNegOperation<'c>
impl<'c> Unpin for VPFNegOperation<'c>
impl<'c> UnwindSafe for VPFNegOperation<'c>
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