pub use ;
pub use ;
use ;
/// The number of field elements addressable by MASM stack manipulation instructions.
pub const MASM_STACK_WINDOW_FELTS: usize = 16;
/// This represents a specific action that should be taken by
/// the code generator with regard to an operand on the stack.
///
/// The output of the optimizer is a sequence of these actions,
/// the effect of which is to place all of the current instruction's
/// operands exactly where they need to be, just when they are
/// needed.