Enum cranelift_codegen::machinst::MachInstStackOpInfo [−][src]
Expand description
Info about an operation that loads or stores from/to the stack.
Variants
Load from an offset from the nominal stack pointer into the given reg.
Store to an offset from the nominal stack pointer from the given reg.
NomSPAdj(i64)
Adjustment of nominal-SP up or down. This value is added to subsequent offsets in loads/stores above to produce real-SP offsets.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MachInstStackOpInfo
impl Send for MachInstStackOpInfo
impl Sync for MachInstStackOpInfo
impl Unpin for MachInstStackOpInfo
impl UnwindSafe for MachInstStackOpInfo
Blanket Implementations
Mutably borrows from an owned value. Read more