Enum capstone_sys::arm_cc[][src]

#[repr(u32)]
pub enum arm_cc {
Show variants ARM_CC_INVALID, ARM_CC_EQ, ARM_CC_NE, ARM_CC_HS, ARM_CC_LO, ARM_CC_MI, ARM_CC_PL, ARM_CC_VS, ARM_CC_VC, ARM_CC_HI, ARM_CC_LS, ARM_CC_GE, ARM_CC_LT, ARM_CC_GT, ARM_CC_LE, ARM_CC_AL,
}
Expand description

ARM condition code

Variants

ARM_CC_INVALID
ARM_CC_EQ

< Equal Equal

ARM_CC_NE

< Not equal Not equal, or unordered

ARM_CC_HS

< Carry set >, ==, or unordered

ARM_CC_LO

< Carry clear Less than

ARM_CC_MI

< Minus, negative Less than

ARM_CC_PL

< Plus, positive or zero >, ==, or unordered

ARM_CC_VS

< Overflow Unordered

ARM_CC_VC

< No overflow Not unordered

ARM_CC_HI

< Unsigned higher Greater than, or unordered

ARM_CC_LS

< Unsigned lower or same Less than or equal

ARM_CC_GE

< Greater than or equal Greater than or equal

ARM_CC_LT

< Less than Less than, or unordered

ARM_CC_GT

< Greater than Greater than

ARM_CC_LE

< Less than or equal <, ==, or unordered

ARM_CC_AL

< Always (unconditional) Always (unconditional)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.