[][src]Function cranelift::prelude::isa::base_size

pub fn base_size(
    sizing: &RecipeSizing,
    Encoding,
    Inst,
    &RegDiversions,
    &Function
) -> u8

Returns the base size of the Recipe, assuming it's fixed. This is the default for most encodings; others can be variable and longer than this base size, depending on the registers they're using and use a different function, specific per platform.