Enum cranelift_codegen::machinst::MachInstStackOpInfo[][src]

pub enum MachInstStackOpInfo {
    LoadNomSPOff(Regi64),
    StoreNomSPOff(Regi64),
    NomSPAdj(i64),
}
Expand description

Info about an operation that loads or stores from/to the stack.

Variants

LoadNomSPOff(Regi64)

Load from an offset from the nominal stack pointer into the given reg.

StoreNomSPOff(Regi64)

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.