Enum dynasmrt::aarch64::RXSP [−][src]
pub enum RXSP {
Show 32 variants
X0,
X1,
X2,
X3,
X4,
X5,
X6,
X7,
X8,
X9,
X10,
X11,
X12,
X13,
X14,
X15,
X16,
X17,
X18,
X19,
X20,
X21,
X22,
X23,
X24,
X25,
X26,
X27,
X28,
X29,
X30,
SP,
}
Expand description
0x1F addresses both XZR and SP (disambiguated by context). This enum is a mirror of RX just with the SP in place of XZR.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RXSP
impl UnwindSafe for RXSP
Blanket Implementations
Mutably borrows from an owned value. Read more