Macro static_assert_simm_bits

macro_rules! static_assert_simm_bits {
    ($imm:ident, $bits:expr) => { ... };
}