Enum cranelift_codegen::machinst::abi_impl::StackAMode [−][src]
Expand description
Abstract location for a machine-specific ABI impl to translate into the appropriate addressing mode.
Variants
Offset from the frame pointer, possibly making use of a specific type for a scaled indexing operation.
Offset from the nominal stack pointer, possibly making use of a specific type for a scaled indexing operation.
Offset from the real stack pointer, possibly making use of a specific type for a scaled indexing operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackAModeimpl Send for StackAModeimpl Sync for StackAModeimpl Unpin for StackAModeimpl UnwindSafe for StackAModeBlanket Implementations
Mutably borrows from an owned value. Read more