[−][src]Enum capstone_sys::sparc_cc
Enums corresponding to Sparc condition codes, both icc's and fcc's.
Variants
SPARC_CC_INVALID
< invalid CC (default)
SPARC_CC_ICC_A
< Always
SPARC_CC_ICC_N
< Never
SPARC_CC_ICC_NE
< Not Equal
SPARC_CC_ICC_E
< Equal
SPARC_CC_ICC_G
< Greater
SPARC_CC_ICC_LE
< Less or Equal
SPARC_CC_ICC_GE
< Greater or Equal
SPARC_CC_ICC_L
< Less
SPARC_CC_ICC_GU
< Greater Unsigned
SPARC_CC_ICC_LEU
< Less or Equal Unsigned
SPARC_CC_ICC_CC
< Carry Clear/Great or Equal Unsigned
SPARC_CC_ICC_CS
< Carry Set/Less Unsigned
SPARC_CC_ICC_POS
< Positive
SPARC_CC_ICC_NEG
< Negative
SPARC_CC_ICC_VC
< Overflow Clear
SPARC_CC_ICC_VS
< Overflow Set
SPARC_CC_FCC_A
< Always
SPARC_CC_FCC_N
< Never
SPARC_CC_FCC_U
< Unordered
SPARC_CC_FCC_G
< Greater
SPARC_CC_FCC_UG
< Unordered or Greater
SPARC_CC_FCC_L
< Less
SPARC_CC_FCC_UL
< Unordered or Less
SPARC_CC_FCC_LG
< Less or Greater
SPARC_CC_FCC_NE
< Not Equal
SPARC_CC_FCC_E
< Equal
SPARC_CC_FCC_UE
< Unordered or Equal
SPARC_CC_FCC_GE
< Greater or Equal
SPARC_CC_FCC_UGE
< Unordered or Greater or Equal
SPARC_CC_FCC_LE
< Less or Equal
SPARC_CC_FCC_ULE
< Unordered or Less or Equal
SPARC_CC_FCC_O
< Ordered
Trait Implementations
impl Eq for sparc_cc
[src]
impl Copy for sparc_cc
[src]
impl PartialEq<sparc_cc> for sparc_cc
[src]
fn eq(&self, other: &sparc_cc) -> bool
[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> boolThis method tests for !=
.
impl Clone for sparc_cc
[src]
fn clone(&self) -> sparc_cc
[src]
default fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for sparc_cc
[src]
impl Hash for sparc_cc
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,