Struct rsim::processor::isa_mods::XCheri64[][src]

pub struct XCheri64 {}

ISA module implementing the new CHERI instructions for 64-bit ISAs. Does not include capability-mode overrides for legacy instructions.

Implementations

impl XCheri64[src]

fn handle_cjalr(
    &mut self,
    cd: u8,
    cs1: u8,
    offset: u64,
    conn: XCheri64Conn<'_>
) -> ProcessorResult<Cc128Cap>
[src]

Trait Implementations

impl IsaMod<XCheri64Conn<'_>> for XCheri64[src]

type Pc = Cc128Cap

Auto Trait Implementations

impl RefUnwindSafe for XCheri64

impl Send for XCheri64

impl Sync for XCheri64

impl Unpin for XCheri64

impl UnwindSafe for XCheri64

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.