pub enum PairAMode {
SignedOffset {
reg: Reg,
simm7: SImm7Scaled,
},
SPPreIndexed {
simm7: SImm7Scaled,
},
SPPostIndexed {
simm7: SImm7Scaled,
},
}
Available on crate feature
arm64
only.Expand description
Internal type PairAMode: defined at src/isa/aarch64/inst.isle line 1242.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairAMode
impl RefUnwindSafe for PairAMode
impl Send for PairAMode
impl Sync for PairAMode
impl Unpin for PairAMode
impl UnwindSafe for PairAMode
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