[−][src]Enum capstone_sys::xcore_insn
XCore instruction
Variants
XCORE_INS_INVALIDXCORE_INS_ADDXCORE_INS_ANDNOTXCORE_INS_ANDXCORE_INS_ASHRXCORE_INS_BAUXCORE_INS_BITREVXCORE_INS_BLAXCORE_INS_BLATXCORE_INS_BLXCORE_INS_BFXCORE_INS_BTXCORE_INS_BUXCORE_INS_BRUXCORE_INS_BYTEREVXCORE_INS_CHKCTXCORE_INS_CLREXCORE_INS_CLRPTXCORE_INS_CLRSRXCORE_INS_CLZXCORE_INS_CRC8XCORE_INS_CRC32XCORE_INS_DCALLXCORE_INS_DENTSPXCORE_INS_DGETREGXCORE_INS_DIVSXCORE_INS_DIVUXCORE_INS_DRESTSPXCORE_INS_DRETXCORE_INS_ECALLFXCORE_INS_ECALLTXCORE_INS_EDUXCORE_INS_EEFXCORE_INS_EETXCORE_INS_EEUXCORE_INS_ENDINXCORE_INS_ENTSPXCORE_INS_EQXCORE_INS_EXTDPXCORE_INS_EXTSPXCORE_INS_FREERXCORE_INS_FREETXCORE_INS_GETDXCORE_INS_GETXCORE_INS_GETNXCORE_INS_GETRXCORE_INS_GETSRXCORE_INS_GETSTXCORE_INS_GETTSXCORE_INS_INCTXCORE_INS_INITXCORE_INS_INPWXCORE_INS_INSHRXCORE_INS_INTXCORE_INS_INXCORE_INS_KCALLXCORE_INS_KENTSPXCORE_INS_KRESTSPXCORE_INS_KRETXCORE_INS_LADDXCORE_INS_LD16SXCORE_INS_LD8UXCORE_INS_LDA16XCORE_INS_LDAPXCORE_INS_LDAWXCORE_INS_LDCXCORE_INS_LDWXCORE_INS_LDIVUXCORE_INS_LMULXCORE_INS_LSSXCORE_INS_LSUBXCORE_INS_LSUXCORE_INS_MACCSXCORE_INS_MACCUXCORE_INS_MJOINXCORE_INS_MKMSKXCORE_INS_MSYNCXCORE_INS_MULXCORE_INS_NEGXCORE_INS_NOTXCORE_INS_ORXCORE_INS_OUTCTXCORE_INS_OUTPWXCORE_INS_OUTSHRXCORE_INS_OUTTXCORE_INS_OUTXCORE_INS_PEEKXCORE_INS_REMSXCORE_INS_REMUXCORE_INS_RETSPXCORE_INS_SETCLKXCORE_INS_SETXCORE_INS_SETCXCORE_INS_SETDXCORE_INS_SETEVXCORE_INS_SETNXCORE_INS_SETPSCXCORE_INS_SETPTXCORE_INS_SETRDYXCORE_INS_SETSRXCORE_INS_SETTWXCORE_INS_SETVXCORE_INS_SEXTXCORE_INS_SHLXCORE_INS_SHRXCORE_INS_SSYNCXCORE_INS_ST16XCORE_INS_ST8XCORE_INS_STWXCORE_INS_SUBXCORE_INS_SYNCRXCORE_INS_TESTCTXCORE_INS_TESTLCLXCORE_INS_TESTWCTXCORE_INS_TSETMRXCORE_INS_STARTXCORE_INS_WAITEFXCORE_INS_WAITETXCORE_INS_WAITEUXCORE_INS_XORXCORE_INS_ZEXTXCORE_INS_ENDINGTrait Implementations
impl Eq for xcore_insn[src]
impl Copy for xcore_insn[src]
impl PartialEq<xcore_insn> for xcore_insn[src]
fn eq(&self, other: &xcore_insn) -> bool[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Clone for xcore_insn[src]
fn clone(&self) -> xcore_insn[src]
default fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for xcore_insn[src]
impl Hash for xcore_insn[src]
Auto Trait Implementations
impl Send for xcore_insn
impl Sync for xcore_insn
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>,